@wix/ecom 1.0.1006 → 1.0.1007

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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +4 -1
  2. package/build/cjs/index.js +7 -1
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/meta.d.ts +3 -0
  5. package/build/cjs/meta.js +4 -1
  6. package/build/cjs/meta.js.map +1 -1
  7. package/build/cjs/service-plugins.d.ts +1 -0
  8. package/build/cjs/service-plugins.js +2 -1
  9. package/build/cjs/service-plugins.js.map +1 -1
  10. package/build/es/index.d.ts +4 -1
  11. package/build/es/index.js +4 -1
  12. package/build/es/index.js.map +1 -1
  13. package/build/es/meta.d.ts +3 -0
  14. package/build/es/meta.js +3 -0
  15. package/build/es/meta.js.map +1 -1
  16. package/build/es/service-plugins.d.ts +1 -0
  17. package/build/es/service-plugins.js +1 -0
  18. package/build/es/service-plugins.js.map +1 -1
  19. package/build/internal/cjs/index.d.ts +4 -1
  20. package/build/internal/cjs/index.js +7 -1
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/meta.d.ts +3 -0
  23. package/build/internal/cjs/meta.js +4 -1
  24. package/build/internal/cjs/meta.js.map +1 -1
  25. package/build/internal/cjs/service-plugins.d.ts +1 -0
  26. package/build/internal/cjs/service-plugins.js +2 -1
  27. package/build/internal/cjs/service-plugins.js.map +1 -1
  28. package/build/internal/es/index.d.ts +4 -1
  29. package/build/internal/es/index.js +4 -1
  30. package/build/internal/es/index.js.map +1 -1
  31. package/build/internal/es/meta.d.ts +3 -0
  32. package/build/internal/es/meta.js +3 -0
  33. package/build/internal/es/meta.js.map +1 -1
  34. package/build/internal/es/service-plugins.d.ts +1 -0
  35. package/build/internal/es/service-plugins.js +1 -0
  36. package/build/internal/es/service-plugins.js.map +1 -1
  37. package/package.json +49 -45
@@ -1,3 +1,5 @@
1
+ import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';
2
+ import * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';
1
3
  import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
2
4
  import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
3
5
  import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
@@ -27,8 +29,9 @@ import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
27
29
  import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
28
30
  import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
29
31
  import * as currencies from '@wix/auto_sdk_ecom_currencies';
32
+ import * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
30
33
  import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
31
34
  import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
32
35
  import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
33
36
  import * as tips from '@wix/auto_sdk_ecom_tips';
34
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
37
+ export { taxGroups, taxRegions, checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, taxCalculation, deliverySolutions, tipSettings, tippableStaff, tips, };
@@ -23,7 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
26
+ exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.taxCalculation = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = exports.taxRegions = exports.taxGroups = void 0;
27
+ const taxGroups = __importStar(require("@wix/auto_sdk_ecom_tax-groups"));
28
+ exports.taxGroups = taxGroups;
29
+ const taxRegions = __importStar(require("@wix/auto_sdk_ecom_tax-regions"));
30
+ exports.taxRegions = taxRegions;
27
31
  const checkoutContent = __importStar(require("@wix/auto_sdk_ecom_checkout-content"));
28
32
  exports.checkoutContent = checkoutContent;
29
33
  const discountsCustomTrigger = __importStar(require("@wix/auto_sdk_ecom_discounts-custom-trigger"));
