@wix/auto_sdk_stores_customizations-v-3 1.0.76 → 1.0.78
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.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -202,7 +202,8 @@ interface Choice extends ChoiceValueOneOf {
|
|
|
202
202
|
*/
|
|
203
203
|
defaultAddedPrice?: string | null;
|
|
204
204
|
/**
|
|
205
|
-
*
|
|
205
|
+
* Optional image displayed alongside a ONE_COLOR choice in the storefront.
|
|
206
|
+
* Only valid for ONE_COLOR choices; not populated for other choice types.
|
|
206
207
|
* @internal
|
|
207
208
|
*/
|
|
208
209
|
displayImage?: string;
|