Skip to content

Commit ec09f92

Browse files
chore: generated code for commit 494c2b7. [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 494c2b7 commit ec09f92

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

clients/algoliasearch-client-javascript/packages/ingestion/model/sourceCommercetools.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
22

33
export type SourceCommercetools = {
4-
stores: string[];
4+
storeKeys?: string[];
5+
6+
locales?: string[];
57

68
url: string;
79

specs/bundled/ingestion.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,16 +392,22 @@ components:
392392
type: object
393393
additionalProperties: false
394394
properties:
395-
stores:
395+
storeKeys:
396396
type: array
397397
items:
398398
type: string
399+
locales:
400+
type: array
401+
items:
402+
type: string
403+
description: >
404+
The string must match the following pattern:
405+
^[a-z]{2}(-[A-Z]{2})?$. For example "fr-FR" or "en".
399406
url:
400407
type: string
401408
projectKey:
402409
type: string
403410
required:
404-
- stores
405411
- url
406412
- projectKey
407413
SourceBigCommerce:

0 commit comments

Comments
 (0)