@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +11 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +11 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +11 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +11 -8
- 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 +11 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +11 -8
- 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 +11 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +11 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2118,12 +2118,12 @@ interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
|
2118
2118
|
*/
|
|
2119
2119
|
url?: string;
|
|
2120
2120
|
/**
|
|
2121
|
-
*
|
|
2121
|
+
* 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`.
|
|
2122
2122
|
* @readonly
|
|
2123
2123
|
*/
|
|
2124
2124
|
image?: string;
|
|
2125
2125
|
/**
|
|
2126
|
-
*
|
|
2126
|
+
* Video details. Populated when you provide a Wix Media Manager file ID in `set_by`.
|
|
2127
2127
|
* @readonly
|
|
2128
2128
|
*/
|
|
2129
2129
|
video?: string;
|
|
@@ -2135,7 +2135,8 @@ interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
|
2135
2135
|
altText?: string | null;
|
|
2136
2136
|
/**
|
|
2137
2137
|
* Media display name.
|
|
2138
|
-
*
|
|
2138
|
+
*
|
|
2139
|
+
* Overrides the default media name. Can be passed only when the media is set by a URL in `setBy``.
|
|
2139
2140
|
* @maxLength 80
|
|
2140
2141
|
*/
|
|
2141
2142
|
displayName?: string | null;
|
|
@@ -2173,12 +2174,12 @@ interface ProductMediaSetByOneOf {
|
|
|
2173
2174
|
/** @oneof */
|
|
2174
2175
|
interface ProductMediaMediaOneOf {
|
|
2175
2176
|
/**
|
|
2176
|
-
*
|
|
2177
|
+
* 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`.
|
|
2177
2178
|
* @readonly
|
|
2178
2179
|
*/
|
|
2179
2180
|
image?: string;
|
|
2180
2181
|
/**
|
|
2181
|
-
*
|
|
2182
|
+
* Video details. Populated when you provide a Wix Media Manager file ID in `set_by`.
|
|
2182
2183
|
* @readonly
|
|
2183
2184
|
*/
|
|
2184
2185
|
video?: string;
|
|
@@ -2227,7 +2228,9 @@ interface Thumbnail {
|
|
|
2227
2228
|
}
|
|
2228
2229
|
interface MediaItemsInfo {
|
|
2229
2230
|
/**
|
|
2230
|
-
* All media items
|
|
2231
|
+
* All media items associated with this product.
|
|
2232
|
+
*
|
|
2233
|
+
* The first item in the array is automatically set as the product's main media.
|
|
2231
2234
|
* @maxSize 15
|
|
2232
2235
|
*/
|
|
2233
2236
|
items?: ProductMedia[];
|
|
@@ -2350,7 +2353,7 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
2350
2353
|
* When not empty, only these images are shown when a customer selects this choice. Otherwise, all product images are shown.
|
|
2351
2354
|
* When multiple choices from different options are selected, only media present in `linkedMedia` of ALL selected choices are shown.
|
|
2352
2355
|
* 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
|
|
2356
|
+
* @maxSize 15
|
|
2354
2357
|
*/
|
|
2355
2358
|
linkedMedia?: ProductMedia[];
|
|
2356
2359
|
/** Choice type. */
|
|
@@ -2488,7 +2491,7 @@ interface ConnectedModifierChoice extends ConnectedModifierChoiceValueOneOf {
|
|
|
2488
2491
|
choiceId?: string | null;
|
|
2489
2492
|
/**
|
|
2490
2493
|
* Product media.
|
|
2491
|
-
* @maxSize
|
|
2494
|
+
* @maxSize 15
|
|
2492
2495
|
*/
|
|
2493
2496
|
linkedMedia?: ProductMedia[];
|
|
2494
2497
|
/** Choice type. */
|