@wix/auto_sdk_ecom_current-cart-v-2 1.0.9 → 1.0.10

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.
@@ -757,6 +757,11 @@ interface SelectedMembership {
757
757
  * @format GUID
758
758
  */
759
759
  appId?: string;
760
+ /**
761
+ * Name of the selected membership.
762
+ * @readonly
763
+ */
764
+ name?: TranslatableString;
760
765
  }
761
766
  declare enum ItemStatus {
762
767
  UNKNOWN_ITEM_STATUS = "UNKNOWN_ITEM_STATUS",
@@ -1746,8 +1751,6 @@ interface Membership {
1746
1751
  * @maxLength 100
1747
1752
  */
1748
1753
  lineItemIds?: string[];
1749
- /** The name of this membership. */
1750
- name?: TranslatableString;
1751
1754
  }
1752
1755
  interface SubscriptionCharges {
1753
1756
  /**