@wix/ecom 1.0.2104 → 1.0.2105
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 +2 -0
- package/build/cjs/index.d.ts +2 -0
- package/build/cjs/index.js +5 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +18 -16
- package/build/cjs/meta.js +5 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/components.d.mts +2 -0
- package/build/es/index.d.mts +2 -0
- package/build/es/index.mjs +3 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +18 -16
- package/build/es/meta.mjs +3 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/components.d.ts +2 -0
- package/build/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js +5 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +18 -16
- package/build/internal/cjs/meta.js +5 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/components.d.mts +2 -0
- package/build/internal/es/index.d.mts +2 -0
- package/build/internal/es/index.mjs +3 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +18 -16
- package/build/internal/es/meta.mjs +3 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +11 -10
|
@@ -32,6 +32,7 @@ import '@wix/auto_sdk_ecom_pickup-locations';
|
|
|
32
32
|
import '@wix/auto_sdk_ecom_shipping-options';
|
|
33
33
|
import '@wix/auto_sdk_ecom_shippo-configurations';
|
|
34
34
|
import '@wix/auto_sdk_ecom_totals-calculator';
|
|
35
|
+
import '@wix/auto_sdk_ecom_wishlists';
|
|
35
36
|
import '@wix/auto_sdk_ecom_cart-v-2';
|
|
36
37
|
import '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
37
38
|
import '@wix/auto_sdk_ecom_currencies';
|
|
@@ -72,6 +73,7 @@ import '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
|
72
73
|
import '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
73
74
|
import '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
74
75
|
import '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
76
|
+
import '@wix/auto_sdk_ecom_wishlists/meta';
|
|
75
77
|
import '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
76
78
|
import '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
77
79
|
import '@wix/auto_sdk_ecom_currencies/meta';
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -62,6 +62,8 @@ import * as auto_sdk_ecom_shippoConfigurations from '@wix/auto_sdk_ecom_shippo-c
|
|
|
62
62
|
export { auto_sdk_ecom_shippoConfigurations as shippoConfigurations };
|
|
63
63
|
import * as auto_sdk_ecom_totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
64
64
|
export { auto_sdk_ecom_totalsCalculator as totalsCalculator };
|
|
65
|
+
import * as auto_sdk_ecom_wishlists from '@wix/auto_sdk_ecom_wishlists';
|
|
66
|
+
export { auto_sdk_ecom_wishlists as wishlists };
|
|
65
67
|
import * as auto_sdk_ecom_cartV2 from '@wix/auto_sdk_ecom_cart-v-2';
|
|
66
68
|
export { auto_sdk_ecom_cartV2 as cartV2 };
|
|
67
69
|
import * as auto_sdk_ecom_currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';
|
package/build/cjs/index.js
CHANGED
|
@@ -69,7 +69,8 @@ __export(index_exports, {
|
|
|
69
69
|
tipSettings: () => tipSettings,
|
|
70
70
|
tippableStaff: () => tippableStaff,
|
|
71
71
|
tips: () => tips,
|
|
72
|
-
totalsCalculator: () => totalsCalculator
|
|
72
|
+
totalsCalculator: () => totalsCalculator,
|
|
73
|
+
wishlists: () => wishlists
|
|
73
74
|
});
|
|
74
75
|
module.exports = __toCommonJS(index_exports);
|
|
75
76
|
var manualTaxMappings = __toESM(require("@wix/auto_sdk_ecom_manual-tax-mappings"));
|
|
@@ -104,6 +105,7 @@ var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations"));
|
|
|
104
105
|
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options"));
|
|
105
106
|
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations"));
|
|
106
107
|
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator"));
|
|
108
|
+
var wishlists = __toESM(require("@wix/auto_sdk_ecom_wishlists"));
|
|
107
109
|
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2"));
|
|
108
110
|
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2"));
|
|
109
111
|
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies"));
|
|
@@ -153,6 +155,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
|
|
|
153
155
|
tipSettings,
|
|
154
156
|
tippableStaff,
|
|
155
157
|
tips,
|
|
156
|
-
totalsCalculator
|
|
158
|
+
totalsCalculator,
|
|
159
|
+
wishlists
|
|
157
160
|
});
|
|
158
161
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as 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 manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n 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;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,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
|
@@ -62,19 +62,21 @@ import * as meta$u from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
|
62
62
|
export { meta$u as shippoConfigurations };
|
|
63
63
|
import * as meta$v from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
64
64
|
export { meta$v as totalsCalculator };
|
|
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
|
|
73
|
-
import * as meta$A from '@wix/
|
|
74
|
-
export { meta$A as
|
|
75
|
-
import * as meta$B from '@wix/
|
|
76
|
-
export { meta$B as
|
|
77
|
-
import * as meta$C from '@wix/
|
|
78
|
-
export { meta$C as
|
|
79
|
-
import * as meta$D from '@wix/
|
|
80
|
-
export { meta$D as
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_wishlists/meta';
|
|
66
|
+
export { meta$w as wishlists };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
68
|
+
export { meta$x as cartV2 };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
70
|
+
export { meta$y as currentCartV2 };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_currencies/meta';
|
|
72
|
+
export { meta$z as currencies };
|
|
73
|
+
import * as meta$A from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
74
|
+
export { meta$A as taxCalculation };
|
|
75
|
+
import * as meta$B from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
76
|
+
export { meta$B as deliverySolutions };
|
|
77
|
+
import * as meta$C from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
78
|
+
export { meta$C as tipSettings };
|
|
79
|
+
import * as meta$D from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
80
|
+
export { meta$D as tippableStaff };
|
|
81
|
+
import * as meta$E from '@wix/auto_sdk_ecom_tips/meta';
|
|
82
|
+
export { meta$E as tips };
|
package/build/cjs/meta.js
CHANGED
|
@@ -69,7 +69,8 @@ __export(meta_exports, {
|
|
|
69
69
|
tipSettings: () => tipSettings,
|
|
70
70
|
tippableStaff: () => tippableStaff,
|
|
71
71
|
tips: () => tips,
|
|
72
|
-
totalsCalculator: () => totalsCalculator
|
|
72
|
+
totalsCalculator: () => totalsCalculator,
|
|
73
|
+
wishlists: () => wishlists
|
|
73
74
|
});
|
|
74
75
|
module.exports = __toCommonJS(meta_exports);
|
|
75
76
|
var manualTaxMappings = __toESM(require("@wix/auto_sdk_ecom_manual-tax-mappings/meta"));
|
|
@@ -104,6 +105,7 @@ var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations/meta"
|
|
|
104
105
|
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options/meta"));
|
|
105
106
|
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations/meta"));
|
|
106
107
|
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator/meta"));
|
|
108
|
+
var wishlists = __toESM(require("@wix/auto_sdk_ecom_wishlists/meta"));
|
|
107
109
|
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2/meta"));
|
|
108
110
|
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2/meta"));
|
|
109
111
|
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies/meta"));
|
|
@@ -153,6 +155,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
|
|
|
153
155
|
tipSettings,
|
|
154
156
|
tippableStaff,
|
|
155
157
|
tips,
|
|
156
|
-
totalsCalculator
|
|
158
|
+
totalsCalculator,
|
|
159
|
+
wishlists
|
|
157
160
|
});
|
|
158
161
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as 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;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
@@ -32,6 +32,7 @@ import '@wix/auto_sdk_ecom_pickup-locations';
|
|
|
32
32
|
import '@wix/auto_sdk_ecom_shipping-options';
|
|
33
33
|
import '@wix/auto_sdk_ecom_shippo-configurations';
|
|
34
34
|
import '@wix/auto_sdk_ecom_totals-calculator';
|
|
35
|
+
import '@wix/auto_sdk_ecom_wishlists';
|
|
35
36
|
import '@wix/auto_sdk_ecom_cart-v-2';
|
|
36
37
|
import '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
37
38
|
import '@wix/auto_sdk_ecom_currencies';
|
|
@@ -72,6 +73,7 @@ import '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
|
72
73
|
import '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
73
74
|
import '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
74
75
|
import '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
76
|
+
import '@wix/auto_sdk_ecom_wishlists/meta';
|
|
75
77
|
import '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
76
78
|
import '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
77
79
|
import '@wix/auto_sdk_ecom_currencies/meta';
|
package/build/es/index.d.mts
CHANGED
|
@@ -62,6 +62,8 @@ import * as auto_sdk_ecom_shippoConfigurations from '@wix/auto_sdk_ecom_shippo-c
|
|
|
62
62
|
export { auto_sdk_ecom_shippoConfigurations as shippoConfigurations };
|
|
63
63
|
import * as auto_sdk_ecom_totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
64
64
|
export { auto_sdk_ecom_totalsCalculator as totalsCalculator };
|
|
65
|
+
import * as auto_sdk_ecom_wishlists from '@wix/auto_sdk_ecom_wishlists';
|
|
66
|
+
export { auto_sdk_ecom_wishlists as wishlists };
|
|
65
67
|
import * as auto_sdk_ecom_cartV2 from '@wix/auto_sdk_ecom_cart-v-2';
|
|
66
68
|
export { auto_sdk_ecom_cartV2 as cartV2 };
|
|
67
69
|
import * as auto_sdk_ecom_currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';
|
package/build/es/index.mjs
CHANGED
|
@@ -31,6 +31,7 @@ import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations";
|
|
|
31
31
|
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options";
|
|
32
32
|
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations";
|
|
33
33
|
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator";
|
|
34
|
+
import * as wishlists from "@wix/auto_sdk_ecom_wishlists";
|
|
34
35
|
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2";
|
|
35
36
|
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2";
|
|
36
37
|
import * as currencies from "@wix/auto_sdk_ecom_currencies";
|
|
@@ -79,6 +80,7 @@ export {
|
|
|
79
80
|
tipSettings,
|
|
80
81
|
tippableStaff,
|
|
81
82
|
tips,
|
|
82
|
-
totalsCalculator
|
|
83
|
+
totalsCalculator,
|
|
84
|
+
wishlists
|
|
83
85
|
};
|
|
84
86
|
//# sourceMappingURL=index.mjs.map
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as 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 manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -62,19 +62,21 @@ import * as meta$u from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
|
62
62
|
export { meta$u as shippoConfigurations };
|
|
63
63
|
import * as meta$v from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
64
64
|
export { meta$v as totalsCalculator };
|
|
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
|
|
73
|
-
import * as meta$A from '@wix/
|
|
74
|
-
export { meta$A as
|
|
75
|
-
import * as meta$B from '@wix/
|
|
76
|
-
export { meta$B as
|
|
77
|
-
import * as meta$C from '@wix/
|
|
78
|
-
export { meta$C as
|
|
79
|
-
import * as meta$D from '@wix/
|
|
80
|
-
export { meta$D as
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_wishlists/meta';
|
|
66
|
+
export { meta$w as wishlists };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
68
|
+
export { meta$x as cartV2 };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
70
|
+
export { meta$y as currentCartV2 };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_currencies/meta';
|
|
72
|
+
export { meta$z as currencies };
|
|
73
|
+
import * as meta$A from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
74
|
+
export { meta$A as taxCalculation };
|
|
75
|
+
import * as meta$B from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
76
|
+
export { meta$B as deliverySolutions };
|
|
77
|
+
import * as meta$C from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
78
|
+
export { meta$C as tipSettings };
|
|
79
|
+
import * as meta$D from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
80
|
+
export { meta$D as tippableStaff };
|
|
81
|
+
import * as meta$E from '@wix/auto_sdk_ecom_tips/meta';
|
|
82
|
+
export { meta$E as tips };
|
package/build/es/meta.mjs
CHANGED
|
@@ -31,6 +31,7 @@ import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations/meta";
|
|
|
31
31
|
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options/meta";
|
|
32
32
|
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations/meta";
|
|
33
33
|
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator/meta";
|
|
34
|
+
import * as wishlists from "@wix/auto_sdk_ecom_wishlists/meta";
|
|
34
35
|
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2/meta";
|
|
35
36
|
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2/meta";
|
|
36
37
|
import * as currencies from "@wix/auto_sdk_ecom_currencies/meta";
|
|
@@ -79,6 +80,7 @@ export {
|
|
|
79
80
|
tipSettings,
|
|
80
81
|
tippableStaff,
|
|
81
82
|
tips,
|
|
82
|
-
totalsCalculator
|
|
83
|
+
totalsCalculator,
|
|
84
|
+
wishlists
|
|
83
85
|
};
|
|
84
86
|
//# sourceMappingURL=meta.mjs.map
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as 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,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
@@ -32,6 +32,7 @@ import '@wix/auto_sdk_ecom_pickup-locations';
|
|
|
32
32
|
import '@wix/auto_sdk_ecom_shipping-options';
|
|
33
33
|
import '@wix/auto_sdk_ecom_shippo-configurations';
|
|
34
34
|
import '@wix/auto_sdk_ecom_totals-calculator';
|
|
35
|
+
import '@wix/auto_sdk_ecom_wishlists';
|
|
35
36
|
import '@wix/auto_sdk_ecom_cart-v-2';
|
|
36
37
|
import '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
37
38
|
import '@wix/auto_sdk_ecom_currencies';
|
|
@@ -72,6 +73,7 @@ import '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
|
72
73
|
import '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
73
74
|
import '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
74
75
|
import '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
76
|
+
import '@wix/auto_sdk_ecom_wishlists/meta';
|
|
75
77
|
import '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
76
78
|
import '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
77
79
|
import '@wix/auto_sdk_ecom_currencies/meta';
|
|
@@ -62,6 +62,8 @@ import * as auto_sdk_ecom_shippoConfigurations from '@wix/auto_sdk_ecom_shippo-c
|
|
|
62
62
|
export { auto_sdk_ecom_shippoConfigurations as shippoConfigurations };
|
|
63
63
|
import * as auto_sdk_ecom_totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
64
64
|
export { auto_sdk_ecom_totalsCalculator as totalsCalculator };
|
|
65
|
+
import * as auto_sdk_ecom_wishlists from '@wix/auto_sdk_ecom_wishlists';
|
|
66
|
+
export { auto_sdk_ecom_wishlists as wishlists };
|
|
65
67
|
import * as auto_sdk_ecom_cartV2 from '@wix/auto_sdk_ecom_cart-v-2';
|
|
66
68
|
export { auto_sdk_ecom_cartV2 as cartV2 };
|
|
67
69
|
import * as auto_sdk_ecom_currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
@@ -69,7 +69,8 @@ __export(index_exports, {
|
|
|
69
69
|
tipSettings: () => tipSettings,
|
|
70
70
|
tippableStaff: () => tippableStaff,
|
|
71
71
|
tips: () => tips,
|
|
72
|
-
totalsCalculator: () => totalsCalculator
|
|
72
|
+
totalsCalculator: () => totalsCalculator,
|
|
73
|
+
wishlists: () => wishlists
|
|
73
74
|
});
|
|
74
75
|
module.exports = __toCommonJS(index_exports);
|
|
75
76
|
var manualTaxMappings = __toESM(require("@wix/auto_sdk_ecom_manual-tax-mappings"));
|
|
@@ -104,6 +105,7 @@ var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations"));
|
|
|
104
105
|
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options"));
|
|
105
106
|
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations"));
|
|
106
107
|
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator"));
|
|
108
|
+
var wishlists = __toESM(require("@wix/auto_sdk_ecom_wishlists"));
|
|
107
109
|
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2"));
|
|
108
110
|
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2"));
|
|
109
111
|
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies"));
|
|
@@ -153,6 +155,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
|
|
|
153
155
|
tipSettings,
|
|
154
156
|
tippableStaff,
|
|
155
157
|
tips,
|
|
156
|
-
totalsCalculator
|
|
158
|
+
totalsCalculator,
|
|
159
|
+
wishlists
|
|
157
160
|
});
|
|
158
161
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as 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 manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n 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;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
@@ -62,19 +62,21 @@ import * as meta$u from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
|
62
62
|
export { meta$u as shippoConfigurations };
|
|
63
63
|
import * as meta$v from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
64
64
|
export { meta$v as totalsCalculator };
|
|
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
|
|
73
|
-
import * as meta$A from '@wix/
|
|
74
|
-
export { meta$A as
|
|
75
|
-
import * as meta$B from '@wix/
|
|
76
|
-
export { meta$B as
|
|
77
|
-
import * as meta$C from '@wix/
|
|
78
|
-
export { meta$C as
|
|
79
|
-
import * as meta$D from '@wix/
|
|
80
|
-
export { meta$D as
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_wishlists/meta';
|
|
66
|
+
export { meta$w as wishlists };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
68
|
+
export { meta$x as cartV2 };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
70
|
+
export { meta$y as currentCartV2 };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_currencies/meta';
|
|
72
|
+
export { meta$z as currencies };
|
|
73
|
+
import * as meta$A from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
74
|
+
export { meta$A as taxCalculation };
|
|
75
|
+
import * as meta$B from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
76
|
+
export { meta$B as deliverySolutions };
|
|
77
|
+
import * as meta$C from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
78
|
+
export { meta$C as tipSettings };
|
|
79
|
+
import * as meta$D from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
80
|
+
export { meta$D as tippableStaff };
|
|
81
|
+
import * as meta$E from '@wix/auto_sdk_ecom_tips/meta';
|
|
82
|
+
export { meta$E as tips };
|
|
@@ -69,7 +69,8 @@ __export(meta_exports, {
|
|
|
69
69
|
tipSettings: () => tipSettings,
|
|
70
70
|
tippableStaff: () => tippableStaff,
|
|
71
71
|
tips: () => tips,
|
|
72
|
-
totalsCalculator: () => totalsCalculator
|
|
72
|
+
totalsCalculator: () => totalsCalculator,
|
|
73
|
+
wishlists: () => wishlists
|
|
73
74
|
});
|
|
74
75
|
module.exports = __toCommonJS(meta_exports);
|
|
75
76
|
var manualTaxMappings = __toESM(require("@wix/auto_sdk_ecom_manual-tax-mappings/meta"));
|
|
@@ -104,6 +105,7 @@ var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations/meta"
|
|
|
104
105
|
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options/meta"));
|
|
105
106
|
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations/meta"));
|
|
106
107
|
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator/meta"));
|
|
108
|
+
var wishlists = __toESM(require("@wix/auto_sdk_ecom_wishlists/meta"));
|
|
107
109
|
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2/meta"));
|
|
108
110
|
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2/meta"));
|
|
109
111
|
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies/meta"));
|
|
@@ -153,6 +155,7 @@ var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
|
|
|
153
155
|
tipSettings,
|
|
154
156
|
tippableStaff,
|
|
155
157
|
tips,
|
|
156
|
-
totalsCalculator
|
|
158
|
+
totalsCalculator,
|
|
159
|
+
wishlists
|
|
157
160
|
});
|
|
158
161
|
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as 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;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,gBAA2B;AAC3B,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
@@ -32,6 +32,7 @@ import '@wix/auto_sdk_ecom_pickup-locations';
|
|
|
32
32
|
import '@wix/auto_sdk_ecom_shipping-options';
|
|
33
33
|
import '@wix/auto_sdk_ecom_shippo-configurations';
|
|
34
34
|
import '@wix/auto_sdk_ecom_totals-calculator';
|
|
35
|
+
import '@wix/auto_sdk_ecom_wishlists';
|
|
35
36
|
import '@wix/auto_sdk_ecom_cart-v-2';
|
|
36
37
|
import '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
37
38
|
import '@wix/auto_sdk_ecom_currencies';
|
|
@@ -72,6 +73,7 @@ import '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
|
72
73
|
import '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
73
74
|
import '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
74
75
|
import '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
76
|
+
import '@wix/auto_sdk_ecom_wishlists/meta';
|
|
75
77
|
import '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
76
78
|
import '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
77
79
|
import '@wix/auto_sdk_ecom_currencies/meta';
|
|
@@ -62,6 +62,8 @@ import * as auto_sdk_ecom_shippoConfigurations from '@wix/auto_sdk_ecom_shippo-c
|
|
|
62
62
|
export { auto_sdk_ecom_shippoConfigurations as shippoConfigurations };
|
|
63
63
|
import * as auto_sdk_ecom_totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
64
64
|
export { auto_sdk_ecom_totalsCalculator as totalsCalculator };
|
|
65
|
+
import * as auto_sdk_ecom_wishlists from '@wix/auto_sdk_ecom_wishlists';
|
|
66
|
+
export { auto_sdk_ecom_wishlists as wishlists };
|
|
65
67
|
import * as auto_sdk_ecom_cartV2 from '@wix/auto_sdk_ecom_cart-v-2';
|
|
66
68
|
export { auto_sdk_ecom_cartV2 as cartV2 };
|
|
67
69
|
import * as auto_sdk_ecom_currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';
|
|
@@ -31,6 +31,7 @@ import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations";
|
|
|
31
31
|
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options";
|
|
32
32
|
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations";
|
|
33
33
|
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator";
|
|
34
|
+
import * as wishlists from "@wix/auto_sdk_ecom_wishlists";
|
|
34
35
|
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2";
|
|
35
36
|
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2";
|
|
36
37
|
import * as currencies from "@wix/auto_sdk_ecom_currencies";
|
|
@@ -79,6 +80,7 @@ export {
|
|
|
79
80
|
tipSettings,
|
|
80
81
|
tippableStaff,
|
|
81
82
|
tips,
|
|
82
|
-
totalsCalculator
|
|
83
|
+
totalsCalculator,
|
|
84
|
+
wishlists
|
|
83
85
|
};
|
|
84
86
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as 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 manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings';\nimport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as wishlists from '@wix/auto_sdk_ecom_wishlists';\nimport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2';\nimport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\n\nexport {\n manualTaxMappings,\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n ecommerceSettings,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n wishlists,\n cartV2,\n currentCartV2,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
@@ -62,19 +62,21 @@ import * as meta$u from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
|
62
62
|
export { meta$u as shippoConfigurations };
|
|
63
63
|
import * as meta$v from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
64
64
|
export { meta$v as totalsCalculator };
|
|
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
|
|
73
|
-
import * as meta$A from '@wix/
|
|
74
|
-
export { meta$A as
|
|
75
|
-
import * as meta$B from '@wix/
|
|
76
|
-
export { meta$B as
|
|
77
|
-
import * as meta$C from '@wix/
|
|
78
|
-
export { meta$C as
|
|
79
|
-
import * as meta$D from '@wix/
|
|
80
|
-
export { meta$D as
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_wishlists/meta';
|
|
66
|
+
export { meta$w as wishlists };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_cart-v-2/meta';
|
|
68
|
+
export { meta$x as cartV2 };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_current-cart-v-2/meta';
|
|
70
|
+
export { meta$y as currentCartV2 };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_currencies/meta';
|
|
72
|
+
export { meta$z as currencies };
|
|
73
|
+
import * as meta$A from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
74
|
+
export { meta$A as taxCalculation };
|
|
75
|
+
import * as meta$B from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
76
|
+
export { meta$B as deliverySolutions };
|
|
77
|
+
import * as meta$C from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
78
|
+
export { meta$C as tipSettings };
|
|
79
|
+
import * as meta$D from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
80
|
+
export { meta$D as tippableStaff };
|
|
81
|
+
import * as meta$E from '@wix/auto_sdk_ecom_tips/meta';
|
|
82
|
+
export { meta$E as tips };
|
|
@@ -31,6 +31,7 @@ import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations/meta";
|
|
|
31
31
|
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options/meta";
|
|
32
32
|
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations/meta";
|
|
33
33
|
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator/meta";
|
|
34
|
+
import * as wishlists from "@wix/auto_sdk_ecom_wishlists/meta";
|
|
34
35
|
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2/meta";
|
|
35
36
|
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2/meta";
|
|
36
37
|
import * as currencies from "@wix/auto_sdk_ecom_currencies/meta";
|
|
@@ -79,6 +80,7 @@ export {
|
|
|
79
80
|
tipSettings,
|
|
80
81
|
tippableStaff,
|
|
81
82
|
tips,
|
|
82
|
-
totalsCalculator
|
|
83
|
+
totalsCalculator,
|
|
84
|
+
wishlists
|
|
83
85
|
};
|
|
84
86
|
//# sourceMappingURL=meta.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as 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,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/meta';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';\nexport * as cart from '@wix/auto_sdk_ecom_cart/meta';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/meta';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/meta';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';\nexport * as orders from '@wix/auto_sdk_ecom_orders/meta';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';\nexport * as wishlists from '@wix/auto_sdk_ecom_wishlists/meta';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/meta';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/meta';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/meta';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';\nexport * as tips from '@wix/auto_sdk_ecom_tips/meta';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,eAAe;AAC3B,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2105",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -63,19 +63,19 @@
|
|
|
63
63
|
],
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@wix/auto_sdk_ecom_abandoned-checkouts": "1.0.75",
|
|
66
|
-
"@wix/auto_sdk_ecom_additional-fees": "1.0.
|
|
66
|
+
"@wix/auto_sdk_ecom_additional-fees": "1.0.47",
|
|
67
67
|
"@wix/auto_sdk_ecom_back-in-stock-notifications": "1.0.60",
|
|
68
68
|
"@wix/auto_sdk_ecom_back-in-stock-settings": "1.0.40",
|
|
69
|
-
"@wix/auto_sdk_ecom_cart": "1.0.
|
|
70
|
-
"@wix/auto_sdk_ecom_cart-v-2": "1.0.
|
|
69
|
+
"@wix/auto_sdk_ecom_cart": "1.0.158",
|
|
70
|
+
"@wix/auto_sdk_ecom_cart-v-2": "1.0.149",
|
|
71
71
|
"@wix/auto_sdk_ecom_catalog": "1.0.59",
|
|
72
|
-
"@wix/auto_sdk_ecom_checkout": "1.0.
|
|
72
|
+
"@wix/auto_sdk_ecom_checkout": "1.0.153",
|
|
73
73
|
"@wix/auto_sdk_ecom_checkout-content": "1.0.35",
|
|
74
74
|
"@wix/auto_sdk_ecom_checkout-settings": "1.0.64",
|
|
75
|
-
"@wix/auto_sdk_ecom_checkout-templates": "1.0.
|
|
75
|
+
"@wix/auto_sdk_ecom_checkout-templates": "1.0.137",
|
|
76
76
|
"@wix/auto_sdk_ecom_currencies": "1.0.34",
|
|
77
|
-
"@wix/auto_sdk_ecom_current-cart": "1.0.
|
|
78
|
-
"@wix/auto_sdk_ecom_current-cart-v-2": "1.0.
|
|
77
|
+
"@wix/auto_sdk_ecom_current-cart": "1.0.168",
|
|
78
|
+
"@wix/auto_sdk_ecom_current-cart-v-2": "1.0.150",
|
|
79
79
|
"@wix/auto_sdk_ecom_custom-triggers": "1.0.37",
|
|
80
80
|
"@wix/auto_sdk_ecom_delivery-profile": "1.0.410",
|
|
81
81
|
"@wix/auto_sdk_ecom_delivery-solutions": "1.0.59",
|
|
@@ -112,8 +112,9 @@
|
|
|
112
112
|
"@wix/auto_sdk_ecom_tip-settings": "1.0.51",
|
|
113
113
|
"@wix/auto_sdk_ecom_tippable-staff": "1.0.39",
|
|
114
114
|
"@wix/auto_sdk_ecom_tips": "1.0.60",
|
|
115
|
-
"@wix/auto_sdk_ecom_totals-calculator": "1.0.
|
|
115
|
+
"@wix/auto_sdk_ecom_totals-calculator": "1.0.98",
|
|
116
116
|
"@wix/auto_sdk_ecom_validations": "1.0.53",
|
|
117
|
+
"@wix/auto_sdk_ecom_wishlists": "1.0.0",
|
|
117
118
|
"@wix/ecom_app-extensions": "1.0.106",
|
|
118
119
|
"@wix/headless-ecom": "0.0.41"
|
|
119
120
|
},
|
|
@@ -137,5 +138,5 @@
|
|
|
137
138
|
"fqdn": ""
|
|
138
139
|
}
|
|
139
140
|
},
|
|
140
|
-
"falconPackageHash": "
|
|
141
|
+
"falconPackageHash": "4bf915c5f01004ed63c0824af43c21ee5f7ed0d2b1d65a69ed2d74ee"
|
|
141
142
|
}
|