@wix/auto_sdk_ecom_cart-v-2 1.0.7 → 1.0.8
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.d.ts +2 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/es/index.d.mts +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -0
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1582,6 +1582,8 @@ interface Tax {
|
|
|
1582
1582
|
rate?: string | null;
|
|
1583
1583
|
/** Calculated tax, based on `taxable_amount` and `rate`. */
|
|
1584
1584
|
totalTax?: MultiCurrencyPrice;
|
|
1585
|
+
/** Amount that is exempt from tax. */
|
|
1586
|
+
totalExemptAmount?: MultiCurrencyPrice;
|
|
1585
1587
|
}
|
|
1586
1588
|
interface LineItemTax {
|
|
1587
1589
|
/**
|
package/build/es/index.d.mts
CHANGED
|
@@ -1605,6 +1605,8 @@ interface Tax {
|
|
|
1605
1605
|
rate?: string | null;
|
|
1606
1606
|
/** Calculated tax, based on `taxable_amount` and `rate`. */
|
|
1607
1607
|
totalTax?: MultiCurrencyPrice;
|
|
1608
|
+
/** Amount that is exempt from tax. */
|
|
1609
|
+
totalExemptAmount?: MultiCurrencyPrice;
|
|
1608
1610
|
}
|
|
1609
1611
|
interface LineItemTax {
|
|
1610
1612
|
/**
|