@@ -82,6 +86,8 @@ const totalsCalculator = __importStar(require("@wix/auto_sdk_ecom_totals-calcula
82
86
  exports.totalsCalculator = totalsCalculator;
83
87
  const currencies = __importStar(require("@wix/auto_sdk_ecom_currencies"));
84
88
  exports.currencies = currencies;
89
+ const taxCalculation = __importStar(require("@wix/auto_sdk_ecom_tax-calculation"));
90
+ exports.taxCalculation = taxCalculation;
85
91
  const deliverySolutions = __importStar(require("@wix/auto_sdk_ecom_delivery-solutions"));
86
92
  exports.deliverySolutions = deliverySolutions;
87
93
  const tipSettings = __importStar(require("@wix/auto_sdk_ecom_tip-settings"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qFAAuE;AAmCrE,0CAAe;AAlCjB,oGAAsF;AAmCpF,wDAAsB;AAlCxB,iFAAmE;AAmCjE,sCAAa;AAlCf,iFAAmE;AAmCjE,sCAAa;AAlCf,oFAAsE;AAmCpE,0CAAe;AAlCjB,iGAAmF;AAmCjF,sDAAqB;AAlCvB,2FAA6E;AAmC3E,gDAAkB;AAlCpB,yGAA2F;AAmCzF,4DAAwB;AAlC1B,+FAAiF;AAmC/E,kDAAmB;AAlCrB,8DAAgD;AAmC9C,oBAAI;AAlCN,6EAA+D;AAmC7D,kCAAW;AAlCb,sEAAwD;AAmCtD,4BAAQ;AAlCV,uFAAyE;AAmCvE,4CAAgB;AAlClB,yFAA2E;AAmCzE,8CAAiB;AAlCnB,qFAAuE;AAmCrE,0CAAe;AAlCjB,6EAA+D;AAmC7D,kCAAW;AAlCb,yFAA2E;AAmCzE,8CAAiB;AAlCnB,+EAAiE;AAmC/D,oCAAY;AAlCd,gGAAkF;AAmChF,oDAAoB;AAlCtB,kEAAoD;AAmClD,wBAAM;AAlCR,+EAAiE;AAmC/D,oCAAY;AAlCd,gGAAkF;AAmChF,oDAAoB;AAlCtB,yFAA2E;AAmCzE,8CAAiB;AAlCnB,mFAAqE;AAmCnE,wCAAc;AAlChB,qFAAuE;AAmCrE,0CAAe;AAlCjB,qFAAuE;AAmCrE,0CAAe;AAlCjB,+FAAiF;AAmC/E,oDAAoB;AAlCtB,uFAAyE;AAmCvE,4CAAgB;AAlClB,0EAA4D;AAmC1D,gCAAU;AAlCZ,yFAA2E;AAmCzE,8CAAiB;AAlCnB,6EAA+D;AAmC7D,kCAAW;AAlCb,iFAAmE;AAmCjE,sCAAa;AAlCf,8DAAgD;AAmC9C,oBAAI"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAA2D;AAsCzD,8BAAS;AArCX,2EAA6D;AAsC3D,gCAAU;AArCZ,qFAAuE;AAsCrE,0CAAe;AArCjB,oGAAsF;AAsCpF,wDAAsB;AArCxB,iFAAmE;AAsCjE,sCAAa;AArCf,iFAAmE;AAsCjE,sCAAa;AArCf,oFAAsE;AAsCpE,0CAAe;AArCjB,iGAAmF;AAsCjF,sDAAqB;AArCvB,2FAA6E;AAsC3E,gDAAkB;AArCpB,yGAA2F;AAsCzF,4DAAwB;AArC1B,+FAAiF;AAsC/E,kDAAmB;AArCrB,8DAAgD;AAsC9C,oBAAI;AArCN,6EAA+D;AAsC7D,kCAAW;AArCb,sEAAwD;AAsCtD,4BAAQ;AArCV,uFAAyE;AAsCvE,4CAAgB;AArClB,yFAA2E;AAsCzE,8CAAiB;AArCnB,qFAAuE;AAsCrE,0CAAe;AArCjB,6EAA+D;AAsC7D,kCAAW;AArCb,yFAA2E;AAsCzE,8CAAiB;AArCnB,+EAAiE;AAsC/D,oCAAY;AArCd,gGAAkF;AAsChF,oDAAoB;AArCtB,kEAAoD;AAsClD,wBAAM;AArCR,+EAAiE;AAsC/D,oCAAY;AArCd,gGAAkF;AAsChF,oDAAoB;AArCtB,yFAA2E;AAsCzE,8CAAiB;AArCnB,mFAAqE;AAsCnE,wCAAc;AArChB,qFAAuE;AAsCrE,0CAAe;AArCjB,qFAAuE;AAsCrE,0CAAe;AArCjB,+FAAiF;AAsC/E,oDAAoB;AArCtB,uFAAyE;AAsCvE,4CAAgB;AArClB,0EAA4D;AAsC1D,gCAAU;AArCZ,mFAAqE;AAsCnE,wCAAc;AArChB,yFAA2E;AAsCzE,8CAAiB;AArCnB,6EAA+D;AAsC7D,kCAAW;AArCb,iFAAmE;AAsCjE,sCAAa;AArCf,8DAAgD;AAsC9C,oBAAI"}
@@ -1,3 +1,5 @@
1
+ export * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';
2
+ export * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';
1
3
  export * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';
2
4
  export * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
3
5
  export * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';
@@ -27,6 +29,7 @@ export * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';
27
29
  export * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';
28
30
  export * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';
29
31
  export * as currencies from '@wix/auto_sdk_ecom_currencies/meta';
32
+ export * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';
30
33
  export * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';
31
34
  export * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';
32
35
  export * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';
package/build/cjs/meta.js CHANGED
@@ -23,7 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
26
+ exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.taxCalculation = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = exports.taxRegions = exports.taxGroups = void 0;
27
+ exports.taxGroups = __importStar(require("@wix/auto_sdk_ecom_tax-groups/meta"));
28
+ exports.taxRegions = __importStar(require("@wix/auto_sdk_ecom_tax-regions/meta"));
27
29
  exports.checkoutContent = __importStar(require("@wix/auto_sdk_ecom_checkout-content/meta"));
28
30
  exports.discountsCustomTrigger = __importStar(require("@wix/auto_sdk_ecom_discounts-custom-trigger/meta"));
29
31
  exports.discountRules = __importStar(require("@wix/auto_sdk_ecom_discount-rules/meta"));
@@ -53,6 +55,7 @@ exports.shippingOptions = __importStar(require("@wix/auto_sdk_ecom_shipping-opti
53
55
  exports.shippoConfigurations = __importStar(require("@wix/auto_sdk_ecom_shippo-configurations/meta"));
54
56
  exports.totalsCalculator = __importStar(require("@wix/auto_sdk_ecom_totals-calculator/meta"));
55
57
  exports.currencies = __importStar(require("@wix/auto_sdk_ecom_currencies/meta"));
58
+ exports.taxCalculation = __importStar(require("@wix/auto_sdk_ecom_tax-calculation/meta"));
56
59
  exports.deliverySolutions = __importStar(require("@wix/auto_sdk_ecom_delivery-solutions/meta"));
57
60
  exports.tipSettings = __importStar(require("@wix/auto_sdk_ecom_tip-settings/meta"));
58
61
  exports.tippableStaff = __importStar(require("@wix/auto_sdk_ecom_tippable-staff/meta"));
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,2GAA2F;AAC3F,wFAAwE;AACxE,wFAAwE;AACxE,2FAA2E;AAC3E,wGAAwF;AACxF,kGAAkF;AAClF,gHAAgG;AAChG,sGAAsF;AACtF,qEAAqD;AACrD,oFAAoE;AACpE,6EAA6D;AAC7D,8FAA8E;AAC9E,gGAAgF;AAChF,4FAA4E;AAC5E,oFAAoE;AACpE,gGAAgF;AAChF,sFAAsE;AACtE,uGAAuF;AACvF,yEAAyD;AACzD,sFAAsE;AACtE,uGAAuF;AACvF,gGAAgF;AAChF,0FAA0E;AAC1E,4FAA4E;AAC5E,4FAA4E;AAC5E,sGAAsF;AACtF,8FAA8E;AAC9E,iFAAiE;AACjE,gGAAgF;AAChF,oFAAoE;AACpE,wFAAwE;AACxE,qEAAqD"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gFAAgE;AAChE,kFAAkE;AAClE,4FAA4E;AAC5E,2GAA2F;AAC3F,wFAAwE;AACxE,wFAAwE;AACxE,2FAA2E;AAC3E,wGAAwF;AACxF,kGAAkF;AAClF,gHAAgG;AAChG,sGAAsF;AACtF,qEAAqD;AACrD,oFAAoE;AACpE,6EAA6D;AAC7D,8FAA8E;AAC9E,gGAAgF;AAChF,4FAA4E;AAC5E,oFAAoE;AACpE,gGAAgF;AAChF,sFAAsE;AACtE,uGAAuF;AACvF,yEAAyD;AACzD,sFAAsE;AACtE,uGAAuF;AACvF,gGAAgF;AAChF,0FAA0E;AAC1E,4FAA4E;AAC5E,4FAA4E;AAC5E,sGAAsF;AACtF,8FAA8E;AAC9E,iFAAiE;AACjE,0FAA0E;AAC1E,gGAAgF;AAChF,oFAAoE;AACpE,wFAAwE;AACxE,qEAAqD"}
@@ -1,3 +1,4 @@
1
+ export * as taxCalculationProvider from '@wix/auto_sdk_ecom_tax-calculation-provider';
1
2
  export * as giftVouchersProvider from '@wix/auto_sdk_ecom_gift-vouchers-provider';
2
3
  export * as memberships from '@wix/auto_sdk_ecom_memberships';
3
4
  export * as recommendationsProvider from '@wix/auto_sdk_ecom_recommendations-provider';
@@ -23,7 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.catalog = exports.additionalFees = exports.shippingRates = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = void 0;
26
+ exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.catalog = exports.additionalFees = exports.shippingRates = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = exports.taxCalculationProvider = void 0;
27
+ exports.taxCalculationProvider = __importStar(require("@wix/auto_sdk_ecom_tax-calculation-provider"));
27
28
  exports.giftVouchersProvider = __importStar(require("@wix/auto_sdk_ecom_gift-vouchers-provider"));
28
29
  exports.memberships = __importStar(require("@wix/auto_sdk_ecom_memberships"));
29
30
  exports.recommendationsProvider = __importStar(require("@wix/auto_sdk_ecom_recommendations-provider"));
@@ -1 +1 @@
1
- {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAkF;AAClF,8EAA8D;AAC9D,uGAAuF;AACvF,mFAAmE;AACnE,qFAAqE;AACrE,sEAAsD;AACtD,qFAAqE;AACrE,0EAA0D;AAC1D,uFAAuE;AACvE,8EAA8D"}
1
+ {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sGAAsF;AACtF,kGAAkF;AAClF,8EAA8D;AAC9D,uGAAuF;AACvF,mFAAmE;AACnE,qFAAqE;AACrE,sEAAsD;AACtD,qFAAqE;AACrE,0EAA0D;AAC1D,uFAAuE;AACvE,8EAA8D"}
@@ -1,3 +1,5 @@
1
+ import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';
2
+ import * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';
1
3
  import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
2
4
  import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
3
5
  import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
@@ -27,8 +29,9 @@ import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
27
29
  import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
28
30
  import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
29
31
  import * as currencies from '@wix/auto_sdk_ecom_currencies';
32
+ import * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
30
33
  import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
31
34
  import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
32
35
  import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
33
36
  import * as tips from '@wix/auto_sdk_ecom_tips';
34
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
37
+ export { taxGroups, taxRegions, checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, taxCalculation, deliverySolutions, tipSettings, tippableStaff, tips, };
package/build/es/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';
2
+ import * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';
1
3
  import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
2
4
  import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
3
5
  import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
@@ -27,9 +29,10 @@ import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
27
29
  import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
28
30
  import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
29
31
  import * as currencies from '@wix/auto_sdk_ecom_currencies';
32
+ import * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
30
33
  import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
31
34
  import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
32
35
  import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
33
36
  import * as tips from '@wix/auto_sdk_ecom_tips';
34
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
37
+ export { taxGroups, taxRegions, checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, taxCalculation, deliverySolutions, tipSettings, tippableStaff, tips, };
35
38
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,sBAAsB,MAAM,6CAA6C,CAAC;AACtF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,qBAAqB,MAAM,2CAA2C,CAAC;AACnF,OAAO,KAAK,kBAAkB,MAAM,wCAAwC,CAAC;AAC7E,OAAO,KAAK,wBAAwB,MAAM,gDAAgD,CAAC;AAC3F,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAEhD,OAAO,EACL,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,MAAM,EACN,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,IAAI,GACL,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,gCAAgC,CAAC;AAC7D,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,sBAAsB,MAAM,6CAA6C,CAAC;AACtF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,qBAAqB,MAAM,2CAA2C,CAAC;AACnF,OAAO,KAAK,kBAAkB,MAAM,wCAAwC,CAAC;AAC7E,OAAO,KAAK,wBAAwB,MAAM,gDAAgD,CAAC;AAC3F,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAEhD,OAAO,EACL,SAAS,EACT,UAAU,EACV,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,MAAM,EACN,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,IAAI,GACL,CAAC"}
@@ -1,3 +1,5 @@
1
+ export * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';
2
+ export * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';
1
3
  export * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';
2
4
  export * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
3
5
  export * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';
@@ -27,6 +29,7 @@ export * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';
27
29
  export * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';
28
30
  export * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';
29
31
  export * as currencies from '@wix/auto_sdk_ecom_currencies/meta';
32
+ export * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';
30
33
  export * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';
31
34
  export * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';
32
35
  export * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';
package/build/es/meta.js CHANGED
@@ -1,3 +1,5 @@
1
+ export * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';
2
+ export * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';
1
3
  export * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';
2
4
  export * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
3
5
  export * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';
@@ -27,6 +29,7 @@ export * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';
27
29
  export * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';
28
30
  export * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';
29
31
  export * as currencies from '@wix/auto_sdk_ecom_currencies/meta';
32
+ export * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';
30
33
  export * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';
31
34
  export * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';
32
35
  export * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,sBAAsB,MAAM,kDAAkD,CAAC;AAC3F,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,eAAe,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,qBAAqB,MAAM,gDAAgD,CAAC;AACxF,OAAO,KAAK,kBAAkB,MAAM,6CAA6C,CAAC;AAClF,OAAO,KAAK,wBAAwB,MAAM,qDAAqD,CAAC;AAChG,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC;AACrD,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,MAAM,MAAM,gCAAgC,CAAC;AACzD,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,cAAc,MAAM,yCAAyC,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,CAAC;AACtF,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,UAAU,MAAM,oCAAoC,CAAC;AACjE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,oCAAoC,CAAC;AAChE,OAAO,KAAK,UAAU,MAAM,qCAAqC,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,sBAAsB,MAAM,kDAAkD,CAAC;AAC3F,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,eAAe,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,qBAAqB,MAAM,gDAAgD,CAAC;AACxF,OAAO,KAAK,kBAAkB,MAAM,6CAA6C,CAAC;AAClF,OAAO,KAAK,wBAAwB,MAAM,qDAAqD,CAAC;AAChG,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC;AACrD,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,MAAM,MAAM,gCAAgC,CAAC;AACzD,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,cAAc,MAAM,yCAAyC,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,CAAC;AACtF,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,UAAU,MAAM,oCAAoC,CAAC;AACjE,OAAO,KAAK,cAAc,MAAM,yCAAyC,CAAC;AAC1E,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * as taxCalculationProvider from '@wix/auto_sdk_ecom_tax-calculation-provider';
1
2
  export * as giftVouchersProvider from '@wix/auto_sdk_ecom_gift-vouchers-provider';
2
3
  export * as memberships from '@wix/auto_sdk_ecom_memberships';
3
4
  export * as recommendationsProvider from '@wix/auto_sdk_ecom_recommendations-provider';
@@ -1,3 +1,4 @@
1
+ export * as taxCalculationProvider from '@wix/auto_sdk_ecom_tax-calculation-provider';
1
2
  export * as giftVouchersProvider from '@wix/auto_sdk_ecom_gift-vouchers-provider';
2
3
  export * as memberships from '@wix/auto_sdk_ecom_memberships';
3
4
  export * as recommendationsProvider from '@wix/auto_sdk_ecom_recommendations-provider';
@@ -1 +1 @@
1
- {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,uBAAuB,MAAM,6CAA6C,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC"}
1
+ {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,6CAA6C,CAAC;AACtF,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,uBAAuB,MAAM,6CAA6C,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC"}
@@ -1,3 +1,5 @@
1
+ import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';
2
+ import * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';
1
3
  import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
2
4
  import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
3
5
  import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
@@ -27,8 +29,9 @@ import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
27
29
  import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
28
30
  import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
29
31
  import * as currencies from '@wix/auto_sdk_ecom_currencies';
32
+ import * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
30
33
  import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
31
34
  import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
32
35
  import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
33
36
  import * as tips from '@wix/auto_sdk_ecom_tips';
34
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
37
+ export { taxGroups, taxRegions, checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, taxCalculation, deliverySolutions, tipSettings, tippableStaff, tips, };
@@ -23,7 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
26
+ exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.taxCalculation = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = exports.taxRegions = exports.taxGroups = void 0;
27
+ const taxGroups = __importStar(require("@wix/auto_sdk_ecom_tax-groups"));
28
+ exports.taxGroups = taxGroups;
29
+ const taxRegions = __importStar(require("@wix/auto_sdk_ecom_tax-regions"));
30
+ exports.taxRegions = taxRegions;
27
31
  const checkoutContent = __importStar(require("@wix/auto_sdk_ecom_checkout-content"));
28
32
  exports.checkoutContent = checkoutContent;
29
33
  const discountsCustomTrigger = __importStar(require("@wix/auto_sdk_ecom_discounts-custom-trigger"));
@@ -82,6 +86,8 @@ const totalsCalculator = __importStar(require("@wix/auto_sdk_ecom_totals-calcula
82
86
  exports.totalsCalculator = totalsCalculator;
83
87
  const currencies = __importStar(require("@wix/auto_sdk_ecom_currencies"));
84
88
  exports.currencies = currencies;
89
+ const taxCalculation = __importStar(require("@wix/auto_sdk_ecom_tax-calculation"));
90
+ exports.taxCalculation = taxCalculation;
85
91
  const deliverySolutions = __importStar(require("@wix/auto_sdk_ecom_delivery-solutions"));
86
92
  exports.deliverySolutions = deliverySolutions;
87
93
  const tipSettings = __importStar(require("@wix/auto_sdk_ecom_tip-settings"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qFAAuE;AAmCrE,0CAAe;AAlCjB,oGAAsF;AAmCpF,wDAAsB;AAlCxB,iFAAmE;AAmCjE,sCAAa;AAlCf,iFAAmE;AAmCjE,sCAAa;AAlCf,oFAAsE;AAmCpE,0CAAe;AAlCjB,iGAAmF;AAmCjF,sDAAqB;AAlCvB,2FAA6E;AAmC3E,gDAAkB;AAlCpB,yGAA2F;AAmCzF,4DAAwB;AAlC1B,+FAAiF;AAmC/E,kDAAmB;AAlCrB,8DAAgD;AAmC9C,oBAAI;AAlCN,6EAA+D;AAmC7D,kCAAW;AAlCb,sEAAwD;AAmCtD,4BAAQ;AAlCV,uFAAyE;AAmCvE,4CAAgB;AAlClB,yFAA2E;AAmCzE,8CAAiB;AAlCnB,qFAAuE;AAmCrE,0CAAe;AAlCjB,6EAA+D;AAmC7D,kCAAW;AAlCb,yFAA2E;AAmCzE,8CAAiB;AAlCnB,+EAAiE;AAmC/D,oCAAY;AAlCd,gGAAkF;AAmChF,oDAAoB;AAlCtB,kEAAoD;AAmClD,wBAAM;AAlCR,+EAAiE;AAmC/D,oCAAY;AAlCd,gGAAkF;AAmChF,oDAAoB;AAlCtB,yFAA2E;AAmCzE,8CAAiB;AAlCnB,mFAAqE;AAmCnE,wCAAc;AAlChB,qFAAuE;AAmCrE,0CAAe;AAlCjB,qFAAuE;AAmCrE,0CAAe;AAlCjB,+FAAiF;AAmC/E,oDAAoB;AAlCtB,uFAAyE;AAmCvE,4CAAgB;AAlClB,0EAA4D;AAmC1D,gCAAU;AAlCZ,yFAA2E;AAmCzE,8CAAiB;AAlCnB,6EAA+D;AAmC7D,kCAAW;AAlCb,iFAAmE;AAmCjE,sCAAa;AAlCf,8DAAgD;AAmC9C,oBAAI"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAA2D;AAsCzD,8BAAS;AArCX,2EAA6D;AAsC3D,gCAAU;AArCZ,qFAAuE;AAsCrE,0CAAe;AArCjB,oGAAsF;AAsCpF,wDAAsB;AArCxB,iFAAmE;AAsCjE,sCAAa;AArCf,iFAAmE;AAsCjE,sCAAa;AArCf,oFAAsE;AAsCpE,0CAAe;AArCjB,iGAAmF;AAsCjF,sDAAqB;AArCvB,2FAA6E;AAsC3E,gDAAkB;AArCpB,yGAA2F;AAsCzF,4DAAwB;AArC1B,+FAAiF;AAsC/E,kDAAmB;AArCrB,8DAAgD;AAsC9C,oBAAI;AArCN,6EAA+D;AAsC7D,kCAAW;AArCb,sEAAwD;AAsCtD,4BAAQ;AArCV,uFAAyE;AAsCvE,4CAAgB;AArClB,yFAA2E;AAsCzE,8CAAiB;AArCnB,qFAAuE;AAsCrE,0CAAe;AArCjB,6EAA+D;AAsC7D,kCAAW;AArCb,yFAA2E;AAsCzE,8CAAiB;AArCnB,+EAAiE;AAsC/D,oCAAY;AArCd,gGAAkF;AAsChF,oDAAoB;AArCtB,kEAAoD;AAsClD,wBAAM;AArCR,+EAAiE;AAsC/D,oCAAY;AArCd,gGAAkF;AAsChF,oDAAoB;AArCtB,yFAA2E;AAsCzE,8CAAiB;AArCnB,mFAAqE;AAsCnE,wCAAc;AArChB,qFAAuE;AAsCrE,0CAAe;AArCjB,qFAAuE;AAsCrE,0CAAe;AArCjB,+FAAiF;AAsC/E,oDAAoB;AArCtB,uFAAyE;AAsCvE,4CAAgB;AArClB,0EAA4D;AAsC1D,gCAAU;AArCZ,mFAAqE;AAsCnE,wCAAc;AArChB,yFAA2E;AAsCzE,8CAAiB;AArCnB,6EAA+D;AAsC7D,kCAAW;AArCb,iFAAmE;AAsCjE,sCAAa;AArCf,8DAAgD;AAsC9C,oBAAI"}
@@ -1,3 +1,5 @@
1
+ export * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';
2
+ export * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';
1
3
  export * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';
2
4
  export * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
3
5
  export * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';
@@ -27,6 +29,7 @@ export * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';
27
29
  export * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';
28
30
  export * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';
29
31
  export * as currencies from '@wix/auto_sdk_ecom_currencies/meta';
32
+ export * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';
30
33
  export * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';
31
34
  export * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';
32
35
  export * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';
@@ -23,7 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
26
+ exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.taxCalculation = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = exports.taxRegions = exports.taxGroups = void 0;
27
+ exports.taxGroups = __importStar(require("@wix/auto_sdk_ecom_tax-groups/meta"));
28
+ exports.taxRegions = __importStar(require("@wix/auto_sdk_ecom_tax-regions/meta"));
27
29
  exports.checkoutContent = __importStar(require("@wix/auto_sdk_ecom_checkout-content/meta"));
28
30
  exports.discountsCustomTrigger = __importStar(require("@wix/auto_sdk_ecom_discounts-custom-trigger/meta"));
29
31
  exports.discountRules = __importStar(require("@wix/auto_sdk_ecom_discount-rules/meta"));
@@ -53,6 +55,7 @@ exports.shippingOptions = __importStar(require("@wix/auto_sdk_ecom_shipping-opti
53
55
  exports.shippoConfigurations = __importStar(require("@wix/auto_sdk_ecom_shippo-configurations/meta"));
54
56
  exports.totalsCalculator = __importStar(require("@wix/auto_sdk_ecom_totals-calculator/meta"));
55
57
  exports.currencies = __importStar(require("@wix/auto_sdk_ecom_currencies/meta"));
58
+ exports.taxCalculation = __importStar(require("@wix/auto_sdk_ecom_tax-calculation/meta"));
56
59
  exports.deliverySolutions = __importStar(require("@wix/auto_sdk_ecom_delivery-solutions/meta"));
57
60
  exports.tipSettings = __importStar(require("@wix/auto_sdk_ecom_tip-settings/meta"));
58
61
  exports.tippableStaff = __importStar(require("@wix/auto_sdk_ecom_tippable-staff/meta"));
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,2GAA2F;AAC3F,wFAAwE;AACxE,wFAAwE;AACxE,2FAA2E;AAC3E,wGAAwF;AACxF,kGAAkF;AAClF,gHAAgG;AAChG,sGAAsF;AACtF,qEAAqD;AACrD,oFAAoE;AACpE,6EAA6D;AAC7D,8FAA8E;AAC9E,gGAAgF;AAChF,4FAA4E;AAC5E,oFAAoE;AACpE,gGAAgF;AAChF,sFAAsE;AACtE,uGAAuF;AACvF,yEAAyD;AACzD,sFAAsE;AACtE,uGAAuF;AACvF,gGAAgF;AAChF,0FAA0E;AAC1E,4FAA4E;AAC5E,4FAA4E;AAC5E,sGAAsF;AACtF,8FAA8E;AAC9E,iFAAiE;AACjE,gGAAgF;AAChF,oFAAoE;AACpE,wFAAwE;AACxE,qEAAqD"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gFAAgE;AAChE,kFAAkE;AAClE,4FAA4E;AAC5E,2GAA2F;AAC3F,wFAAwE;AACxE,wFAAwE;AACxE,2FAA2E;AAC3E,wGAAwF;AACxF,kGAAkF;AAClF,gHAAgG;AAChG,sGAAsF;AACtF,qEAAqD;AACrD,oFAAoE;AACpE,6EAA6D;AAC7D,8FAA8E;AAC9E,gGAAgF;AAChF,4FAA4E;AAC5E,oFAAoE;AACpE,gGAAgF;AAChF,sFAAsE;AACtE,uGAAuF;AACvF,yEAAyD;AACzD,sFAAsE;AACtE,uGAAuF;AACvF,gGAAgF;AAChF,0FAA0E;AAC1E,4FAA4E;AAC5E,4FAA4E;AAC5E,sGAAsF;AACtF,8FAA8E;AAC9E,iFAAiE;AACjE,0FAA0E;AAC1E,gGAAgF;AAChF,oFAAoE;AACpE,wFAAwE;AACxE,qEAAqD"}
@@ -1,3 +1,4 @@
1
+ export * as taxCalculationProvider from '@wix/auto_sdk_ecom_tax-calculation-provider';
1
2
  export * as giftVouchersProvider from '@wix/auto_sdk_ecom_gift-vouchers-provider';
2
3
  export * as memberships from '@wix/auto_sdk_ecom_memberships';
3
4
  export * as recommendationsProvider from '@wix/auto_sdk_ecom_recommendations-provider';
@@ -23,7 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.catalog = exports.additionalFees = exports.shippingRates = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = void 0;
26
+ exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.catalog = exports.additionalFees = exports.shippingRates = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = exports.taxCalculationProvider = void 0;
27
+ exports.taxCalculationProvider = __importStar(require("@wix/auto_sdk_ecom_tax-calculation-provider"));
27
28
  exports.giftVouchersProvider = __importStar(require("@wix/auto_sdk_ecom_gift-vouchers-provider"));
28
29
  exports.memberships = __importStar(require("@wix/auto_sdk_ecom_memberships"));
29
30
  exports.recommendationsProvider = __importStar(require("@wix/auto_sdk_ecom_recommendations-provider"));
@@ -1 +1 @@
1
- {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAkF;AAClF,8EAA8D;AAC9D,uGAAuF;AACvF,mFAAmE;AACnE,qFAAqE;AACrE,sEAAsD;AACtD,qFAAqE;AACrE,0EAA0D;AAC1D,uFAAuE;AACvE,8EAA8D"}
1
+ {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sGAAsF;AACtF,kGAAkF;AAClF,8EAA8D;AAC9D,uGAAuF;AACvF,mFAAmE;AACnE,qFAAqE;AACrE,sEAAsD;AACtD,qFAAqE;AACrE,0EAA0D;AAC1D,uFAAuE;AACvE,8EAA8D"}
@@ -1,3 +1,5 @@
1
+ import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';
2
+ import * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';
1
3
  import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
2
4
  import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
3
5
  import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
@@ -27,8 +29,9 @@ import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
27
29
  import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
28
30
  import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
29
31
  import * as currencies from '@wix/auto_sdk_ecom_currencies';
32
+ import * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
30
33
  import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
31
34
  import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
32
35
  import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
33
36
  import * as tips from '@wix/auto_sdk_ecom_tips';
34
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
37
+ export { taxGroups, taxRegions, checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, taxCalculation, deliverySolutions, tipSettings, tippableStaff, tips, };
@@ -1,3 +1,5 @@
1
+ import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';
2
+ import * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';
1
3
  import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
2
4
  import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
3
5
  import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
@@ -27,9 +29,10 @@ import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
27
29
  import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
28
30
  import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
29
31
  import * as currencies from '@wix/auto_sdk_ecom_currencies';
32
+ import * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
30
33
  import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
31
34
  import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
32
35
  import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
33
36
  import * as tips from '@wix/auto_sdk_ecom_tips';
34
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
37
+ export { taxGroups, taxRegions, checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, taxCalculation, deliverySolutions, tipSettings, tippableStaff, tips, };
35
38
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,sBAAsB,MAAM,6CAA6C,CAAC;AACtF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,qBAAqB,MAAM,2CAA2C,CAAC;AACnF,OAAO,KAAK,kBAAkB,MAAM,wCAAwC,CAAC;AAC7E,OAAO,KAAK,wBAAwB,MAAM,gDAAgD,CAAC;AAC3F,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAEhD,OAAO,EACL,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,MAAM,EACN,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,IAAI,GACL,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,gCAAgC,CAAC;AAC7D,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,sBAAsB,MAAM,6CAA6C,CAAC;AACtF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,qBAAqB,MAAM,2CAA2C,CAAC;AACnF,OAAO,KAAK,kBAAkB,MAAM,wCAAwC,CAAC;AAC7E,OAAO,KAAK,wBAAwB,MAAM,gDAAgD,CAAC;AAC3F,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAEhD,OAAO,EACL,SAAS,EACT,UAAU,EACV,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,MAAM,EACN,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,IAAI,GACL,CAAC"}
@@ -1,3 +1,5 @@
1
+ export * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';
2
+ export * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';
1
3
  export * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';
2
4
  export * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
3
5
  export * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';
@@ -27,6 +29,7 @@ export * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';
27
29
  export * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';
28
30
  export * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';
29
31
  export * as currencies from '@wix/auto_sdk_ecom_currencies/meta';
32
+ export * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';
30
33
  export * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';
31
34
  export * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';
32
35
  export * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';
@@ -1,3 +1,5 @@
1
+ export * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';
2
+ export * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';
1
3
  export * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';
2
4
  export * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
3
5
  export * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';
@@ -27,6 +29,7 @@ export * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';
27
29
  export * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';
28
30
  export * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';
29
31
  export * as currencies from '@wix/auto_sdk_ecom_currencies/meta';
32
+ export * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';
30
33
  export * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';
31
34
  export * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';
32
35
  export * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,sBAAsB,MAAM,kDAAkD,CAAC;AAC3F,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,eAAe,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,qBAAqB,MAAM,gDAAgD,CAAC;AACxF,OAAO,KAAK,kBAAkB,MAAM,6CAA6C,CAAC;AAClF,OAAO,KAAK,wBAAwB,MAAM,qDAAqD,CAAC;AAChG,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC;AACrD,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,MAAM,MAAM,gCAAgC,CAAC;AACzD,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,cAAc,MAAM,yCAAyC,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,CAAC;AACtF,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,UAAU,MAAM,oCAAoC,CAAC;AACjE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,oCAAoC,CAAC;AAChE,OAAO,KAAK,UAAU,MAAM,qCAAqC,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,sBAAsB,MAAM,kDAAkD,CAAC;AAC3F,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,eAAe,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,qBAAqB,MAAM,gDAAgD,CAAC;AACxF,OAAO,KAAK,kBAAkB,MAAM,6CAA6C,CAAC;AAClF,OAAO,KAAK,wBAAwB,MAAM,qDAAqD,CAAC;AAChG,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC;AACrD,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,MAAM,MAAM,gCAAgC,CAAC;AACzD,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,cAAc,MAAM,yCAAyC,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,CAAC;AACtF,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,UAAU,MAAM,oCAAoC,CAAC;AACjE,OAAO,KAAK,cAAc,MAAM,yCAAyC,CAAC;AAC1E,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * as taxCalculationProvider from '@wix/auto_sdk_ecom_tax-calculation-provider';
1
2
  export * as giftVouchersProvider from '@wix/auto_sdk_ecom_gift-vouchers-provider';
2
3
  export * as memberships from '@wix/auto_sdk_ecom_memberships';
3
4
  export * as recommendationsProvider from '@wix/auto_sdk_ecom_recommendations-provider';
@@ -1,3 +1,4 @@
1
+ export * as taxCalculationProvider from '@wix/auto_sdk_ecom_tax-calculation-provider';
1
2
  export * as giftVouchersProvider from '@wix/auto_sdk_ecom_gift-vouchers-provider';
2
3
  export * as memberships from '@wix/auto_sdk_ecom_memberships';
3
4
  export * as recommendationsProvider from '@wix/auto_sdk_ecom_recommendations-provider';
@@ -1 +1 @@
1
- {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,uBAAuB,MAAM,6CAA6C,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC"}
1
+ {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,6CAA6C,CAAC;AACtF,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,uBAAuB,MAAM,6CAA6C,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.1006",
3
+ "version": "1.0.1007",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -43,49 +43,53 @@
43
43
  "dashboard"
44
44
  ],
45
45
  "dependencies": {
46
- "@wix/auto_sdk_ecom_abandoned-checkouts": "1.0.1",
47
- "@wix/auto_sdk_ecom_additional-fees": "1.0.0",
48
- "@wix/auto_sdk_ecom_back-in-stock-notifications": "1.0.0",
49
- "@wix/auto_sdk_ecom_back-in-stock-settings": "1.0.0",
50
- "@wix/auto_sdk_ecom_cart": "1.0.3",
51
- "@wix/auto_sdk_ecom_catalog": "1.0.0",
52
- "@wix/auto_sdk_ecom_checkout": "1.0.3",
53
- "@wix/auto_sdk_ecom_checkout-content": "1.0.0",
54
- "@wix/auto_sdk_ecom_checkout-settings": "1.0.0",
55
- "@wix/auto_sdk_ecom_checkout-templates": "1.0.2",
56
- "@wix/auto_sdk_ecom_currencies": "1.0.0",
57
- "@wix/auto_sdk_ecom_current-cart": "1.0.3",
58
- "@wix/auto_sdk_ecom_custom-triggers": "1.0.0",
59
- "@wix/auto_sdk_ecom_delivery-profile": "1.0.1",
60
- "@wix/auto_sdk_ecom_delivery-solutions": "1.0.2",
61
- "@wix/auto_sdk_ecom_discount-rules": "1.0.0",
62
- "@wix/auto_sdk_ecom_discounts": "1.0.0",
63
- "@wix/auto_sdk_ecom_discounts-custom-trigger": "1.0.0",
64
- "@wix/auto_sdk_ecom_draft-orders": "1.0.1",
65
- "@wix/auto_sdk_ecom_gift-vouchers": "1.0.0",
66
- "@wix/auto_sdk_ecom_gift-vouchers-provider": "1.0.1",
67
- "@wix/auto_sdk_ecom_local-delivery-options": "1.0.0",
68
- "@wix/auto_sdk_ecom_memberships": "1.0.0",
69
- "@wix/auto_sdk_ecom_order-billing": "1.0.1",
70
- "@wix/auto_sdk_ecom_order-fulfillments": "1.0.0",
71
- "@wix/auto_sdk_ecom_order-invoices": "1.0.1",
72
- "@wix/auto_sdk_ecom_order-payment-requests": "1.0.0",
73
- "@wix/auto_sdk_ecom_order-transactions": "1.0.1",
74
- "@wix/auto_sdk_ecom_orders": "1.0.1",
75
- "@wix/auto_sdk_ecom_orders-settings": "1.0.0",
76
- "@wix/auto_sdk_ecom_payment-settings": "1.0.1",
77
- "@wix/auto_sdk_ecom_pickup-locations": "1.0.1",
78
- "@wix/auto_sdk_ecom_recommendations": "1.0.0",
79
- "@wix/auto_sdk_ecom_recommendations-provider": "1.0.0",
80
- "@wix/auto_sdk_ecom_shipping-options": "1.0.0",
81
- "@wix/auto_sdk_ecom_shipping-rates": "1.0.0",
82
- "@wix/auto_sdk_ecom_shippo-configurations": "1.0.0",
83
- "@wix/auto_sdk_ecom_subscription-contracts": "1.0.1",
84
- "@wix/auto_sdk_ecom_tip-settings": "1.0.0",
85
- "@wix/auto_sdk_ecom_tippable-staff": "1.0.0",
86
- "@wix/auto_sdk_ecom_tips": "1.0.0",
87
- "@wix/auto_sdk_ecom_totals-calculator": "1.0.1",
88
- "@wix/auto_sdk_ecom_validations": "1.0.1",
46
+ "@wix/auto_sdk_ecom_abandoned-checkouts": "1.0.2",
47
+ "@wix/auto_sdk_ecom_additional-fees": "1.0.1",
48
+ "@wix/auto_sdk_ecom_back-in-stock-notifications": "1.0.1",
49
+ "@wix/auto_sdk_ecom_back-in-stock-settings": "1.0.1",
50
+ "@wix/auto_sdk_ecom_cart": "1.0.4",
51
+ "@wix/auto_sdk_ecom_catalog": "1.0.1",
52
+ "@wix/auto_sdk_ecom_checkout": "1.0.4",
53
+ "@wix/auto_sdk_ecom_checkout-content": "1.0.1",
54
+ "@wix/auto_sdk_ecom_checkout-settings": "1.0.1",
55
+ "@wix/auto_sdk_ecom_checkout-templates": "1.0.3",
56
+ "@wix/auto_sdk_ecom_currencies": "1.0.1",
57
+ "@wix/auto_sdk_ecom_current-cart": "1.0.4",
58
+ "@wix/auto_sdk_ecom_custom-triggers": "1.0.1",
59
+ "@wix/auto_sdk_ecom_delivery-profile": "1.0.2",
60
+ "@wix/auto_sdk_ecom_delivery-solutions": "1.0.3",
61
+ "@wix/auto_sdk_ecom_discount-rules": "1.0.1",
62
+ "@wix/auto_sdk_ecom_discounts": "1.0.1",
63
+ "@wix/auto_sdk_ecom_discounts-custom-trigger": "1.0.1",
64
+ "@wix/auto_sdk_ecom_draft-orders": "1.0.2",
65
+ "@wix/auto_sdk_ecom_gift-vouchers": "1.0.1",
66
+ "@wix/auto_sdk_ecom_gift-vouchers-provider": "1.0.2",
67
+ "@wix/auto_sdk_ecom_local-delivery-options": "1.0.1",
68
+ "@wix/auto_sdk_ecom_memberships": "1.0.1",
69
+ "@wix/auto_sdk_ecom_order-billing": "1.0.2",
70
+ "@wix/auto_sdk_ecom_order-fulfillments": "1.0.1",
71
+ "@wix/auto_sdk_ecom_order-invoices": "1.0.2",
72
+ "@wix/auto_sdk_ecom_order-payment-requests": "1.0.1",
73
+ "@wix/auto_sdk_ecom_order-transactions": "1.0.2",
74
+ "@wix/auto_sdk_ecom_orders": "1.0.2",
75
+ "@wix/auto_sdk_ecom_orders-settings": "1.0.1",
76
+ "@wix/auto_sdk_ecom_payment-settings": "1.0.2",
77
+ "@wix/auto_sdk_ecom_pickup-locations": "1.0.2",
78
+ "@wix/auto_sdk_ecom_recommendations": "1.0.1",
79
+ "@wix/auto_sdk_ecom_recommendations-provider": "1.0.1",
80
+ "@wix/auto_sdk_ecom_shipping-options": "1.0.1",
81
+ "@wix/auto_sdk_ecom_shipping-rates": "1.0.1",
82
+ "@wix/auto_sdk_ecom_shippo-configurations": "1.0.1",
83
+ "@wix/auto_sdk_ecom_subscription-contracts": "1.0.2",
84
+ "@wix/auto_sdk_ecom_tax-calculation": "1.0.0",
85
+ "@wix/auto_sdk_ecom_tax-calculation-provider": "1.0.0",
86
+ "@wix/auto_sdk_ecom_tax-groups": "1.0.0",
87
+ "@wix/auto_sdk_ecom_tax-regions": "1.0.0",
88
+ "@wix/auto_sdk_ecom_tip-settings": "1.0.1",
89
+ "@wix/auto_sdk_ecom_tippable-staff": "1.0.1",
90
+ "@wix/auto_sdk_ecom_tips": "1.0.1",
91
+ "@wix/auto_sdk_ecom_totals-calculator": "1.0.2",
92
+ "@wix/auto_sdk_ecom_validations": "1.0.2",
89
93
  "@wix/ecom_app-extensions": "1.0.67"
90
94
  },
91
95
  "devDependencies": {
@@ -106,5 +110,5 @@
106
110
  "fqdn": ""
107
111
  }
108
112
  },
109
- "falconPackageHash": "1a86df82115cea5f4a8d9d0d9f0279690f3a52d8a54db2dbd496efb0"
113
+ "falconPackageHash": "4a522061965ed839ce7a694cf33fab054d6b7634c2b621eae55c2f35"
110
114
  }