@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.
@@ -756,6 +756,11 @@ interface SelectedMembership {
756
756
  * @format GUID
757
757
  */
758
758
  appId?: string;
759
+ /**
760
+ * Name of the selected membership.
761
+ * @readonly
762
+ */
763
+ name?: TranslatableString;
759
764
  }
760
765
  declare enum ItemStatus {
761
766
  UNKNOWN_ITEM_STATUS = "UNKNOWN_ITEM_STATUS",
@@ -1691,8 +1696,6 @@ interface Membership {
1691
1696
  * @maxLength 100
1692
1697
  */
1693
1698
  lineItemIds?: string[];
1694
- /** The name of this membership. */
1695
- name?: TranslatableString;
1696
1699
  }
1697
1700
  interface SubscriptionCharges {
1698
1701
  /**
@@ -745,6 +745,11 @@ interface SelectedMembership {
745
745
  * @format GUID
746
746
  */
747
747
  appId?: string;
748
+ /**
749
+ * Name of the selected membership.
750
+ * @readonly
751
+ */
752
+ name?: TranslatableString;
748
753
  }
749
754
  declare enum ItemStatus {
750
755
  UNKNOWN_ITEM_STATUS = "UNKNOWN_ITEM_STATUS",
@@ -1726,8 +1731,6 @@ interface Membership {
1726
1731
  * @maxLength 100
1727
1732
  */
1728
1733
  lineItemIds?: string[];
1729
- /** The name of this membership. */
1730
- name?: TranslatableString;
1731
1734
  }
1732
1735
  interface SubscriptionCharges {
1733
1736
  /**