@wix/auto_sdk_ecom_draft-orders 1.0.158 → 1.0.159
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 -0
- 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 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1469,6 +1469,11 @@ interface AdditionalFee {
|
|
|
1469
1469
|
subscriptionCycles?: number | null;
|
|
1470
1470
|
/** Specifies the entity that added the additional fee. */
|
|
1471
1471
|
source?: AdditionalFeeSourceWithLiterals;
|
|
1472
|
+
/**
|
|
1473
|
+
* Address type tax was calculated against for this fee.
|
|
1474
|
+
* @internal
|
|
1475
|
+
*/
|
|
1476
|
+
taxableAddress?: TaxableAddress;
|
|
1472
1477
|
}
|
|
1473
1478
|
declare enum AdditionalFeeSource {
|
|
1474
1479
|
/** The additional fee was added by an additional fee service plugin. */
|