@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.
@@ -2350,7 +2350,7 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
2350
2350
  * When not empty, only these images are shown when a customer selects this choice. Otherwise, all product images are shown.
2351
2351
  * When multiple choices from different options are selected, only media present in `linkedMedia` of ALL selected choices are shown.
2352
2352
  * 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.
2353
- * @maxSize 100
2353
+ * @maxSize 15
2354
2354
  */
2355
2355
  linkedMedia?: ProductMedia[];
2356
2356
  /** Choice type. */
@@ -2488,7 +2488,7 @@ interface ConnectedModifierChoice extends ConnectedModifierChoiceValueOneOf {
2488
2488
  choiceId?: string | null;
2489
2489
  /**
2490
2490
  * Product media.
2491
- * @maxSize 100
2491
+ * @maxSize 15
2492
2492
  */
2493
2493
  linkedMedia?: ProductMedia[];
2494
2494
  /** Choice type. */