@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.
@@ -2338,7 +2338,7 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
2338
2338
  * When not empty, only these images are shown when a customer selects this choice. Otherwise, all product images are shown.
2339
2339
  * When multiple choices from different options are selected, only media present in `linkedMedia` of ALL selected choices are shown.
2340
2340
  * 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.
2341
- * @maxSize 100
2341
+ * @maxSize 15
2342
2342
  */
2343
2343
  linkedMedia?: ProductMedia[];
2344
2344
  /** Choice type. */
@@ -2476,7 +2476,7 @@ interface ConnectedModifierChoice extends ConnectedModifierChoiceValueOneOf {
2476
2476
  choiceId?: string | null;
2477
2477
  /**
2478
2478
  * Product media.
2479
- * @maxSize 100
2479
+ * @maxSize 15
2480
2480
  */
2481
2481
  linkedMedia?: ProductMedia[];
2482
2482
  /** Choice type. */