Skip to content

Commit 6bdc110

Browse files
algolia-botsbellonemillotp
committed
feat(specs): add useImagesObjects property in commercetools source input (generated)
algolia/api-clients-automation#5586 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Sylvain Bellone <sylvain.bellone@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 2b21155 commit 6bdc110

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/ingestion/model/sourceCommercetools.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@ export type SourceCommercetools = {
2727
*/
2828
productQueryPredicate?: string | undefined;
2929

30+
/**
31+
* When set to true, the connector indexes objects with all images attributes instead of only the URLs.
32+
*/
33+
useImagesObjects?: boolean | undefined;
34+
3035
customFields?: CommercetoolsCustomFields | undefined;
3136
};

packages/ingestion/model/sourceUpdateCommercetools.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@ export type SourceUpdateCommercetools = {
2525
*/
2626
productQueryPredicate?: string | undefined;
2727

28+
/**
29+
* When set to true, the connector indexes objects with all images attributes instead of only the URLs.
30+
*/
31+
useImagesObjects?: boolean | undefined;
32+
2833
customFields?: CommercetoolsCustomFields | undefined;
2934
};

0 commit comments

Comments
 (0)