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

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",
@@ -1227,6 +1232,8 @@ interface Address {
1227
1232
  * @maxLength 100
1228
1233
  */
1229
1234
  addressLine2?: string | null;
1235
+ /** Geocode object containing latitude and longitude coordinates. */
1236
+ location?: AddressLocation;
1230
1237
  /**
1231
1238
  * Country's full name.
1232
1239
  * @readonly
@@ -1746,8 +1753,6 @@ interface Membership {
1746
1753
  * @maxLength 100
1747
1754
  */
1748
1755
  lineItemIds?: string[];
1749
- /** The name of this membership. */
1750
- name?: TranslatableString;
1751
1756
  }
1752
1757
  interface SubscriptionCharges {
1753
1758
  /**