@wix/auto_sdk_ecom_cart 1.0.78 → 1.0.80

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.
@@ -391,6 +391,9 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
391
391
  /**
392
392
  * Whether the description line originates from a modifier.
393
393
  * @internal
394
+ * @deprecated Whether the description line originates from a modifier.
395
+ * @replacedBy none
396
+ * @targetRemovalDate 2025-12-31
394
397
  */
395
398
  modifierDescriptionLine?: boolean;
396
399
  }
@@ -1032,6 +1035,8 @@ interface Address {
1032
1035
  * @maxLength 100
1033
1036
  */
1034
1037
  addressLine2?: string | null;
1038
+ /** Geocode object containing latitude and longitude coordinates. */
1039
+ location?: AddressLocation;
1035
1040
  /**
1036
1041
  * Country's full name.
1037
1042
  * @readonly