@wix/auto_sdk_ecom_checkout 1.0.151 → 1.0.153
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
|
@@ -636,14 +636,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
|
|
|
636
636
|
colorInfo?: Color;
|
|
637
637
|
/** Description line name. */
|
|
638
638
|
name?: DescriptionLineName;
|
|
639
|
-
/**
|
|
640
|
-
* Whether the description line originates from a modifier.
|
|
641
|
-
* @internal
|
|
642
|
-
* @deprecated Whether the description line originates from a modifier.
|
|
643
|
-
* @replacedBy none
|
|
644
|
-
* @targetRemovalDate 2025-12-31
|
|
645
|
-
*/
|
|
646
|
-
modifierDescriptionLine?: boolean;
|
|
647
639
|
}
|
|
648
640
|
/** @oneof */
|
|
649
641
|
interface DescriptionLineValueOneOf {
|
|
@@ -2325,6 +2317,11 @@ interface AdditionalFee {
|
|
|
2325
2317
|
* @maxLength 50
|
|
2326
2318
|
*/
|
|
2327
2319
|
translatedName?: string | null;
|
|
2320
|
+
/**
|
|
2321
|
+
* Address type tax was calculated against for this fee.
|
|
2322
|
+
* @internal
|
|
2323
|
+
*/
|
|
2324
|
+
taxableAddress?: TaxableAddress;
|
|
2328
2325
|
}
|
|
2329
2326
|
declare enum AdditionalFeeSource {
|
|
2330
2327
|
UNKNOWN_ADDITIONAL_FEE_SOURCE = "UNKNOWN_ADDITIONAL_FEE_SOURCE",
|