@wix/auto_sdk_ecom_current-cart-v-2 1.0.5 → 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.
@@ -1547,9 +1547,6 @@ interface V2AdditionalFee {
1547
1547
  interface TaxSummary {
1548
1548
  /**
1549
1549
  * List of taxes applied to the cart.
1550
- * May contain multiple entries when advanced tax rates are configured by the merchant,
1551
- * or a single entry representing the total tax amount.
1552
- * For more details on advanced tax rates, read [this article](https://support.wix.com/en/article/setting-up-tax-calculation-using-the-manual-method#step-3-optional-customize-advanced-mode-settings).
1553
1550
  * @maxSize 100
1554
1551
  */
1555
1552
  taxes?: Tax[];
@@ -1580,7 +1577,7 @@ interface Tax {
1580
1577
  * Tax rate %, as a decimal point between 0 and 1.
1581
1578
  * @decimalValue options { gte:0, lte:1, maxScale:6 }
1582
1579
  */
1583
- rate?: string | null;
1580
+ rate?: string;
1584
1581
  /** Calculated tax, based on `taxable_amount` and `rate`. */
1585
1582
  totalTax?: MultiCurrencyPrice;
1586
1583
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_current-cart-v-2",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.ecom.v2.cart"
51
51
  }
52
52
  },
53
- "falconPackageHash": "e7d6f05cca62a74499d4f0991e01d50068287d06a87983cddcc32c23"
53
+ "falconPackageHash": "50fa41ddb5f2b71124d387d5311315c9ecc482e323a1e0ee8efcb58e"
54
54
  }