@wix/ecom 1.0.2284 → 1.0.2285

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
@@ -44,6 +44,7 @@ import '@wix/auto_sdk_ecom_tips';
44
44
  import '@wix/auto_sdk_ecom_draft-subscription-contracts';
45
45
  import '@wix/auto_sdk_ecom_tax-settings';
46
46
  import '@wix/auto_sdk_ecom_contact-tax-details';
47
+ import '@wix/auto_sdk_ecom_tax-exempt-groups';
47
48
  import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
48
49
  import '@wix/auto_sdk_ecom_tax-groups/meta';
49
50
  import '@wix/auto_sdk_ecom_tax-regions/meta';
@@ -88,6 +89,7 @@ import '@wix/auto_sdk_ecom_tips/meta';
88
89
  import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
89
90
  import '@wix/auto_sdk_ecom_tax-settings/meta';
90
91
  import '@wix/auto_sdk_ecom_contact-tax-details/meta';
92
+ import '@wix/auto_sdk_ecom_tax-exempt-groups/meta';
91
93
  import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
92
94
  import '@wix/auto_sdk_ecom_tax-groups/schemas';
93
95
  import '@wix/auto_sdk_ecom_tax-regions/schemas';
@@ -130,6 +132,7 @@ import '@wix/auto_sdk_ecom_tippable-staff/schemas';
130
132
  import '@wix/auto_sdk_ecom_tips/schemas';
131
133
  import '@wix/auto_sdk_ecom_tax-settings/schemas';
132
134
  import '@wix/auto_sdk_ecom_contact-tax-details/schemas';
135
+ import '@wix/auto_sdk_ecom_tax-exempt-groups/schemas';
133
136
  import '@wix/auto_sdk_ecom_tax-calculation-provider';
134
137
  import '@wix/auto_sdk_ecom_gift-vouchers-provider';
135
138
  import '@wix/auto_sdk_ecom_memberships';
@@ -86,3 +86,5 @@ import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
86
86
  export { auto_sdk_ecom_taxSettings as taxSettings };
87
87
  import * as auto_sdk_ecom_contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';
88
88
  export { auto_sdk_ecom_contactTaxDetails as contactTaxDetails };
