@wix/ecom 1.0.2277 → 1.0.2278

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 (41) hide show
  1. package/build/cjs/components.d.ts +3 -0
  2. package/build/cjs/index.d.ts +2 -0
  3. package/build/cjs/index.js +3 -0
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/meta.d.ts +2 -0
  6. package/build/cjs/meta.js +3 -0
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/cjs/schemas.d.ts +2 -0
  9. package/build/cjs/schemas.js +3 -0
  10. package/build/cjs/schemas.js.map +1 -1
  11. package/build/es/components.d.mts +3 -0
  12. package/build/es/index.d.mts +2 -0
  13. package/build/es/index.mjs +2 -0
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/meta.d.mts +2 -0
  16. package/build/es/meta.mjs +2 -0
  17. package/build/es/meta.mjs.map +1 -1
  18. package/build/es/schemas.d.mts +2 -0
  19. package/build/es/schemas.mjs +2 -0
  20. package/build/es/schemas.mjs.map +1 -1
  21. package/build/internal/cjs/components.d.ts +3 -0
  22. package/build/internal/cjs/index.d.ts +2 -0
  23. package/build/internal/cjs/index.js +3 -0
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +2 -0
  26. package/build/internal/cjs/meta.js +3 -0
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/cjs/schemas.d.ts +2 -0
  29. package/build/internal/cjs/schemas.js +3 -0
  30. package/build/internal/cjs/schemas.js.map +1 -1
  31. package/build/internal/es/components.d.mts +3 -0
  32. package/build/internal/es/index.d.mts +2 -0
  33. package/build/internal/es/index.mjs +2 -0
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/meta.d.mts +2 -0
  36. package/build/internal/es/meta.mjs +2 -0
  37. package/build/internal/es/meta.mjs.map +1 -1
  38. package/build/internal/es/schemas.d.mts +2 -0
  39. package/build/internal/es/schemas.mjs +2 -0
  40. package/build/internal/es/schemas.mjs.map +1 -1
  41. package/package.json +3 -2
@@ -42,6 +42,7 @@ import '@wix/auto_sdk_ecom_tip-settings';
42
42
  import '@wix/auto_sdk_ecom_tippable-staff';
43
43
  import '@wix/auto_sdk_ecom_tips';
44
44
  import '@wix/auto_sdk_ecom_draft-subscription-contracts';
45
+ import '@wix/auto_sdk_ecom_tax-settings';
45
46
  import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
46
47
  import '@wix/auto_sdk_ecom_tax-groups/meta';
47
48
  import '@wix/auto_sdk_ecom_tax-regions/meta';
@@ -84,6 +85,7 @@ import '@wix/auto_sdk_ecom_tip-settings/meta';
84
85
  import '@wix/auto_sdk_ecom_tippable-staff/meta';
85
86
  import '@wix/auto_sdk_ecom_tips/meta';
86
87
  import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
88
+ import '@wix/auto_sdk_ecom_tax-settings/meta';
87
89
  import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
88
90
  import '@wix/auto_sdk_ecom_tax-groups/schemas';
89
91
  import '@wix/auto_sdk_ecom_tax-regions/schemas';
@@ -124,6 +126,7 @@ import '@wix/auto_sdk_ecom_delivery-solutions/schemas';
124
126
  import '@wix/auto_sdk_ecom_tip-settings/schemas';
125
127
  import '@wix/auto_sdk_ecom_tippable-staff/schemas';
126
128
  import '@wix/auto_sdk_ecom_tips/schemas';
129
+ import '@wix/auto_sdk_ecom_tax-settings/schemas';
127
130
  import '@wix/auto_sdk_ecom_tax-calculation-provider';
128
131
  import '@wix/auto_sdk_ecom_gift-vouchers-provider';
129
132
  import '@wix/auto_sdk_ecom_memberships';
@@ -82,3 +82,5 @@ import * as auto_sdk_ecom_tips from '@wix/auto_sdk_ecom_tips';
82
82
  export { auto_sdk_ecom_tips as tips };
83
83
  import * as auto_sdk_ecom_draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';
84
84
  export { auto_sdk_ecom_draftSubscriptionContracts as draftSubscriptionContracts };
