@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
|
@@ -2106,12 +2106,12 @@ interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
|
2106
2106
|
*/
|
|
2107
2107
|
url?: string;
|
|
2108
2108
|
/**
|
|
2109
|
-
*
|
|
2109
|
+
* 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`.
|
|
2110
2110
|
* @readonly
|
|
2111
2111
|
*/
|
|
2112
2112
|
image?: string;
|
|
2113
2113
|
/**
|
|
2114
|
-
*
|
|
2114
|
+
* Video details. Populated when you provide a Wix Media Manager file ID in `set_by`.
|
|
2115
2115
|
* @readonly
|
|
2116
2116
|
*/
|
|
2117
2117
|
video?: string;
|
|
@@ -2123,7 +2123,8 @@ interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
|
2123
2123
|
altText?: string | null;
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Media display name.
|
|
2126
|
-
*
|
|
2126
|
+
*
|
|
2127
|
+
* Overrides the default media name. Can be passed only when the media is set by a URL in `setBy``.
|
|
2127
2128
|
* @maxLength 80
|
|
2128
2129
|
*/
|
|
2129
2130
|
displayName?: string | null;
|
|
@@ -2161,12 +2162,12 @@ interface ProductMediaSetByOneOf {
|
|
|
2161
2162
|
/** @oneof */
|
|
2162
2163
|
interface ProductMediaMediaOneOf {
|
|
2163
2164
|
/**
|
|
2164
|
-
*
|
|
2165
|
+
* 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`.
|
|
2165
2166
|
* @readonly
|
|
2166
2167
|
*/
|
|
2167
2168
|
image?: string;
|
|
2168
2169
|
/**
|
|
2169
|
-
*
|
|
2170
|
+
* Video details. Populated when you provide a Wix Media Manager file ID in `set_by`.
|
|
2170
2171
|
* @readonly
|
|
2171
2172
|
*/
|
|
2172
2173
|
video?: string;
|
|
@@ -2215,7 +2216,9 @@ interface Thumbnail {
|
|
|
2215
2216
|
}
|
|
2216
2217
|
interface MediaItemsInfo {
|
|
2217
2218
|
/**
|
|
2218
|
-
* All media items
|
|
2219
|
+
* All media items associated with this product.
|
|
2220
|
+
*
|
|
2221
|
+
* The first item in the array is automatically set as the product's main media.
|
|
2219
2222
|
* @maxSize 15
|
|
2220
2223
|
*/
|
|
2221
2224
|
items?: ProductMedia[];
|
|
@@ -2338,7 +2341,7 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
2338
2341
|
* When not empty, only these images are shown when a customer selects this choice. Otherwise, all product images are shown.
|
|
2339
2342
|
* When multiple choices from different options are selected, only media present in `linkedMedia` of ALL selected choices are shown.
|
|
2340
2343
|
* 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
|
|
2344
|
+
* @maxSize 15
|
|
2342
2345
|
*/
|
|
2343
2346
|
linkedMedia?: ProductMedia[];
|
|
2344
2347
|
/** Choice type. */
|
|
@@ -2476,7 +2479,7 @@ interface ConnectedModifierChoice extends ConnectedModifierChoiceValueOneOf {
|
|
|
2476
2479
|
choiceId?: string | null;
|
|
2477
2480
|
/**
|
|
2478
2481
|
* Product media.
|
|
2479
|
-
* @maxSize
|
|
2482
|
+
* @maxSize 15
|
|
2480
2483
|
*/
|
|
2481
2484
|
linkedMedia?: ProductMedia[];
|
|
2482
2485
|
/** Choice type. */
|