89
+ import * as auto_sdk_ecom_taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups';
90
+ export { auto_sdk_ecom_taxExemptGroups as taxExemptGroups };
@@ -66,6 +66,7 @@ __export(index_exports, {
66
66
  shippoConfigurations: () => shippoConfigurations,
67
67
  subscriptionContracts: () => subscriptionContracts,
68
68
  taxCalculation: () => taxCalculation,
69
+ taxExemptGroups: () => taxExemptGroups,
69
70
  taxGroups: () => taxGroups,
70
71
  taxRegions: () => taxRegions,
71
72
  taxSettings: () => taxSettings,
@@ -120,6 +121,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
120
121
  var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts"));
121
122
  var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings"));
122
123
  var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details"));
124
+ var taxExemptGroups = __toESM(require("@wix/auto_sdk_ecom_tax-exempt-groups"));
123
125
  // Annotate the CommonJS export names for ESM import in node:
124
126
  0 && (module.exports = {
125
127
  abandonedCheckouts,
@@ -158,6 +160,7 @@ var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details"
158
160
  shippoConfigurations,
159
161
  subscriptionContracts,
160
162
  taxCalculation,
163
+ taxExemptGroups,
161
164
  taxGroups,
162
165
  taxRegions,
163
166
  taxSettings,
@@ -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';\nimport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings';\nimport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';\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 contactTaxDetails,\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;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;AAC7B,wBAAmC;","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';\nimport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';\nimport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups';\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 contactTaxDetails,\n taxExemptGroups,\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;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;AAC7B,wBAAmC;AACnC,sBAAiC;","names":[]}
@@ -86,3 +86,5 @@ import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
86
86
  export { meta$G as taxSettings };
87
87
  import * as meta$H from '@wix/auto_sdk_ecom_contact-tax-details/meta';
88
88
  export { meta$H as contactTaxDetails };
89
+ import * as meta$I from '@wix/auto_sdk_ecom_tax-exempt-groups/meta';
90
+ export { meta$I as taxExemptGroups };
package/build/cjs/meta.js CHANGED
@@ -66,6 +66,7 @@ __export(meta_exports, {
66
66
  shippoConfigurations: () => shippoConfigurations,
67
67
  subscriptionContracts: () => subscriptionContracts,
68
68
  taxCalculation: () => taxCalculation,
69
+ taxExemptGroups: () => taxExemptGroups,
69
70
  taxGroups: () => taxGroups,
70
71
  taxRegions: () => taxRegions,
71
72
  taxSettings: () => taxSettings,
@@ -120,6 +121,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
120
121
  var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts/meta"));
121
122
  var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/meta"));
122
123
  var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/meta"));
124
+ var taxExemptGroups = __toESM(require("@wix/auto_sdk_ecom_tax-exempt-groups/meta"));
123
125
  // Annotate the CommonJS export names for ESM import in node:
124
126
  0 && (module.exports = {
125
127
  abandonedCheckouts,
@@ -158,6 +160,7 @@ var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/
158
160
  shippoConfigurations,
159
161
  subscriptionContracts,
160
162
  taxCalculation,
163
+ taxExemptGroups,
161
164
  taxGroups,
162
165
  taxRegions,
163
166
  taxSettings,
@@ -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';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/meta';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/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;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;AAC7B,wBAAmC;","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';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/meta';\nexport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups/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;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;AAC7B,wBAAmC;AACnC,sBAAiC;","names":[]}
@@ -82,3 +82,5 @@ import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
82
82
  export { schemas$E as taxSettings };
83
83
  import * as schemas$F from '@wix/auto_sdk_ecom_contact-tax-details/schemas';
84
84
  export { schemas$F as contactTaxDetails };
85
+ import * as schemas$G from '@wix/auto_sdk_ecom_tax-exempt-groups/schemas';
86
+ export { schemas$G as taxExemptGroups };
@@ -65,6 +65,7 @@ __export(schemas_exports, {
65
65
  shippoConfigurations: () => shippoConfigurations,
66
66
  subscriptionContracts: () => subscriptionContracts,
67
67
  taxCalculation: () => taxCalculation,
68
+ taxExemptGroups: () => taxExemptGroups,
68
69
  taxGroups: () => taxGroups,
69
70
  taxRegions: () => taxRegions,
70
71
  taxSettings: () => taxSettings,
@@ -116,6 +117,7 @@ var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/schemas")
116
117
  var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
117
118
  var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/schemas"));
118
119
  var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/schemas"));
120
+ var taxExemptGroups = __toESM(require("@wix/auto_sdk_ecom_tax-exempt-groups/schemas"));
119
121
  // Annotate the CommonJS export names for ESM import in node:
120
122
  0 && (module.exports = {
121
123
  abandonedCheckouts,
@@ -153,6 +155,7 @@ var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/
153
155
  shippoConfigurations,
154
156
  subscriptionContracts,
155
157
  taxCalculation,
158
+ taxExemptGroups,
156
159
  taxGroups,
157
160
  taxRegions,
158
161
  taxSettings,
@@ -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';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/schemas';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/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;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;AAC7B,wBAAmC;","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';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/schemas';\nexport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups/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;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;AAC7B,wBAAmC;AACnC,sBAAiC;","names":[]}
@@ -44,6 +44,7 @@ import '@wix/auto_sdk_ecom_tips';
44
44
  import '@wix/auto_sdk_ecom_draft-subscription-contracts';
45
45
  import '@wix/auto_sdk_ecom_tax-settings';
46
46
  import '@wix/auto_sdk_ecom_contact-tax-details';
47
+ import '@wix/auto_sdk_ecom_tax-exempt-groups';
47
48
  import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
48
49
  import '@wix/auto_sdk_ecom_tax-groups/meta';
49
50
  import '@wix/auto_sdk_ecom_tax-regions/meta';
@@ -88,6 +89,7 @@ import '@wix/auto_sdk_ecom_tips/meta';
88
89
  import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
89
90
  import '@wix/auto_sdk_ecom_tax-settings/meta';
90
91
  import '@wix/auto_sdk_ecom_contact-tax-details/meta';
92
+ import '@wix/auto_sdk_ecom_tax-exempt-groups/meta';
91
93
  import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
92
94
  import '@wix/auto_sdk_ecom_tax-groups/schemas';
93
95
  import '@wix/auto_sdk_ecom_tax-regions/schemas';
@@ -130,6 +132,7 @@ import '@wix/auto_sdk_ecom_tippable-staff/schemas';
130
132
  import '@wix/auto_sdk_ecom_tips/schemas';
131
133
  import '@wix/auto_sdk_ecom_tax-settings/schemas';
132
134
  import '@wix/auto_sdk_ecom_contact-tax-details/schemas';
135
+ import '@wix/auto_sdk_ecom_tax-exempt-groups/schemas';
133
136
  import '@wix/auto_sdk_ecom_tax-calculation-provider';
134
137
  import '@wix/auto_sdk_ecom_gift-vouchers-provider';
135
138
  import '@wix/auto_sdk_ecom_memberships';
@@ -86,3 +86,5 @@ import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
86
86
  export { auto_sdk_ecom_taxSettings as taxSettings };
87
87
  import * as auto_sdk_ecom_contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';
88
88
  export { auto_sdk_ecom_contactTaxDetails as contactTaxDetails };
89
+ import * as auto_sdk_ecom_taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups';
90
+ export { auto_sdk_ecom_taxExemptGroups as taxExemptGroups };
@@ -43,6 +43,7 @@ import * as tips from "@wix/auto_sdk_ecom_tips";
43
43
  import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts";
44
44
  import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings";
45
45
  import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details";
46
+ import * as taxExemptGroups from "@wix/auto_sdk_ecom_tax-exempt-groups";
46
47
  export {
47
48
  abandonedCheckouts,
48
49
  backInStockNotifications,
@@ -80,6 +81,7 @@ export {
80
81
  shippoConfigurations,
81
82
  subscriptionContracts,
82
83
  taxCalculation,
84
+ taxExemptGroups,
83
85
  taxGroups,
84
86
  taxRegions,
85
87
  taxSettings,
@@ -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';\nimport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings';\nimport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';\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 contactTaxDetails,\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;AAC7B,YAAY,uBAAuB;","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';\nimport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';\nimport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups';\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 contactTaxDetails,\n taxExemptGroups,\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;AAC7B,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;","names":[]}
@@ -86,3 +86,5 @@ import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
86
86
  export { meta$G as taxSettings };
87
87
  import * as meta$H from '@wix/auto_sdk_ecom_contact-tax-details/meta';
88
88
  export { meta$H as contactTaxDetails };
89
+ import * as meta$I from '@wix/auto_sdk_ecom_tax-exempt-groups/meta';
90
+ export { meta$I as taxExemptGroups };
package/build/es/meta.mjs CHANGED
@@ -43,6 +43,7 @@ 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
44
  import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/meta";
45
45
  import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details/meta";
46
+ import * as taxExemptGroups from "@wix/auto_sdk_ecom_tax-exempt-groups/meta";
46
47
  export {
47
48
  abandonedCheckouts,
48
49
  backInStockNotifications,
@@ -80,6 +81,7 @@ export {
80
81
  shippoConfigurations,
81
82
  subscriptionContracts,
82
83
  taxCalculation,
84
+ taxExemptGroups,
83
85
  taxGroups,
84
86
  taxRegions,
85
87
  taxSettings,
@@ -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';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/meta';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/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;AAC7B,YAAY,uBAAuB;","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';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/meta';\nexport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups/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;AAC7B,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;","names":[]}
@@ -82,3 +82,5 @@ import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
82
82
  export { schemas$E as taxSettings };
83
83
  import * as schemas$F from '@wix/auto_sdk_ecom_contact-tax-details/schemas';
84
84
  export { schemas$F as contactTaxDetails };
85
+ import * as schemas$G from '@wix/auto_sdk_ecom_tax-exempt-groups/schemas';
86
+ export { schemas$G as taxExemptGroups };
@@ -41,6 +41,7 @@ import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/schemas";
41
41
  import * as tips from "@wix/auto_sdk_ecom_tips/schemas";
42
42
  import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/schemas";
43
43
  import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details/schemas";
44
+ import * as taxExemptGroups from "@wix/auto_sdk_ecom_tax-exempt-groups/schemas";
44
45
  export {
45
46
  abandonedCheckouts,
46
47
  backInStockNotifications,
@@ -77,6 +78,7 @@ export {
77
78
  shippoConfigurations,
78
79
  subscriptionContracts,
79
80
  taxCalculation,
81
+ taxExemptGroups,
80
82
  taxGroups,
81
83
  taxRegions,
82
84
  taxSettings,
@@ -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';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/schemas';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/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;AAC7B,YAAY,uBAAuB;","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';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/schemas';\nexport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups/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;AAC7B,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;","names":[]}
@@ -44,6 +44,7 @@ import '@wix/auto_sdk_ecom_tips';
44
44
  import '@wix/auto_sdk_ecom_draft-subscription-contracts';
45
45
  import '@wix/auto_sdk_ecom_tax-settings';
46
46
  import '@wix/auto_sdk_ecom_contact-tax-details';
47
+ import '@wix/auto_sdk_ecom_tax-exempt-groups';
47
48
  import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
48
49
  import '@wix/auto_sdk_ecom_tax-groups/meta';
49
50
  import '@wix/auto_sdk_ecom_tax-regions/meta';
@@ -88,6 +89,7 @@ import '@wix/auto_sdk_ecom_tips/meta';
88
89
  import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
89
90
  import '@wix/auto_sdk_ecom_tax-settings/meta';
90
91
  import '@wix/auto_sdk_ecom_contact-tax-details/meta';
92
+ import '@wix/auto_sdk_ecom_tax-exempt-groups/meta';
91
93
  import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
92
94
  import '@wix/auto_sdk_ecom_tax-groups/schemas';
93
95
  import '@wix/auto_sdk_ecom_tax-regions/schemas';
@@ -130,6 +132,7 @@ import '@wix/auto_sdk_ecom_tippable-staff/schemas';
130
132
  import '@wix/auto_sdk_ecom_tips/schemas';
131
133
  import '@wix/auto_sdk_ecom_tax-settings/schemas';
132
134
  import '@wix/auto_sdk_ecom_contact-tax-details/schemas';
135
+ import '@wix/auto_sdk_ecom_tax-exempt-groups/schemas';
133
136
  import '@wix/auto_sdk_ecom_tax-calculation-provider';
134
137
  import '@wix/auto_sdk_ecom_gift-vouchers-provider';
135
138
  import '@wix/auto_sdk_ecom_memberships';
@@ -86,3 +86,5 @@ import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
86
86
  export { auto_sdk_ecom_taxSettings as taxSettings };
87
87
  import * as auto_sdk_ecom_contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';
88
88
  export { auto_sdk_ecom_contactTaxDetails as contactTaxDetails };
89
+ import * as auto_sdk_ecom_taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups';
90
+ export { auto_sdk_ecom_taxExemptGroups as taxExemptGroups };
@@ -66,6 +66,7 @@ __export(index_exports, {
66
66
  shippoConfigurations: () => shippoConfigurations,
67
67
  subscriptionContracts: () => subscriptionContracts,
68
68
  taxCalculation: () => taxCalculation,
69
+ taxExemptGroups: () => taxExemptGroups,
69
70
  taxGroups: () => taxGroups,
70
71
  taxRegions: () => taxRegions,
71
72
  taxSettings: () => taxSettings,
@@ -120,6 +121,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
120
121
  var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts"));
121
122
  var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings"));
122
123
  var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details"));
124
+ var taxExemptGroups = __toESM(require("@wix/auto_sdk_ecom_tax-exempt-groups"));
123
125
  // Annotate the CommonJS export names for ESM import in node:
124
126
  0 && (module.exports = {
125
127
  abandonedCheckouts,
@@ -158,6 +160,7 @@ var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details"
158
160
  shippoConfigurations,
159
161
  subscriptionContracts,
160
162
  taxCalculation,
163
+ taxExemptGroups,
161
164
  taxGroups,
162
165
  taxRegions,
163
166
  taxSettings,
@@ -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';\nimport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings';\nimport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';\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 contactTaxDetails,\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;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;AAC7B,wBAAmC;","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';\nimport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';\nimport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups';\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 contactTaxDetails,\n taxExemptGroups,\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;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;AAC7B,wBAAmC;AACnC,sBAAiC;","names":[]}
@@ -86,3 +86,5 @@ import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
86
86
  export { meta$G as taxSettings };
87
87
  import * as meta$H from '@wix/auto_sdk_ecom_contact-tax-details/meta';
88
88
  export { meta$H as contactTaxDetails };
89
+ import * as meta$I from '@wix/auto_sdk_ecom_tax-exempt-groups/meta';
90
+ export { meta$I as taxExemptGroups };
@@ -66,6 +66,7 @@ __export(meta_exports, {
66
66
  shippoConfigurations: () => shippoConfigurations,
67
67
  subscriptionContracts: () => subscriptionContracts,
68
68
  taxCalculation: () => taxCalculation,
69
+ taxExemptGroups: () => taxExemptGroups,
69
70
  taxGroups: () => taxGroups,
70
71
  taxRegions: () => taxRegions,
71
72
  taxSettings: () => taxSettings,
@@ -120,6 +121,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
120
121
  var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts/meta"));
121
122
  var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/meta"));
122
123
  var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/meta"));
124
+ var taxExemptGroups = __toESM(require("@wix/auto_sdk_ecom_tax-exempt-groups/meta"));
123
125
  // Annotate the CommonJS export names for ESM import in node:
124
126
  0 && (module.exports = {
125
127
  abandonedCheckouts,
@@ -158,6 +160,7 @@ var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/
158
160
  shippoConfigurations,
159
161
  subscriptionContracts,
160
162
  taxCalculation,
163
+ taxExemptGroups,
161
164
  taxGroups,
162
165
  taxRegions,
163
166
  taxSettings,
@@ -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';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/meta';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/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;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;AAC7B,wBAAmC;","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';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/meta';\nexport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups/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;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;AAC7B,wBAAmC;AACnC,sBAAiC;","names":[]}
@@ -82,3 +82,5 @@ import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
82
82
  export { schemas$E as taxSettings };
83
83
  import * as schemas$F from '@wix/auto_sdk_ecom_contact-tax-details/schemas';
84
84
  export { schemas$F as contactTaxDetails };
85
+ import * as schemas$G from '@wix/auto_sdk_ecom_tax-exempt-groups/schemas';
86
+ export { schemas$G as taxExemptGroups };
@@ -65,6 +65,7 @@ __export(schemas_exports, {
65
65
  shippoConfigurations: () => shippoConfigurations,
66
66
  subscriptionContracts: () => subscriptionContracts,
67
67
  taxCalculation: () => taxCalculation,
68
+ taxExemptGroups: () => taxExemptGroups,
68
69
  taxGroups: () => taxGroups,
69
70
  taxRegions: () => taxRegions,
70
71
  taxSettings: () => taxSettings,
@@ -116,6 +117,7 @@ var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/schemas")
116
117
  var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
117
118
  var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/schemas"));
118
119
  var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/schemas"));
120
+ var taxExemptGroups = __toESM(require("@wix/auto_sdk_ecom_tax-exempt-groups/schemas"));
119
121
  // Annotate the CommonJS export names for ESM import in node:
120
122
  0 && (module.exports = {
121
123
  abandonedCheckouts,
@@ -153,6 +155,7 @@ var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/
153
155
  shippoConfigurations,
154
156
  subscriptionContracts,
155
157
  taxCalculation,
158
+ taxExemptGroups,
156
159
  taxGroups,
157
160
  taxRegions,
158
161
  taxSettings,
@@ -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';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/schemas';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/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;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;AAC7B,wBAAmC;","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';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/schemas';\nexport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups/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;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;AAC7B,wBAAmC;AACnC,sBAAiC;","names":[]}
@@ -44,6 +44,7 @@ import '@wix/auto_sdk_ecom_tips';
44
44
  import '@wix/auto_sdk_ecom_draft-subscription-contracts';
45
45
  import '@wix/auto_sdk_ecom_tax-settings';
46
46
  import '@wix/auto_sdk_ecom_contact-tax-details';
47
+ import '@wix/auto_sdk_ecom_tax-exempt-groups';
47
48
  import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
48
49
  import '@wix/auto_sdk_ecom_tax-groups/meta';
49
50
  import '@wix/auto_sdk_ecom_tax-regions/meta';
@@ -88,6 +89,7 @@ import '@wix/auto_sdk_ecom_tips/meta';
88
89
  import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
89
90
  import '@wix/auto_sdk_ecom_tax-settings/meta';
90
91
  import '@wix/auto_sdk_ecom_contact-tax-details/meta';
92
+ import '@wix/auto_sdk_ecom_tax-exempt-groups/meta';
91
93
  import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
92
94
  import '@wix/auto_sdk_ecom_tax-groups/schemas';
93
95
  import '@wix/auto_sdk_ecom_tax-regions/schemas';
@@ -130,6 +132,7 @@ import '@wix/auto_sdk_ecom_tippable-staff/schemas';
130
132
  import '@wix/auto_sdk_ecom_tips/schemas';
131
133
  import '@wix/auto_sdk_ecom_tax-settings/schemas';
132
134
  import '@wix/auto_sdk_ecom_contact-tax-details/schemas';
135
+ import '@wix/auto_sdk_ecom_tax-exempt-groups/schemas';
133
136
  import '@wix/auto_sdk_ecom_tax-calculation-provider';
134
137
  import '@wix/auto_sdk_ecom_gift-vouchers-provider';
135
138
  import '@wix/auto_sdk_ecom_memberships';
@@ -86,3 +86,5 @@ import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
86
86
  export { auto_sdk_ecom_taxSettings as taxSettings };
87
87
  import * as auto_sdk_ecom_contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';
88
88
  export { auto_sdk_ecom_contactTaxDetails as contactTaxDetails };
89
+ import * as auto_sdk_ecom_taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups';
90
+ export { auto_sdk_ecom_taxExemptGroups as taxExemptGroups };
@@ -43,6 +43,7 @@ import * as tips from "@wix/auto_sdk_ecom_tips";
43
43
  import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts";
44
44
  import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings";
45
45
  import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details";
46
+ import * as taxExemptGroups from "@wix/auto_sdk_ecom_tax-exempt-groups";
46
47
  export {
47
48
  abandonedCheckouts,
48
49
  backInStockNotifications,
@@ -80,6 +81,7 @@ export {
80
81
  shippoConfigurations,
81
82
  subscriptionContracts,
82
83
  taxCalculation,
84
+ taxExemptGroups,
83
85
  taxGroups,
84
86
  taxRegions,
85
87
  taxSettings,
@@ -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';\nimport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings';\nimport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';\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 contactTaxDetails,\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;AAC7B,YAAY,uBAAuB;","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';\nimport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';\nimport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups';\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 contactTaxDetails,\n taxExemptGroups,\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;AAC7B,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;","names":[]}
@@ -86,3 +86,5 @@ import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
86
86
  export { meta$G as taxSettings };
87
87
  import * as meta$H from '@wix/auto_sdk_ecom_contact-tax-details/meta';
88
88
  export { meta$H as contactTaxDetails };
89
+ import * as meta$I from '@wix/auto_sdk_ecom_tax-exempt-groups/meta';
90
+ export { meta$I as taxExemptGroups };
@@ -43,6 +43,7 @@ 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
44
  import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/meta";
45
45
  import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details/meta";
46
+ import * as taxExemptGroups from "@wix/auto_sdk_ecom_tax-exempt-groups/meta";
46
47
  export {
47
48
  abandonedCheckouts,
48
49
  backInStockNotifications,
@@ -80,6 +81,7 @@ export {
80
81
  shippoConfigurations,
81
82
  subscriptionContracts,
82
83
  taxCalculation,
84
+ taxExemptGroups,
83
85
  taxGroups,
84
86
  taxRegions,
85
87
  taxSettings,
@@ -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';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/meta';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/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;AAC7B,YAAY,uBAAuB;","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';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/meta';\nexport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups/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;AAC7B,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;","names":[]}
@@ -82,3 +82,5 @@ import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
82
82
  export { schemas$E as taxSettings };
83
83
  import * as schemas$F from '@wix/auto_sdk_ecom_contact-tax-details/schemas';
84
84
  export { schemas$F as contactTaxDetails };
85
+ import * as schemas$G from '@wix/auto_sdk_ecom_tax-exempt-groups/schemas';
86
+ export { schemas$G as taxExemptGroups };
@@ -41,6 +41,7 @@ import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/schemas";
41
41
  import * as tips from "@wix/auto_sdk_ecom_tips/schemas";
42
42
  import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/schemas";
43
43
  import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details/schemas";
44
+ import * as taxExemptGroups from "@wix/auto_sdk_ecom_tax-exempt-groups/schemas";
44
45
  export {
45
46
  abandonedCheckouts,
46
47
  backInStockNotifications,
@@ -77,6 +78,7 @@ export {
77
78
  shippoConfigurations,
78
79
  subscriptionContracts,
79
80
  taxCalculation,
81
+ taxExemptGroups,
80
82
  taxGroups,
81
83
  taxRegions,
82
84
  taxSettings,
@@ -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';\nexport * as taxSettings from '@wix/auto_sdk_ecom_tax-settings/schemas';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/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;AAC7B,YAAY,uBAAuB;","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';\nexport * as contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details/schemas';\nexport * as taxExemptGroups from '@wix/auto_sdk_ecom_tax-exempt-groups/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;AAC7B,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.2284",
3
+ "version": "1.0.2285",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -109,6 +109,7 @@
109
109
  "@wix/auto_sdk_ecom_subscription-contracts": "1.0.119",
110
110
  "@wix/auto_sdk_ecom_tax-calculation": "1.0.51",
111
111
  "@wix/auto_sdk_ecom_tax-calculation-provider": "1.0.30",
112
+ "@wix/auto_sdk_ecom_tax-exempt-groups": "1.0.0",
112
113
  "@wix/auto_sdk_ecom_tax-groups": "1.0.60",
113
114
  "@wix/auto_sdk_ecom_tax-regions": "1.0.57",
114
115
  "@wix/auto_sdk_ecom_tax-settings": "1.0.0",
@@ -141,5 +142,5 @@
141
142
  "fqdn": ""
142
143
  }
143
144
  },
144
- "falconPackageHash": "f7dc6e81bc822e3b9b09bb94ab871f83f09fa8cd0d9a5be63f795784"
145
+ "falconPackageHash": "79cfcde6a36596d762f300ff12b1c60e2e1ec514879660e7da881e98"
145
146
  }