@wix/auto_sdk_ecom_current-cart 1.0.166 → 1.0.168
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.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +5 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -403,14 +403,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
|
|
|
403
403
|
colorInfo?: Color;
|
|
404
404
|
/** Description line name. */
|
|
405
405
|
name?: DescriptionLineName;
|
|
406
|
-
/**
|
|
407
|
-
* Whether the description line originates from a modifier.
|
|
408
|
-
* @internal
|
|
409
|
-
* @deprecated Whether the description line originates from a modifier.
|
|
410
|
-
* @replacedBy none
|
|
411
|
-
* @targetRemovalDate 2025-12-31
|
|
412
|
-
*/
|
|
413
|
-
modifierDescriptionLine?: boolean;
|
|
414
406
|
}
|
|
415
407
|
/** @oneof */
|
|
416
408
|
interface DescriptionLineValueOneOf {
|
|
@@ -2633,6 +2625,11 @@ interface AdditionalFee {
|
|
|
2633
2625
|
* @maxLength 50
|
|
2634
2626
|
*/
|
|
2635
2627
|
translatedName?: string | null;
|
|
2628
|
+
/**
|
|
2629
|
+
* Address type tax was calculated against for this fee.
|
|
2630
|
+
* @internal
|
|
2631
|
+
*/
|
|
2632
|
+
taxableAddress?: TaxableAddress;
|
|
2636
2633
|
}
|
|
2637
2634
|
declare enum AdditionalFeeSource {
|
|
2638
2635
|
UNKNOWN_ADDITIONAL_FEE_SOURCE = "UNKNOWN_ADDITIONAL_FEE_SOURCE",
|