@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.
@@ -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 100
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 100
2532
+ * @maxSize 15
2533
2533
  */
2534
2534
  linkedMedia?: ProductMedia[];
2535
2535
  /** Choice type. */