@wix/ecom 1.0.2282 → 1.0.2283
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.
- package/build/cjs/components.d.ts +3 -0
- package/build/cjs/index.d.ts +2 -0
- package/build/cjs/index.js +3 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +3 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +2 -0
- package/build/cjs/schemas.js +3 -0
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/components.d.mts +3 -0
- package/build/es/index.d.mts +2 -0
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -0
- package/build/es/meta.mjs +2 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +2 -0
- package/build/es/schemas.mjs +2 -0
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/components.d.ts +3 -0
- package/build/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js +3 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -0
- package/build/internal/cjs/meta.js +3 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +2 -0
- package/build/internal/cjs/schemas.js +3 -0
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/components.d.mts +3 -0
- package/build/internal/es/index.d.mts +2 -0
- package/build/internal/es/index.mjs +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -0
- package/build/internal/es/meta.mjs +2 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +2 -0
- package/build/internal/es/schemas.mjs +2 -0
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +3 -2
|
@@ -43,6 +43,7 @@ import '@wix/auto_sdk_ecom_tippable-staff';
|
|
|
43
43
|
import '@wix/auto_sdk_ecom_tips';
|
|
44
44
|
import '@wix/auto_sdk_ecom_draft-subscription-contracts';
|
|
45
45
|
import '@wix/auto_sdk_ecom_tax-settings';
|
|
46
|
+
import '@wix/auto_sdk_ecom_contact-tax-details';
|
|
46
47
|
import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
|
|
47
48
|
import '@wix/auto_sdk_ecom_tax-groups/meta';
|
|
48
49
|
import '@wix/auto_sdk_ecom_tax-regions/meta';
|
|
@@ -86,6 +87,7 @@ import '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
|
86
87
|
import '@wix/auto_sdk_ecom_tips/meta';
|
|
87
88
|
import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
|
|
88
89
|
import '@wix/auto_sdk_ecom_tax-settings/meta';
|
|
90
|
+
import '@wix/auto_sdk_ecom_contact-tax-details/meta';
|
|
89
91
|
import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
90
92
|
import '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
91
93
|
import '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
@@ -127,6 +129,7 @@ import '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
|
127
129
|
import '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
128
130
|
import '@wix/auto_sdk_ecom_tips/schemas';
|
|
129
131
|
import '@wix/auto_sdk_ecom_tax-settings/schemas';
|
|
132
|
+
import '@wix/auto_sdk_ecom_contact-tax-details/schemas';
|
|
130
133
|
import '@wix/auto_sdk_ecom_tax-calculation-provider';
|
|
131
134
|
import '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
132
135
|
import '@wix/auto_sdk_ecom_memberships';
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -84,3 +84,5 @@ import * as auto_sdk_ecom_draftSubscriptionContracts from '@wix/auto_sdk_ecom_dr
|
|
|
84
84
|
export { auto_sdk_ecom_draftSubscriptionContracts as draftSubscriptionContracts };
|
|
85
85
|
import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
|
|
86
86
|
export { auto_sdk_ecom_taxSettings as taxSettings };
|
|
87
|
+
import * as auto_sdk_ecom_contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';
|
|
88
|
+
export { auto_sdk_ecom_contactTaxDetails as contactTaxDetails };
|
package/build/cjs/index.js
CHANGED
|
@@ -39,6 +39,7 @@ __export(index_exports, {
|
|
|
39
39
|
checkoutContent: () => checkoutContent,
|
|
40
40
|
checkoutSettings: () => checkoutSettings,
|
|
41
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
42
|
+
contactTaxDetails: () => contactTaxDetails,
|
|
42
43
|
currencies: () => currencies,
|
|
43
44
|
currentCart: () => currentCart,
|
|
44
45
|
currentCartV2: () => currentCartV2,
|
|
@@ -118,6 +119,7 @@ var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff"));
|
|
|
118
119
|
var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
|
|
119
120
|
var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts"));
|
|
120
121
|
var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings"));
|
|
122
|
+
var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details"));
|
|
121
123
|
// Annotate the CommonJS export names for ESM import in node:
|
|
122
124
|
0 && (module.exports = {
|
|
123
125
|
abandonedCheckouts,
|
|
@@ -129,6 +131,7 @@ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings"));
|
|
|
129
131
|
checkoutContent,
|
|
130
132
|
checkoutSettings,
|
|
131
133
|
checkoutTemplates,
|
|
134
|
+
contactTaxDetails,
|
|
132
135
|
currencies,
|
|
133
136
|
currentCart,
|
|
134
137
|
currentCartV2,
|
package/build/cjs/index.js.map
CHANGED
|
@@ -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';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n taxSettings,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;AAC5C,kBAA6B;","names":[]}
|
|
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":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -84,3 +84,5 @@ import * as meta$F from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
|
|
|
84
84
|
export { meta$F as draftSubscriptionContracts };
|
|
85
85
|
import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
|
|
86
86
|
export { meta$G as taxSettings };
|
|
87
|
+
import * as meta$H from '@wix/auto_sdk_ecom_contact-tax-details/meta';
|
|
88
|
+
export { meta$H as contactTaxDetails };
|
package/build/cjs/meta.js
CHANGED
|
@@ -39,6 +39,7 @@ __export(meta_exports, {
|
|
|
39
39
|
checkoutContent: () => checkoutContent,
|
|
40
40
|
checkoutSettings: () => checkoutSettings,
|
|
41
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
42
|
+
contactTaxDetails: () => contactTaxDetails,
|
|
42
43
|
currencies: () => currencies,
|
|
43
44
|
currentCart: () => currentCart,
|
|
44
45
|
currentCartV2: () => currentCartV2,
|
|
@@ -118,6 +119,7 @@ var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/meta"));
|
|
|
118
119
|
var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
|
|
119
120
|
var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts/meta"));
|
|
120
121
|
var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/meta"));
|
|
122
|
+
var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/meta"));
|
|
121
123
|
// Annotate the CommonJS export names for ESM import in node:
|
|
122
124
|
0 && (module.exports = {
|
|
123
125
|
abandonedCheckouts,
|
|
@@ -129,6 +131,7 @@ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/meta"));
|
|
|
129
131
|
checkoutContent,
|
|
130
132
|
checkoutSettings,
|
|
131
133
|
checkoutTemplates,
|
|
134
|
+
contactTaxDetails,
|
|
132
135
|
currencies,
|
|
133
136
|
currentCart,
|
|
134
137
|
currentCartV2,
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -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';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;AAC5C,kBAA6B;","names":[]}
|
|
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":[]}
|
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -80,3 +80,5 @@ import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
|
|
|
80
80
|
export { schemas$D as tips };
|
|
81
81
|
import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
|
|
82
82
|
export { schemas$E as taxSettings };
|
|
83
|
+
import * as schemas$F from '@wix/auto_sdk_ecom_contact-tax-details/schemas';
|
|
84
|
+
export { schemas$F as contactTaxDetails };
|
package/build/cjs/schemas.js
CHANGED
|
@@ -39,6 +39,7 @@ __export(schemas_exports, {
|
|
|
39
39
|
checkoutContent: () => checkoutContent,
|
|
40
40
|
checkoutSettings: () => checkoutSettings,
|
|
41
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
42
|
+
contactTaxDetails: () => contactTaxDetails,
|
|
42
43
|
currencies: () => currencies,
|
|
43
44
|
currentCart: () => currentCart,
|
|
44
45
|
currentCartV2: () => currentCartV2,
|
|
@@ -114,6 +115,7 @@ var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings/schemas"));
|
|
|
114
115
|
var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/schemas"));
|
|
115
116
|
var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
|
|
116
117
|
var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/schemas"));
|
|
118
|
+
var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/schemas"));
|
|
117
119
|
// Annotate the CommonJS export names for ESM import in node:
|
|
118
120
|
0 && (module.exports = {
|
|
119
121
|
abandonedCheckouts,
|
|
@@ -125,6 +127,7 @@ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/schemas"));
|
|
|
125
127
|
checkoutContent,
|
|
126
128
|
checkoutSettings,
|
|
127
129
|
checkoutTemplates,
|
|
130
|
+
contactTaxDetails,
|
|
128
131
|
currencies,
|
|
129
132
|
currentCart,
|
|
130
133
|
currentCartV2,
|
package/build/cjs/schemas.js.map
CHANGED
|
@@ -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';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,kBAA6B;","names":[]}
|
|
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":[]}
|
|
@@ -43,6 +43,7 @@ import '@wix/auto_sdk_ecom_tippable-staff';
|
|
|
43
43
|
import '@wix/auto_sdk_ecom_tips';
|
|
44
44
|
import '@wix/auto_sdk_ecom_draft-subscription-contracts';
|
|
45
45
|
import '@wix/auto_sdk_ecom_tax-settings';
|
|
46
|
+
import '@wix/auto_sdk_ecom_contact-tax-details';
|
|
46
47
|
import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
|
|
47
48
|
import '@wix/auto_sdk_ecom_tax-groups/meta';
|
|
48
49
|
import '@wix/auto_sdk_ecom_tax-regions/meta';
|
|
@@ -86,6 +87,7 @@ import '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
|
86
87
|
import '@wix/auto_sdk_ecom_tips/meta';
|
|
87
88
|
import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
|
|
88
89
|
import '@wix/auto_sdk_ecom_tax-settings/meta';
|
|
90
|
+
import '@wix/auto_sdk_ecom_contact-tax-details/meta';
|
|
89
91
|
import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
90
92
|
import '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
91
93
|
import '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
@@ -127,6 +129,7 @@ import '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
|
127
129
|
import '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
128
130
|
import '@wix/auto_sdk_ecom_tips/schemas';
|
|
129
131
|
import '@wix/auto_sdk_ecom_tax-settings/schemas';
|
|
132
|
+
import '@wix/auto_sdk_ecom_contact-tax-details/schemas';
|
|
130
133
|
import '@wix/auto_sdk_ecom_tax-calculation-provider';
|
|
131
134
|
import '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
132
135
|
import '@wix/auto_sdk_ecom_memberships';
|
package/build/es/index.d.mts
CHANGED
|
@@ -84,3 +84,5 @@ import * as auto_sdk_ecom_draftSubscriptionContracts from '@wix/auto_sdk_ecom_dr
|
|
|
84
84
|
export { auto_sdk_ecom_draftSubscriptionContracts as draftSubscriptionContracts };
|
|
85
85
|
import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
|
|
86
86
|
export { auto_sdk_ecom_taxSettings as taxSettings };
|
|
87
|
+
import * as auto_sdk_ecom_contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';
|
|
88
|
+
export { auto_sdk_ecom_contactTaxDetails as contactTaxDetails };
|
package/build/es/index.mjs
CHANGED
|
@@ -42,6 +42,7 @@ import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff";
|
|
|
42
42
|
import * as tips from "@wix/auto_sdk_ecom_tips";
|
|
43
43
|
import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts";
|
|
44
44
|
import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings";
|
|
45
|
+
import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details";
|
|
45
46
|
export {
|
|
46
47
|
abandonedCheckouts,
|
|
47
48
|
backInStockNotifications,
|
|
@@ -52,6 +53,7 @@ export {
|
|
|
52
53
|
checkoutContent,
|
|
53
54
|
checkoutSettings,
|
|
54
55
|
checkoutTemplates,
|
|
56
|
+
contactTaxDetails,
|
|
55
57
|
currencies,
|
|
56
58
|
currentCart,
|
|
57
59
|
currentCartV2,
|
package/build/es/index.mjs.map
CHANGED
|
@@ -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';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n taxSettings,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;AAC5C,YAAY,iBAAiB;","names":[]}
|
|
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":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -84,3 +84,5 @@ import * as meta$F from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
|
|
|
84
84
|
export { meta$F as draftSubscriptionContracts };
|
|
85
85
|
import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
|
|
86
86
|
export { meta$G as taxSettings };
|
|
87
|
+
import * as meta$H from '@wix/auto_sdk_ecom_contact-tax-details/meta';
|
|
88
|
+
export { meta$H as contactTaxDetails };
|
package/build/es/meta.mjs
CHANGED
|
@@ -42,6 +42,7 @@ import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/meta";
|
|
|
42
42
|
import * as tips from "@wix/auto_sdk_ecom_tips/meta";
|
|
43
43
|
import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts/meta";
|
|
44
44
|
import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/meta";
|
|
45
|
+
import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details/meta";
|
|
45
46
|
export {
|
|
46
47
|
abandonedCheckouts,
|
|
47
48
|
backInStockNotifications,
|
|
@@ -52,6 +53,7 @@ export {
|
|
|
52
53
|
checkoutContent,
|
|
53
54
|
checkoutSettings,
|
|
54
55
|
checkoutTemplates,
|
|
56
|
+
contactTaxDetails,
|
|
55
57
|
currencies,
|
|
56
58
|
currentCart,
|
|
57
59
|
currentCartV2,
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -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';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;AAC5C,YAAY,iBAAiB;","names":[]}
|
|
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":[]}
|
package/build/es/schemas.d.mts
CHANGED
|
@@ -80,3 +80,5 @@ import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
|
|
|
80
80
|
export { schemas$D as tips };
|
|
81
81
|
import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
|
|
82
82
|
export { schemas$E as taxSettings };
|
|
83
|
+
import * as schemas$F from '@wix/auto_sdk_ecom_contact-tax-details/schemas';
|
|
84
|
+
export { schemas$F as contactTaxDetails };
|
package/build/es/schemas.mjs
CHANGED
|
@@ -40,6 +40,7 @@ import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings/schemas";
|
|
|
40
40
|
import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/schemas";
|
|
41
41
|
import * as tips from "@wix/auto_sdk_ecom_tips/schemas";
|
|
42
42
|
import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/schemas";
|
|
43
|
+
import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details/schemas";
|
|
43
44
|
export {
|
|
44
45
|
abandonedCheckouts,
|
|
45
46
|
backInStockNotifications,
|
|
@@ -50,6 +51,7 @@ export {
|
|
|
50
51
|
checkoutContent,
|
|
51
52
|
checkoutSettings,
|
|
52
53
|
checkoutTemplates,
|
|
54
|
+
contactTaxDetails,
|
|
53
55
|
currencies,
|
|
54
56
|
currentCart,
|
|
55
57
|
currentCartV2,
|
package/build/es/schemas.mjs.map
CHANGED
|
@@ -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';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,iBAAiB;","names":[]}
|
|
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":[]}
|
|
@@ -43,6 +43,7 @@ import '@wix/auto_sdk_ecom_tippable-staff';
|
|
|
43
43
|
import '@wix/auto_sdk_ecom_tips';
|
|
44
44
|
import '@wix/auto_sdk_ecom_draft-subscription-contracts';
|
|
45
45
|
import '@wix/auto_sdk_ecom_tax-settings';
|
|
46
|
+
import '@wix/auto_sdk_ecom_contact-tax-details';
|
|
46
47
|
import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
|
|
47
48
|
import '@wix/auto_sdk_ecom_tax-groups/meta';
|
|
48
49
|
import '@wix/auto_sdk_ecom_tax-regions/meta';
|
|
@@ -86,6 +87,7 @@ import '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
|
86
87
|
import '@wix/auto_sdk_ecom_tips/meta';
|
|
87
88
|
import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
|
|
88
89
|
import '@wix/auto_sdk_ecom_tax-settings/meta';
|
|
90
|
+
import '@wix/auto_sdk_ecom_contact-tax-details/meta';
|
|
89
91
|
import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
90
92
|
import '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
91
93
|
import '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
@@ -127,6 +129,7 @@ import '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
|
127
129
|
import '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
128
130
|
import '@wix/auto_sdk_ecom_tips/schemas';
|
|
129
131
|
import '@wix/auto_sdk_ecom_tax-settings/schemas';
|
|
132
|
+
import '@wix/auto_sdk_ecom_contact-tax-details/schemas';
|
|
130
133
|
import '@wix/auto_sdk_ecom_tax-calculation-provider';
|
|
131
134
|
import '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
132
135
|
import '@wix/auto_sdk_ecom_memberships';
|
|
@@ -84,3 +84,5 @@ import * as auto_sdk_ecom_draftSubscriptionContracts from '@wix/auto_sdk_ecom_dr
|
|
|
84
84
|
export { auto_sdk_ecom_draftSubscriptionContracts as draftSubscriptionContracts };
|
|
85
85
|
import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
|
|
86
86
|
export { auto_sdk_ecom_taxSettings as taxSettings };
|
|
87
|
+
import * as auto_sdk_ecom_contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';
|
|
88
|
+
export { auto_sdk_ecom_contactTaxDetails as contactTaxDetails };
|
|
@@ -39,6 +39,7 @@ __export(index_exports, {
|
|
|
39
39
|
checkoutContent: () => checkoutContent,
|
|
40
40
|
checkoutSettings: () => checkoutSettings,
|
|
41
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
42
|
+
contactTaxDetails: () => contactTaxDetails,
|
|
42
43
|
currencies: () => currencies,
|
|
43
44
|
currentCart: () => currentCart,
|
|
44
45
|
currentCartV2: () => currentCartV2,
|
|
@@ -118,6 +119,7 @@ var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff"));
|
|
|
118
119
|
var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
|
|
119
120
|
var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts"));
|
|
120
121
|
var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings"));
|
|
122
|
+
var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details"));
|
|
121
123
|
// Annotate the CommonJS export names for ESM import in node:
|
|
122
124
|
0 && (module.exports = {
|
|
123
125
|
abandonedCheckouts,
|
|
@@ -129,6 +131,7 @@ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings"));
|
|
|
129
131
|
checkoutContent,
|
|
130
132
|
checkoutSettings,
|
|
131
133
|
checkoutTemplates,
|
|
134
|
+
contactTaxDetails,
|
|
132
135
|
currencies,
|
|
133
136
|
currentCart,
|
|
134
137
|
currentCartV2,
|
|
@@ -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';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n taxSettings,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;AAC5C,kBAA6B;","names":[]}
|
|
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":[]}
|
|
@@ -84,3 +84,5 @@ import * as meta$F from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
|
|
|
84
84
|
export { meta$F as draftSubscriptionContracts };
|
|
85
85
|
import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
|
|
86
86
|
export { meta$G as taxSettings };
|
|
87
|
+
import * as meta$H from '@wix/auto_sdk_ecom_contact-tax-details/meta';
|
|
88
|
+
export { meta$H as contactTaxDetails };
|
|
@@ -39,6 +39,7 @@ __export(meta_exports, {
|
|
|
39
39
|
checkoutContent: () => checkoutContent,
|
|
40
40
|
checkoutSettings: () => checkoutSettings,
|
|
41
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
42
|
+
contactTaxDetails: () => contactTaxDetails,
|
|
42
43
|
currencies: () => currencies,
|
|
43
44
|
currentCart: () => currentCart,
|
|
44
45
|
currentCartV2: () => currentCartV2,
|
|
@@ -118,6 +119,7 @@ var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/meta"));
|
|
|
118
119
|
var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
|
|
119
120
|
var draftSubscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_draft-subscription-contracts/meta"));
|
|
120
121
|
var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/meta"));
|
|
122
|
+
var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/meta"));
|
|
121
123
|
// Annotate the CommonJS export names for ESM import in node:
|
|
122
124
|
0 && (module.exports = {
|
|
123
125
|
abandonedCheckouts,
|
|
@@ -129,6 +131,7 @@ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/meta"));
|
|
|
129
131
|
checkoutContent,
|
|
130
132
|
checkoutSettings,
|
|
131
133
|
checkoutTemplates,
|
|
134
|
+
contactTaxDetails,
|
|
132
135
|
currencies,
|
|
133
136
|
currentCart,
|
|
134
137
|
currentCartV2,
|
|
@@ -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';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,iCAA4C;AAC5C,kBAA6B;","names":[]}
|
|
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":[]}
|
|
@@ -80,3 +80,5 @@ import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
|
|
|
80
80
|
export { schemas$D as tips };
|
|
81
81
|
import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
|
|
82
82
|
export { schemas$E as taxSettings };
|
|
83
|
+
import * as schemas$F from '@wix/auto_sdk_ecom_contact-tax-details/schemas';
|
|
84
|
+
export { schemas$F as contactTaxDetails };
|
|
@@ -39,6 +39,7 @@ __export(schemas_exports, {
|
|
|
39
39
|
checkoutContent: () => checkoutContent,
|
|
40
40
|
checkoutSettings: () => checkoutSettings,
|
|
41
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
42
|
+
contactTaxDetails: () => contactTaxDetails,
|
|
42
43
|
currencies: () => currencies,
|
|
43
44
|
currentCart: () => currentCart,
|
|
44
45
|
currentCartV2: () => currentCartV2,
|
|
@@ -114,6 +115,7 @@ var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings/schemas"));
|
|
|
114
115
|
var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/schemas"));
|
|
115
116
|
var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
|
|
116
117
|
var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/schemas"));
|
|
118
|
+
var contactTaxDetails = __toESM(require("@wix/auto_sdk_ecom_contact-tax-details/schemas"));
|
|
117
119
|
// Annotate the CommonJS export names for ESM import in node:
|
|
118
120
|
0 && (module.exports = {
|
|
119
121
|
abandonedCheckouts,
|
|
@@ -125,6 +127,7 @@ var taxSettings = __toESM(require("@wix/auto_sdk_ecom_tax-settings/schemas"));
|
|
|
125
127
|
checkoutContent,
|
|
126
128
|
checkoutSettings,
|
|
127
129
|
checkoutTemplates,
|
|
130
|
+
contactTaxDetails,
|
|
128
131
|
currencies,
|
|
129
132
|
currentCart,
|
|
130
133
|
currentCartV2,
|
|
@@ -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';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;AACtB,kBAA6B;","names":[]}
|
|
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":[]}
|
|
@@ -43,6 +43,7 @@ import '@wix/auto_sdk_ecom_tippable-staff';
|
|
|
43
43
|
import '@wix/auto_sdk_ecom_tips';
|
|
44
44
|
import '@wix/auto_sdk_ecom_draft-subscription-contracts';
|
|
45
45
|
import '@wix/auto_sdk_ecom_tax-settings';
|
|
46
|
+
import '@wix/auto_sdk_ecom_contact-tax-details';
|
|
46
47
|
import '@wix/auto_sdk_ecom_manual-tax-mappings/meta';
|
|
47
48
|
import '@wix/auto_sdk_ecom_tax-groups/meta';
|
|
48
49
|
import '@wix/auto_sdk_ecom_tax-regions/meta';
|
|
@@ -86,6 +87,7 @@ import '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
|
86
87
|
import '@wix/auto_sdk_ecom_tips/meta';
|
|
87
88
|
import '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
|
|
88
89
|
import '@wix/auto_sdk_ecom_tax-settings/meta';
|
|
90
|
+
import '@wix/auto_sdk_ecom_contact-tax-details/meta';
|
|
89
91
|
import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
90
92
|
import '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
91
93
|
import '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
@@ -127,6 +129,7 @@ import '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
|
127
129
|
import '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
128
130
|
import '@wix/auto_sdk_ecom_tips/schemas';
|
|
129
131
|
import '@wix/auto_sdk_ecom_tax-settings/schemas';
|
|
132
|
+
import '@wix/auto_sdk_ecom_contact-tax-details/schemas';
|
|
130
133
|
import '@wix/auto_sdk_ecom_tax-calculation-provider';
|
|
131
134
|
import '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
132
135
|
import '@wix/auto_sdk_ecom_memberships';
|
|
@@ -84,3 +84,5 @@ import * as auto_sdk_ecom_draftSubscriptionContracts from '@wix/auto_sdk_ecom_dr
|
|
|
84
84
|
export { auto_sdk_ecom_draftSubscriptionContracts as draftSubscriptionContracts };
|
|
85
85
|
import * as auto_sdk_ecom_taxSettings from '@wix/auto_sdk_ecom_tax-settings';
|
|
86
86
|
export { auto_sdk_ecom_taxSettings as taxSettings };
|
|
87
|
+
import * as auto_sdk_ecom_contactTaxDetails from '@wix/auto_sdk_ecom_contact-tax-details';
|
|
88
|
+
export { auto_sdk_ecom_contactTaxDetails as contactTaxDetails };
|
|
@@ -42,6 +42,7 @@ import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff";
|
|
|
42
42
|
import * as tips from "@wix/auto_sdk_ecom_tips";
|
|
43
43
|
import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts";
|
|
44
44
|
import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings";
|
|
45
|
+
import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details";
|
|
45
46
|
export {
|
|
46
47
|
abandonedCheckouts,
|
|
47
48
|
backInStockNotifications,
|
|
@@ -52,6 +53,7 @@ export {
|
|
|
52
53
|
checkoutContent,
|
|
53
54
|
checkoutSettings,
|
|
54
55
|
checkoutTemplates,
|
|
56
|
+
contactTaxDetails,
|
|
55
57
|
currencies,
|
|
56
58
|
currentCart,
|
|
57
59
|
currentCartV2,
|
|
@@ -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';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n draftSubscriptionContracts,\n taxSettings,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;AAC5C,YAAY,iBAAiB;","names":[]}
|
|
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":[]}
|
|
@@ -84,3 +84,5 @@ import * as meta$F from '@wix/auto_sdk_ecom_draft-subscription-contracts/meta';
|
|
|
84
84
|
export { meta$F as draftSubscriptionContracts };
|
|
85
85
|
import * as meta$G from '@wix/auto_sdk_ecom_tax-settings/meta';
|
|
86
86
|
export { meta$G as taxSettings };
|
|
87
|
+
import * as meta$H from '@wix/auto_sdk_ecom_contact-tax-details/meta';
|
|
88
|
+
export { meta$H as contactTaxDetails };
|
|
@@ -42,6 +42,7 @@ import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/meta";
|
|
|
42
42
|
import * as tips from "@wix/auto_sdk_ecom_tips/meta";
|
|
43
43
|
import * as draftSubscriptionContracts from "@wix/auto_sdk_ecom_draft-subscription-contracts/meta";
|
|
44
44
|
import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/meta";
|
|
45
|
+
import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details/meta";
|
|
45
46
|
export {
|
|
46
47
|
abandonedCheckouts,
|
|
47
48
|
backInStockNotifications,
|
|
@@ -52,6 +53,7 @@ export {
|
|
|
52
53
|
checkoutContent,
|
|
53
54
|
checkoutSettings,
|
|
54
55
|
checkoutTemplates,
|
|
56
|
+
contactTaxDetails,
|
|
55
57
|
currencies,
|
|
56
58
|
currentCart,
|
|
57
59
|
currentCartV2,
|
|
@@ -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';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,gCAAgC;AAC5C,YAAY,iBAAiB;","names":[]}
|
|
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":[]}
|
|
@@ -80,3 +80,5 @@ import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
|
|
|
80
80
|
export { schemas$D as tips };
|
|
81
81
|
import * as schemas$E from '@wix/auto_sdk_ecom_tax-settings/schemas';
|
|
82
82
|
export { schemas$E as taxSettings };
|
|
83
|
+
import * as schemas$F from '@wix/auto_sdk_ecom_contact-tax-details/schemas';
|
|
84
|
+
export { schemas$F as contactTaxDetails };
|
|
@@ -40,6 +40,7 @@ import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings/schemas";
|
|
|
40
40
|
import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/schemas";
|
|
41
41
|
import * as tips from "@wix/auto_sdk_ecom_tips/schemas";
|
|
42
42
|
import * as taxSettings from "@wix/auto_sdk_ecom_tax-settings/schemas";
|
|
43
|
+
import * as contactTaxDetails from "@wix/auto_sdk_ecom_contact-tax-details/schemas";
|
|
43
44
|
export {
|
|
44
45
|
abandonedCheckouts,
|
|
45
46
|
backInStockNotifications,
|
|
@@ -50,6 +51,7 @@ export {
|
|
|
50
51
|
checkoutContent,
|
|
51
52
|
checkoutSettings,
|
|
52
53
|
checkoutTemplates,
|
|
54
|
+
contactTaxDetails,
|
|
53
55
|
currencies,
|
|
54
56
|
currentCart,
|
|
55
57
|
currentCartV2,
|
|
@@ -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';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AACtB,YAAY,iBAAiB;","names":[]}
|
|
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":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2283",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"@wix/auto_sdk_ecom_checkout-content": "1.0.35",
|
|
74
74
|
"@wix/auto_sdk_ecom_checkout-settings": "1.0.67",
|
|
75
75
|
"@wix/auto_sdk_ecom_checkout-templates": "1.0.145",
|
|
76
|
+
"@wix/auto_sdk_ecom_contact-tax-details": "1.0.0",
|
|
76
77
|
"@wix/auto_sdk_ecom_currencies": "1.0.34",
|
|
77
78
|
"@wix/auto_sdk_ecom_current-cart": "1.0.180",
|
|
78
79
|
"@wix/auto_sdk_ecom_current-cart-v-2": "1.0.171",
|
|
@@ -140,5 +141,5 @@
|
|
|
140
141
|
"fqdn": ""
|
|
141
142
|
}
|
|
142
143
|
},
|
|
143
|
-
"falconPackageHash": "
|
|
144
|
+
"falconPackageHash": "2a8d3b27c4aa6ec9ef2cddfd9c79ab2b95e065775354a0ce2531ddfe"
|
|
144
145
|
}
|