@wix/ecom 1.0.1182 → 1.0.1184
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/index.d.mts +108 -0
- package/build/index.d.ts +108 -0
- package/build/index.js +146 -0
- package/build/index.js.map +1 -0
- package/build/index.mjs +76 -0
- package/build/index.mjs.map +1 -0
- package/build/internal/index.d.mts +108 -0
- package/build/internal/index.d.ts +108 -0
- package/build/internal/index.js +146 -0
- package/build/internal/index.js.map +1 -0
- package/build/internal/index.mjs +76 -0
- package/build/internal/index.mjs.map +1 -0
- package/build/internal/meta.d.mts +72 -0
- package/build/internal/meta.d.ts +72 -0
- package/build/internal/meta.js +146 -0
- package/build/internal/meta.js.map +1 -0
- package/build/internal/meta.mjs +76 -0
- package/build/internal/meta.mjs.map +1 -0
- package/build/meta.d.mts +72 -0
- package/build/meta.d.ts +72 -0
- package/build/meta.js +146 -0
- package/build/meta.js.map +1 -0
- package/build/meta.mjs +76 -0
- package/build/meta.mjs.map +1 -0
- package/package.json +65 -64
- package/build/cjs/dashboard.d.ts +0 -1
- package/build/cjs/dashboard.js +0 -18
- package/build/cjs/dashboard.js.map +0 -1
- package/build/cjs/index.d.ts +0 -37
- package/build/cjs/index.js +0 -99
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.d.ts +0 -36
- package/build/cjs/meta.js +0 -63
- package/build/cjs/meta.js.map +0 -1
- package/build/cjs/service-plugins.d.ts +0 -11
- package/build/cjs/service-plugins.js +0 -38
- package/build/cjs/service-plugins.js.map +0 -1
- package/build/es/dashboard.d.ts +0 -1
- package/build/es/dashboard.js +0 -2
- package/build/es/dashboard.js.map +0 -1
- package/build/es/index.d.ts +0 -37
- package/build/es/index.js +0 -38
- package/build/es/index.js.map +0 -1
- package/build/es/meta.d.ts +0 -36
- package/build/es/meta.js +0 -37
- package/build/es/meta.js.map +0 -1
- package/build/es/package.json +0 -3
- package/build/es/service-plugins.d.ts +0 -11
- package/build/es/service-plugins.js +0 -12
- package/build/es/service-plugins.js.map +0 -1
- package/build/internal/cjs/dashboard.d.ts +0 -1
- package/build/internal/cjs/dashboard.js +0 -18
- package/build/internal/cjs/dashboard.js.map +0 -1
- package/build/internal/cjs/index.d.ts +0 -37
- package/build/internal/cjs/index.js +0 -99
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.d.ts +0 -36
- package/build/internal/cjs/meta.js +0 -63
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/cjs/service-plugins.d.ts +0 -11
- package/build/internal/cjs/service-plugins.js +0 -38
- package/build/internal/cjs/service-plugins.js.map +0 -1
- package/build/internal/es/dashboard.d.ts +0 -1
- package/build/internal/es/dashboard.js +0 -2
- package/build/internal/es/dashboard.js.map +0 -1
- package/build/internal/es/index.d.ts +0 -37
- package/build/internal/es/index.js +0 -38
- package/build/internal/es/index.js.map +0 -1
- package/build/internal/es/meta.d.ts +0 -36
- package/build/internal/es/meta.js +0 -37
- package/build/internal/es/meta.js.map +0 -1
- package/build/internal/es/service-plugins.d.ts +0 -11
- package/build/internal/es/service-plugins.js +0 -12
- package/build/internal/es/service-plugins.js.map +0 -1
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import * as auto_sdk_ecom_taxGroups from '@wix/auto_sdk_ecom_tax-groups';
|
|
2
|
+
export { auto_sdk_ecom_taxGroups as taxGroups };
|
|
3
|
+
import * as auto_sdk_ecom_taxRegions from '@wix/auto_sdk_ecom_tax-regions';
|
|
4
|
+
export { auto_sdk_ecom_taxRegions as taxRegions };
|
|
5
|
+
import * as auto_sdk_ecom_checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
|
|
6
|
+
export { auto_sdk_ecom_checkoutContent as checkoutContent };
|
|
7
|
+
import * as auto_sdk_ecom_discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
|
|
8
|
+
export { auto_sdk_ecom_discountsCustomTrigger as discountsCustomTrigger };
|
|
9
|
+
import * as auto_sdk_ecom_discountRules from '@wix/auto_sdk_ecom_discount-rules';
|
|
10
|
+
export { auto_sdk_ecom_discountRules as discountRules };
|
|
11
|
+
import * as auto_sdk_ecom_orderInvoices from '@wix/auto_sdk_ecom_order-invoices';
|
|
12
|
+
export { auto_sdk_ecom_orderInvoices as orderInvoices };
|
|
13
|
+
import * as auto_sdk_ecom_recommendations from '@wix/auto_sdk_ecom_recommendations';
|
|
14
|
+
export { auto_sdk_ecom_recommendations as recommendations };
|
|
15
|
+
import * as auto_sdk_ecom_subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';
|
|
16
|
+
export { auto_sdk_ecom_subscriptionContracts as subscriptionContracts };
|
|
17
|
+
import * as auto_sdk_ecom_abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';
|
|
18
|
+
export { auto_sdk_ecom_abandonedCheckouts as abandonedCheckouts };
|
|
19
|
+
import * as auto_sdk_ecom_backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';
|
|
20
|
+
export { auto_sdk_ecom_backInStockNotifications as backInStockNotifications };
|
|
21
|
+
import * as auto_sdk_ecom_backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';
|
|
22
|
+
export { auto_sdk_ecom_backInStockSettings as backInStockSettings };
|
|
23
|
+
import * as auto_sdk_ecom_cart from '@wix/auto_sdk_ecom_cart';
|
|
24
|
+
export { auto_sdk_ecom_cart as cart };
|
|
25
|
+
import * as auto_sdk_ecom_currentCart from '@wix/auto_sdk_ecom_current-cart';
|
|
26
|
+
export { auto_sdk_ecom_currentCart as currentCart };
|
|
27
|
+
import * as auto_sdk_ecom_checkout from '@wix/auto_sdk_ecom_checkout';
|
|
28
|
+
export { auto_sdk_ecom_checkout as checkout };
|
|
29
|
+
import * as auto_sdk_ecom_checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';
|
|
30
|
+
export { auto_sdk_ecom_checkoutSettings as checkoutSettings };
|
|
31
|
+
import * as auto_sdk_ecom_checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';
|
|
32
|
+
export { auto_sdk_ecom_checkoutTemplates as checkoutTemplates };
|
|
33
|
+
import * as auto_sdk_ecom_deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';
|
|
34
|
+
export { auto_sdk_ecom_deliveryProfile as deliveryProfile };
|
|
35
|
+
import * as auto_sdk_ecom_draftOrders from '@wix/auto_sdk_ecom_draft-orders';
|
|
36
|
+
export { auto_sdk_ecom_draftOrders as draftOrders };
|
|
37
|
+
import * as auto_sdk_ecom_orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';
|
|
38
|
+
export { auto_sdk_ecom_orderFulfillments as orderFulfillments };
|
|
39
|
+
import * as auto_sdk_ecom_giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';
|
|
40
|
+
export { auto_sdk_ecom_giftVouchers as giftVouchers };
|
|
41
|
+
import * as auto_sdk_ecom_localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';
|
|
42
|
+
export { auto_sdk_ecom_localDeliveryOptions as localDeliveryOptions };
|
|
43
|
+
import * as auto_sdk_ecom_orders from '@wix/auto_sdk_ecom_orders';
|
|
44
|
+
export { auto_sdk_ecom_orders as orders };
|
|
45
|
+
import * as auto_sdk_ecom_orderBilling from '@wix/auto_sdk_ecom_order-billing';
|
|
46
|
+
export { auto_sdk_ecom_orderBilling as orderBilling };
|
|
47
|
+
import * as auto_sdk_ecom_orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';
|
|
48
|
+
export { auto_sdk_ecom_orderPaymentRequests as orderPaymentRequests };
|
|
49
|
+
import * as auto_sdk_ecom_orderTransactions from '@wix/auto_sdk_ecom_order-transactions';
|
|
50
|
+
export { auto_sdk_ecom_orderTransactions as orderTransactions };
|
|
51
|
+
import * as auto_sdk_ecom_ordersSettings from '@wix/auto_sdk_ecom_orders-settings';
|
|
52
|
+
export { auto_sdk_ecom_ordersSettings as ordersSettings };
|
|
53
|
+
import * as auto_sdk_ecom_pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';
|
|
54
|
+
export { auto_sdk_ecom_pickupLocations as pickupLocations };
|
|
55
|
+
import * as auto_sdk_ecom_shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
|
|
56
|
+
export { auto_sdk_ecom_shippingOptions as shippingOptions };
|
|
57
|
+
import * as auto_sdk_ecom_shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
|
|
58
|
+
export { auto_sdk_ecom_shippoConfigurations as shippoConfigurations };
|
|
59
|
+
import * as auto_sdk_ecom_totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
60
|
+
export { auto_sdk_ecom_totalsCalculator as totalsCalculator };
|
|
61
|
+
import * as auto_sdk_ecom_currencies from '@wix/auto_sdk_ecom_currencies';
|
|
62
|
+
export { auto_sdk_ecom_currencies as currencies };
|
|
63
|
+
import * as auto_sdk_ecom_taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
|
|
64
|
+
export { auto_sdk_ecom_taxCalculation as taxCalculation };
|
|
65
|
+
import * as auto_sdk_ecom_deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
|
|
66
|
+
export { auto_sdk_ecom_deliverySolutions as deliverySolutions };
|
|
67
|
+
import * as auto_sdk_ecom_tipSettings from '@wix/auto_sdk_ecom_tip-settings';
|
|
68
|
+
export { auto_sdk_ecom_tipSettings as tipSettings };
|
|
69
|
+
import * as auto_sdk_ecom_tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
|
|
70
|
+
export { auto_sdk_ecom_tippableStaff as tippableStaff };
|
|
71
|
+
import * as auto_sdk_ecom_tips from '@wix/auto_sdk_ecom_tips';
|
|
72
|
+
export { auto_sdk_ecom_tips as tips };
|
|
73
|
+
import '@wix/auto_sdk_ecom_tax-groups/meta';
|
|
74
|
+
import '@wix/auto_sdk_ecom_tax-regions/meta';
|
|
75
|
+
import '@wix/auto_sdk_ecom_checkout-content/meta';
|
|
76
|
+
import '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
|
|
77
|
+
import '@wix/auto_sdk_ecom_discount-rules/meta';
|
|
78
|
+
import '@wix/auto_sdk_ecom_order-invoices/meta';
|
|
79
|
+
import '@wix/auto_sdk_ecom_recommendations/meta';
|
|
80
|
+
import '@wix/auto_sdk_ecom_subscription-contracts/meta';
|
|
81
|
+
import '@wix/auto_sdk_ecom_abandoned-checkouts/meta';
|
|
82
|
+
import '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';
|
|
83
|
+
import '@wix/auto_sdk_ecom_back-in-stock-settings/meta';
|
|
84
|
+
import '@wix/auto_sdk_ecom_cart/meta';
|
|
85
|
+
import '@wix/auto_sdk_ecom_current-cart/meta';
|
|
86
|
+
import '@wix/auto_sdk_ecom_checkout/meta';
|
|
87
|
+
import '@wix/auto_sdk_ecom_checkout-settings/meta';
|
|
88
|
+
import '@wix/auto_sdk_ecom_checkout-templates/meta';
|
|
89
|
+
import '@wix/auto_sdk_ecom_delivery-profile/meta';
|
|
90
|
+
import '@wix/auto_sdk_ecom_draft-orders/meta';
|
|
91
|
+
import '@wix/auto_sdk_ecom_order-fulfillments/meta';
|
|
92
|
+
import '@wix/auto_sdk_ecom_gift-vouchers/meta';
|
|
93
|
+
import '@wix/auto_sdk_ecom_local-delivery-options/meta';
|
|
94
|
+
import '@wix/auto_sdk_ecom_orders/meta';
|
|
95
|
+
import '@wix/auto_sdk_ecom_order-billing/meta';
|
|
96
|
+
import '@wix/auto_sdk_ecom_order-payment-requests/meta';
|
|
97
|
+
import '@wix/auto_sdk_ecom_order-transactions/meta';
|
|
98
|
+
import '@wix/auto_sdk_ecom_orders-settings/meta';
|
|
99
|
+
import '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
100
|
+
import '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
101
|
+
import '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
102
|
+
import '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
103
|
+
import '@wix/auto_sdk_ecom_currencies/meta';
|
|
104
|
+
import '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
105
|
+
import '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
106
|
+
import '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
107
|
+
import '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
108
|
+
import '@wix/auto_sdk_ecom_tips/meta';
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// index.ts
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
abandonedCheckouts: () => abandonedCheckouts,
|
|
34
|
+
backInStockNotifications: () => backInStockNotifications,
|
|
35
|
+
backInStockSettings: () => backInStockSettings,
|
|
36
|
+
cart: () => cart,
|
|
37
|
+
checkout: () => checkout,
|
|
38
|
+
checkoutContent: () => checkoutContent,
|
|
39
|
+
checkoutSettings: () => checkoutSettings,
|
|
40
|
+
checkoutTemplates: () => checkoutTemplates,
|
|
41
|
+
currencies: () => currencies,
|
|
42
|
+
currentCart: () => currentCart,
|
|
43
|
+
deliveryProfile: () => deliveryProfile,
|
|
44
|
+
deliverySolutions: () => deliverySolutions,
|
|
45
|
+
discountRules: () => discountRules,
|
|
46
|
+
discountsCustomTrigger: () => discountsCustomTrigger,
|
|
47
|
+
draftOrders: () => draftOrders,
|
|
48
|
+
giftVouchers: () => giftVouchers,
|
|
49
|
+
localDeliveryOptions: () => localDeliveryOptions,
|
|
50
|
+
orderBilling: () => orderBilling,
|
|
51
|
+
orderFulfillments: () => orderFulfillments,
|
|
52
|
+
orderInvoices: () => orderInvoices,
|
|
53
|
+
orderPaymentRequests: () => orderPaymentRequests,
|
|
54
|
+
orderTransactions: () => orderTransactions,
|
|
55
|
+
orders: () => orders,
|
|
56
|
+
ordersSettings: () => ordersSettings,
|
|
57
|
+
pickupLocations: () => pickupLocations,
|
|
58
|
+
recommendations: () => recommendations,
|
|
59
|
+
shippingOptions: () => shippingOptions,
|
|
60
|
+
shippoConfigurations: () => shippoConfigurations,
|
|
61
|
+
subscriptionContracts: () => subscriptionContracts,
|
|
62
|
+
taxCalculation: () => taxCalculation,
|
|
63
|
+
taxGroups: () => taxGroups,
|
|
64
|
+
taxRegions: () => taxRegions,
|
|
65
|
+
tipSettings: () => tipSettings,
|
|
66
|
+
tippableStaff: () => tippableStaff,
|
|
67
|
+
tips: () => tips,
|
|
68
|
+
totalsCalculator: () => totalsCalculator
|
|
69
|
+
});
|
|
70
|
+
module.exports = __toCommonJS(index_exports);
|
|
71
|
+
var taxGroups = __toESM(require("@wix/auto_sdk_ecom_tax-groups"));
|
|
72
|
+
var taxRegions = __toESM(require("@wix/auto_sdk_ecom_tax-regions"));
|
|
73
|
+
var checkoutContent = __toESM(require("@wix/auto_sdk_ecom_checkout-content"));
|
|
74
|
+
var discountsCustomTrigger = __toESM(require("@wix/auto_sdk_ecom_discounts-custom-trigger"));
|
|
75
|
+
var discountRules = __toESM(require("@wix/auto_sdk_ecom_discount-rules"));
|
|
76
|
+
var orderInvoices = __toESM(require("@wix/auto_sdk_ecom_order-invoices"));
|
|
77
|
+
var recommendations = __toESM(require("@wix/auto_sdk_ecom_recommendations"));
|
|
78
|
+
var subscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_subscription-contracts"));
|
|
79
|
+
var abandonedCheckouts = __toESM(require("@wix/auto_sdk_ecom_abandoned-checkouts"));
|
|
80
|
+
var backInStockNotifications = __toESM(require("@wix/auto_sdk_ecom_back-in-stock-notifications"));
|
|
81
|
+
var backInStockSettings = __toESM(require("@wix/auto_sdk_ecom_back-in-stock-settings"));
|
|
82
|
+
var cart = __toESM(require("@wix/auto_sdk_ecom_cart"));
|
|
83
|
+
var currentCart = __toESM(require("@wix/auto_sdk_ecom_current-cart"));
|
|
84
|
+
var checkout = __toESM(require("@wix/auto_sdk_ecom_checkout"));
|
|
85
|
+
var checkoutSettings = __toESM(require("@wix/auto_sdk_ecom_checkout-settings"));
|
|
86
|
+
var checkoutTemplates = __toESM(require("@wix/auto_sdk_ecom_checkout-templates"));
|
|
87
|
+
var deliveryProfile = __toESM(require("@wix/auto_sdk_ecom_delivery-profile"));
|
|
88
|
+
var draftOrders = __toESM(require("@wix/auto_sdk_ecom_draft-orders"));
|
|
89
|
+
var orderFulfillments = __toESM(require("@wix/auto_sdk_ecom_order-fulfillments"));
|
|
90
|
+
var giftVouchers = __toESM(require("@wix/auto_sdk_ecom_gift-vouchers"));
|
|
91
|
+
var localDeliveryOptions = __toESM(require("@wix/auto_sdk_ecom_local-delivery-options"));
|
|
92
|
+
var orders = __toESM(require("@wix/auto_sdk_ecom_orders"));
|
|
93
|
+
var orderBilling = __toESM(require("@wix/auto_sdk_ecom_order-billing"));
|
|
94
|
+
var orderPaymentRequests = __toESM(require("@wix/auto_sdk_ecom_order-payment-requests"));
|
|
95
|
+
var orderTransactions = __toESM(require("@wix/auto_sdk_ecom_order-transactions"));
|
|
96
|
+
var ordersSettings = __toESM(require("@wix/auto_sdk_ecom_orders-settings"));
|
|
97
|
+
var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations"));
|
|
98
|
+
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options"));
|
|
99
|
+
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations"));
|
|
100
|
+
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator"));
|
|
101
|
+
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies"));
|
|
102
|
+
var taxCalculation = __toESM(require("@wix/auto_sdk_ecom_tax-calculation"));
|
|
103
|
+
var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions"));
|
|
104
|
+
var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings"));
|
|
105
|
+
var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff"));
|
|
106
|
+
var tips = __toESM(require("@wix/auto_sdk_ecom_tips"));
|
|
107
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
108
|
+
0 && (module.exports = {
|
|
109
|
+
abandonedCheckouts,
|
|
110
|
+
backInStockNotifications,
|
|
111
|
+
backInStockSettings,
|
|
112
|
+
cart,
|
|
113
|
+
checkout,
|
|
114
|
+
checkoutContent,
|
|
115
|
+
checkoutSettings,
|
|
116
|
+
checkoutTemplates,
|
|
117
|
+
currencies,
|
|
118
|
+
currentCart,
|
|
119
|
+
deliveryProfile,
|
|
120
|
+
deliverySolutions,
|
|
121
|
+
discountRules,
|
|
122
|
+
discountsCustomTrigger,
|
|
123
|
+
draftOrders,
|
|
124
|
+
giftVouchers,
|
|
125
|
+
localDeliveryOptions,
|
|
126
|
+
orderBilling,
|
|
127
|
+
orderFulfillments,
|
|
128
|
+
orderInvoices,
|
|
129
|
+
orderPaymentRequests,
|
|
130
|
+
orderTransactions,
|
|
131
|
+
orders,
|
|
132
|
+
ordersSettings,
|
|
133
|
+
pickupLocations,
|
|
134
|
+
recommendations,
|
|
135
|
+
shippingOptions,
|
|
136
|
+
shippoConfigurations,
|
|
137
|
+
subscriptionContracts,
|
|
138
|
+
taxCalculation,
|
|
139
|
+
taxGroups,
|
|
140
|
+
taxRegions,
|
|
141
|
+
tipSettings,
|
|
142
|
+
tippableStaff,
|
|
143
|
+
tips,
|
|
144
|
+
totalsCalculator
|
|
145
|
+
});
|
|
146
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\n\nexport {\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as taxGroups from "@wix/auto_sdk_ecom_tax-groups";
|
|
3
|
+
import * as taxRegions from "@wix/auto_sdk_ecom_tax-regions";
|
|
4
|
+
import * as checkoutContent from "@wix/auto_sdk_ecom_checkout-content";
|
|
5
|
+
import * as discountsCustomTrigger from "@wix/auto_sdk_ecom_discounts-custom-trigger";
|
|
6
|
+
import * as discountRules from "@wix/auto_sdk_ecom_discount-rules";
|
|
7
|
+
import * as orderInvoices from "@wix/auto_sdk_ecom_order-invoices";
|
|
8
|
+
import * as recommendations from "@wix/auto_sdk_ecom_recommendations";
|
|
9
|
+
import * as subscriptionContracts from "@wix/auto_sdk_ecom_subscription-contracts";
|
|
10
|
+
import * as abandonedCheckouts from "@wix/auto_sdk_ecom_abandoned-checkouts";
|
|
11
|
+
import * as backInStockNotifications from "@wix/auto_sdk_ecom_back-in-stock-notifications";
|
|
12
|
+
import * as backInStockSettings from "@wix/auto_sdk_ecom_back-in-stock-settings";
|
|
13
|
+
import * as cart from "@wix/auto_sdk_ecom_cart";
|
|
14
|
+
import * as currentCart from "@wix/auto_sdk_ecom_current-cart";
|
|
15
|
+
import * as checkout from "@wix/auto_sdk_ecom_checkout";
|
|
16
|
+
import * as checkoutSettings from "@wix/auto_sdk_ecom_checkout-settings";
|
|
17
|
+
import * as checkoutTemplates from "@wix/auto_sdk_ecom_checkout-templates";
|
|
18
|
+
import * as deliveryProfile from "@wix/auto_sdk_ecom_delivery-profile";
|
|
19
|
+
import * as draftOrders from "@wix/auto_sdk_ecom_draft-orders";
|
|
20
|
+
import * as orderFulfillments from "@wix/auto_sdk_ecom_order-fulfillments";
|
|
21
|
+
import * as giftVouchers from "@wix/auto_sdk_ecom_gift-vouchers";
|
|
22
|
+
import * as localDeliveryOptions from "@wix/auto_sdk_ecom_local-delivery-options";
|
|
23
|
+
import * as orders from "@wix/auto_sdk_ecom_orders";
|
|
24
|
+
import * as orderBilling from "@wix/auto_sdk_ecom_order-billing";
|
|
25
|
+
import * as orderPaymentRequests from "@wix/auto_sdk_ecom_order-payment-requests";
|
|
26
|
+
import * as orderTransactions from "@wix/auto_sdk_ecom_order-transactions";
|
|
27
|
+
import * as ordersSettings from "@wix/auto_sdk_ecom_orders-settings";
|
|
28
|
+
import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations";
|
|
29
|
+
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options";
|
|
30
|
+
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations";
|
|
31
|
+
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator";
|
|
32
|
+
import * as currencies from "@wix/auto_sdk_ecom_currencies";
|
|
33
|
+
import * as taxCalculation from "@wix/auto_sdk_ecom_tax-calculation";
|
|
34
|
+
import * as deliverySolutions from "@wix/auto_sdk_ecom_delivery-solutions";
|
|
35
|
+
import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings";
|
|
36
|
+
import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff";
|
|
37
|
+
import * as tips from "@wix/auto_sdk_ecom_tips";
|
|
38
|
+
export {
|
|
39
|
+
abandonedCheckouts,
|
|
40
|
+
backInStockNotifications,
|
|
41
|
+
backInStockSettings,
|
|
42
|
+
cart,
|
|
43
|
+
checkout,
|
|
44
|
+
checkoutContent,
|
|
45
|
+
checkoutSettings,
|
|
46
|
+
checkoutTemplates,
|
|
47
|
+
currencies,
|
|
48
|
+
currentCart,
|
|
49
|
+
deliveryProfile,
|
|
50
|
+
deliverySolutions,
|
|
51
|
+
discountRules,
|
|
52
|
+
discountsCustomTrigger,
|
|
53
|
+
draftOrders,
|
|
54
|
+
giftVouchers,
|
|
55
|
+
localDeliveryOptions,
|
|
56
|
+
orderBilling,
|
|
57
|
+
orderFulfillments,
|
|
58
|
+
orderInvoices,
|
|
59
|
+
orderPaymentRequests,
|
|
60
|
+
orderTransactions,
|
|
61
|
+
orders,
|
|
62
|
+
ordersSettings,
|
|
63
|
+
pickupLocations,
|
|
64
|
+
recommendations,
|
|
65
|
+
shippingOptions,
|
|
66
|
+
shippoConfigurations,
|
|
67
|
+
subscriptionContracts,
|
|
68
|
+
taxCalculation,
|
|
69
|
+
taxGroups,
|
|
70
|
+
taxRegions,
|
|
71
|
+
tipSettings,
|
|
72
|
+
tippableStaff,
|
|
73
|
+
tips,
|
|
74
|
+
totalsCalculator
|
|
75
|
+
};
|
|
76
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';\nimport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';\nimport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';\nimport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';\nimport * as discountRules from '@wix/auto_sdk_ecom_discount-rules';\nimport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';\nimport * as recommendations from '@wix/auto_sdk_ecom_recommendations';\nimport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';\nimport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';\nimport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';\nimport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';\nimport * as cart from '@wix/auto_sdk_ecom_cart';\nimport * as currentCart from '@wix/auto_sdk_ecom_current-cart';\nimport * as checkout from '@wix/auto_sdk_ecom_checkout';\nimport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';\nimport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';\nimport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';\nimport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';\nimport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';\nimport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';\nimport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';\nimport * as orders from '@wix/auto_sdk_ecom_orders';\nimport * as orderBilling from '@wix/auto_sdk_ecom_order-billing';\nimport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';\nimport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';\nimport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';\nimport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';\nimport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';\nimport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';\nimport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';\nimport * as currencies from '@wix/auto_sdk_ecom_currencies';\nimport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';\nimport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';\nimport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';\nimport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';\nimport * as tips from '@wix/auto_sdk_ecom_tips';\n\nexport {\n taxGroups,\n taxRegions,\n checkoutContent,\n discountsCustomTrigger,\n discountRules,\n orderInvoices,\n recommendations,\n subscriptionContracts,\n abandonedCheckouts,\n backInStockNotifications,\n backInStockSettings,\n cart,\n currentCart,\n checkout,\n checkoutSettings,\n checkoutTemplates,\n deliveryProfile,\n draftOrders,\n orderFulfillments,\n giftVouchers,\n localDeliveryOptions,\n orders,\n orderBilling,\n orderPaymentRequests,\n orderTransactions,\n ordersSettings,\n pickupLocations,\n shippingOptions,\n shippoConfigurations,\n totalsCalculator,\n currencies,\n taxCalculation,\n deliverySolutions,\n tipSettings,\n tippableStaff,\n tips,\n};\n"],"mappings":";AAAA,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_ecom_tax-groups/meta';
|
|
2
|
+
export { meta as taxGroups };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_ecom_tax-regions/meta';
|
|
4
|
+
export { meta$1 as taxRegions };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_ecom_checkout-content/meta';
|
|
6
|
+
export { meta$2 as checkoutContent };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
|
|
8
|
+
export { meta$3 as discountsCustomTrigger };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_ecom_discount-rules/meta';
|
|
10
|
+
export { meta$4 as discountRules };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_ecom_order-invoices/meta';
|
|
12
|
+
export { meta$5 as orderInvoices };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_ecom_recommendations/meta';
|
|
14
|
+
export { meta$6 as recommendations };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_ecom_subscription-contracts/meta';
|
|
16
|
+
export { meta$7 as subscriptionContracts };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';
|
|
18
|
+
export { meta$8 as abandonedCheckouts };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';
|
|
20
|
+
export { meta$9 as backInStockNotifications };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';
|
|
22
|
+
export { meta$a as backInStockSettings };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_ecom_cart/meta';
|
|
24
|
+
export { meta$b as cart };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_ecom_current-cart/meta';
|
|
26
|
+
export { meta$c as currentCart };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_ecom_checkout/meta';
|
|
28
|
+
export { meta$d as checkout };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_ecom_checkout-settings/meta';
|
|
30
|
+
export { meta$e as checkoutSettings };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_ecom_checkout-templates/meta';
|
|
32
|
+
export { meta$f as checkoutTemplates };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_ecom_delivery-profile/meta';
|
|
34
|
+
export { meta$g as deliveryProfile };
|
|
35
|
+
import * as meta$h from '@wix/auto_sdk_ecom_draft-orders/meta';
|
|
36
|
+
export { meta$h as draftOrders };
|
|
37
|
+
import * as meta$i from '@wix/auto_sdk_ecom_order-fulfillments/meta';
|
|
38
|
+
export { meta$i as orderFulfillments };
|
|
39
|
+
import * as meta$j from '@wix/auto_sdk_ecom_gift-vouchers/meta';
|
|
40
|
+
export { meta$j as giftVouchers };
|
|
41
|
+
import * as meta$k from '@wix/auto_sdk_ecom_local-delivery-options/meta';
|
|
42
|
+
export { meta$k as localDeliveryOptions };
|
|
43
|
+
import * as meta$l from '@wix/auto_sdk_ecom_orders/meta';
|
|
44
|
+
export { meta$l as orders };
|
|
45
|
+
import * as meta$m from '@wix/auto_sdk_ecom_order-billing/meta';
|
|
46
|
+
export { meta$m as orderBilling };
|
|
47
|
+
import * as meta$n from '@wix/auto_sdk_ecom_order-payment-requests/meta';
|
|
48
|
+
export { meta$n as orderPaymentRequests };
|
|
49
|
+
import * as meta$o from '@wix/auto_sdk_ecom_order-transactions/meta';
|
|
50
|
+
export { meta$o as orderTransactions };
|
|
51
|
+
import * as meta$p from '@wix/auto_sdk_ecom_orders-settings/meta';
|
|
52
|
+
export { meta$p as ordersSettings };
|
|
53
|
+
import * as meta$q from '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
54
|
+
export { meta$q as pickupLocations };
|
|
55
|
+
import * as meta$r from '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
56
|
+
export { meta$r as shippingOptions };
|
|
57
|
+
import * as meta$s from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
58
|
+
export { meta$s as shippoConfigurations };
|
|
59
|
+
import * as meta$t from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
60
|
+
export { meta$t as totalsCalculator };
|
|
61
|
+
import * as meta$u from '@wix/auto_sdk_ecom_currencies/meta';
|
|
62
|
+
export { meta$u as currencies };
|
|
63
|
+
import * as meta$v from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
64
|
+
export { meta$v as taxCalculation };
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
66
|
+
export { meta$w as deliverySolutions };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
68
|
+
export { meta$x as tipSettings };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
70
|
+
export { meta$y as tippableStaff };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_tips/meta';
|
|
72
|
+
export { meta$z as tips };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_ecom_tax-groups/meta';
|
|
2
|
+
export { meta as taxGroups };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_ecom_tax-regions/meta';
|
|
4
|
+
export { meta$1 as taxRegions };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_ecom_checkout-content/meta';
|
|
6
|
+
export { meta$2 as checkoutContent };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
|
|
8
|
+
export { meta$3 as discountsCustomTrigger };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_ecom_discount-rules/meta';
|
|
10
|
+
export { meta$4 as discountRules };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_ecom_order-invoices/meta';
|
|
12
|
+
export { meta$5 as orderInvoices };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_ecom_recommendations/meta';
|
|
14
|
+
export { meta$6 as recommendations };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_ecom_subscription-contracts/meta';
|
|
16
|
+
export { meta$7 as subscriptionContracts };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';
|
|
18
|
+
export { meta$8 as abandonedCheckouts };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';
|
|
20
|
+
export { meta$9 as backInStockNotifications };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';
|
|
22
|
+
export { meta$a as backInStockSettings };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_ecom_cart/meta';
|
|
24
|
+
export { meta$b as cart };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_ecom_current-cart/meta';
|
|
26
|
+
export { meta$c as currentCart };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_ecom_checkout/meta';
|
|
28
|
+
export { meta$d as checkout };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_ecom_checkout-settings/meta';
|
|
30
|
+
export { meta$e as checkoutSettings };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_ecom_checkout-templates/meta';
|
|
32
|
+
export { meta$f as checkoutTemplates };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_ecom_delivery-profile/meta';
|
|
34
|
+
export { meta$g as deliveryProfile };
|
|
35
|
+
import * as meta$h from '@wix/auto_sdk_ecom_draft-orders/meta';
|
|
36
|
+
export { meta$h as draftOrders };
|
|
37
|
+
import * as meta$i from '@wix/auto_sdk_ecom_order-fulfillments/meta';
|
|
38
|
+
export { meta$i as orderFulfillments };
|
|
39
|
+
import * as meta$j from '@wix/auto_sdk_ecom_gift-vouchers/meta';
|
|
40
|
+
export { meta$j as giftVouchers };
|
|
41
|
+
import * as meta$k from '@wix/auto_sdk_ecom_local-delivery-options/meta';
|
|
42
|
+
export { meta$k as localDeliveryOptions };
|
|
43
|
+
import * as meta$l from '@wix/auto_sdk_ecom_orders/meta';
|
|
44
|
+
export { meta$l as orders };
|
|
45
|
+
import * as meta$m from '@wix/auto_sdk_ecom_order-billing/meta';
|
|
46
|
+
export { meta$m as orderBilling };
|
|
47
|
+
import * as meta$n from '@wix/auto_sdk_ecom_order-payment-requests/meta';
|
|
48
|
+
export { meta$n as orderPaymentRequests };
|
|
49
|
+
import * as meta$o from '@wix/auto_sdk_ecom_order-transactions/meta';
|
|
50
|
+
export { meta$o as orderTransactions };
|
|
51
|
+
import * as meta$p from '@wix/auto_sdk_ecom_orders-settings/meta';
|
|
52
|
+
export { meta$p as ordersSettings };
|
|
53
|
+
import * as meta$q from '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
54
|
+
export { meta$q as pickupLocations };
|
|
55
|
+
import * as meta$r from '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
56
|
+
export { meta$r as shippingOptions };
|
|
57
|
+
import * as meta$s from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
58
|
+
export { meta$s as shippoConfigurations };
|
|
59
|
+
import * as meta$t from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
60
|
+
export { meta$t as totalsCalculator };
|
|
61
|
+
import * as meta$u from '@wix/auto_sdk_ecom_currencies/meta';
|
|
62
|
+
export { meta$u as currencies };
|
|
63
|
+
import * as meta$v from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
64
|
+
export { meta$v as taxCalculation };
|
|
65
|
+
import * as meta$w from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
66
|
+
export { meta$w as deliverySolutions };
|
|
67
|
+
import * as meta$x from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
68
|
+
export { meta$x as tipSettings };
|
|
69
|
+
import * as meta$y from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
70
|
+
export { meta$y as tippableStaff };
|
|
71
|
+
import * as meta$z from '@wix/auto_sdk_ecom_tips/meta';
|
|
72
|
+
export { meta$z as tips };
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// meta.ts
|
|
31
|
+
var meta_exports = {};
|
|
32
|
+
__export(meta_exports, {
|
|
33
|
+
abandonedCheckouts: () => abandonedCheckouts,
|
|
34
|
+
backInStockNotifications: () => backInStockNotifications,
|
|
35
|
+
backInStockSettings: () => backInStockSettings,
|
|
36
|
+
cart: () => cart,
|
|
37
|
+
checkout: () => checkout,
|
|
38
|
+
checkoutContent: () => checkoutContent,
|
|
39
|
+
checkoutSettings: () => checkoutSettings,
|
|
40
|
+
checkoutTemplates: () => checkoutTemplates,
|
|
41
|
+
currencies: () => currencies,
|
|
42
|
+
currentCart: () => currentCart,
|
|
43
|
+
deliveryProfile: () => deliveryProfile,
|
|
44
|
+
deliverySolutions: () => deliverySolutions,
|
|
45
|
+
discountRules: () => discountRules,
|
|
46
|
+
discountsCustomTrigger: () => discountsCustomTrigger,
|
|
47
|
+
draftOrders: () => draftOrders,
|
|
48
|
+
giftVouchers: () => giftVouchers,
|
|
49
|
+
localDeliveryOptions: () => localDeliveryOptions,
|
|
50
|
+
orderBilling: () => orderBilling,
|
|
51
|
+
orderFulfillments: () => orderFulfillments,
|
|
52
|
+
orderInvoices: () => orderInvoices,
|
|
53
|
+
orderPaymentRequests: () => orderPaymentRequests,
|
|
54
|
+
orderTransactions: () => orderTransactions,
|
|
55
|
+
orders: () => orders,
|
|
56
|
+
ordersSettings: () => ordersSettings,
|
|
57
|
+
pickupLocations: () => pickupLocations,
|
|
58
|
+
recommendations: () => recommendations,
|
|
59
|
+
shippingOptions: () => shippingOptions,
|
|
60
|
+
shippoConfigurations: () => shippoConfigurations,
|
|
61
|
+
subscriptionContracts: () => subscriptionContracts,
|
|
62
|
+
taxCalculation: () => taxCalculation,
|
|
63
|
+
taxGroups: () => taxGroups,
|
|
64
|
+
taxRegions: () => taxRegions,
|
|
65
|
+
tipSettings: () => tipSettings,
|
|
66
|
+
tippableStaff: () => tippableStaff,
|
|
67
|
+
tips: () => tips,
|
|
68
|
+
totalsCalculator: () => totalsCalculator
|
|
69
|
+
});
|
|
70
|
+
module.exports = __toCommonJS(meta_exports);
|
|
71
|
+
var taxGroups = __toESM(require("@wix/auto_sdk_ecom_tax-groups/meta"));
|
|
72
|
+
var taxRegions = __toESM(require("@wix/auto_sdk_ecom_tax-regions/meta"));
|
|
73
|
+
var checkoutContent = __toESM(require("@wix/auto_sdk_ecom_checkout-content/meta"));
|
|
74
|
+
var discountsCustomTrigger = __toESM(require("@wix/auto_sdk_ecom_discounts-custom-trigger/meta"));
|
|
75
|
+
var discountRules = __toESM(require("@wix/auto_sdk_ecom_discount-rules/meta"));
|
|
76
|
+
var orderInvoices = __toESM(require("@wix/auto_sdk_ecom_order-invoices/meta"));
|
|
77
|
+
var recommendations = __toESM(require("@wix/auto_sdk_ecom_recommendations/meta"));
|
|
78
|
+
var subscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_subscription-contracts/meta"));
|
|
79
|
+
var abandonedCheckouts = __toESM(require("@wix/auto_sdk_ecom_abandoned-checkouts/meta"));
|
|
80
|
+
var backInStockNotifications = __toESM(require("@wix/auto_sdk_ecom_back-in-stock-notifications/meta"));
|
|
81
|
+
var backInStockSettings = __toESM(require("@wix/auto_sdk_ecom_back-in-stock-settings/meta"));
|
|
82
|
+
var cart = __toESM(require("@wix/auto_sdk_ecom_cart/meta"));
|
|
83
|
+
var currentCart = __toESM(require("@wix/auto_sdk_ecom_current-cart/meta"));
|
|
84
|
+
var checkout = __toESM(require("@wix/auto_sdk_ecom_checkout/meta"));
|
|
85
|
+
var checkoutSettings = __toESM(require("@wix/auto_sdk_ecom_checkout-settings/meta"));
|
|
86
|
+
var checkoutTemplates = __toESM(require("@wix/auto_sdk_ecom_checkout-templates/meta"));
|
|
87
|
+
var deliveryProfile = __toESM(require("@wix/auto_sdk_ecom_delivery-profile/meta"));
|
|
88
|
+
var draftOrders = __toESM(require("@wix/auto_sdk_ecom_draft-orders/meta"));
|
|
89
|
+
var orderFulfillments = __toESM(require("@wix/auto_sdk_ecom_order-fulfillments/meta"));
|
|
90
|
+
var giftVouchers = __toESM(require("@wix/auto_sdk_ecom_gift-vouchers/meta"));
|
|
91
|
+
var localDeliveryOptions = __toESM(require("@wix/auto_sdk_ecom_local-delivery-options/meta"));
|
|
92
|
+
var orders = __toESM(require("@wix/auto_sdk_ecom_orders/meta"));
|
|
93
|
+
var orderBilling = __toESM(require("@wix/auto_sdk_ecom_order-billing/meta"));
|
|
94
|
+
var orderPaymentRequests = __toESM(require("@wix/auto_sdk_ecom_order-payment-requests/meta"));
|
|
95
|
+
var orderTransactions = __toESM(require("@wix/auto_sdk_ecom_order-transactions/meta"));
|
|
96
|
+
var ordersSettings = __toESM(require("@wix/auto_sdk_ecom_orders-settings/meta"));
|
|
97
|
+
var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations/meta"));
|
|
98
|
+
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options/meta"));
|
|
99
|
+
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations/meta"));
|
|
100
|
+
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator/meta"));
|
|
101
|
+
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies/meta"));
|
|
102
|
+
var taxCalculation = __toESM(require("@wix/auto_sdk_ecom_tax-calculation/meta"));
|
|
103
|
+
var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions/meta"));
|
|
104
|
+
var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings/meta"));
|
|
105
|
+
var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/meta"));
|
|
106
|
+
var tips = __toESM(require("@wix/auto_sdk_ecom_tips/meta"));
|
|
107
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
108
|
+
0 && (module.exports = {
|
|
109
|
+
abandonedCheckouts,
|
|
110
|
+
backInStockNotifications,
|
|
111
|
+
backInStockSettings,
|
|
112
|
+
cart,
|
|
113
|
+
checkout,
|
|
114
|
+
checkoutContent,
|
|
115
|
+
checkoutSettings,
|
|
116
|
+
checkoutTemplates,
|
|
117
|
+
currencies,
|
|
118
|
+
currentCart,
|
|
119
|
+
deliveryProfile,
|
|
120
|
+
deliverySolutions,
|
|
121
|
+
discountRules,
|
|
122
|
+
discountsCustomTrigger,
|
|
123
|
+
draftOrders,
|
|
124
|
+
giftVouchers,
|
|
125
|
+
localDeliveryOptions,
|
|
126
|
+
orderBilling,
|
|
127
|
+
orderFulfillments,
|
|
128
|
+
orderInvoices,
|
|
129
|
+
orderPaymentRequests,
|
|
130
|
+
orderTransactions,
|
|
131
|
+
orders,
|
|
132
|
+
ordersSettings,
|
|
133
|
+
pickupLocations,
|
|
134
|
+
recommendations,
|
|
135
|
+
shippingOptions,
|
|
136
|
+
shippoConfigurations,
|
|
137
|
+
subscriptionContracts,
|
|
138
|
+
taxCalculation,
|
|
139
|
+
taxGroups,
|
|
140
|
+
taxRegions,
|
|
141
|
+
tipSettings,
|
|
142
|
+
tippableStaff,
|
|
143
|
+
tips,
|
|
144
|
+
totalsCalculator
|
|
145
|
+
});
|
|
146
|
+
//# sourceMappingURL=meta.js.map
|