@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.
@@ -202,8 +202,8 @@ interface Choice extends ChoiceValueOneOf {
202
202
  */
203
203
  defaultAddedPrice?: string | null;
204
204
  /**
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.
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.
207
207
  */
208
208
  displayImage?: string;
209
209
  /**
@@ -451,10 +451,7 @@ interface GetCustomizationRequest {
451
451
  declare enum RequestedFields {
452
452
  /** Assigned products count. */
453
453
  ASSIGNED_PRODUCTS_COUNT = "ASSIGNED_PRODUCTS_COUNT",
454
- /**
455
- * Returns display images for choices.
456
- * @documentationMaturity preview
457
- */
454
+ /** Returns display images for choices. */
458
455
  CHOICE_DISPLAY_IMAGE = "CHOICE_DISPLAY_IMAGE"
459
456
  }
460
457
  /** @enumType */