@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +8 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +8 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +8 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +5 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +8 -0
- package/package.json +2 -2
|
@@ -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
|