@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",
@@ -1692,8 +1697,6 @@ interface Membership {
1692
1697
  * @maxLength 100
1693
1698
  */
1694
1699
  lineItemIds?: string[];
1695
- /** The name of this membership. */
1696
- name?: TranslatableString;
1697
1700
  }
1698
1701
  interface SubscriptionCharges {
1699
1702
  /**