@wix/ecom 1.0.1298 → 1.0.1300
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 +4 -0
- package/build/cjs/index.d.ts +4 -0
- package/build/cjs/index.js +6 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +16 -12
- package/build/cjs/meta.js +6 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/components.d.mts +4 -0
- package/build/es/index.d.mts +4 -0
- package/build/es/index.mjs +4 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +16 -12
- package/build/es/meta.mjs +4 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/components.d.ts +4 -0
- package/build/internal/cjs/index.d.ts +4 -0
- package/build/internal/cjs/index.js +6 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +16 -12
- package/build/internal/cjs/meta.js +6 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/components.d.mts +4 -0
- package/build/internal/es/index.d.mts +4 -0
- package/build/internal/es/index.mjs +4 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +16 -12
- package/build/internal/es/meta.mjs +4 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +5 -3
|
@@ -30,6 +30,8 @@ import '@wix/auto_sdk_ecom_pickup-locations';
|
|
|
30
30
|
import '@wix/auto_sdk_ecom_shipping-options';
|
|
31
31
|
import '@wix/auto_sdk_ecom_shippo-configurations';
|
|
32
32
|
import '@wix/auto_sdk_ecom_totals-calculator';
|
|
33
|
+
import '@wix/auto_sdk_ecom_cart-v-2';
|
|
34
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
33
35
|
import '@wix/auto_sdk_ecom_currencies';
|
|
34
36
|
import '@wix/auto_sdk_ecom_tax-calculation';
|
|
35
37
|
import '@wix/auto_sdk_ecom_delivery-solutions';
|
|
@@ -66,6 +68,8 @@ import '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
|
66
68
|
import '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
67
69
|
import '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
68
70
|
import '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
71
|
+
import '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
72
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
69
73
|
import '@wix/auto_sdk_ecom_currencies/meta';
|
|
70
74
|
import '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
71
75
|
import '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -58,6 +58,10 @@ import * as auto_sdk_ecom_shippoConfigurations from '@wix/auto_sdk_ecom_shippo-c
|
|
|
58
58
|
export { auto_sdk_ecom_shippoConfigurations as shippoConfigurations };
|
|
59
59
|
import * as auto_sdk_ecom_totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
60
60
|
export { auto_sdk_ecom_totalsCalculator as totalsCalculator };
|
|
61
|
+
import * as auto_sdk_ecom_cartV2 from '@wix/auto_sdk_ecom_cart-v-2';
|
|
62
|
+
export { auto_sdk_ecom_cartV2 as cartV2 };
|
|
63
|
+
import * as auto_sdk_ecom_currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
64
|
+
export { auto_sdk_ecom_currentCartV2 as currentCartV2 };
|
|
61
65
|
import * as auto_sdk_ecom_currencies from '@wix/auto_sdk_ecom_currencies';
|
|
62
66
|
export { auto_sdk_ecom_currencies as currencies };
|
|
63
67
|
import * as auto_sdk_ecom_taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
|
package/build/cjs/index.js
CHANGED
|
@@ -34,12 +34,14 @@ __export(index_exports, {
|
|
|
34
34
|
backInStockNotifications: () => backInStockNotifications,
|
|
35
35
|
backInStockSettings: () => backInStockSettings,
|
|
36
36
|
cart: () => cart,
|
|
37
|
+
cartV2: () => cartV2,
|
|
37
38
|
checkout: () => checkout,
|
|
38
39
|
checkoutContent: () => checkoutContent,
|
|
39
40
|
checkoutSettings: () => checkoutSettings,
|
|
40
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
41
42
|
currencies: () => currencies,
|
|
42
43
|
currentCart: () => currentCart,
|
|
44
|
+
currentCartV2: () => currentCartV2,
|
|
43
45
|
deliveryProfile: () => deliveryProfile,
|
|
44
46
|
deliverySolutions: () => deliverySolutions,
|
|
45
47
|
discountRules: () => discountRules,
|
|
@@ -98,6 +100,8 @@ var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations"));
|
|
|
98
100
|
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options"));
|
|
99
101
|
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations"));
|
|
100
102
|
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator"));
|
|
103
|
+
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2"));
|
|
104
|
+
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2"));
|
|
101
105
|
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies"));
|
|
102
106
|
var taxCalculation = __toESM(require("@wix/auto_sdk_ecom_tax-calculation"));
|
|
103
107
|
var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions"));
|
|
@@ -110,12 +114,14 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
|
|
|
110
114
|
backInStockNotifications,
|
|
111
115
|
backInStockSettings,
|
|
112
116
|
cart,
|
|
117
|
+
cartV2,
|
|
113
118
|
checkout,
|
|
114
119
|
checkoutContent,
|
|
115
120
|
checkoutSettings,
|
|
116
121
|
checkoutTemplates,
|
|
117
122
|
currencies,
|
|
118
123
|
currentCart,
|
|
124
|
+
currentCartV2,
|
|
119
125
|
deliveryProfile,
|
|
120
126
|
deliverySolutions,
|
|
121
127
|
discountRules,
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * 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 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 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';\n\nexport {\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 orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\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,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,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * 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 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 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';\n\nexport {\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 orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\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,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,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -58,15 +58,19 @@ import * as meta$s from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
|
58
58
|
export { meta$s as shippoConfigurations };
|
|
59
59
|
import * as meta$t from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
60
60
|
export { meta$t as totalsCalculator };
|
|
61
|
-
import * as meta$u from '@wix/
|
|
62
|
-
export { meta$u as
|
|
63
|
-
import * as meta$v from '@wix/
|
|
64
|
-
export { meta$v as
|
|
65
|
-
import * as meta$w from '@wix/
|
|
66
|
-
export { meta$w as
|
|
67
|
-
import * as meta$x from '@wix/
|
|
68
|
-
export { meta$x as
|
|
69
|
-
import * as meta$y from '@wix/
|
|
70
|
-
export { meta$y as
|
|
71
|
-
import * as meta$z from '@wix/
|
|
72
|
-
export { meta$z as
|
|
61
|
+
import * as meta$u from '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
62
|
+
export { meta$u as cartV2 };
|
|
63
|
+
import * as meta$v from '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
64
|
+
export { meta$v as currentCartV2 };
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_currencies/meta';
|
|
66
|
+
export { meta$w as currencies };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
68
|
+
export { meta$x as taxCalculation };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
70
|
+
export { meta$y as deliverySolutions };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
72
|
+
export { meta$z as tipSettings };
|
|
73
|
+
import * as meta$A from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
74
|
+
export { meta$A as tippableStaff };
|
|
75
|
+
import * as meta$B from '@wix/auto_sdk_ecom_tips/meta';
|
|
76
|
+
export { meta$B as tips };
|
package/build/cjs/meta.js
CHANGED
|
@@ -34,12 +34,14 @@ __export(meta_exports, {
|
|
|
34
34
|
backInStockNotifications: () => backInStockNotifications,
|
|
35
35
|
backInStockSettings: () => backInStockSettings,
|
|
36
36
|
cart: () => cart,
|
|
37
|
+
cartV2: () => cartV2,
|
|
37
38
|
checkout: () => checkout,
|
|
38
39
|
checkoutContent: () => checkoutContent,
|
|
39
40
|
checkoutSettings: () => checkoutSettings,
|
|
40
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
41
42
|
currencies: () => currencies,
|
|
42
43
|
currentCart: () => currentCart,
|
|
44
|
+
currentCartV2: () => currentCartV2,
|
|
43
45
|
deliveryProfile: () => deliveryProfile,
|
|
44
46
|
deliverySolutions: () => deliverySolutions,
|
|
45
47
|
discountRules: () => discountRules,
|
|
@@ -98,6 +100,8 @@ var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations/meta"
|
|
|
98
100
|
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options/meta"));
|
|
99
101
|
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations/meta"));
|
|
100
102
|
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator/meta"));
|
|
103
|
+
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2/meta"));
|
|
104
|
+
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2/meta"));
|
|
101
105
|
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies/meta"));
|
|
102
106
|
var taxCalculation = __toESM(require("@wix/auto_sdk_ecom_tax-calculation/meta"));
|
|
103
107
|
var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions/meta"));
|
|
@@ -110,12 +114,14 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
|
|
|
110
114
|
backInStockNotifications,
|
|
111
115
|
backInStockSettings,
|
|
112
116
|
cart,
|
|
117
|
+
cartV2,
|
|
113
118
|
checkout,
|
|
114
119
|
checkoutContent,
|
|
115
120
|
checkoutSettings,
|
|
116
121
|
checkoutTemplates,
|
|
117
122
|
currencies,
|
|
118
123
|
currentCart,
|
|
124
|
+
currentCartV2,
|
|
119
125
|
deliveryProfile,
|
|
120
126
|
deliverySolutions,
|
|
121
127
|
discountRules,
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * 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 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 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';\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,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,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * 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 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 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';\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,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,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
@@ -30,6 +30,8 @@ import '@wix/auto_sdk_ecom_pickup-locations';
|
|
|
30
30
|
import '@wix/auto_sdk_ecom_shipping-options';
|
|
31
31
|
import '@wix/auto_sdk_ecom_shippo-configurations';
|
|
32
32
|
import '@wix/auto_sdk_ecom_totals-calculator';
|
|
33
|
+
import '@wix/auto_sdk_ecom_cart-v-2';
|
|
34
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
33
35
|
import '@wix/auto_sdk_ecom_currencies';
|
|
34
36
|
import '@wix/auto_sdk_ecom_tax-calculation';
|
|
35
37
|
import '@wix/auto_sdk_ecom_delivery-solutions';
|
|
@@ -66,6 +68,8 @@ import '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
|
66
68
|
import '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
67
69
|
import '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
68
70
|
import '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
71
|
+
import '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
72
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
69
73
|
import '@wix/auto_sdk_ecom_currencies/meta';
|
|
70
74
|
import '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
71
75
|
import '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
package/build/es/index.d.mts
CHANGED
|
@@ -58,6 +58,10 @@ import * as auto_sdk_ecom_shippoConfigurations from '@wix/auto_sdk_ecom_shippo-c
|
|
|
58
58
|
export { auto_sdk_ecom_shippoConfigurations as shippoConfigurations };
|
|
59
59
|
import * as auto_sdk_ecom_totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
60
60
|
export { auto_sdk_ecom_totalsCalculator as totalsCalculator };
|
|
61
|
+
import * as auto_sdk_ecom_cartV2 from '@wix/auto_sdk_ecom_cart-v-2';
|
|
62
|
+
export { auto_sdk_ecom_cartV2 as cartV2 };
|
|
63
|
+
import * as auto_sdk_ecom_currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
64
|
+
export { auto_sdk_ecom_currentCartV2 as currentCartV2 };
|
|
61
65
|
import * as auto_sdk_ecom_currencies from '@wix/auto_sdk_ecom_currencies';
|
|
62
66
|
export { auto_sdk_ecom_currencies as currencies };
|
|
63
67
|
import * as auto_sdk_ecom_taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
|
package/build/es/index.mjs
CHANGED
|
@@ -29,6 +29,8 @@ import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations";
|
|
|
29
29
|
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options";
|
|
30
30
|
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations";
|
|
31
31
|
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator";
|
|
32
|
+
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2";
|
|
33
|
+
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2";
|
|
32
34
|
import * as currencies from "@wix/auto_sdk_ecom_currencies";
|
|
33
35
|
import * as taxCalculation from "@wix/auto_sdk_ecom_tax-calculation";
|
|
34
36
|
import * as deliverySolutions from "@wix/auto_sdk_ecom_delivery-solutions";
|
|
@@ -40,12 +42,14 @@ export {
|
|
|
40
42
|
backInStockNotifications,
|
|
41
43
|
backInStockSettings,
|
|
42
44
|
cart,
|
|
45
|
+
cartV2,
|
|
43
46
|
checkout,
|
|
44
47
|
checkoutContent,
|
|
45
48
|
checkoutSettings,
|
|
46
49
|
checkoutTemplates,
|
|
47
50
|
currencies,
|
|
48
51
|
currentCart,
|
|
52
|
+
currentCartV2,
|
|
49
53
|
deliveryProfile,
|
|
50
54
|
deliverySolutions,
|
|
51
55
|
discountRules,
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * 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 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 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';\n\nexport {\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 orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";AAAA,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,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,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * 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 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 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';\n\nexport {\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 orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";AAAA,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,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -58,15 +58,19 @@ import * as meta$s from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
|
58
58
|
export { meta$s as shippoConfigurations };
|
|
59
59
|
import * as meta$t from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
60
60
|
export { meta$t as totalsCalculator };
|
|
61
|
-
import * as meta$u from '@wix/
|
|
62
|
-
export { meta$u as
|
|
63
|
-
import * as meta$v from '@wix/
|
|
64
|
-
export { meta$v as
|
|
65
|
-
import * as meta$w from '@wix/
|
|
66
|
-
export { meta$w as
|
|
67
|
-
import * as meta$x from '@wix/
|
|
68
|
-
export { meta$x as
|
|
69
|
-
import * as meta$y from '@wix/
|
|
70
|
-
export { meta$y as
|
|
71
|
-
import * as meta$z from '@wix/
|
|
72
|
-
export { meta$z as
|
|
61
|
+
import * as meta$u from '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
62
|
+
export { meta$u as cartV2 };
|
|
63
|
+
import * as meta$v from '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
64
|
+
export { meta$v as currentCartV2 };
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_currencies/meta';
|
|
66
|
+
export { meta$w as currencies };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
68
|
+
export { meta$x as taxCalculation };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
70
|
+
export { meta$y as deliverySolutions };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
72
|
+
export { meta$z as tipSettings };
|
|
73
|
+
import * as meta$A from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
74
|
+
export { meta$A as tippableStaff };
|
|
75
|
+
import * as meta$B from '@wix/auto_sdk_ecom_tips/meta';
|
|
76
|
+
export { meta$B as tips };
|
package/build/es/meta.mjs
CHANGED
|
@@ -29,6 +29,8 @@ import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations/meta";
|
|
|
29
29
|
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options/meta";
|
|
30
30
|
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations/meta";
|
|
31
31
|
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator/meta";
|
|
32
|
+
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2/meta";
|
|
33
|
+
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2/meta";
|
|
32
34
|
import * as currencies from "@wix/auto_sdk_ecom_currencies/meta";
|
|
33
35
|
import * as taxCalculation from "@wix/auto_sdk_ecom_tax-calculation/meta";
|
|
34
36
|
import * as deliverySolutions from "@wix/auto_sdk_ecom_delivery-solutions/meta";
|
|
@@ -40,12 +42,14 @@ export {
|
|
|
40
42
|
backInStockNotifications,
|
|
41
43
|
backInStockSettings,
|
|
42
44
|
cart,
|
|
45
|
+
cartV2,
|
|
43
46
|
checkout,
|
|
44
47
|
checkoutContent,
|
|
45
48
|
checkoutSettings,
|
|
46
49
|
checkoutTemplates,
|
|
47
50
|
currencies,
|
|
48
51
|
currentCart,
|
|
52
|
+
currentCartV2,
|
|
49
53
|
deliveryProfile,
|
|
50
54
|
deliverySolutions,
|
|
51
55
|
discountRules,
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * 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 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 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';\n"],"mappings":";AAAA,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,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,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * 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 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 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';\n"],"mappings":";AAAA,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,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
@@ -30,6 +30,8 @@ import '@wix/auto_sdk_ecom_pickup-locations';
|
|
|
30
30
|
import '@wix/auto_sdk_ecom_shipping-options';
|
|
31
31
|
import '@wix/auto_sdk_ecom_shippo-configurations';
|
|
32
32
|
import '@wix/auto_sdk_ecom_totals-calculator';
|
|
33
|
+
import '@wix/auto_sdk_ecom_cart-v-2';
|
|
34
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
33
35
|
import '@wix/auto_sdk_ecom_currencies';
|
|
34
36
|
import '@wix/auto_sdk_ecom_tax-calculation';
|
|
35
37
|
import '@wix/auto_sdk_ecom_delivery-solutions';
|
|
@@ -66,6 +68,8 @@ import '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
|
66
68
|
import '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
67
69
|
import '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
68
70
|
import '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
71
|
+
import '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
72
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
69
73
|
import '@wix/auto_sdk_ecom_currencies/meta';
|
|
70
74
|
import '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
71
75
|
import '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
@@ -58,6 +58,10 @@ import * as auto_sdk_ecom_shippoConfigurations from '@wix/auto_sdk_ecom_shippo-c
|
|
|
58
58
|
export { auto_sdk_ecom_shippoConfigurations as shippoConfigurations };
|
|
59
59
|
import * as auto_sdk_ecom_totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
60
60
|
export { auto_sdk_ecom_totalsCalculator as totalsCalculator };
|
|
61
|
+
import * as auto_sdk_ecom_cartV2 from '@wix/auto_sdk_ecom_cart-v-2';
|
|
62
|
+
export { auto_sdk_ecom_cartV2 as cartV2 };
|
|
63
|
+
import * as auto_sdk_ecom_currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
64
|
+
export { auto_sdk_ecom_currentCartV2 as currentCartV2 };
|
|
61
65
|
import * as auto_sdk_ecom_currencies from '@wix/auto_sdk_ecom_currencies';
|
|
62
66
|
export { auto_sdk_ecom_currencies as currencies };
|
|
63
67
|
import * as auto_sdk_ecom_taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
|
|
@@ -34,12 +34,14 @@ __export(index_exports, {
|
|
|
34
34
|
backInStockNotifications: () => backInStockNotifications,
|
|
35
35
|
backInStockSettings: () => backInStockSettings,
|
|
36
36
|
cart: () => cart,
|
|
37
|
+
cartV2: () => cartV2,
|
|
37
38
|
checkout: () => checkout,
|
|
38
39
|
checkoutContent: () => checkoutContent,
|
|
39
40
|
checkoutSettings: () => checkoutSettings,
|
|
40
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
41
42
|
currencies: () => currencies,
|
|
42
43
|
currentCart: () => currentCart,
|
|
44
|
+
currentCartV2: () => currentCartV2,
|
|
43
45
|
deliveryProfile: () => deliveryProfile,
|
|
44
46
|
deliverySolutions: () => deliverySolutions,
|
|
45
47
|
discountRules: () => discountRules,
|
|
@@ -98,6 +100,8 @@ var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations"));
|
|
|
98
100
|
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options"));
|
|
99
101
|
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations"));
|
|
100
102
|
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator"));
|
|
103
|
+
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2"));
|
|
104
|
+
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2"));
|
|
101
105
|
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies"));
|
|
102
106
|
var taxCalculation = __toESM(require("@wix/auto_sdk_ecom_tax-calculation"));
|
|
103
107
|
var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions"));
|
|
@@ -110,12 +114,14 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
|
|
|
110
114
|
backInStockNotifications,
|
|
111
115
|
backInStockSettings,
|
|
112
116
|
cart,
|
|
117
|
+
cartV2,
|
|
113
118
|
checkout,
|
|
114
119
|
checkoutContent,
|
|
115
120
|
checkoutSettings,
|
|
116
121
|
checkoutTemplates,
|
|
117
122
|
currencies,
|
|
118
123
|
currentCart,
|
|
124
|
+
currentCartV2,
|
|
119
125
|
deliveryProfile,
|
|
120
126
|
deliverySolutions,
|
|
121
127
|
discountRules,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * 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 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 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';\n\nexport {\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 orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\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,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,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * 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 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 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';\n\nexport {\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 orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\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,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,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
@@ -58,15 +58,19 @@ import * as meta$s from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
|
58
58
|
export { meta$s as shippoConfigurations };
|
|
59
59
|
import * as meta$t from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
60
60
|
export { meta$t as totalsCalculator };
|
|
61
|
-
import * as meta$u from '@wix/
|
|
62
|
-
export { meta$u as
|
|
63
|
-
import * as meta$v from '@wix/
|
|
64
|
-
export { meta$v as
|
|
65
|
-
import * as meta$w from '@wix/
|
|
66
|
-
export { meta$w as
|
|
67
|
-
import * as meta$x from '@wix/
|
|
68
|
-
export { meta$x as
|
|
69
|
-
import * as meta$y from '@wix/
|
|
70
|
-
export { meta$y as
|
|
71
|
-
import * as meta$z from '@wix/
|
|
72
|
-
export { meta$z as
|
|
61
|
+
import * as meta$u from '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
62
|
+
export { meta$u as cartV2 };
|
|
63
|
+
import * as meta$v from '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
64
|
+
export { meta$v as currentCartV2 };
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_currencies/meta';
|
|
66
|
+
export { meta$w as currencies };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
68
|
+
export { meta$x as taxCalculation };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
70
|
+
export { meta$y as deliverySolutions };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
72
|
+
export { meta$z as tipSettings };
|
|
73
|
+
import * as meta$A from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
74
|
+
export { meta$A as tippableStaff };
|
|
75
|
+
import * as meta$B from '@wix/auto_sdk_ecom_tips/meta';
|
|
76
|
+
export { meta$B as tips };
|
|
@@ -34,12 +34,14 @@ __export(meta_exports, {
|
|
|
34
34
|
backInStockNotifications: () => backInStockNotifications,
|
|
35
35
|
backInStockSettings: () => backInStockSettings,
|
|
36
36
|
cart: () => cart,
|
|
37
|
+
cartV2: () => cartV2,
|
|
37
38
|
checkout: () => checkout,
|
|
38
39
|
checkoutContent: () => checkoutContent,
|
|
39
40
|
checkoutSettings: () => checkoutSettings,
|
|
40
41
|
checkoutTemplates: () => checkoutTemplates,
|
|
41
42
|
currencies: () => currencies,
|
|
42
43
|
currentCart: () => currentCart,
|
|
44
|
+
currentCartV2: () => currentCartV2,
|
|
43
45
|
deliveryProfile: () => deliveryProfile,
|
|
44
46
|
deliverySolutions: () => deliverySolutions,
|
|
45
47
|
discountRules: () => discountRules,
|
|
@@ -98,6 +100,8 @@ var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations/meta"
|
|
|
98
100
|
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options/meta"));
|
|
99
101
|
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations/meta"));
|
|
100
102
|
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator/meta"));
|
|
103
|
+
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2/meta"));
|
|
104
|
+
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2/meta"));
|
|
101
105
|
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies/meta"));
|
|
102
106
|
var taxCalculation = __toESM(require("@wix/auto_sdk_ecom_tax-calculation/meta"));
|
|
103
107
|
var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions/meta"));
|
|
@@ -110,12 +114,14 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
|
|
|
110
114
|
backInStockNotifications,
|
|
111
115
|
backInStockSettings,
|
|
112
116
|
cart,
|
|
117
|
+
cartV2,
|
|
113
118
|
checkout,
|
|
114
119
|
checkoutContent,
|
|
115
120
|
checkoutSettings,
|
|
116
121
|
checkoutTemplates,
|
|
117
122
|
currencies,
|
|
118
123
|
currentCart,
|
|
124
|
+
currentCartV2,
|
|
119
125
|
deliveryProfile,
|
|
120
126
|
deliverySolutions,
|
|
121
127
|
discountRules,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * 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 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 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';\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,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,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * 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 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 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';\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,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,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
@@ -30,6 +30,8 @@ import '@wix/auto_sdk_ecom_pickup-locations';
|
|
|
30
30
|
import '@wix/auto_sdk_ecom_shipping-options';
|
|
31
31
|
import '@wix/auto_sdk_ecom_shippo-configurations';
|
|
32
32
|
import '@wix/auto_sdk_ecom_totals-calculator';
|
|
33
|
+
import '@wix/auto_sdk_ecom_cart-v-2';
|
|
34
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
33
35
|
import '@wix/auto_sdk_ecom_currencies';
|
|
34
36
|
import '@wix/auto_sdk_ecom_tax-calculation';
|
|
35
37
|
import '@wix/auto_sdk_ecom_delivery-solutions';
|
|
@@ -66,6 +68,8 @@ import '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
|
66
68
|
import '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
67
69
|
import '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
68
70
|
import '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
71
|
+
import '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
72
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
69
73
|
import '@wix/auto_sdk_ecom_currencies/meta';
|
|
70
74
|
import '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
71
75
|
import '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
@@ -58,6 +58,10 @@ import * as auto_sdk_ecom_shippoConfigurations from '@wix/auto_sdk_ecom_shippo-c
|
|
|
58
58
|
export { auto_sdk_ecom_shippoConfigurations as shippoConfigurations };
|
|
59
59
|
import * as auto_sdk_ecom_totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
60
60
|
export { auto_sdk_ecom_totalsCalculator as totalsCalculator };
|
|
61
|
+
import * as auto_sdk_ecom_cartV2 from '@wix/auto_sdk_ecom_cart-v-2';
|
|
62
|
+
export { auto_sdk_ecom_cartV2 as cartV2 };
|
|
63
|
+
import * as auto_sdk_ecom_currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
64
|
+
export { auto_sdk_ecom_currentCartV2 as currentCartV2 };
|
|
61
65
|
import * as auto_sdk_ecom_currencies from '@wix/auto_sdk_ecom_currencies';
|
|
62
66
|
export { auto_sdk_ecom_currencies as currencies };
|
|
63
67
|
import * as auto_sdk_ecom_taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
|
|
@@ -29,6 +29,8 @@ import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations";
|
|
|
29
29
|
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options";
|
|
30
30
|
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations";
|
|
31
31
|
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator";
|
|
32
|
+
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2";
|
|
33
|
+
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2";
|
|
32
34
|
import * as currencies from "@wix/auto_sdk_ecom_currencies";
|
|
33
35
|
import * as taxCalculation from "@wix/auto_sdk_ecom_tax-calculation";
|
|
34
36
|
import * as deliverySolutions from "@wix/auto_sdk_ecom_delivery-solutions";
|
|
@@ -40,12 +42,14 @@ export {
|
|
|
40
42
|
backInStockNotifications,
|
|
41
43
|
backInStockSettings,
|
|
42
44
|
cart,
|
|
45
|
+
cartV2,
|
|
43
46
|
checkout,
|
|
44
47
|
checkoutContent,
|
|
45
48
|
checkoutSettings,
|
|
46
49
|
checkoutTemplates,
|
|
47
50
|
currencies,
|
|
48
51
|
currentCart,
|
|
52
|
+
currentCartV2,
|
|
49
53
|
deliveryProfile,
|
|
50
54
|
deliverySolutions,
|
|
51
55
|
discountRules,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * 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 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 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';\n\nexport {\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 orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";AAAA,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,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,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * 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 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 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';\n\nexport {\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 orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";AAAA,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,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
@@ -58,15 +58,19 @@ import * as meta$s from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
|
58
58
|
export { meta$s as shippoConfigurations };
|
|
59
59
|
import * as meta$t from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
60
60
|
export { meta$t as totalsCalculator };
|
|
61
|
-
import * as meta$u from '@wix/
|
|
62
|
-
export { meta$u as
|
|
63
|
-
import * as meta$v from '@wix/
|
|
64
|
-
export { meta$v as
|
|
65
|
-
import * as meta$w from '@wix/
|
|
66
|
-
export { meta$w as
|
|
67
|
-
import * as meta$x from '@wix/
|
|
68
|
-
export { meta$x as
|
|
69
|
-
import * as meta$y from '@wix/
|
|
70
|
-
export { meta$y as
|
|
71
|
-
import * as meta$z from '@wix/
|
|
72
|
-
export { meta$z as
|
|
61
|
+
import * as meta$u from '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
62
|
+
export { meta$u as cartV2 };
|
|
63
|
+
import * as meta$v from '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
64
|
+
export { meta$v as currentCartV2 };
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_currencies/meta';
|
|
66
|
+
export { meta$w as currencies };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
68
|
+
export { meta$x as taxCalculation };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
70
|
+
export { meta$y as deliverySolutions };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
72
|
+
export { meta$z as tipSettings };
|
|
73
|
+
import * as meta$A from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
74
|
+
export { meta$A as tippableStaff };
|
|
75
|
+
import * as meta$B from '@wix/auto_sdk_ecom_tips/meta';
|
|
76
|
+
export { meta$B as tips };
|
|
@@ -29,6 +29,8 @@ import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations/meta";
|
|
|
29
29
|
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options/meta";
|
|
30
30
|
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations/meta";
|
|
31
31
|
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator/meta";
|
|
32
|
+
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2/meta";
|
|
33
|
+
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2/meta";
|
|
32
34
|
import * as currencies from "@wix/auto_sdk_ecom_currencies/meta";
|
|
33
35
|
import * as taxCalculation from "@wix/auto_sdk_ecom_tax-calculation/meta";
|
|
34
36
|
import * as deliverySolutions from "@wix/auto_sdk_ecom_delivery-solutions/meta";
|
|
@@ -40,12 +42,14 @@ export {
|
|
|
40
42
|
backInStockNotifications,
|
|
41
43
|
backInStockSettings,
|
|
42
44
|
cart,
|
|
45
|
+
cartV2,
|
|
43
46
|
checkout,
|
|
44
47
|
checkoutContent,
|
|
45
48
|
checkoutSettings,
|
|
46
49
|
checkoutTemplates,
|
|
47
50
|
currencies,
|
|
48
51
|
currentCart,
|
|
52
|
+
currentCartV2,
|
|
49
53
|
deliveryProfile,
|
|
50
54
|
deliverySolutions,
|
|
51
55
|
discountRules,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * 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 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 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';\n"],"mappings":";AAAA,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,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,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * 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 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 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';\n"],"mappings":";AAAA,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,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1300",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"@wix/auto_sdk_ecom_back-in-stock-notifications": "1.0.34",
|
|
68
68
|
"@wix/auto_sdk_ecom_back-in-stock-settings": "1.0.25",
|
|
69
69
|
"@wix/auto_sdk_ecom_cart": "1.0.62",
|
|
70
|
+
"@wix/auto_sdk_ecom_cart-v-2": "1.0.0",
|
|
70
71
|
"@wix/auto_sdk_ecom_catalog": "1.0.31",
|
|
71
72
|
"@wix/auto_sdk_ecom_checkout": "1.0.64",
|
|
72
73
|
"@wix/auto_sdk_ecom_checkout-content": "1.0.20",
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"@wix/auto_sdk_ecom_checkout-templates": "1.0.60",
|
|
75
76
|
"@wix/auto_sdk_ecom_currencies": "1.0.20",
|
|
76
77
|
"@wix/auto_sdk_ecom_current-cart": "1.0.60",
|
|
78
|
+
"@wix/auto_sdk_ecom_current-cart-v-2": "1.0.0",
|
|
77
79
|
"@wix/auto_sdk_ecom_custom-triggers": "1.0.19",
|
|
78
80
|
"@wix/auto_sdk_ecom_delivery-profile": "1.0.64",
|
|
79
81
|
"@wix/auto_sdk_ecom_delivery-solutions": "1.0.30",
|
|
@@ -86,7 +88,7 @@
|
|
|
86
88
|
"@wix/auto_sdk_ecom_inventory": "1.0.8",
|
|
87
89
|
"@wix/auto_sdk_ecom_local-delivery-options": "1.0.25",
|
|
88
90
|
"@wix/auto_sdk_ecom_memberships": "1.0.18",
|
|
89
|
-
"@wix/auto_sdk_ecom_order-billing": "1.0.
|
|
91
|
+
"@wix/auto_sdk_ecom_order-billing": "1.0.35",
|
|
90
92
|
"@wix/auto_sdk_ecom_order-fulfillments": "1.0.30",
|
|
91
93
|
"@wix/auto_sdk_ecom_order-invoices": "1.0.27",
|
|
92
94
|
"@wix/auto_sdk_ecom_order-payment-requests": "1.0.33",
|
|
@@ -133,5 +135,5 @@
|
|
|
133
135
|
"fqdn": ""
|
|
134
136
|
}
|
|
135
137
|
},
|
|
136
|
-
"falconPackageHash": "
|
|
138
|
+
"falconPackageHash": "8eadbf8da75e4643268ef98d08e3c819b0875be436dc059c56c9dc38"
|
|
137
139
|
}
|