@wix/ecom 1.0.1183 → 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1184",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -11,29 +11,29 @@
|
|
|
11
11
|
"wixSdkPublicModule"
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"main": "
|
|
15
|
-
"types": "./build/
|
|
14
|
+
"main": "/build/index.js",
|
|
15
|
+
"types": "./build/index.d.mts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"import": "./build/
|
|
19
|
-
"require": "./build/
|
|
20
|
-
"types": "./build/
|
|
18
|
+
"import": "./build/index.mjs",
|
|
19
|
+
"require": "./build/index.js",
|
|
20
|
+
"types": "./build/index.d.mts"
|
|
21
21
|
},
|
|
22
22
|
"./package.json": "./package.json",
|
|
23
23
|
"./meta": {
|
|
24
|
-
"import": "./build/
|
|
25
|
-
"require": "./build/
|
|
26
|
-
"types": "./build/
|
|
24
|
+
"import": "./build/meta.mjs",
|
|
25
|
+
"require": "./build/meta.js",
|
|
26
|
+
"types": "./build/meta.d.mts"
|
|
27
27
|
},
|
|
28
28
|
"./service-plugins": {
|
|
29
|
-
"import": "./build/
|
|
30
|
-
"require": "./build/
|
|
31
|
-
"types": "./build/
|
|
29
|
+
"import": "./build/service-plugins.mjs",
|
|
30
|
+
"require": "./build/service-plugins.js",
|
|
31
|
+
"types": "./build/service-plugins.d.mts"
|
|
32
32
|
},
|
|
33
33
|
"./dashboard": {
|
|
34
|
-
"import": "./build/
|
|
35
|
-
"require": "./build/
|
|
36
|
-
"types": "./build/
|
|
34
|
+
"import": "./build/dashboard.mjs",
|
|
35
|
+
"require": "./build/dashboard.js",
|
|
36
|
+
"types": "./build/dashboard.d.mts"
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"files": [
|
|
@@ -43,60 +43,61 @@
|
|
|
43
43
|
"dashboard"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@wix/auto_sdk_ecom_abandoned-checkouts": "1.0.
|
|
47
|
-
"@wix/auto_sdk_ecom_additional-fees": "1.0.
|
|
48
|
-
"@wix/auto_sdk_ecom_back-in-stock-notifications": "1.0.
|
|
49
|
-
"@wix/auto_sdk_ecom_back-in-stock-settings": "1.0.
|
|
50
|
-
"@wix/auto_sdk_ecom_cart": "1.0.
|
|
51
|
-
"@wix/auto_sdk_ecom_catalog": "1.0.
|
|
52
|
-
"@wix/auto_sdk_ecom_checkout": "1.0.
|
|
53
|
-
"@wix/auto_sdk_ecom_checkout-content": "1.0.
|
|
54
|
-
"@wix/auto_sdk_ecom_checkout-settings": "1.0.
|
|
55
|
-
"@wix/auto_sdk_ecom_checkout-templates": "1.0.
|
|
56
|
-
"@wix/auto_sdk_ecom_currencies": "1.0.
|
|
57
|
-
"@wix/auto_sdk_ecom_current-cart": "1.0.
|
|
58
|
-
"@wix/auto_sdk_ecom_custom-triggers": "1.0.
|
|
59
|
-
"@wix/auto_sdk_ecom_delivery-profile": "1.0.
|
|
60
|
-
"@wix/auto_sdk_ecom_delivery-solutions": "1.0.
|
|
61
|
-
"@wix/auto_sdk_ecom_discount-rules": "1.0.
|
|
62
|
-
"@wix/auto_sdk_ecom_discounts": "1.0.
|
|
63
|
-
"@wix/auto_sdk_ecom_discounts-custom-trigger": "1.0.
|
|
64
|
-
"@wix/auto_sdk_ecom_draft-orders": "1.0.
|
|
65
|
-
"@wix/auto_sdk_ecom_gift-vouchers": "1.0.
|
|
66
|
-
"@wix/auto_sdk_ecom_gift-vouchers-provider": "1.0.
|
|
67
|
-
"@wix/auto_sdk_ecom_local-delivery-options": "1.0.
|
|
68
|
-
"@wix/auto_sdk_ecom_memberships": "1.0.
|
|
69
|
-
"@wix/auto_sdk_ecom_order-billing": "1.0.
|
|
70
|
-
"@wix/auto_sdk_ecom_order-fulfillments": "1.0.
|
|
71
|
-
"@wix/auto_sdk_ecom_order-invoices": "1.0.
|
|
72
|
-
"@wix/auto_sdk_ecom_order-payment-requests": "1.0.
|
|
73
|
-
"@wix/auto_sdk_ecom_order-transactions": "1.0.
|
|
74
|
-
"@wix/auto_sdk_ecom_orders": "1.0.
|
|
75
|
-
"@wix/auto_sdk_ecom_orders-settings": "1.0.
|
|
76
|
-
"@wix/auto_sdk_ecom_payment-settings": "1.0.
|
|
77
|
-
"@wix/auto_sdk_ecom_pickup-locations": "1.0.
|
|
78
|
-
"@wix/auto_sdk_ecom_recommendations": "1.0.
|
|
79
|
-
"@wix/auto_sdk_ecom_recommendations-provider": "1.0.
|
|
80
|
-
"@wix/auto_sdk_ecom_shipping-options": "1.0.
|
|
81
|
-
"@wix/auto_sdk_ecom_shipping-rates": "1.0.
|
|
82
|
-
"@wix/auto_sdk_ecom_shippo-configurations": "1.0.
|
|
83
|
-
"@wix/auto_sdk_ecom_subscription-contracts": "1.0.
|
|
84
|
-
"@wix/auto_sdk_ecom_tax-calculation": "1.0.
|
|
85
|
-
"@wix/auto_sdk_ecom_tax-calculation-provider": "1.0.
|
|
86
|
-
"@wix/auto_sdk_ecom_tax-groups": "1.0.
|
|
87
|
-
"@wix/auto_sdk_ecom_tax-regions": "1.0.
|
|
88
|
-
"@wix/auto_sdk_ecom_tip-settings": "1.0.
|
|
89
|
-
"@wix/auto_sdk_ecom_tippable-staff": "1.0.
|
|
90
|
-
"@wix/auto_sdk_ecom_tips": "1.0.
|
|
91
|
-
"@wix/auto_sdk_ecom_totals-calculator": "1.0.
|
|
92
|
-
"@wix/auto_sdk_ecom_validations": "1.0.
|
|
46
|
+
"@wix/auto_sdk_ecom_abandoned-checkouts": "1.0.20",
|
|
47
|
+
"@wix/auto_sdk_ecom_additional-fees": "1.0.12",
|
|
48
|
+
"@wix/auto_sdk_ecom_back-in-stock-notifications": "1.0.20",
|
|
49
|
+
"@wix/auto_sdk_ecom_back-in-stock-settings": "1.0.12",
|
|
50
|
+
"@wix/auto_sdk_ecom_cart": "1.0.36",
|
|
51
|
+
"@wix/auto_sdk_ecom_catalog": "1.0.20",
|
|
52
|
+
"@wix/auto_sdk_ecom_checkout": "1.0.37",
|
|
53
|
+
"@wix/auto_sdk_ecom_checkout-content": "1.0.10",
|
|
54
|
+
"@wix/auto_sdk_ecom_checkout-settings": "1.0.17",
|
|
55
|
+
"@wix/auto_sdk_ecom_checkout-templates": "1.0.37",
|
|
56
|
+
"@wix/auto_sdk_ecom_currencies": "1.0.12",
|
|
57
|
+
"@wix/auto_sdk_ecom_current-cart": "1.0.36",
|
|
58
|
+
"@wix/auto_sdk_ecom_custom-triggers": "1.0.13",
|
|
59
|
+
"@wix/auto_sdk_ecom_delivery-profile": "1.0.44",
|
|
60
|
+
"@wix/auto_sdk_ecom_delivery-solutions": "1.0.16",
|
|
61
|
+
"@wix/auto_sdk_ecom_discount-rules": "1.0.16",
|
|
62
|
+
"@wix/auto_sdk_ecom_discounts": "1.0.12",
|
|
63
|
+
"@wix/auto_sdk_ecom_discounts-custom-trigger": "1.0.14",
|
|
64
|
+
"@wix/auto_sdk_ecom_draft-orders": "1.0.35",
|
|
65
|
+
"@wix/auto_sdk_ecom_gift-vouchers": "1.0.14",
|
|
66
|
+
"@wix/auto_sdk_ecom_gift-vouchers-provider": "1.0.12",
|
|
67
|
+
"@wix/auto_sdk_ecom_local-delivery-options": "1.0.15",
|
|
68
|
+
"@wix/auto_sdk_ecom_memberships": "1.0.12",
|
|
69
|
+
"@wix/auto_sdk_ecom_order-billing": "1.0.18",
|
|
70
|
+
"@wix/auto_sdk_ecom_order-fulfillments": "1.0.18",
|
|
71
|
+
"@wix/auto_sdk_ecom_order-invoices": "1.0.16",
|
|
72
|
+
"@wix/auto_sdk_ecom_order-payment-requests": "1.0.18",
|
|
73
|
+
"@wix/auto_sdk_ecom_order-transactions": "1.0.21",
|
|
74
|
+
"@wix/auto_sdk_ecom_orders": "1.0.54",
|
|
75
|
+
"@wix/auto_sdk_ecom_orders-settings": "1.0.12",
|
|
76
|
+
"@wix/auto_sdk_ecom_payment-settings": "1.0.33",
|
|
77
|
+
"@wix/auto_sdk_ecom_pickup-locations": "1.0.15",
|
|
78
|
+
"@wix/auto_sdk_ecom_recommendations": "1.0.15",
|
|
79
|
+
"@wix/auto_sdk_ecom_recommendations-provider": "1.0.12",
|
|
80
|
+
"@wix/auto_sdk_ecom_shipping-options": "1.0.20",
|
|
81
|
+
"@wix/auto_sdk_ecom_shipping-rates": "1.0.12",
|
|
82
|
+
"@wix/auto_sdk_ecom_shippo-configurations": "1.0.21",
|
|
83
|
+
"@wix/auto_sdk_ecom_subscription-contracts": "1.0.34",
|
|
84
|
+
"@wix/auto_sdk_ecom_tax-calculation": "1.0.12",
|
|
85
|
+
"@wix/auto_sdk_ecom_tax-calculation-provider": "1.0.10",
|
|
86
|
+
"@wix/auto_sdk_ecom_tax-groups": "1.0.18",
|
|
87
|
+
"@wix/auto_sdk_ecom_tax-regions": "1.0.14",
|
|
88
|
+
"@wix/auto_sdk_ecom_tip-settings": "1.0.17",
|
|
89
|
+
"@wix/auto_sdk_ecom_tippable-staff": "1.0.14",
|
|
90
|
+
"@wix/auto_sdk_ecom_tips": "1.0.22",
|
|
91
|
+
"@wix/auto_sdk_ecom_totals-calculator": "1.0.24",
|
|
92
|
+
"@wix/auto_sdk_ecom_validations": "1.0.18",
|
|
93
93
|
"@wix/ecom_app-extensions": "1.0.82"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
+
"tsup": "^8.4.0",
|
|
96
97
|
"typescript": "^5.3.2"
|
|
97
98
|
},
|
|
98
99
|
"scripts": {
|
|
99
|
-
"build": "
|
|
100
|
+
"build": "tsup",
|
|
100
101
|
"test": ":"
|
|
101
102
|
},
|
|
102
103
|
"wix": {
|
|
@@ -110,5 +111,5 @@
|
|
|
110
111
|
"fqdn": ""
|
|
111
112
|
}
|
|
112
113
|
},
|
|
113
|
-
"falconPackageHash": "
|
|
114
|
+
"falconPackageHash": "e8689e194adfba169d59ec293a4bf63c2694749a3397f7276e5dc379"
|
|
114
115
|
}
|
package/build/cjs/dashboard.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/ecom_app-extensions/dashboard';
|
package/build/cjs/dashboard.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("@wix/ecom_app-extensions/dashboard"), exports);
|
|
18
|
-
//# sourceMappingURL=dashboard.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD"}
|
package/build/cjs/index.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';
|
|
2
|
-
import * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';
|
|
3
|
-
import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
|
|
4
|
-
import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
|
|
5
|
-
import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
|
|
6
|
-
import * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';
|
|
7
|
-
import * as recommendations from '@wix/auto_sdk_ecom_recommendations';
|
|
8
|
-
import * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';
|
|
9
|
-
import * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';
|
|
10
|
-
import * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';
|
|
11
|
-
import * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';
|
|
12
|
-
import * as cart from '@wix/auto_sdk_ecom_cart';
|
|
13
|
-
import * as currentCart from '@wix/auto_sdk_ecom_current-cart';
|
|
14
|
-
import * as checkout from '@wix/auto_sdk_ecom_checkout';
|
|
15
|
-
import * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';
|
|
16
|
-
import * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';
|
|
17
|
-
import * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';
|
|
18
|
-
import * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';
|
|
19
|
-
import * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';
|
|
20
|
-
import * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';
|
|
21
|
-
import * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';
|
|
22
|
-
import * as orders from '@wix/auto_sdk_ecom_orders';
|
|
23
|
-
import * as orderBilling from '@wix/auto_sdk_ecom_order-billing';
|
|
24
|
-
import * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';
|
|
25
|
-
import * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';
|
|
26
|
-
import * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';
|
|
27
|
-
import * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';
|
|
28
|
-
import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
|
|
29
|
-
import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
|
|
30
|
-
import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
31
|
-
import * as currencies from '@wix/auto_sdk_ecom_currencies';
|
|
32
|
-
import * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
|
|
33
|
-
import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
|
|
34
|
-
import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
|
|
35
|
-
import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
|
|
36
|
-
import * as tips from '@wix/auto_sdk_ecom_tips';
|
|
37
|
-
export { taxGroups, taxRegions, 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, taxCalculation, deliverySolutions, tipSettings, tippableStaff, tips, };
|
package/build/cjs/index.js
DELETED
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.taxCalculation = 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 = exports.taxRegions = exports.taxGroups = void 0;
|
|
27
|
-
const taxGroups = __importStar(require("@wix/auto_sdk_ecom_tax-groups"));
|
|
28
|
-
exports.taxGroups = taxGroups;
|
|
29
|
-
const taxRegions = __importStar(require("@wix/auto_sdk_ecom_tax-regions"));
|
|
30
|
-
exports.taxRegions = taxRegions;
|
|
31
|
-
const checkoutContent = __importStar(require("@wix/auto_sdk_ecom_checkout-content"));
|
|
32
|
-
exports.checkoutContent = checkoutContent;
|
|
33
|
-
const discountsCustomTrigger = __importStar(require("@wix/auto_sdk_ecom_discounts-custom-trigger"));
|
|
34
|
-
exports.discountsCustomTrigger = discountsCustomTrigger;
|
|
35
|
-
const discountRules = __importStar(require("@wix/auto_sdk_ecom_discount-rules"));
|
|
36
|
-
exports.discountRules = discountRules;
|
|
37
|
-
const orderInvoices = __importStar(require("@wix/auto_sdk_ecom_order-invoices"));
|
|
38
|
-
exports.orderInvoices = orderInvoices;
|
|
39
|
-
const recommendations = __importStar(require("@wix/auto_sdk_ecom_recommendations"));
|
|
40
|
-
exports.recommendations = recommendations;
|
|
41
|
-
const subscriptionContracts = __importStar(require("@wix/auto_sdk_ecom_subscription-contracts"));
|
|
42
|
-
exports.subscriptionContracts = subscriptionContracts;
|
|
43
|
-
const abandonedCheckouts = __importStar(require("@wix/auto_sdk_ecom_abandoned-checkouts"));
|
|
44
|
-
exports.abandonedCheckouts = abandonedCheckouts;
|
|
45
|
-
const backInStockNotifications = __importStar(require("@wix/auto_sdk_ecom_back-in-stock-notifications"));
|
|
46
|
-
exports.backInStockNotifications = backInStockNotifications;
|
|
47
|
-
const backInStockSettings = __importStar(require("@wix/auto_sdk_ecom_back-in-stock-settings"));
|
|
48
|
-
exports.backInStockSettings = backInStockSettings;
|
|
49
|
-
const cart = __importStar(require("@wix/auto_sdk_ecom_cart"));
|
|
50
|
-
exports.cart = cart;
|
|
51
|
-
const currentCart = __importStar(require("@wix/auto_sdk_ecom_current-cart"));
|
|
52
|
-
exports.currentCart = currentCart;
|
|
53
|
-
const checkout = __importStar(require("@wix/auto_sdk_ecom_checkout"));
|
|
54
|
-
exports.checkout = checkout;
|
|
55
|
-
const checkoutSettings = __importStar(require("@wix/auto_sdk_ecom_checkout-settings"));
|
|
56
|
-
exports.checkoutSettings = checkoutSettings;
|
|
57
|
-
const checkoutTemplates = __importStar(require("@wix/auto_sdk_ecom_checkout-templates"));
|
|
58
|
-
exports.checkoutTemplates = checkoutTemplates;
|
|
59
|
-
const deliveryProfile = __importStar(require("@wix/auto_sdk_ecom_delivery-profile"));
|
|
60
|
-
exports.deliveryProfile = deliveryProfile;
|
|
61
|
-
const draftOrders = __importStar(require("@wix/auto_sdk_ecom_draft-orders"));
|
|
62
|
-
exports.draftOrders = draftOrders;
|
|
63
|
-
const orderFulfillments = __importStar(require("@wix/auto_sdk_ecom_order-fulfillments"));
|
|
64
|
-
exports.orderFulfillments = orderFulfillments;
|
|
65
|
-
const giftVouchers = __importStar(require("@wix/auto_sdk_ecom_gift-vouchers"));
|
|
66
|
-
exports.giftVouchers = giftVouchers;
|
|
67
|
-
const localDeliveryOptions = __importStar(require("@wix/auto_sdk_ecom_local-delivery-options"));
|
|
68
|
-
exports.localDeliveryOptions = localDeliveryOptions;
|
|
69
|
-
const orders = __importStar(require("@wix/auto_sdk_ecom_orders"));
|
|
70
|
-
exports.orders = orders;
|
|
71
|
-
const orderBilling = __importStar(require("@wix/auto_sdk_ecom_order-billing"));
|
|
72
|
-
exports.orderBilling = orderBilling;
|
|
73
|
-
const orderPaymentRequests = __importStar(require("@wix/auto_sdk_ecom_order-payment-requests"));
|
|
74
|
-
exports.orderPaymentRequests = orderPaymentRequests;
|
|
75
|
-
const orderTransactions = __importStar(require("@wix/auto_sdk_ecom_order-transactions"));
|
|
76
|
-
exports.orderTransactions = orderTransactions;
|
|
77
|
-
const ordersSettings = __importStar(require("@wix/auto_sdk_ecom_orders-settings"));
|
|
78
|
-
exports.ordersSettings = ordersSettings;
|
|
79
|
-
const pickupLocations = __importStar(require("@wix/auto_sdk_ecom_pickup-locations"));
|
|
80
|
-
exports.pickupLocations = pickupLocations;
|
|
81
|
-
const shippingOptions = __importStar(require("@wix/auto_sdk_ecom_shipping-options"));
|
|
82
|
-
exports.shippingOptions = shippingOptions;
|
|
83
|
-
const shippoConfigurations = __importStar(require("@wix/auto_sdk_ecom_shippo-configurations"));
|
|
84
|
-
exports.shippoConfigurations = shippoConfigurations;
|
|
85
|
-
const totalsCalculator = __importStar(require("@wix/auto_sdk_ecom_totals-calculator"));
|
|
86
|
-
exports.totalsCalculator = totalsCalculator;
|
|
87
|
-
const currencies = __importStar(require("@wix/auto_sdk_ecom_currencies"));
|
|
88
|
-
exports.currencies = currencies;
|
|
89
|
-
const taxCalculation = __importStar(require("@wix/auto_sdk_ecom_tax-calculation"));
|
|
90
|
-
exports.taxCalculation = taxCalculation;
|
|
91
|
-
const deliverySolutions = __importStar(require("@wix/auto_sdk_ecom_delivery-solutions"));
|
|
92
|
-
exports.deliverySolutions = deliverySolutions;
|
|
93
|
-
const tipSettings = __importStar(require("@wix/auto_sdk_ecom_tip-settings"));
|
|
94
|
-
exports.tipSettings = tipSettings;
|
|
95
|
-
const tippableStaff = __importStar(require("@wix/auto_sdk_ecom_tippable-staff"));
|
|
96
|
-
exports.tippableStaff = tippableStaff;
|
|
97
|
-
const tips = __importStar(require("@wix/auto_sdk_ecom_tips"));
|
|
98
|
-
exports.tips = tips;
|
|
99
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAA2D;AAsCzD,8BAAS;AArCX,2EAA6D;AAsC3D,gCAAU;AArCZ,qFAAuE;AAsCrE,0CAAe;AArCjB,oGAAsF;AAsCpF,wDAAsB;AArCxB,iFAAmE;AAsCjE,sCAAa;AArCf,iFAAmE;AAsCjE,sCAAa;AArCf,oFAAsE;AAsCpE,0CAAe;AArCjB,iGAAmF;AAsCjF,sDAAqB;AArCvB,2FAA6E;AAsC3E,gDAAkB;AArCpB,yGAA2F;AAsCzF,4DAAwB;AArC1B,+FAAiF;AAsC/E,kDAAmB;AArCrB,8DAAgD;AAsC9C,oBAAI;AArCN,6EAA+D;AAsC7D,kCAAW;AArCb,sEAAwD;AAsCtD,4BAAQ;AArCV,uFAAyE;AAsCvE,4CAAgB;AArClB,yFAA2E;AAsCzE,8CAAiB;AArCnB,qFAAuE;AAsCrE,0CAAe;AArCjB,6EAA+D;AAsC7D,kCAAW;AArCb,yFAA2E;AAsCzE,8CAAiB;AArCnB,+EAAiE;AAsC/D,oCAAY;AArCd,gGAAkF;AAsChF,oDAAoB;AArCtB,kEAAoD;AAsClD,wBAAM;AArCR,+EAAiE;AAsC/D,oCAAY;AArCd,gGAAkF;AAsChF,oDAAoB;AArCtB,yFAA2E;AAsCzE,8CAAiB;AArCnB,mFAAqE;AAsCnE,wCAAc;AArChB,qFAAuE;AAsCrE,0CAAe;AArCjB,qFAAuE;AAsCrE,0CAAe;AArCjB,+FAAiF;AAsC/E,oDAAoB;AArCtB,uFAAyE;AAsCvE,4CAAgB;AArClB,0EAA4D;AAsC1D,gCAAU;AArCZ,mFAAqE;AAsCnE,wCAAc;AArChB,yFAA2E;AAsCzE,8CAAiB;AArCnB,6EAA+D;AAsC7D,kCAAW;AArCb,iFAAmE;AAsCjE,sCAAa;AArCf,8DAAgD;AAsC9C,oBAAI"}
|
package/build/cjs/meta.d.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/meta';
|
|
2
|
-
export * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/meta';
|
|
3
|
-
export * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';
|
|
4
|
-
export * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
|
|
5
|
-
export * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';
|
|
6
|
-
export * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';
|
|
7
|
-
export * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';
|
|
8
|
-
export * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';
|
|
9
|
-
export * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';
|
|
10
|
-
export * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';
|
|
11
|
-
export * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';
|
|
12
|
-
export * as cart from '@wix/auto_sdk_ecom_cart/meta';
|
|
13
|
-
export * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';
|
|
14
|
-
export * as checkout from '@wix/auto_sdk_ecom_checkout/meta';
|
|
15
|
-
export * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';
|
|
16
|
-
export * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';
|
|
17
|
-
export * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';
|
|
18
|
-
export * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';
|
|
19
|
-
export * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';
|
|
20
|
-
export * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';
|
|
21
|
-
export * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';
|
|
22
|
-
export * as orders from '@wix/auto_sdk_ecom_orders/meta';
|
|
23
|
-
export * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';
|
|
24
|
-
export * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';
|
|
25
|
-
export * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';
|
|
26
|
-
export * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';
|
|
27
|
-
export * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
28
|
-
export * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
29
|
-
export * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
30
|
-
export * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
31
|
-
export * as currencies from '@wix/auto_sdk_ecom_currencies/meta';
|
|
32
|
-
export * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/meta';
|
|
33
|
-
export * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
34
|
-
export * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
35
|
-
export * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
36
|
-
export * as tips from '@wix/auto_sdk_ecom_tips/meta';
|
package/build/cjs/meta.js
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = exports.taxCalculation = 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 = exports.taxRegions = exports.taxGroups = void 0;
|
|
27
|
-
exports.taxGroups = __importStar(require("@wix/auto_sdk_ecom_tax-groups/meta"));
|
|
28
|
-
exports.taxRegions = __importStar(require("@wix/auto_sdk_ecom_tax-regions/meta"));
|
|
29
|
-
exports.checkoutContent = __importStar(require("@wix/auto_sdk_ecom_checkout-content/meta"));
|
|
30
|
-
exports.discountsCustomTrigger = __importStar(require("@wix/auto_sdk_ecom_discounts-custom-trigger/meta"));
|
|
31
|
-
exports.discountRules = __importStar(require("@wix/auto_sdk_ecom_discount-rules/meta"));
|
|
32
|
-
exports.orderInvoices = __importStar(require("@wix/auto_sdk_ecom_order-invoices/meta"));
|
|
33
|
-
exports.recommendations = __importStar(require("@wix/auto_sdk_ecom_recommendations/meta"));
|
|
34
|
-
exports.subscriptionContracts = __importStar(require("@wix/auto_sdk_ecom_subscription-contracts/meta"));
|
|
35
|
-
exports.abandonedCheckouts = __importStar(require("@wix/auto_sdk_ecom_abandoned-checkouts/meta"));
|
|
36
|
-
exports.backInStockNotifications = __importStar(require("@wix/auto_sdk_ecom_back-in-stock-notifications/meta"));
|
|
37
|
-
exports.backInStockSettings = __importStar(require("@wix/auto_sdk_ecom_back-in-stock-settings/meta"));
|
|
38
|
-
exports.cart = __importStar(require("@wix/auto_sdk_ecom_cart/meta"));
|
|
39
|
-
exports.currentCart = __importStar(require("@wix/auto_sdk_ecom_current-cart/meta"));
|
|
40
|
-
exports.checkout = __importStar(require("@wix/auto_sdk_ecom_checkout/meta"));
|
|
41
|
-
exports.checkoutSettings = __importStar(require("@wix/auto_sdk_ecom_checkout-settings/meta"));
|
|
42
|
-
exports.checkoutTemplates = __importStar(require("@wix/auto_sdk_ecom_checkout-templates/meta"));
|
|
43
|
-
exports.deliveryProfile = __importStar(require("@wix/auto_sdk_ecom_delivery-profile/meta"));
|
|
44
|
-
exports.draftOrders = __importStar(require("@wix/auto_sdk_ecom_draft-orders/meta"));
|
|
45
|
-
exports.orderFulfillments = __importStar(require("@wix/auto_sdk_ecom_order-fulfillments/meta"));
|
|
46
|
-
exports.giftVouchers = __importStar(require("@wix/auto_sdk_ecom_gift-vouchers/meta"));
|
|
47
|
-
exports.localDeliveryOptions = __importStar(require("@wix/auto_sdk_ecom_local-delivery-options/meta"));
|
|
48
|
-
exports.orders = __importStar(require("@wix/auto_sdk_ecom_orders/meta"));
|
|
49
|
-
exports.orderBilling = __importStar(require("@wix/auto_sdk_ecom_order-billing/meta"));
|
|
50
|
-
exports.orderPaymentRequests = __importStar(require("@wix/auto_sdk_ecom_order-payment-requests/meta"));
|
|
51
|
-
exports.orderTransactions = __importStar(require("@wix/auto_sdk_ecom_order-transactions/meta"));
|
|
52
|
-
exports.ordersSettings = __importStar(require("@wix/auto_sdk_ecom_orders-settings/meta"));
|
|
53
|
-
exports.pickupLocations = __importStar(require("@wix/auto_sdk_ecom_pickup-locations/meta"));
|
|
54
|
-
exports.shippingOptions = __importStar(require("@wix/auto_sdk_ecom_shipping-options/meta"));
|
|
55
|
-
exports.shippoConfigurations = __importStar(require("@wix/auto_sdk_ecom_shippo-configurations/meta"));
|
|
56
|
-
exports.totalsCalculator = __importStar(require("@wix/auto_sdk_ecom_totals-calculator/meta"));
|
|
57
|
-
exports.currencies = __importStar(require("@wix/auto_sdk_ecom_currencies/meta"));
|
|
58
|
-
exports.taxCalculation = __importStar(require("@wix/auto_sdk_ecom_tax-calculation/meta"));
|
|
59
|
-
exports.deliverySolutions = __importStar(require("@wix/auto_sdk_ecom_delivery-solutions/meta"));
|
|
60
|
-
exports.tipSettings = __importStar(require("@wix/auto_sdk_ecom_tip-settings/meta"));
|
|
61
|
-
exports.tippableStaff = __importStar(require("@wix/auto_sdk_ecom_tippable-staff/meta"));
|
|
62
|
-
exports.tips = __importStar(require("@wix/auto_sdk_ecom_tips/meta"));
|
|
63
|
-
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gFAAgE;AAChE,kFAAkE;AAClE,4FAA4E;AAC5E,2GAA2F;AAC3F,wFAAwE;AACxE,wFAAwE;AACxE,2FAA2E;AAC3E,wGAAwF;AACxF,kGAAkF;AAClF,gHAAgG;AAChG,sGAAsF;AACtF,qEAAqD;AACrD,oFAAoE;AACpE,6EAA6D;AAC7D,8FAA8E;AAC9E,gGAAgF;AAChF,4FAA4E;AAC5E,oFAAoE;AACpE,gGAAgF;AAChF,sFAAsE;AACtE,uGAAuF;AACvF,yEAAyD;AACzD,sFAAsE;AACtE,uGAAuF;AACvF,gGAAgF;AAChF,0FAA0E;AAC1E,4FAA4E;AAC5E,4FAA4E;AAC5E,sGAAsF;AACtF,8FAA8E;AAC9E,iFAAiE;AACjE,0FAA0E;AAC1E,gGAAgF;AAChF,oFAAoE;AACpE,wFAAwE;AACxE,qEAAqD"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * as taxCalculationProvider from '@wix/auto_sdk_ecom_tax-calculation-provider';
|
|
2
|
-
export * as giftVouchersProvider from '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
3
|
-
export * as memberships from '@wix/auto_sdk_ecom_memberships';
|
|
4
|
-
export * as recommendationsProvider from '@wix/auto_sdk_ecom_recommendations-provider';
|
|
5
|
-
export * as shippingRates from '@wix/auto_sdk_ecom_shipping-rates';
|
|
6
|
-
export * as additionalFees from '@wix/auto_sdk_ecom_additional-fees';
|
|
7
|
-
export * as catalog from '@wix/auto_sdk_ecom_catalog';
|
|
8
|
-
export * as customTriggers from '@wix/auto_sdk_ecom_custom-triggers';
|
|
9
|
-
export * as discounts from '@wix/auto_sdk_ecom_discounts';
|
|
10
|
-
export * as paymentSettings from '@wix/auto_sdk_ecom_payment-settings';
|
|
11
|
-
export * as validations from '@wix/auto_sdk_ecom_validations';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.catalog = exports.additionalFees = exports.shippingRates = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = exports.taxCalculationProvider = void 0;
|
|
27
|
-
exports.taxCalculationProvider = __importStar(require("@wix/auto_sdk_ecom_tax-calculation-provider"));
|
|
28
|
-
exports.giftVouchersProvider = __importStar(require("@wix/auto_sdk_ecom_gift-vouchers-provider"));
|
|
29
|
-
exports.memberships = __importStar(require("@wix/auto_sdk_ecom_memberships"));
|
|
30
|
-
exports.recommendationsProvider = __importStar(require("@wix/auto_sdk_ecom_recommendations-provider"));
|
|
31
|
-
exports.shippingRates = __importStar(require("@wix/auto_sdk_ecom_shipping-rates"));
|
|
32
|
-
exports.additionalFees = __importStar(require("@wix/auto_sdk_ecom_additional-fees"));
|
|
33
|
-
exports.catalog = __importStar(require("@wix/auto_sdk_ecom_catalog"));
|
|
34
|
-
exports.customTriggers = __importStar(require("@wix/auto_sdk_ecom_custom-triggers"));
|
|
35
|
-
exports.discounts = __importStar(require("@wix/auto_sdk_ecom_discounts"));
|
|
36
|
-
exports.paymentSettings = __importStar(require("@wix/auto_sdk_ecom_payment-settings"));
|
|
37
|
-
exports.validations = __importStar(require("@wix/auto_sdk_ecom_validations"));
|
|
38
|
-
//# sourceMappingURL=service-plugins.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sGAAsF;AACtF,kGAAkF;AAClF,8EAA8D;AAC9D,uGAAuF;AACvF,mFAAmE;AACnE,qFAAqE;AACrE,sEAAsD;AACtD,qFAAqE;AACrE,0EAA0D;AAC1D,uFAAuE;AACvE,8EAA8D"}
|
package/build/es/dashboard.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/ecom_app-extensions/dashboard';
|
package/build/es/dashboard.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC"}
|
package/build/es/index.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';
|
|
2
|
-
import * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';
|
|
3
|
-
import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
|
|
4
|
-
import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
|
|
5
|
-
import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
|
|
6
|
-
import * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';
|
|
7
|
-
import * as recommendations from '@wix/auto_sdk_ecom_recommendations';
|
|
8
|
-
import * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';
|
|
9
|
-
import * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';
|
|
10
|
-
import * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';
|
|
11
|
-
import * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';
|
|
12
|
-
import * as cart from '@wix/auto_sdk_ecom_cart';
|
|
13
|
-
import * as currentCart from '@wix/auto_sdk_ecom_current-cart';
|
|
14
|
-
import * as checkout from '@wix/auto_sdk_ecom_checkout';
|
|
15
|
-
import * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';
|
|
16
|
-
import * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';
|
|
17
|
-
import * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';
|
|
18
|
-
import * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';
|
|
19
|
-
import * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';
|
|
20
|
-
import * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';
|
|
21
|
-
import * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';
|
|
22
|
-
import * as orders from '@wix/auto_sdk_ecom_orders';
|
|
23
|
-
import * as orderBilling from '@wix/auto_sdk_ecom_order-billing';
|
|
24
|
-
import * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';
|
|
25
|
-
import * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';
|
|
26
|
-
import * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';
|
|
27
|
-
import * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';
|
|
28
|
-
import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
|
|
29
|
-
import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
|
|
30
|
-
import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
31
|
-
import * as currencies from '@wix/auto_sdk_ecom_currencies';
|
|
32
|
-
import * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
|
|
33
|
-
import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
|
|
34
|
-
import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
|
|
35
|
-
import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
|
|
36
|
-
import * as tips from '@wix/auto_sdk_ecom_tips';
|
|
37
|
-
export { taxGroups, taxRegions, 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, taxCalculation, deliverySolutions, tipSettings, tippableStaff, tips, };
|
package/build/es/index.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import * as taxGroups from '@wix/auto_sdk_ecom_tax-groups';
|
|
2
|
-
import * as taxRegions from '@wix/auto_sdk_ecom_tax-regions';
|
|
3
|
-
import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
|
|
4
|
-
import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
|
|
5
|
-
import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
|
|
6
|
-
import * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';
|
|
7
|
-
import * as recommendations from '@wix/auto_sdk_ecom_recommendations';
|
|
8
|
-
import * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';
|
|
9
|
-
import * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';
|
|
10
|
-
import * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';
|
|
11
|
-
import * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';
|
|
12
|
-
import * as cart from '@wix/auto_sdk_ecom_cart';
|
|
13
|
-
import * as currentCart from '@wix/auto_sdk_ecom_current-cart';
|
|
14
|
-
import * as checkout from '@wix/auto_sdk_ecom_checkout';
|
|
15
|
-
import * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';
|
|
16
|
-
import * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';
|
|
17
|
-
import * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';
|
|
18
|
-
import * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';
|
|
19
|
-
import * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';
|
|
20
|
-
import * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';
|
|
21
|
-
import * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';
|
|
22
|
-
import * as orders from '@wix/auto_sdk_ecom_orders';
|
|
23
|
-
import * as orderBilling from '@wix/auto_sdk_ecom_order-billing';
|
|
24
|
-
import * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';
|
|
25
|
-
import * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';
|
|
26
|
-
import * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';
|
|
27
|
-
import * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';
|
|
28
|
-
import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
|
|
29
|
-
import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
|
|
30
|
-
import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
31
|
-
import * as currencies from '@wix/auto_sdk_ecom_currencies';
|
|
32
|
-
import * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation';
|
|
33
|
-
import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
|
|
34
|
-
import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
|
|
35
|
-
import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
|
|
36
|
-
import * as tips from '@wix/auto_sdk_ecom_tips';
|
|
37
|
-
export { taxGroups, taxRegions, 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, taxCalculation, deliverySolutions, tipSettings, tippableStaff, tips, };
|
|
38
|
-
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,gCAAgC,CAAC;AAC7D,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,sBAAsB,MAAM,6CAA6C,CAAC;AACtF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,qBAAqB,MAAM,2CAA2C,CAAC;AACnF,OAAO,KAAK,kBAAkB,MAAM,wCAAwC,CAAC;AAC7E,OAAO,KAAK,wBAAwB,MAAM,gDAAgD,CAAC;AAC3F,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAEhD,OAAO,EACL,SAAS,EACT,UAAU,EACV,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,cAAc,EACd,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,IAAI,GACL,CAAC"}
|