@wix/auto_sdk_ecom_cart 1.0.73 → 1.0.75

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.
@@ -1706,6 +1706,8 @@ interface AggregatedTaxBreakdown {
1706
1706
  rate?: string;
1707
1707
  /** The sum of all the tax from line items that calculated by the tax identifiers. */
1708
1708
  aggregatedTaxAmount?: MultiCurrencyPrice;
1709
+ /** The sum of all the taxable amount from line items for tax identifiers. */
1710
+ aggregatedTaxableAmount?: MultiCurrencyPrice;
1709
1711
  }
1710
1712
  interface ShippingInformation {
1711
1713
  /** Shipping region. */
@@ -107,6 +107,24 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
107
107
  destPath: "/v1/carts"
108
108
  }
109
109
  ],
110
+ "editor._base_domain_": [
111
+ {
112
+ srcPath: "/_api/ecom-cart",
113
+ destPath: ""
114
+ }
115
+ ],
116
+ "blocks._base_domain_": [
117
+ {
118
+ srcPath: "/_api/ecom-cart",
119
+ destPath: ""
120
+ }
121
+ ],
122
+ "create.editorx": [
123
+ {
124
+ srcPath: "/_api/ecom-cart",
125
+ destPath: ""
126
+ }
127
+ ],
110
128
  "*.dev.wix-code.com": [
111
129
  {
112
130
  srcPath: "/_api/ecom-cart",