@wix/ecom 1.0.943 → 1.0.944
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/index.d.ts +33 -33
- package/build/cjs/index.js +33 -33
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +33 -33
- package/build/cjs/meta.js +33 -33
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/service-plugins.d.ts +10 -10
- package/build/cjs/service-plugins.js +10 -10
- package/build/cjs/service-plugins.js.map +1 -1
- package/build/es/index.d.ts +33 -33
- package/build/es/index.js +33 -33
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +33 -33
- package/build/es/meta.js +33 -33
- package/build/es/meta.js.map +1 -1
- package/build/es/service-plugins.d.ts +10 -10
- package/build/es/service-plugins.js +10 -10
- package/build/es/service-plugins.js.map +1 -1
- package/package.json +47 -47
- 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 -34
- package/build/internal/cjs/index.js +0 -93
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.d.ts +0 -33
- package/build/internal/cjs/meta.js +0 -60
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/cjs/service-plugins.d.ts +0 -10
- package/build/internal/cjs/service-plugins.js +0 -37
- 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 -34
- package/build/internal/es/index.js +0 -35
- package/build/internal/es/index.js.map +0 -1
- package/build/internal/es/meta.d.ts +0 -33
- package/build/internal/es/meta.js +0 -34
- package/build/internal/es/meta.js.map +0 -1
- package/build/internal/es/service-plugins.d.ts +0 -10
- package/build/internal/es/service-plugins.js +0 -11
- package/build/internal/es/service-plugins.js.map +0 -1
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import * as checkoutContent from '@wix/
|
|
2
|
-
import * as discountsCustomTrigger from '@wix/
|
|
3
|
-
import * as discountRules from '@wix/
|
|
4
|
-
import * as orderInvoices from '@wix/
|
|
5
|
-
import * as recommendations from '@wix/
|
|
6
|
-
import * as subscriptionContracts from '@wix/
|
|
7
|
-
import * as abandonedCheckouts from '@wix/
|
|
8
|
-
import * as backInStockNotifications from '@wix/
|
|
9
|
-
import * as backInStockSettings from '@wix/
|
|
10
|
-
import * as cart from '@wix/
|
|
11
|
-
import * as currentCart from '@wix/
|
|
12
|
-
import * as checkout from '@wix/
|
|
13
|
-
import * as checkoutSettings from '@wix/
|
|
14
|
-
import * as checkoutTemplates from '@wix/
|
|
15
|
-
import * as deliveryProfile from '@wix/
|
|
16
|
-
import * as draftOrders from '@wix/
|
|
17
|
-
import * as orderFulfillments from '@wix/
|
|
18
|
-
import * as giftVouchers from '@wix/
|
|
19
|
-
import * as localDeliveryOptions from '@wix/
|
|
20
|
-
import * as orders from '@wix/
|
|
21
|
-
import * as orderBilling from '@wix/
|
|
22
|
-
import * as orderPaymentRequests from '@wix/
|
|
23
|
-
import * as orderTransactions from '@wix/
|
|
24
|
-
import * as ordersSettings from '@wix/
|
|
25
|
-
import * as pickupLocations from '@wix/
|
|
26
|
-
import * as shippingOptions from '@wix/
|
|
27
|
-
import * as shippoConfigurations from '@wix/
|
|
28
|
-
import * as totalsCalculator from '@wix/
|
|
29
|
-
import * as currencies from '@wix/
|
|
30
|
-
import * as deliverySolutions from '@wix/
|
|
31
|
-
import * as tipSettings from '@wix/
|
|
32
|
-
import * as tippableStaff from '@wix/
|
|
33
|
-
import * as tips from '@wix/
|
|
1
|
+
import * as checkoutContent from '@wix/ecom_checkout-content';
|
|
2
|
+
import * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger';
|
|
3
|
+
import * as discountRules from '@wix/ecom_discount-rules';
|
|
4
|
+
import * as orderInvoices from '@wix/ecom_order-invoices';
|
|
5
|
+
import * as recommendations from '@wix/ecom_recommendations';
|
|
6
|
+
import * as subscriptionContracts from '@wix/ecom_subscription-contracts';
|
|
7
|
+
import * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts';
|
|
8
|
+
import * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications';
|
|
9
|
+
import * as backInStockSettings from '@wix/ecom_back-in-stock-settings';
|
|
10
|
+
import * as cart from '@wix/ecom_cart';
|
|
11
|
+
import * as currentCart from '@wix/ecom_current-cart';
|
|
12
|
+
import * as checkout from '@wix/ecom_checkout';
|
|
13
|
+
import * as checkoutSettings from '@wix/ecom_checkout-settings';
|
|
14
|
+
import * as checkoutTemplates from '@wix/ecom_checkout-templates';
|
|
15
|
+
import * as deliveryProfile from '@wix/ecom_delivery-profile';
|
|
16
|
+
import * as draftOrders from '@wix/ecom_draft-orders';
|
|
17
|
+
import * as orderFulfillments from '@wix/ecom_order-fulfillments';
|
|
18
|
+
import * as giftVouchers from '@wix/ecom_gift-vouchers';
|
|
19
|
+
import * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
|
|
20
|
+
import * as orders from '@wix/ecom_orders';
|
|
21
|
+
import * as orderBilling from '@wix/ecom_order-billing';
|
|
22
|
+
import * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
|
|
23
|
+
import * as orderTransactions from '@wix/ecom_order-transactions';
|
|
24
|
+
import * as ordersSettings from '@wix/ecom_orders-settings';
|
|
25
|
+
import * as pickupLocations from '@wix/ecom_pickup-locations';
|
|
26
|
+
import * as shippingOptions from '@wix/ecom_shipping-options';
|
|
27
|
+
import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
|
|
28
|
+
import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
29
|
+
import * as currencies from '@wix/ecom_currencies';
|
|
30
|
+
import * as deliverySolutions from '@wix/ecom_delivery-solutions';
|
|
31
|
+
import * as tipSettings from '@wix/ecom_tip-settings';
|
|
32
|
+
import * as tippableStaff from '@wix/ecom_tippable-staff';
|
|
33
|
+
import * as tips from '@wix/ecom_tips';
|
|
34
34
|
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
|
package/build/cjs/index.js
CHANGED
|
@@ -24,70 +24,70 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
|
|
27
|
-
const checkoutContent = __importStar(require("@wix/
|
|
27
|
+
const checkoutContent = __importStar(require("@wix/ecom_checkout-content"));
|
|
28
28
|
exports.checkoutContent = checkoutContent;
|
|
29
|
-
const discountsCustomTrigger = __importStar(require("@wix/
|
|
29
|
+
const discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger"));
|
|
30
30
|
exports.discountsCustomTrigger = discountsCustomTrigger;
|
|
31
|
-
const discountRules = __importStar(require("@wix/
|
|
31
|
+
const discountRules = __importStar(require("@wix/ecom_discount-rules"));
|
|
32
32
|
exports.discountRules = discountRules;
|
|
33
|
-
const orderInvoices = __importStar(require("@wix/
|
|
33
|
+
const orderInvoices = __importStar(require("@wix/ecom_order-invoices"));
|
|
34
34
|
exports.orderInvoices = orderInvoices;
|
|
35
|
-
const recommendations = __importStar(require("@wix/
|
|
35
|
+
const recommendations = __importStar(require("@wix/ecom_recommendations"));
|
|
36
36
|
exports.recommendations = recommendations;
|
|
37
|
-
const subscriptionContracts = __importStar(require("@wix/
|
|
37
|
+
const subscriptionContracts = __importStar(require("@wix/ecom_subscription-contracts"));
|
|
38
38
|
exports.subscriptionContracts = subscriptionContracts;
|
|
39
|
-
const abandonedCheckouts = __importStar(require("@wix/
|
|
39
|
+
const abandonedCheckouts = __importStar(require("@wix/ecom_abandoned-checkouts"));
|
|
40
40
|
exports.abandonedCheckouts = abandonedCheckouts;
|
|
41
|
-
const backInStockNotifications = __importStar(require("@wix/
|
|
41
|
+
const backInStockNotifications = __importStar(require("@wix/ecom_back-in-stock-notifications"));
|
|
42
42
|
exports.backInStockNotifications = backInStockNotifications;
|
|
43
|
-
const backInStockSettings = __importStar(require("@wix/
|
|
43
|
+
const backInStockSettings = __importStar(require("@wix/ecom_back-in-stock-settings"));
|
|
44
44
|
exports.backInStockSettings = backInStockSettings;
|
|
45
|
-
const cart = __importStar(require("@wix/
|
|
45
|
+
const cart = __importStar(require("@wix/ecom_cart"));
|
|
46
46
|
exports.cart = cart;
|
|
47
|
-
const currentCart = __importStar(require("@wix/
|
|
47
|
+
const currentCart = __importStar(require("@wix/ecom_current-cart"));
|
|
48
48
|
exports.currentCart = currentCart;
|
|
49
|
-
const checkout = __importStar(require("@wix/
|
|
49
|
+
const checkout = __importStar(require("@wix/ecom_checkout"));
|
|
50
50
|
exports.checkout = checkout;
|
|
51
|
-
const checkoutSettings = __importStar(require("@wix/
|
|
51
|
+
const checkoutSettings = __importStar(require("@wix/ecom_checkout-settings"));
|
|
52
52
|
exports.checkoutSettings = checkoutSettings;
|
|
53
|
-
const checkoutTemplates = __importStar(require("@wix/
|
|
53
|
+
const checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates"));
|
|
54
54
|
exports.checkoutTemplates = checkoutTemplates;
|
|
55
|
-
const deliveryProfile = __importStar(require("@wix/
|
|
55
|
+
const deliveryProfile = __importStar(require("@wix/ecom_delivery-profile"));
|
|
56
56
|
exports.deliveryProfile = deliveryProfile;
|
|
57
|
-
const draftOrders = __importStar(require("@wix/
|
|
57
|
+
const draftOrders = __importStar(require("@wix/ecom_draft-orders"));
|
|
58
58
|
exports.draftOrders = draftOrders;
|
|
59
|
-
const orderFulfillments = __importStar(require("@wix/
|
|
59
|
+
const orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments"));
|
|
60
60
|
exports.orderFulfillments = orderFulfillments;
|
|
61
|
-
const giftVouchers = __importStar(require("@wix/
|
|
61
|
+
const giftVouchers = __importStar(require("@wix/ecom_gift-vouchers"));
|
|
62
62
|
exports.giftVouchers = giftVouchers;
|
|
63
|
-
const localDeliveryOptions = __importStar(require("@wix/
|
|
63
|
+
const localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options"));
|
|
64
64
|
exports.localDeliveryOptions = localDeliveryOptions;
|
|
65
|
-
const orders = __importStar(require("@wix/
|
|
65
|
+
const orders = __importStar(require("@wix/ecom_orders"));
|
|
66
66
|
exports.orders = orders;
|
|
67
|
-
const orderBilling = __importStar(require("@wix/
|
|
67
|
+
const orderBilling = __importStar(require("@wix/ecom_order-billing"));
|
|
68
68
|
exports.orderBilling = orderBilling;
|
|
69
|
-
const orderPaymentRequests = __importStar(require("@wix/
|
|
69
|
+
const orderPaymentRequests = __importStar(require("@wix/ecom_order-payment-requests"));
|
|
70
70
|
exports.orderPaymentRequests = orderPaymentRequests;
|
|
71
|
-
const orderTransactions = __importStar(require("@wix/
|
|
71
|
+
const orderTransactions = __importStar(require("@wix/ecom_order-transactions"));
|
|
72
72
|
exports.orderTransactions = orderTransactions;
|
|
73
|
-
const ordersSettings = __importStar(require("@wix/
|
|
73
|
+
const ordersSettings = __importStar(require("@wix/ecom_orders-settings"));
|
|
74
74
|
exports.ordersSettings = ordersSettings;
|
|
75
|
-
const pickupLocations = __importStar(require("@wix/
|
|
75
|
+
const pickupLocations = __importStar(require("@wix/ecom_pickup-locations"));
|
|
76
76
|
exports.pickupLocations = pickupLocations;
|
|
77
|
-
const shippingOptions = __importStar(require("@wix/
|
|
77
|
+
const shippingOptions = __importStar(require("@wix/ecom_shipping-options"));
|
|
78
78
|
exports.shippingOptions = shippingOptions;
|
|
79
|
-
const shippoConfigurations = __importStar(require("@wix/
|
|
79
|
+
const shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurations"));
|
|
80
80
|
exports.shippoConfigurations = shippoConfigurations;
|
|
81
|
-
const totalsCalculator = __importStar(require("@wix/
|
|
81
|
+
const totalsCalculator = __importStar(require("@wix/ecom_totals-calculator"));
|
|
82
82
|
exports.totalsCalculator = totalsCalculator;
|
|
83
|
-
const currencies = __importStar(require("@wix/
|
|
83
|
+
const currencies = __importStar(require("@wix/ecom_currencies"));
|
|
84
84
|
exports.currencies = currencies;
|
|
85
|
-
const deliverySolutions = __importStar(require("@wix/
|
|
85
|
+
const deliverySolutions = __importStar(require("@wix/ecom_delivery-solutions"));
|
|
86
86
|
exports.deliverySolutions = deliverySolutions;
|
|
87
|
-
const tipSettings = __importStar(require("@wix/
|
|
87
|
+
const tipSettings = __importStar(require("@wix/ecom_tip-settings"));
|
|
88
88
|
exports.tipSettings = tipSettings;
|
|
89
|
-
const tippableStaff = __importStar(require("@wix/
|
|
89
|
+
const tippableStaff = __importStar(require("@wix/ecom_tippable-staff"));
|
|
90
90
|
exports.tippableStaff = tippableStaff;
|
|
91
|
-
const tips = __importStar(require("@wix/
|
|
91
|
+
const tips = __importStar(require("@wix/ecom_tips"));
|
|
92
92
|
exports.tips = tips;
|
|
93
93
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA8D;AAmC5D,0CAAe;AAlCjB,2FAA6E;AAmC3E,wDAAsB;AAlCxB,wEAA0D;AAmCxD,sCAAa;AAlCf,wEAA0D;AAmCxD,sCAAa;AAlCf,2EAA6D;AAmC3D,0CAAe;AAlCjB,wFAA0E;AAmCxE,sDAAqB;AAlCvB,kFAAoE;AAmClE,gDAAkB;AAlCpB,gGAAkF;AAmChF,4DAAwB;AAlC1B,sFAAwE;AAmCtE,kDAAmB;AAlCrB,qDAAuC;AAmCrC,oBAAI;AAlCN,oEAAsD;AAmCpD,kCAAW;AAlCb,6DAA+C;AAmC7C,4BAAQ;AAlCV,8EAAgE;AAmC9D,4CAAgB;AAlClB,gFAAkE;AAmChE,8CAAiB;AAlCnB,4EAA8D;AAmC5D,0CAAe;AAlCjB,oEAAsD;AAmCpD,kCAAW;AAlCb,gFAAkE;AAmChE,8CAAiB;AAlCnB,sEAAwD;AAmCtD,oCAAY;AAlCd,uFAAyE;AAmCvE,oDAAoB;AAlCtB,yDAA2C;AAmCzC,wBAAM;AAlCR,sEAAwD;AAmCtD,oCAAY;AAlCd,uFAAyE;AAmCvE,oDAAoB;AAlCtB,gFAAkE;AAmChE,8CAAiB;AAlCnB,0EAA4D;AAmC1D,wCAAc;AAlChB,4EAA8D;AAmC5D,0CAAe;AAlCjB,4EAA8D;AAmC5D,0CAAe;AAlCjB,sFAAwE;AAmCtE,oDAAoB;AAlCtB,8EAAgE;AAmC9D,4CAAgB;AAlClB,iEAAmD;AAmCjD,gCAAU;AAlCZ,gFAAkE;AAmChE,8CAAiB;AAlCnB,oEAAsD;AAmCpD,kCAAW;AAlCb,wEAA0D;AAmCxD,sCAAa;AAlCf,qDAAuC;AAmCrC,oBAAI"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
export * as checkoutContent from '@wix/
|
|
2
|
-
export * as discountsCustomTrigger from '@wix/
|
|
3
|
-
export * as discountRules from '@wix/
|
|
4
|
-
export * as orderInvoices from '@wix/
|
|
5
|
-
export * as recommendations from '@wix/
|
|
6
|
-
export * as subscriptionContracts from '@wix/
|
|
7
|
-
export * as abandonedCheckouts from '@wix/
|
|
8
|
-
export * as backInStockNotifications from '@wix/
|
|
9
|
-
export * as backInStockSettings from '@wix/
|
|
10
|
-
export * as cart from '@wix/
|
|
11
|
-
export * as currentCart from '@wix/
|
|
12
|
-
export * as checkout from '@wix/
|
|
13
|
-
export * as checkoutSettings from '@wix/
|
|
14
|
-
export * as checkoutTemplates from '@wix/
|
|
15
|
-
export * as deliveryProfile from '@wix/
|
|
16
|
-
export * as draftOrders from '@wix/
|
|
17
|
-
export * as orderFulfillments from '@wix/
|
|
18
|
-
export * as giftVouchers from '@wix/
|
|
19
|
-
export * as localDeliveryOptions from '@wix/
|
|
20
|
-
export * as orders from '@wix/
|
|
21
|
-
export * as orderBilling from '@wix/
|
|
22
|
-
export * as orderPaymentRequests from '@wix/
|
|
23
|
-
export * as orderTransactions from '@wix/
|
|
24
|
-
export * as ordersSettings from '@wix/
|
|
25
|
-
export * as pickupLocations from '@wix/
|
|
26
|
-
export * as shippingOptions from '@wix/
|
|
27
|
-
export * as shippoConfigurations from '@wix/
|
|
28
|
-
export * as totalsCalculator from '@wix/
|
|
29
|
-
export * as currencies from '@wix/
|
|
30
|
-
export * as deliverySolutions from '@wix/
|
|
31
|
-
export * as tipSettings from '@wix/
|
|
32
|
-
export * as tippableStaff from '@wix/
|
|
33
|
-
export * as tips from '@wix/
|
|
1
|
+
export * as checkoutContent from '@wix/ecom_checkout-content/meta';
|
|
2
|
+
export * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger/meta';
|
|
3
|
+
export * as discountRules from '@wix/ecom_discount-rules/meta';
|
|
4
|
+
export * as orderInvoices from '@wix/ecom_order-invoices/meta';
|
|
5
|
+
export * as recommendations from '@wix/ecom_recommendations/meta';
|
|
6
|
+
export * as subscriptionContracts from '@wix/ecom_subscription-contracts/meta';
|
|
7
|
+
export * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts/meta';
|
|
8
|
+
export * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications/meta';
|
|
9
|
+
export * as backInStockSettings from '@wix/ecom_back-in-stock-settings/meta';
|
|
10
|
+
export * as cart from '@wix/ecom_cart/meta';
|
|
11
|
+
export * as currentCart from '@wix/ecom_current-cart/meta';
|
|
12
|
+
export * as checkout from '@wix/ecom_checkout/meta';
|
|
13
|
+
export * as checkoutSettings from '@wix/ecom_checkout-settings/meta';
|
|
14
|
+
export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
|
|
15
|
+
export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
|
|
16
|
+
export * as draftOrders from '@wix/ecom_draft-orders/meta';
|
|
17
|
+
export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
|
|
18
|
+
export * as giftVouchers from '@wix/ecom_gift-vouchers/meta';
|
|
19
|
+
export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
|
|
20
|
+
export * as orders from '@wix/ecom_orders/meta';
|
|
21
|
+
export * as orderBilling from '@wix/ecom_order-billing/meta';
|
|
22
|
+
export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/meta';
|
|
23
|
+
export * as orderTransactions from '@wix/ecom_order-transactions/meta';
|
|
24
|
+
export * as ordersSettings from '@wix/ecom_orders-settings/meta';
|
|
25
|
+
export * as pickupLocations from '@wix/ecom_pickup-locations/meta';
|
|
26
|
+
export * as shippingOptions from '@wix/ecom_shipping-options/meta';
|
|
27
|
+
export * as shippoConfigurations from '@wix/ecom_shippo-configurations/meta';
|
|
28
|
+
export * as totalsCalculator from '@wix/ecom_totals-calculator/meta';
|
|
29
|
+
export * as currencies from '@wix/ecom_currencies/meta';
|
|
30
|
+
export * as deliverySolutions from '@wix/ecom_delivery-solutions/meta';
|
|
31
|
+
export * as tipSettings from '@wix/ecom_tip-settings/meta';
|
|
32
|
+
export * as tippableStaff from '@wix/ecom_tippable-staff/meta';
|
|
33
|
+
export * as tips from '@wix/ecom_tips/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -24,37 +24,37 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orderBilling = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
|
|
27
|
-
exports.checkoutContent = __importStar(require("@wix/
|
|
28
|
-
exports.discountsCustomTrigger = __importStar(require("@wix/
|
|
29
|
-
exports.discountRules = __importStar(require("@wix/
|
|
30
|
-
exports.orderInvoices = __importStar(require("@wix/
|
|
31
|
-
exports.recommendations = __importStar(require("@wix/
|
|
32
|
-
exports.subscriptionContracts = __importStar(require("@wix/
|
|
33
|
-
exports.abandonedCheckouts = __importStar(require("@wix/
|
|
34
|
-
exports.backInStockNotifications = __importStar(require("@wix/
|
|
35
|
-
exports.backInStockSettings = __importStar(require("@wix/
|
|
36
|
-
exports.cart = __importStar(require("@wix/
|
|
37
|
-
exports.currentCart = __importStar(require("@wix/
|
|
38
|
-
exports.checkout = __importStar(require("@wix/
|
|
39
|
-
exports.checkoutSettings = __importStar(require("@wix/
|
|
40
|
-
exports.checkoutTemplates = __importStar(require("@wix/
|
|
41
|
-
exports.deliveryProfile = __importStar(require("@wix/
|
|
42
|
-
exports.draftOrders = __importStar(require("@wix/
|
|
43
|
-
exports.orderFulfillments = __importStar(require("@wix/
|
|
44
|
-
exports.giftVouchers = __importStar(require("@wix/
|
|
45
|
-
exports.localDeliveryOptions = __importStar(require("@wix/
|
|
46
|
-
exports.orders = __importStar(require("@wix/
|
|
47
|
-
exports.orderBilling = __importStar(require("@wix/
|
|
48
|
-
exports.orderPaymentRequests = __importStar(require("@wix/
|
|
49
|
-
exports.orderTransactions = __importStar(require("@wix/
|
|
50
|
-
exports.ordersSettings = __importStar(require("@wix/
|
|
51
|
-
exports.pickupLocations = __importStar(require("@wix/
|
|
52
|
-
exports.shippingOptions = __importStar(require("@wix/
|
|
53
|
-
exports.shippoConfigurations = __importStar(require("@wix/
|
|
54
|
-
exports.totalsCalculator = __importStar(require("@wix/
|
|
55
|
-
exports.currencies = __importStar(require("@wix/
|
|
56
|
-
exports.deliverySolutions = __importStar(require("@wix/
|
|
57
|
-
exports.tipSettings = __importStar(require("@wix/
|
|
58
|
-
exports.tippableStaff = __importStar(require("@wix/
|
|
59
|
-
exports.tips = __importStar(require("@wix/
|
|
27
|
+
exports.checkoutContent = __importStar(require("@wix/ecom_checkout-content/meta"));
|
|
28
|
+
exports.discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger/meta"));
|
|
29
|
+
exports.discountRules = __importStar(require("@wix/ecom_discount-rules/meta"));
|
|
30
|
+
exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices/meta"));
|
|
31
|
+
exports.recommendations = __importStar(require("@wix/ecom_recommendations/meta"));
|
|
32
|
+
exports.subscriptionContracts = __importStar(require("@wix/ecom_subscription-contracts/meta"));
|
|
33
|
+
exports.abandonedCheckouts = __importStar(require("@wix/ecom_abandoned-checkouts/meta"));
|
|
34
|
+
exports.backInStockNotifications = __importStar(require("@wix/ecom_back-in-stock-notifications/meta"));
|
|
35
|
+
exports.backInStockSettings = __importStar(require("@wix/ecom_back-in-stock-settings/meta"));
|
|
36
|
+
exports.cart = __importStar(require("@wix/ecom_cart/meta"));
|
|
37
|
+
exports.currentCart = __importStar(require("@wix/ecom_current-cart/meta"));
|
|
38
|
+
exports.checkout = __importStar(require("@wix/ecom_checkout/meta"));
|
|
39
|
+
exports.checkoutSettings = __importStar(require("@wix/ecom_checkout-settings/meta"));
|
|
40
|
+
exports.checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates/meta"));
|
|
41
|
+
exports.deliveryProfile = __importStar(require("@wix/ecom_delivery-profile/meta"));
|
|
42
|
+
exports.draftOrders = __importStar(require("@wix/ecom_draft-orders/meta"));
|
|
43
|
+
exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments/meta"));
|
|
44
|
+
exports.giftVouchers = __importStar(require("@wix/ecom_gift-vouchers/meta"));
|
|
45
|
+
exports.localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options/meta"));
|
|
46
|
+
exports.orders = __importStar(require("@wix/ecom_orders/meta"));
|
|
47
|
+
exports.orderBilling = __importStar(require("@wix/ecom_order-billing/meta"));
|
|
48
|
+
exports.orderPaymentRequests = __importStar(require("@wix/ecom_order-payment-requests/meta"));
|
|
49
|
+
exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions/meta"));
|
|
50
|
+
exports.ordersSettings = __importStar(require("@wix/ecom_orders-settings/meta"));
|
|
51
|
+
exports.pickupLocations = __importStar(require("@wix/ecom_pickup-locations/meta"));
|
|
52
|
+
exports.shippingOptions = __importStar(require("@wix/ecom_shipping-options/meta"));
|
|
53
|
+
exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurations/meta"));
|
|
54
|
+
exports.totalsCalculator = __importStar(require("@wix/ecom_totals-calculator/meta"));
|
|
55
|
+
exports.currencies = __importStar(require("@wix/ecom_currencies/meta"));
|
|
56
|
+
exports.deliverySolutions = __importStar(require("@wix/ecom_delivery-solutions/meta"));
|
|
57
|
+
exports.tipSettings = __importStar(require("@wix/ecom_tip-settings/meta"));
|
|
58
|
+
exports.tippableStaff = __importStar(require("@wix/ecom_tippable-staff/meta"));
|
|
59
|
+
exports.tips = __importStar(require("@wix/ecom_tips/meta"));
|
|
60
60
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAmE;AACnE,kGAAkF;AAClF,+EAA+D;AAC/D,+EAA+D;AAC/D,kFAAkE;AAClE,+FAA+E;AAC/E,yFAAyE;AACzE,uGAAuF;AACvF,6FAA6E;AAC7E,4DAA4C;AAC5C,2EAA2D;AAC3D,oEAAoD;AACpD,qFAAqE;AACrE,uFAAuE;AACvE,mFAAmE;AACnE,2EAA2D;AAC3D,uFAAuE;AACvE,6EAA6D;AAC7D,8FAA8E;AAC9E,gEAAgD;AAChD,6EAA6D;AAC7D,8FAA8E;AAC9E,uFAAuE;AACvE,iFAAiE;AACjE,mFAAmE;AACnE,mFAAmE;AACnE,6FAA6E;AAC7E,qFAAqE;AACrE,wEAAwD;AACxD,uFAAuE;AACvE,2EAA2D;AAC3D,+EAA+D;AAC/D,4DAA4C"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * as giftVouchersProvider from '@wix/
|
|
2
|
-
export * as memberships from '@wix/
|
|
3
|
-
export * as recommendationsProvider from '@wix/
|
|
4
|
-
export * as shippingRates from '@wix/
|
|
5
|
-
export * as additionalFees from '@wix/
|
|
6
|
-
export * as catalog from '@wix/
|
|
7
|
-
export * as customTriggers from '@wix/
|
|
8
|
-
export * as discounts from '@wix/
|
|
9
|
-
export * as paymentSettings from '@wix/
|
|
10
|
-
export * as validations from '@wix/
|
|
1
|
+
export * as giftVouchersProvider from '@wix/ecom_gift-vouchers-provider';
|
|
2
|
+
export * as memberships from '@wix/ecom_memberships';
|
|
3
|
+
export * as recommendationsProvider from '@wix/ecom_recommendations-provider';
|
|
4
|
+
export * as shippingRates from '@wix/ecom_shipping-rates';
|
|
5
|
+
export * as additionalFees from '@wix/ecom_additional-fees';
|
|
6
|
+
export * as catalog from '@wix/ecom_catalog';
|
|
7
|
+
export * as customTriggers from '@wix/ecom_custom-triggers';
|
|
8
|
+
export * as discounts from '@wix/ecom_discounts';
|
|
9
|
+
export * as paymentSettings from '@wix/ecom_payment-settings';
|
|
10
|
+
export * as validations from '@wix/ecom_validations';
|
|
@@ -24,14 +24,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.catalog = exports.additionalFees = exports.shippingRates = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = void 0;
|
|
27
|
-
exports.giftVouchersProvider = __importStar(require("@wix/
|
|
28
|
-
exports.memberships = __importStar(require("@wix/
|
|
29
|
-
exports.recommendationsProvider = __importStar(require("@wix/
|
|
30
|
-
exports.shippingRates = __importStar(require("@wix/
|
|
31
|
-
exports.additionalFees = __importStar(require("@wix/
|
|
32
|
-
exports.catalog = __importStar(require("@wix/
|
|
33
|
-
exports.customTriggers = __importStar(require("@wix/
|
|
34
|
-
exports.discounts = __importStar(require("@wix/
|
|
35
|
-
exports.paymentSettings = __importStar(require("@wix/
|
|
36
|
-
exports.validations = __importStar(require("@wix/
|
|
27
|
+
exports.giftVouchersProvider = __importStar(require("@wix/ecom_gift-vouchers-provider"));
|
|
28
|
+
exports.memberships = __importStar(require("@wix/ecom_memberships"));
|
|
29
|
+
exports.recommendationsProvider = __importStar(require("@wix/ecom_recommendations-provider"));
|
|
30
|
+
exports.shippingRates = __importStar(require("@wix/ecom_shipping-rates"));
|
|
31
|
+
exports.additionalFees = __importStar(require("@wix/ecom_additional-fees"));
|
|
32
|
+
exports.catalog = __importStar(require("@wix/ecom_catalog"));
|
|
33
|
+
exports.customTriggers = __importStar(require("@wix/ecom_custom-triggers"));
|
|
34
|
+
exports.discounts = __importStar(require("@wix/ecom_discounts"));
|
|
35
|
+
exports.paymentSettings = __importStar(require("@wix/ecom_payment-settings"));
|
|
36
|
+
exports.validations = __importStar(require("@wix/ecom_validations"));
|
|
37
37
|
//# sourceMappingURL=service-plugins.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAAyE;AACzE,qEAAqD;AACrD,8FAA8E;AAC9E,0EAA0D;AAC1D,4EAA4D;AAC5D,6DAA6C;AAC7C,4EAA4D;AAC5D,iEAAiD;AACjD,8EAA8D;AAC9D,qEAAqD"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import * as checkoutContent from '@wix/
|
|
2
|
-
import * as discountsCustomTrigger from '@wix/
|
|
3
|
-
import * as discountRules from '@wix/
|
|
4
|
-
import * as orderInvoices from '@wix/
|
|
5
|
-
import * as recommendations from '@wix/
|
|
6
|
-
import * as subscriptionContracts from '@wix/
|
|
7
|
-
import * as abandonedCheckouts from '@wix/
|
|
8
|
-
import * as backInStockNotifications from '@wix/
|
|
9
|
-
import * as backInStockSettings from '@wix/
|
|
10
|
-
import * as cart from '@wix/
|
|
11
|
-
import * as currentCart from '@wix/
|
|
12
|
-
import * as checkout from '@wix/
|
|
13
|
-
import * as checkoutSettings from '@wix/
|
|
14
|
-
import * as checkoutTemplates from '@wix/
|
|
15
|
-
import * as deliveryProfile from '@wix/
|
|
16
|
-
import * as draftOrders from '@wix/
|
|
17
|
-
import * as orderFulfillments from '@wix/
|
|
18
|
-
import * as giftVouchers from '@wix/
|
|
19
|
-
import * as localDeliveryOptions from '@wix/
|
|
20
|
-
import * as orders from '@wix/
|
|
21
|
-
import * as orderBilling from '@wix/
|
|
22
|
-
import * as orderPaymentRequests from '@wix/
|
|
23
|
-
import * as orderTransactions from '@wix/
|
|
24
|
-
import * as ordersSettings from '@wix/
|
|
25
|
-
import * as pickupLocations from '@wix/
|
|
26
|
-
import * as shippingOptions from '@wix/
|
|
27
|
-
import * as shippoConfigurations from '@wix/
|
|
28
|
-
import * as totalsCalculator from '@wix/
|
|
29
|
-
import * as currencies from '@wix/
|
|
30
|
-
import * as deliverySolutions from '@wix/
|
|
31
|
-
import * as tipSettings from '@wix/
|
|
32
|
-
import * as tippableStaff from '@wix/
|
|
33
|
-
import * as tips from '@wix/
|
|
1
|
+
import * as checkoutContent from '@wix/ecom_checkout-content';
|
|
2
|
+
import * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger';
|
|
3
|
+
import * as discountRules from '@wix/ecom_discount-rules';
|
|
4
|
+
import * as orderInvoices from '@wix/ecom_order-invoices';
|
|
5
|
+
import * as recommendations from '@wix/ecom_recommendations';
|
|
6
|
+
import * as subscriptionContracts from '@wix/ecom_subscription-contracts';
|
|
7
|
+
import * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts';
|
|
8
|
+
import * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications';
|
|
9
|
+
import * as backInStockSettings from '@wix/ecom_back-in-stock-settings';
|
|
10
|
+
import * as cart from '@wix/ecom_cart';
|
|
11
|
+
import * as currentCart from '@wix/ecom_current-cart';
|
|
12
|
+
import * as checkout from '@wix/ecom_checkout';
|
|
13
|
+
import * as checkoutSettings from '@wix/ecom_checkout-settings';
|
|
14
|
+
import * as checkoutTemplates from '@wix/ecom_checkout-templates';
|
|
15
|
+
import * as deliveryProfile from '@wix/ecom_delivery-profile';
|
|
16
|
+
import * as draftOrders from '@wix/ecom_draft-orders';
|
|
17
|
+
import * as orderFulfillments from '@wix/ecom_order-fulfillments';
|
|
18
|
+
import * as giftVouchers from '@wix/ecom_gift-vouchers';
|
|
19
|
+
import * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
|
|
20
|
+
import * as orders from '@wix/ecom_orders';
|
|
21
|
+
import * as orderBilling from '@wix/ecom_order-billing';
|
|
22
|
+
import * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
|
|
23
|
+
import * as orderTransactions from '@wix/ecom_order-transactions';
|
|
24
|
+
import * as ordersSettings from '@wix/ecom_orders-settings';
|
|
25
|
+
import * as pickupLocations from '@wix/ecom_pickup-locations';
|
|
26
|
+
import * as shippingOptions from '@wix/ecom_shipping-options';
|
|
27
|
+
import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
|
|
28
|
+
import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
29
|
+
import * as currencies from '@wix/ecom_currencies';
|
|
30
|
+
import * as deliverySolutions from '@wix/ecom_delivery-solutions';
|
|
31
|
+
import * as tipSettings from '@wix/ecom_tip-settings';
|
|
32
|
+
import * as tippableStaff from '@wix/ecom_tippable-staff';
|
|
33
|
+
import * as tips from '@wix/ecom_tips';
|
|
34
34
|
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
|
package/build/es/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import * as checkoutContent from '@wix/
|
|
2
|
-
import * as discountsCustomTrigger from '@wix/
|
|
3
|
-
import * as discountRules from '@wix/
|
|
4
|
-
import * as orderInvoices from '@wix/
|
|
5
|
-
import * as recommendations from '@wix/
|
|
6
|
-
import * as subscriptionContracts from '@wix/
|
|
7
|
-
import * as abandonedCheckouts from '@wix/
|
|
8
|
-
import * as backInStockNotifications from '@wix/
|
|
9
|
-
import * as backInStockSettings from '@wix/
|
|
10
|
-
import * as cart from '@wix/
|
|
11
|
-
import * as currentCart from '@wix/
|
|
12
|
-
import * as checkout from '@wix/
|
|
13
|
-
import * as checkoutSettings from '@wix/
|
|
14
|
-
import * as checkoutTemplates from '@wix/
|
|
15
|
-
import * as deliveryProfile from '@wix/
|
|
16
|
-
import * as draftOrders from '@wix/
|
|
17
|
-
import * as orderFulfillments from '@wix/
|
|
18
|
-
import * as giftVouchers from '@wix/
|
|
19
|
-
import * as localDeliveryOptions from '@wix/
|
|
20
|
-
import * as orders from '@wix/
|
|
21
|
-
import * as orderBilling from '@wix/
|
|
22
|
-
import * as orderPaymentRequests from '@wix/
|
|
23
|
-
import * as orderTransactions from '@wix/
|
|
24
|
-
import * as ordersSettings from '@wix/
|
|
25
|
-
import * as pickupLocations from '@wix/
|
|
26
|
-
import * as shippingOptions from '@wix/
|
|
27
|
-
import * as shippoConfigurations from '@wix/
|
|
28
|
-
import * as totalsCalculator from '@wix/
|
|
29
|
-
import * as currencies from '@wix/
|
|
30
|
-
import * as deliverySolutions from '@wix/
|
|
31
|
-
import * as tipSettings from '@wix/
|
|
32
|
-
import * as tippableStaff from '@wix/
|
|
33
|
-
import * as tips from '@wix/
|
|
1
|
+
import * as checkoutContent from '@wix/ecom_checkout-content';
|
|
2
|
+
import * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger';
|
|
3
|
+
import * as discountRules from '@wix/ecom_discount-rules';
|
|
4
|
+
import * as orderInvoices from '@wix/ecom_order-invoices';
|
|
5
|
+
import * as recommendations from '@wix/ecom_recommendations';
|
|
6
|
+
import * as subscriptionContracts from '@wix/ecom_subscription-contracts';
|
|
7
|
+
import * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts';
|
|
8
|
+
import * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications';
|
|
9
|
+
import * as backInStockSettings from '@wix/ecom_back-in-stock-settings';
|
|
10
|
+
import * as cart from '@wix/ecom_cart';
|
|
11
|
+
import * as currentCart from '@wix/ecom_current-cart';
|
|
12
|
+
import * as checkout from '@wix/ecom_checkout';
|
|
13
|
+
import * as checkoutSettings from '@wix/ecom_checkout-settings';
|
|
14
|
+
import * as checkoutTemplates from '@wix/ecom_checkout-templates';
|
|
15
|
+
import * as deliveryProfile from '@wix/ecom_delivery-profile';
|
|
16
|
+
import * as draftOrders from '@wix/ecom_draft-orders';
|
|
17
|
+
import * as orderFulfillments from '@wix/ecom_order-fulfillments';
|
|
18
|
+
import * as giftVouchers from '@wix/ecom_gift-vouchers';
|
|
19
|
+
import * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
|
|
20
|
+
import * as orders from '@wix/ecom_orders';
|
|
21
|
+
import * as orderBilling from '@wix/ecom_order-billing';
|
|
22
|
+
import * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
|
|
23
|
+
import * as orderTransactions from '@wix/ecom_order-transactions';
|
|
24
|
+
import * as ordersSettings from '@wix/ecom_orders-settings';
|
|
25
|
+
import * as pickupLocations from '@wix/ecom_pickup-locations';
|
|
26
|
+
import * as shippingOptions from '@wix/ecom_shipping-options';
|
|
27
|
+
import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
|
|
28
|
+
import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
29
|
+
import * as currencies from '@wix/ecom_currencies';
|
|
30
|
+
import * as deliverySolutions from '@wix/ecom_delivery-solutions';
|
|
31
|
+
import * as tipSettings from '@wix/ecom_tip-settings';
|
|
32
|
+
import * as tippableStaff from '@wix/ecom_tippable-staff';
|
|
33
|
+
import * as tips from '@wix/ecom_tips';
|
|
34
34
|
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
|
|
35
35
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,sBAAsB,MAAM,oCAAoC,CAAC;AAC7E,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,qBAAqB,MAAM,kCAAkC,CAAC;AAC1E,OAAO,KAAK,kBAAkB,MAAM,+BAA+B,CAAC;AACpE,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAC;AAClF,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AACvC,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,QAAQ,MAAM,oBAAoB,CAAC;AAC/C,OAAO,KAAK,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,oBAAoB,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AAEvC,OAAO,EACL,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,MAAM,EACN,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,IAAI,GACL,CAAC"}
|