@wix/auto_sdk_stores_catalog-imports-v-3 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -2391,7 +2391,7 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
2391
2391
|
* When not empty, only these images are shown when a customer selects this choice. Otherwise, all product images are shown.
|
|
2392
2392
|
* When multiple choices from different options are selected, only media present in `linkedMedia` of ALL selected choices are shown.
|
|
2393
2393
|
* For example, if `Color: Red` has images 1, 2, 3 and `Material: Silk` has images 2, 3, 5, then only images 2 and 3 are shown when both are selected.
|
|
2394
|
-
* @maxSize
|
|
2394
|
+
* @maxSize 15
|
|
2395
2395
|
*/
|
|
2396
2396
|
linkedMedia?: ProductMedia[];
|
|
2397
2397
|
/** Choice type. */
|
|
@@ -2529,7 +2529,7 @@ interface ConnectedModifierChoice extends ConnectedModifierChoiceValueOneOf {
|
|
|
2529
2529
|
choiceId?: string | null;
|
|
2530
2530
|
/**
|
|
2531
2531
|
* Product media.
|
|
2532
|
-
* @maxSize
|
|
2532
|
+
* @maxSize 15
|
|
2533
2533
|
*/
|
|
2534
2534
|
linkedMedia?: ProductMedia[];
|
|
2535
2535
|
/** Choice type. */
|