@wix/auto_sdk_stores_customizations-v-3 1.0.86 → 1.0.87

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.
@@ -194,8 +194,8 @@ interface Choice extends ChoiceValueOneOf {
194
194
  */
195
195
  defaultAddedPrice?: string | null;
196
196
  /**
197
- * Optional image displayed alongside a ONE_COLOR choice in the storefront.
198
- * Only valid for ONE_COLOR choices; not populated for other choice types.
197
+ * Optional image displayed alongside a `ONE_COLOR` choice in the storefront.
198
+ * Only valid for `ONE_COLOR` choices; not populated for other choice types.
199
199
  */
200
200
  displayImage?: string;
201
201
  /**
@@ -443,10 +443,7 @@ interface GetCustomizationRequest {
443
443
  declare enum RequestedFields {
444
444
  /** Assigned products count. */
445
445
  ASSIGNED_PRODUCTS_COUNT = "ASSIGNED_PRODUCTS_COUNT",
446
- /**
447
- * Returns display images for choices.
448
- * @documentationMaturity preview
449
- */
446
+ /** Returns display images for choices. */
450
447
  CHOICE_DISPLAY_IMAGE = "CHOICE_DISPLAY_IMAGE"
451
448
  }
452
449
  /** @enumType */