@wix/auto_sdk_ecom_cart-v-2 1.0.4 → 1.0.6
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 +3 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -3
- package/build/es/index.d.mts +3 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +3 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +3 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -3
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1602,7 +1602,7 @@ interface AdditionalFeeTax {
|
|
|
1602
1602
|
interface PriceSummary {
|
|
1603
1603
|
/**
|
|
1604
1604
|
* Total price of all line items after applying item-level discounts.
|
|
1605
|
-
*
|
|
1605
|
+
* Includes tax if `tax_summary.prices_include_tax` is true.
|
|
1606
1606
|
*/
|
|
1607
1607
|
subtotal?: MultiCurrencyPrice;
|
|
1608
1608
|
/**
|
|
@@ -1613,12 +1613,12 @@ interface PriceSummary {
|
|
|
1613
1613
|
discount?: MultiCurrencyPrice;
|
|
1614
1614
|
/**
|
|
1615
1615
|
* Final delivery cost for the cart.
|
|
1616
|
-
*
|
|
1616
|
+
* Includes tax if `tax_summary.prices_include_tax` is true.
|
|
1617
1617
|
*/
|
|
1618
1618
|
delivery?: MultiCurrencyPrice;
|
|
1619
1619
|
/**
|
|
1620
1620
|
* Total additional fees associated with the cart.
|
|
1621
|
-
*
|
|
1621
|
+
* Includes tax if `tax_summary.prices_include_tax` is true.
|
|
1622
1622
|
*/
|
|
1623
1623
|
additionalFees?: MultiCurrencyPrice;
|
|
1624
1624
|
/** Total tax amount calculated across all applicable components (items, discounts, delivery, and fees). */
|
package/build/es/index.d.mts
CHANGED
|
@@ -1625,7 +1625,7 @@ interface AdditionalFeeTax {
|
|
|
1625
1625
|
interface PriceSummary {
|
|
1626
1626
|
/**
|
|
1627
1627
|
* Total price of all line items after applying item-level discounts.
|
|
1628
|
-
*
|
|
1628
|
+
* Includes tax if `tax_summary.prices_include_tax` is true.
|
|
1629
1629
|
*/
|
|
1630
1630
|
subtotal?: MultiCurrencyPrice;
|
|
1631
1631
|
/**
|
|
@@ -1636,12 +1636,12 @@ interface PriceSummary {
|
|
|
1636
1636
|
discount?: MultiCurrencyPrice;
|
|
1637
1637
|
/**
|
|
1638
1638
|
* Final delivery cost for the cart.
|
|
1639
|
-
*
|
|
1639
|
+
* Includes tax if `tax_summary.prices_include_tax` is true.
|
|
1640
1640
|
*/
|
|
1641
1641
|
delivery?: MultiCurrencyPrice;
|
|
1642
1642
|
/**
|
|
1643
1643
|
* Total additional fees associated with the cart.
|
|
1644
|
-
*
|
|
1644
|
+
* Includes tax if `tax_summary.prices_include_tax` is true.
|
|
1645
1645
|
*/
|
|
1646
1646
|
additionalFees?: MultiCurrencyPrice;
|
|
1647
1647
|
/** Total tax amount calculated across all applicable components (items, discounts, delivery, and fees). */
|