85
+ import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
86
+ export { auto_sdk_ecom_taxSettings as taxSettings };
@@ -67,6 +67,7 @@ __export(index_exports, {
67
67
  taxCalculation: () => taxCalculation,
68
68
  taxGroups: () => taxGroups,
69
69
  taxRegions: () => taxRegions,
70
+ taxSettings: () => taxSettings,
70
71
  tipSettings: () => tipSettings,
71
72
  tippableStaff: () => tippableStaff,
72
73
  tips: () => tips,
@@ -116,6 +117,7 @@ var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings"));
116
117
  var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff"));
117
118
  var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
118
119
  var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts"));
120
+ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings"));
119
121
  // Annotate the CommonJS export names for ESM import in node:
120
122
  0 && (module.exports = {
121
123
  abandonedCheckouts,
@@ -155,6 +157,7 @@ var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subsc
155
157
  taxCalculation,
156
158
  taxGroups,
157
159
  taxRegions,
160
+ taxSettings,
158
161
  tipSettings,
159
162
  tippableStaff,
160
163
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\nimport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;","names":[]}
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\nimport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';\nimport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n taxSettings,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;AAC5C,kBAA6B;","names":[]}
@@ -82,3 +82,5 @@ import * as meta$E from '@wix/auto_sdk_ecom_tips/meta';
82
82
  export { meta$E as tips };
83
83
  import * as meta$F from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
84
84
  export { meta$F as draftSubscriptionContracts };
85
+ import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
86
+ export { meta$G as taxSettings };
package/build/cjs/meta.js CHANGED
@@ -67,6 +67,7 @@ __export(meta_exports, {
67
67
  taxCalculation: () => taxCalculation,
68
68
  taxGroups: () => taxGroups,
69
69
  taxRegions: () => taxRegions,
70
+ taxSettings: () => taxSettings,
70
71
  tipSettings: () => tipSettings,
71
72
  tippableStaff: () => tippableStaff,
72
73
  tips: () => tips,
@@ -116,6 +117,7 @@ var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings/meta"));
116
117
  var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/meta"));
117
118
  var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
118
119
  var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts/meta"));
120
+ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/meta"));
119
121
  // Annotate the CommonJS export names for ESM import in node:
120
122
  0 && (module.exports = {
121
123
  abandonedCheckouts,
@@ -155,6 +157,7 @@ var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subsc
155
157
  taxCalculation,
156
158
  taxGroups,
157
159
  taxRegions,
160
+ taxSettings,
158
161
  tipSettings,
159
162
  tippableStaff,
160
163
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\nexport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;","names":[]}
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\nexport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;AAC5C,kBAA6B;","names":[]}
@@ -78,3 +78,5 @@ import * as schemas$C from '@wix/auto_sdk_ecom_tippable-staff/schemas';
78
78
  export { schemas$C as tippableStaff };
79
79
  import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
80
80
  export { schemas$D as tips };
81
+ import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
82
+ export { schemas$E as taxSettings };
@@ -66,6 +66,7 @@ __export(schemas_exports, {
66
66
  taxCalculation: () => taxCalculation,
67
67
  taxGroups: () => taxGroups,
68
68
  taxRegions: () => taxRegions,
69
+ taxSettings: () => taxSettings,
69
70
  tipSettings: () => tipSettings,
70
71
  tippableStaff: () => tippableStaff,
71
72
  tips: () => tips,
@@ -112,6 +113,7 @@ var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions/s
112
113
  var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings/schemas"));
113
114
  var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/schemas"));
114
115
  var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
116
+ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/schemas"));
115
117
  // Annotate the CommonJS export names for ESM import in node:
116
118
  0 && (module.exports = {
117
119
  abandonedCheckouts,
@@ -150,6 +152,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
150
152
  taxCalculation,
151
153
  taxGroups,
152
154
  taxRegions,
155
+ taxSettings,
153
156
  tipSettings,
154
157
  tippableStaff,
155
158
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,kBAA6B;","names":[]}
@@ -42,6 +42,7 @@ import '@wix/auto_sdk_ecom_tip-settings';
42
42
  import '@wix/auto_sdk_ecom_tippable-staff';
43
43
  import '@wix/auto_sdk_ecom_tips';
44
44
  import '@wix/auto_sdk_ecom_draft-subscription-contracts';
45
+ import '@wix/auto_sdk_ecom_tax-settings';
45
46
  import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
46
47
  import '@wix/auto_sdk_ecom_tax-groups/meta';
47
48
  import '@wix/auto_sdk_ecom_tax-regions/meta';
@@ -84,6 +85,7 @@ import '@wix/auto_sdk_ecom_tip-settings/meta';
84
85
  import '@wix/auto_sdk_ecom_tippable-staff/meta';
85
86
  import '@wix/auto_sdk_ecom_tips/meta';
86
87
  import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
88
+ import '@wix/auto_sdk_ecom_tax-settings/meta';
87
89
  import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
88
90
  import '@wix/auto_sdk_ecom_tax-groups/schemas';
89
91
  import '@wix/auto_sdk_ecom_tax-regions/schemas';
@@ -124,6 +126,7 @@ import '@wix/auto_sdk_ecom_delivery-solutions/schemas';
124
126
  import '@wix/auto_sdk_ecom_tip-settings/schemas';
125
127
  import '@wix/auto_sdk_ecom_tippable-staff/schemas';
126
128
  import '@wix/auto_sdk_ecom_tips/schemas';
129
+ import '@wix/auto_sdk_ecom_tax-settings/schemas';
127
130
  import '@wix/auto_sdk_ecom_tax-calculation-provider';
128
131
  import '@wix/auto_sdk_ecom_gift-vouchers-provider';
129
132
  import '@wix/auto_sdk_ecom_memberships';
@@ -82,3 +82,5 @@ import * as auto_sdk_ecom_tips from '@wix/auto_sdk_ecom_tips';
82
82
  export { auto_sdk_ecom_tips as tips };
83
83
  import * as auto_sdk_ecom_draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';
84
84
  export { auto_sdk_ecom_draftSubscriptionContracts as draftSubscriptionContracts };
85
+ import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
86
+ export { auto_sdk_ecom_taxSettings as taxSettings };
@@ -41,6 +41,7 @@ import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings";
41
41
  import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff";
42
42
  import * as tips from "@wix/auto_sdk_ecom_tips";
43
43
  import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts";
44
+ import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings";
44
45
  export {
45
46
  abandonedCheckouts,
46
47
  backInStockNotifications,
@@ -79,6 +80,7 @@ export {
79
80
  taxCalculation,
80
81
  taxGroups,
81
82
  taxRegions,
83
+ taxSettings,
82
84
  tipSettings,
83
85
  tippableStaff,
84
86
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\nimport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;","names":[]}
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\nimport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';\nimport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n taxSettings,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;AAC5C,YAAY,iBAAiB;","names":[]}
@@ -82,3 +82,5 @@ import * as meta$E from '@wix/auto_sdk_ecom_tips/meta';
82
82
  export { meta$E as tips };
83
83
  import * as meta$F from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
84
84
  export { meta$F as draftSubscriptionContracts };
85
+ import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
86
+ export { meta$G as taxSettings };
package/build/es/meta.mjs CHANGED
@@ -41,6 +41,7 @@ import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings/meta";
41
41
  import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/meta";
42
42
  import * as tips from "@wix/auto_sdk_ecom_tips/meta";
43
43
  import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts/meta";
44
+ import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/meta";
44
45
  export {
45
46
  abandonedCheckouts,
46
47
  backInStockNotifications,
@@ -79,6 +80,7 @@ export {
79
80
  taxCalculation,
80
81
  taxGroups,
81
82
  taxRegions,
83
+ taxSettings,
82
84
  tipSettings,
83
85
  tippableStaff,
84
86
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\nexport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;","names":[]}
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\nexport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/meta';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;AAC5C,YAAY,iBAAiB;","names":[]}
@@ -78,3 +78,5 @@ import * as schemas$C from '@wix/auto_sdk_ecom_tippable-staff/schemas';
78
78
  export { schemas$C as tippableStaff };
79
79
  import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
80
80
  export { schemas$D as tips };
81
+ import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
82
+ export { schemas$E as taxSettings };
@@ -39,6 +39,7 @@ import * as deliverySolutions from "@wix/auto_sdk_ecom_delivery-solutions/schema
39
39
  import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings/schemas";
40
40
  import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/schemas";
41
41
  import * as tips from "@wix/auto_sdk_ecom_tips/schemas";
42
+ import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/schemas";
42
43
  export {
43
44
  abandonedCheckouts,
44
45
  backInStockNotifications,
@@ -76,6 +77,7 @@ export {
76
77
  taxCalculation,
77
78
  taxGroups,
78
79
  taxRegions,
80
+ taxSettings,
79
81
  tipSettings,
80
82
  tippableStaff,
81
83
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/schemas';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,iBAAiB;","names":[]}
@@ -42,6 +42,7 @@ import '@wix/auto_sdk_ecom_tip-settings';
42
42
  import '@wix/auto_sdk_ecom_tippable-staff';
43
43
  import '@wix/auto_sdk_ecom_tips';
44
44
  import '@wix/auto_sdk_ecom_draft-subscription-contracts';
45
+ import '@wix/auto_sdk_ecom_tax-settings';
45
46
  import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
46
47
  import '@wix/auto_sdk_ecom_tax-groups/meta';
47
48
  import '@wix/auto_sdk_ecom_tax-regions/meta';
@@ -84,6 +85,7 @@ import '@wix/auto_sdk_ecom_tip-settings/meta';
84
85
  import '@wix/auto_sdk_ecom_tippable-staff/meta';
85
86
  import '@wix/auto_sdk_ecom_tips/meta';
86
87
  import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
88
+ import '@wix/auto_sdk_ecom_tax-settings/meta';
87
89
  import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
88
90
  import '@wix/auto_sdk_ecom_tax-groups/schemas';
89
91
  import '@wix/auto_sdk_ecom_tax-regions/schemas';
@@ -124,6 +126,7 @@ import '@wix/auto_sdk_ecom_delivery-solutions/schemas';
124
126
  import '@wix/auto_sdk_ecom_tip-settings/schemas';
125
127
  import '@wix/auto_sdk_ecom_tippable-staff/schemas';
126
128
  import '@wix/auto_sdk_ecom_tips/schemas';
129
+ import '@wix/auto_sdk_ecom_tax-settings/schemas';
127
130
  import '@wix/auto_sdk_ecom_tax-calculation-provider';
128
131
  import '@wix/auto_sdk_ecom_gift-vouchers-provider';
129
132
  import '@wix/auto_sdk_ecom_memberships';
@@ -82,3 +82,5 @@ import * as auto_sdk_ecom_tips from '@wix/auto_sdk_ecom_tips';
82
82
  export { auto_sdk_ecom_tips as tips };
83
83
  import * as auto_sdk_ecom_draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';
84
84
  export { auto_sdk_ecom_draftSubscriptionContracts as draftSubscriptionContracts };
85
+ import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
86
+ export { auto_sdk_ecom_taxSettings as taxSettings };
@@ -67,6 +67,7 @@ __export(index_exports, {
67
67
  taxCalculation: () => taxCalculation,
68
68
  taxGroups: () => taxGroups,
69
69
  taxRegions: () => taxRegions,
70
+ taxSettings: () => taxSettings,
70
71
  tipSettings: () => tipSettings,
71
72
  tippableStaff: () => tippableStaff,
72
73
  tips: () => tips,
@@ -116,6 +117,7 @@ var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings"));
116
117
  var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff"));
117
118
  var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
118
119
  var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts"));
120
+ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings"));
119
121
  // Annotate the CommonJS export names for ESM import in node:
120
122
  0 && (module.exports = {
121
123
  abandonedCheckouts,
@@ -155,6 +157,7 @@ var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subsc
155
157
  taxCalculation,
156
158
  taxGroups,
157
159
  taxRegions,
160
+ taxSettings,
158
161
  tipSettings,
159
162
  tippableStaff,
160
163
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\nimport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;","names":[]}
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\nimport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';\nimport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n taxSettings,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;AAC5C,kBAA6B;","names":[]}
@@ -82,3 +82,5 @@ import * as meta$E from '@wix/auto_sdk_ecom_tips/meta';
82
82
  export { meta$E as tips };
83
83
  import * as meta$F from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
84
84
  export { meta$F as draftSubscriptionContracts };
85
+ import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
86
+ export { meta$G as taxSettings };
@@ -67,6 +67,7 @@ __export(meta_exports, {
67
67
  taxCalculation: () => taxCalculation,
68
68
  taxGroups: () => taxGroups,
69
69
  taxRegions: () => taxRegions,
70
+ taxSettings: () => taxSettings,
70
71
  tipSettings: () => tipSettings,
71
72
  tippableStaff: () => tippableStaff,
72
73
  tips: () => tips,
@@ -116,6 +117,7 @@ var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings/meta"));
116
117
  var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/meta"));
117
118
  var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
118
119
  var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts/meta"));
120
+ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/meta"));
119
121
  // Annotate the CommonJS export names for ESM import in node:
120
122
  0 && (module.exports = {
121
123
  abandonedCheckouts,
@@ -155,6 +157,7 @@ var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subsc
155
157
  taxCalculation,
156
158
  taxGroups,
157
159
  taxRegions,
160
+ taxSettings,
158
161
  tipSettings,
159
162
  tippableStaff,
160
163
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\nexport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;","names":[]}
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\nexport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;AAC5C,kBAA6B;","names":[]}
@@ -78,3 +78,5 @@ import * as schemas$C from '@wix/auto_sdk_ecom_tippable-staff/schemas';
78
78
  export { schemas$C as tippableStaff };
79
79
  import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
80
80
  export { schemas$D as tips };
81
+ import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
82
+ export { schemas$E as taxSettings };
@@ -66,6 +66,7 @@ __export(schemas_exports, {
66
66
  taxCalculation: () => taxCalculation,
67
67
  taxGroups: () => taxGroups,
68
68
  taxRegions: () => taxRegions,
69
+ taxSettings: () => taxSettings,
69
70
  tipSettings: () => tipSettings,
70
71
  tippableStaff: () => tippableStaff,
71
72
  tips: () => tips,
@@ -112,6 +113,7 @@ var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions/s
112
113
  var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings/schemas"));
113
114
  var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/schemas"));
114
115
  var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
116
+ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/schemas"));
115
117
  // Annotate the CommonJS export names for ESM import in node:
116
118
  0 && (module.exports = {
117
119
  abandonedCheckouts,
@@ -150,6 +152,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
150
152
  taxCalculation,
151
153
  taxGroups,
152
154
  taxRegions,
155
+ taxSettings,
153
156
  tipSettings,
154
157
  tippableStaff,
155
158
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,kBAA6B;","names":[]}
@@ -42,6 +42,7 @@ import '@wix/auto_sdk_ecom_tip-settings';
42
42
  import '@wix/auto_sdk_ecom_tippable-staff';
43
43
  import '@wix/auto_sdk_ecom_tips';
44
44
  import '@wix/auto_sdk_ecom_draft-subscription-contracts';
45
+ import '@wix/auto_sdk_ecom_tax-settings';
45
46
  import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
46
47
  import '@wix/auto_sdk_ecom_tax-groups/meta';
47
48
  import '@wix/auto_sdk_ecom_tax-regions/meta';
@@ -84,6 +85,7 @@ import '@wix/auto_sdk_ecom_tip-settings/meta';
84
85
  import '@wix/auto_sdk_ecom_tippable-staff/meta';
85
86
  import '@wix/auto_sdk_ecom_tips/meta';
86
87
  import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
88
+ import '@wix/auto_sdk_ecom_tax-settings/meta';
87
89
  import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
88
90
  import '@wix/auto_sdk_ecom_tax-groups/schemas';
89
91
  import '@wix/auto_sdk_ecom_tax-regions/schemas';
@@ -124,6 +126,7 @@ import '@wix/auto_sdk_ecom_delivery-solutions/schemas';
124
126
  import '@wix/auto_sdk_ecom_tip-settings/schemas';
125
127
  import '@wix/auto_sdk_ecom_tippable-staff/schemas';
126
128
  import '@wix/auto_sdk_ecom_tips/schemas';
129
+ import '@wix/auto_sdk_ecom_tax-settings/schemas';
127
130
  import '@wix/auto_sdk_ecom_tax-calculation-provider';
128
131
  import '@wix/auto_sdk_ecom_gift-vouchers-provider';
129
132
  import '@wix/auto_sdk_ecom_memberships';
@@ -82,3 +82,5 @@ import * as auto_sdk_ecom_tips from '@wix/auto_sdk_ecom_tips';
82
82
  export { auto_sdk_ecom_tips as tips };
83
83
  import * as auto_sdk_ecom_draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';
84
84
  export { auto_sdk_ecom_draftSubscriptionContracts as draftSubscriptionContracts };
85
+ import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
86
+ export { auto_sdk_ecom_taxSettings as taxSettings };
@@ -41,6 +41,7 @@ import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings";
41
41
  import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff";
42
42
  import * as tips from "@wix/auto_sdk_ecom_tips";
43
43
  import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts";
44
+ import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings";
44
45
  export {
45
46
  abandonedCheckouts,
46
47
  backInStockNotifications,
@@ -79,6 +80,7 @@ export {
79
80
  taxCalculation,
80
81
  taxGroups,
81
82
  taxRegions,
83
+ taxSettings,
82
84
  tipSettings,
83
85
  tippableStaff,
84
86
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\nimport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;","names":[]}
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\nimport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts';\nimport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n taxSettings,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;AAC5C,YAAY,iBAAiB;","names":[]}
@@ -82,3 +82,5 @@ import * as meta$E from '@wix/auto_sdk_ecom_tips/meta';
82
82
  export { meta$E as tips };
83
83
  import * as meta$F from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
84
84
  export { meta$F as draftSubscriptionContracts };
85
+ import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
86
+ export { meta$G as taxSettings };
@@ -41,6 +41,7 @@ import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings/meta";
41
41
  import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/meta";
42
42
  import * as tips from "@wix/auto_sdk_ecom_tips/meta";
43
43
  import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts/meta";
44
+ import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/meta";
44
45
  export {
45
46
  abandonedCheckouts,
46
47
  backInStockNotifications,
@@ -79,6 +80,7 @@ export {
79
80
  taxCalculation,
80
81
  taxGroups,
81
82
  taxRegions,
83
+ taxSettings,
82
84
  tipSettings,
83
85
  tippableStaff,
84
86
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\nexport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;","names":[]}
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\nexport * as draftSubscriptionContracts from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/meta';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;AAC5C,YAAY,iBAAiB;","names":[]}
@@ -78,3 +78,5 @@ import * as schemas$C from '@wix/auto_sdk_ecom_tippable-staff/schemas';
78
78
  export { schemas$C as tippableStaff };
79
79
  import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
80
80
  export { schemas$D as tips };
81
+ import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
82
+ export { schemas$E as taxSettings };
@@ -39,6 +39,7 @@ import * as deliverySolutions from "@wix/auto_sdk_ecom_delivery-solutions/schema
39
39
  import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings/schemas";
40
40
  import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/schemas";
41
41
  import * as tips from "@wix/auto_sdk_ecom_tips/schemas";
42
+ import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/schemas";
42
43
  export {
43
44
  abandonedCheckouts,
44
45
  backInStockNotifications,
@@ -76,6 +77,7 @@ export {
76
77
  taxCalculation,
77
78
  taxGroups,
78
79
  taxRegions,
80
+ taxSettings,
79
81
  tipSettings,
80
82
  tippableStaff,
81
83
  tips,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/schemas';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,iBAAiB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.2277",
3
+ "version": "1.0.2278",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -110,6 +110,7 @@
110
110
  "@wix/auto_sdk_ecom_tax-calculation-provider": "1.0.29",
111
111
  "@wix/auto_sdk_ecom_tax-groups": "1.0.60",
112
112
  "@wix/auto_sdk_ecom_tax-regions": "1.0.57",
113
+ "@wix/auto_sdk_ecom_tax-settings": "1.0.0",
113
114
  "@wix/auto_sdk_ecom_tip-settings": "1.0.53",
114
115
  "@wix/auto_sdk_ecom_tippable-staff": "1.0.39",
115
116
  "@wix/auto_sdk_ecom_tips": "1.0.61",
@@ -139,5 +140,5 @@
139
140
  "fqdn": ""
140
141
  }
141
142
  },
142
- "falconPackageHash": "7369d23c64dd83913d1156eebc062b08504b90411940470fe1f19502"
143
+ "falconPackageHash": "b87866776b544341434fc86fa0526e6d17ac409f425e8be169df0d18"
143
144
  }