@wix/auto_sdk_stores_customizations-v-3 1.0.78 → 1.0.79

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.
@@ -452,7 +452,13 @@ interface GetCustomizationRequest {
452
452
  }
453
453
  declare enum RequestedFields {
454
454
  /** Assigned products count. */
455
- ASSIGNED_PRODUCTS_COUNT = "ASSIGNED_PRODUCTS_COUNT"
455
+ ASSIGNED_PRODUCTS_COUNT = "ASSIGNED_PRODUCTS_COUNT",
456
+ /**
457
+ * Returns display images for choices.
458
+ * @documentationMaturity preview
459
+ * @internal
460
+ */
461
+ CHOICE_DISPLAY_IMAGE = "CHOICE_DISPLAY_IMAGE"
456
462
  }
457
463
  /** @enumType */
458
464
  type RequestedFieldsWithLiterals = RequestedFields | 'ASSIGNED_PRODUCTS_COUNT';