-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: generated code for commit 859c0a9. [skip ci]
Co-authored-by: Mehmet Ali Gok <33124154+mehmetaligok@users.noreply.github.com>
- Loading branch information
1 parent
859c0a9
commit 9f4ad8f
Showing
9 changed files
with
90 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
clients/algoliasearch-client-javascript/packages/ingestion/model/sourceBigCommerce.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. | ||
|
||
export type SourceBigCommerce = { | ||
/** | ||
* The store hash identifying the store the shopper is signing in to. | ||
*/ | ||
storeHash?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
clients/algoliasearch-client-javascript/packages/ingestion/model/sourceUpdate.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. | ||
|
||
import type { SourceInput } from './sourceInput'; | ||
import type { SourceType } from './sourceType'; | ||
import type { SourceUpdateInput } from './sourceUpdateInput'; | ||
|
||
export type SourceUpdate = { | ||
type?: SourceType; | ||
|
||
name?: string; | ||
|
||
input?: SourceInput; | ||
input?: SourceUpdateInput; | ||
|
||
authenticationID?: string; | ||
}; |
13 changes: 13 additions & 0 deletions
13
...nts/algoliasearch-client-javascript/packages/ingestion/model/sourceUpdateCommercetools.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. | ||
|
||
export type SourceUpdateCommercetools = { | ||
/** | ||
* Unique and immutable key of the referenced Store. | ||
*/ | ||
storeKeys?: string[]; | ||
|
||
/** | ||
* Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example [\"fr-FR\", \"en\"]. | ||
*/ | ||
locales?: string[]; | ||
}; |
6 changes: 6 additions & 0 deletions
6
clients/algoliasearch-client-javascript/packages/ingestion/model/sourceUpdateInput.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. | ||
|
||
import type { SourceUpdateCommercetools } from './sourceUpdateCommercetools'; | ||
import type { SourceUpdateJson } from './sourceUpdateJson'; | ||
|
||
export type SourceUpdateInput = SourceUpdateCommercetools | SourceUpdateJson; |
12 changes: 12 additions & 0 deletions
12
clients/algoliasearch-client-javascript/packages/ingestion/model/sourceUpdateJson.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. | ||
|
||
import type { MethodType } from './methodType'; | ||
|
||
export type SourceUpdateJson = { | ||
/** | ||
* The URL of the file. | ||
*/ | ||
url: string; | ||
|
||
method?: MethodType; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters