@wix/auto_sdk_stores_catalog-imports-v-3 1.0.18 → 1.0.20

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.
@@ -2107,12 +2107,12 @@ interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
2107
2107
  */
2108
2108
  url?: string;
2109
2109
  /**
2110
- * Product image.
2110
+ * Image details. Populated when you provide a [Wix Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager) file ID in `set_by`.
2111
2111
  * @readonly
2112
2112
  */
2113
2113
  image?: Image;
2114
2114
  /**
2115
- * Product video.
2115
+ * Video details. Populated when you provide a Wix Media Manager file ID in `set_by`.
2116
2116
  * @readonly
2117
2117
  */
2118
2118
  video?: VideoV2;
@@ -2124,7 +2124,8 @@ interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
2124
2124
  altText?: string | null;
2125
2125
  /**
2126
2126
  * Media display name.
2127
- * Allows to override the default media name. Can be passed only when `setBy: url`.
2127
+ *
2128
+ * Overrides the default media name. Can be passed only when the media is set by a URL in `setBy``.
2128
2129
  * @maxLength 80
2129
2130
  */
2130
2131
  displayName?: string | null;
@@ -2162,12 +2163,12 @@ interface ProductMediaSetByOneOf {
2162
2163
  /** @oneof */
2163
2164
  interface ProductMediaMediaOneOf {
2164
2165
  /**
2165
- * Product image.
2166
+ * Image details. Populated when you provide a [Wix Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager) file ID in `set_by`.
2166
2167
  * @readonly
2167
2168
  */
2168
2169
  image?: Image;
2169
2170
  /**
2170
- * Product video.
2171
+ * Video details. Populated when you provide a Wix Media Manager file ID in `set_by`.
2171
2172
  * @readonly
2172
2173
  */
2173
2174
  video?: VideoV2;
@@ -2268,7 +2269,9 @@ interface Thumbnail {
2268
2269
  }
2269
2270
  interface MediaItemsInfo {
2270
2271
  /**
2271
- * All media items (images, videos etc) associated with this product.
2272
+ * All media items associated with this product.
2273
+ *
2274
+ * The first item in the array is automatically set as the product's main media.
2272
2275
  * @maxSize 15
2273
2276
  */
2274
2277
  items?: ProductMedia[];
@@ -2391,7 +2394,7 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
2391
2394
  * When not empty, only these images are shown when a customer selects this choice. Otherwise, all product images are shown.
2392
2395
  * When multiple choices from different options are selected, only media present in `linkedMedia` of ALL selected choices are shown.
2393
2396
  * 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
2397
+ * @maxSize 15
2395
2398
  */
2396
2399
  linkedMedia?: ProductMedia[];
2397
2400
  /** Choice type. */
@@ -2529,7 +2532,7 @@ interface ConnectedModifierChoice extends ConnectedModifierChoiceValueOneOf {
2529
2532
  choiceId?: string | null;
2530
2533
  /**
2531
2534
  * Product media.
2532
- * @maxSize 100
2535
+ * @maxSize 15
2533
2536
  */
2534
2537
  linkedMedia?: ProductMedia[];
2535
2538
  /** Choice type. */