@wix/ecom 1.0.1987 → 1.0.1989
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/components.d.ts +40 -0
- package/build/cjs/schemas.d.ts +80 -0
- package/build/cjs/schemas.js +158 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/components.d.mts +40 -0
- package/build/es/schemas.d.mts +80 -0
- package/build/es/schemas.mjs +84 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/components.d.ts +40 -0
- package/build/internal/cjs/schemas.d.ts +80 -0
- package/build/internal/cjs/schemas.js +158 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/components.d.mts +40 -0
- package/build/internal/es/schemas.d.mts +80 -0
- package/build/internal/es/schemas.mjs +84 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +61 -55
- package/schemas/package.json +3 -0
|
@@ -80,6 +80,46 @@ import '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
|
80
80
|
import '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
81
81
|
import '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
82
82
|
import '@wix/auto_sdk_ecom_tips/meta';
|
|
83
|
+
import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
84
|
+
import '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
85
|
+
import '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
86
|
+
import '@wix/auto_sdk_ecom_checkout-content/schemas';
|
|
87
|
+
import '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';
|
|
88
|
+
import '@wix/auto_sdk_ecom_discount-rules/schemas';
|
|
89
|
+
import '@wix/auto_sdk_ecom_order-invoices/schemas';
|
|
90
|
+
import '@wix/auto_sdk_ecom_recommendations/schemas';
|
|
91
|
+
import '@wix/auto_sdk_ecom_subscription-contracts/schemas';
|
|
92
|
+
import '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';
|
|
93
|
+
import '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';
|
|
94
|
+
import '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';
|
|
95
|
+
import '@wix/auto_sdk_ecom_cart/schemas';
|
|
96
|
+
import '@wix/auto_sdk_ecom_current-cart/schemas';
|
|
97
|
+
import '@wix/auto_sdk_ecom_checkout/schemas';
|
|
98
|
+
import '@wix/auto_sdk_ecom_checkout-settings/schemas';
|
|
99
|
+
import '@wix/auto_sdk_ecom_checkout-templates/schemas';
|
|
100
|
+
import '@wix/auto_sdk_ecom_delivery-profile/schemas';
|
|
101
|
+
import '@wix/auto_sdk_ecom_draft-orders/schemas';
|
|
102
|
+
import '@wix/auto_sdk_ecom_ecommerce-settings/schemas';
|
|
103
|
+
import '@wix/auto_sdk_ecom_order-fulfillments/schemas';
|
|
104
|
+
import '@wix/auto_sdk_ecom_gift-vouchers/schemas';
|
|
105
|
+
import '@wix/auto_sdk_ecom_local-delivery-options/schemas';
|
|
106
|
+
import '@wix/auto_sdk_ecom_orders/schemas';
|
|
107
|
+
import '@wix/auto_sdk_ecom_order-billing/schemas';
|
|
108
|
+
import '@wix/auto_sdk_ecom_order-payment-requests/schemas';
|
|
109
|
+
import '@wix/auto_sdk_ecom_order-transactions/schemas';
|
|
110
|
+
import '@wix/auto_sdk_ecom_orders-settings/schemas';
|
|
111
|
+
import '@wix/auto_sdk_ecom_pickup-locations/schemas';
|
|
112
|
+
import '@wix/auto_sdk_ecom_shipping-options/schemas';
|
|
113
|
+
import '@wix/auto_sdk_ecom_shippo-configurations/schemas';
|
|
114
|
+
import '@wix/auto_sdk_ecom_totals-calculator/schemas';
|
|
115
|
+
import '@wix/auto_sdk_ecom_cart-v-2/schemas';
|
|
116
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2/schemas';
|
|
117
|
+
import '@wix/auto_sdk_ecom_currencies/schemas';
|
|
118
|
+
import '@wix/auto_sdk_ecom_tax-calculation/schemas';
|
|
119
|
+
import '@wix/auto_sdk_ecom_delivery-solutions/schemas';
|
|
120
|
+
import '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
121
|
+
import '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
122
|
+
import '@wix/auto_sdk_ecom_tips/schemas';
|
|
83
123
|
import '@wix/auto_sdk_ecom_tax-calculation-provider';
|
|
84
124
|
import '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
85
125
|
import '@wix/auto_sdk_ecom_memberships';
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
2
|
+
export { schemas as manualTaxMappings };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
4
|
+
export { schemas$1 as taxGroups };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
6
|
+
export { schemas$2 as taxRegions };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_ecom_checkout-content/schemas';
|
|
8
|
+
export { schemas$3 as checkoutContent };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';
|
|
10
|
+
export { schemas$4 as discountsCustomTrigger };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_ecom_discount-rules/schemas';
|
|
12
|
+
export { schemas$5 as discountRules };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_ecom_order-invoices/schemas';
|
|
14
|
+
export { schemas$6 as orderInvoices };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_ecom_recommendations/schemas';
|
|
16
|
+
export { schemas$7 as recommendations };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_ecom_subscription-contracts/schemas';
|
|
18
|
+
export { schemas$8 as subscriptionContracts };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';
|
|
20
|
+
export { schemas$9 as abandonedCheckouts };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';
|
|
22
|
+
export { schemas$a as backInStockNotifications };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';
|
|
24
|
+
export { schemas$b as backInStockSettings };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_ecom_cart/schemas';
|
|
26
|
+
export { schemas$c as cart };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_ecom_current-cart/schemas';
|
|
28
|
+
export { schemas$d as currentCart };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_ecom_checkout/schemas';
|
|
30
|
+
export { schemas$e as checkout };
|
|
31
|
+
import * as schemas$f from '@wix/auto_sdk_ecom_checkout-settings/schemas';
|
|
32
|
+
export { schemas$f as checkoutSettings };
|
|
33
|
+
import * as schemas$g from '@wix/auto_sdk_ecom_checkout-templates/schemas';
|
|
34
|
+
export { schemas$g as checkoutTemplates };
|
|
35
|
+
import * as schemas$h from '@wix/auto_sdk_ecom_delivery-profile/schemas';
|
|
36
|
+
export { schemas$h as deliveryProfile };
|
|
37
|
+
import * as schemas$i from '@wix/auto_sdk_ecom_draft-orders/schemas';
|
|
38
|
+
export { schemas$i as draftOrders };
|
|
39
|
+
import * as schemas$j from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';
|
|
40
|
+
export { schemas$j as ecommerceSettings };
|
|
41
|
+
import * as schemas$k from '@wix/auto_sdk_ecom_order-fulfillments/schemas';
|
|
42
|
+
export { schemas$k as orderFulfillments };
|
|
43
|
+
import * as schemas$l from '@wix/auto_sdk_ecom_gift-vouchers/schemas';
|
|
44
|
+
export { schemas$l as giftVouchers };
|
|
45
|
+
import * as schemas$m from '@wix/auto_sdk_ecom_local-delivery-options/schemas';
|
|
46
|
+
export { schemas$m as localDeliveryOptions };
|
|
47
|
+
import * as schemas$n from '@wix/auto_sdk_ecom_orders/schemas';
|
|
48
|
+
export { schemas$n as orders };
|
|
49
|
+
import * as schemas$o from '@wix/auto_sdk_ecom_order-billing/schemas';
|
|
50
|
+
export { schemas$o as orderBilling };
|
|
51
|
+
import * as schemas$p from '@wix/auto_sdk_ecom_order-payment-requests/schemas';
|
|
52
|
+
export { schemas$p as orderPaymentRequests };
|
|
53
|
+
import * as schemas$q from '@wix/auto_sdk_ecom_order-transactions/schemas';
|
|
54
|
+
export { schemas$q as orderTransactions };
|
|
55
|
+
import * as schemas$r from '@wix/auto_sdk_ecom_orders-settings/schemas';
|
|
56
|
+
export { schemas$r as ordersSettings };
|
|
57
|
+
import * as schemas$s from '@wix/auto_sdk_ecom_pickup-locations/schemas';
|
|
58
|
+
export { schemas$s as pickupLocations };
|
|
59
|
+
import * as schemas$t from '@wix/auto_sdk_ecom_shipping-options/schemas';
|
|
60
|
+
export { schemas$t as shippingOptions };
|
|
61
|
+
import * as schemas$u from '@wix/auto_sdk_ecom_shippo-configurations/schemas';
|
|
62
|
+
export { schemas$u as shippoConfigurations };
|
|
63
|
+
import * as schemas$v from '@wix/auto_sdk_ecom_totals-calculator/schemas';
|
|
64
|
+
export { schemas$v as totalsCalculator };
|
|
65
|
+
import * as schemas$w from '@wix/auto_sdk_ecom_cart-v-2/schemas';
|
|
66
|
+
export { schemas$w as cartV2 };
|
|
67
|
+
import * as schemas$x from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';
|
|
68
|
+
export { schemas$x as currentCartV2 };
|
|
69
|
+
import * as schemas$y from '@wix/auto_sdk_ecom_currencies/schemas';
|
|
70
|
+
export { schemas$y as currencies };
|
|
71
|
+
import * as schemas$z from '@wix/auto_sdk_ecom_tax-calculation/schemas';
|
|
72
|
+
export { schemas$z as taxCalculation };
|
|
73
|
+
import * as schemas$A from '@wix/auto_sdk_ecom_delivery-solutions/schemas';
|
|
74
|
+
export { schemas$A as deliverySolutions };
|
|
75
|
+
import * as schemas$B from '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
76
|
+
export { schemas$B as tipSettings };
|
|
77
|
+
import * as schemas$C from '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
78
|
+
export { schemas$C as tippableStaff };
|
|
79
|
+
import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
|
|
80
|
+
export { schemas$D as tips };
|
|
@@ -0,0 +1,158 @@
|
|
|
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
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
abandonedCheckouts: () => abandonedCheckouts,
|
|
34
|
+
backInStockNotifications: () => backInStockNotifications,
|
|
35
|
+
backInStockSettings: () => backInStockSettings,
|
|
36
|
+
cart: () => cart,
|
|
37
|
+
cartV2: () => cartV2,
|
|
38
|
+
checkout: () => checkout,
|
|
39
|
+
checkoutContent: () => checkoutContent,
|
|
40
|
+
checkoutSettings: () => checkoutSettings,
|
|
41
|
+
checkoutTemplates: () => checkoutTemplates,
|
|
42
|
+
currencies: () => currencies,
|
|
43
|
+
currentCart: () => currentCart,
|
|
44
|
+
currentCartV2: () => currentCartV2,
|
|
45
|
+
deliveryProfile: () => deliveryProfile,
|
|
46
|
+
deliverySolutions: () => deliverySolutions,
|
|
47
|
+
discountRules: () => discountRules,
|
|
48
|
+
discountsCustomTrigger: () => discountsCustomTrigger,
|
|
49
|
+
draftOrders: () => draftOrders,
|
|
50
|
+
ecommerceSettings: () => ecommerceSettings,
|
|
51
|
+
giftVouchers: () => giftVouchers,
|
|
52
|
+
localDeliveryOptions: () => localDeliveryOptions,
|
|
53
|
+
manualTaxMappings: () => manualTaxMappings,
|
|
54
|
+
orderBilling: () => orderBilling,
|
|
55
|
+
orderFulfillments: () => orderFulfillments,
|
|
56
|
+
orderInvoices: () => orderInvoices,
|
|
57
|
+
orderPaymentRequests: () => orderPaymentRequests,
|
|
58
|
+
orderTransactions: () => orderTransactions,
|
|
59
|
+
orders: () => orders,
|
|
60
|
+
ordersSettings: () => ordersSettings,
|
|
61
|
+
pickupLocations: () => pickupLocations,
|
|
62
|
+
recommendations: () => recommendations,
|
|
63
|
+
shippingOptions: () => shippingOptions,
|
|
64
|
+
shippoConfigurations: () => shippoConfigurations,
|
|
65
|
+
subscriptionContracts: () => subscriptionContracts,
|
|
66
|
+
taxCalculation: () => taxCalculation,
|
|
67
|
+
taxGroups: () => taxGroups,
|
|
68
|
+
taxRegions: () => taxRegions,
|
|
69
|
+
tipSettings: () => tipSettings,
|
|
70
|
+
tippableStaff: () => tippableStaff,
|
|
71
|
+
tips: () => tips,
|
|
72
|
+
totalsCalculator: () => totalsCalculator
|
|
73
|
+
});
|
|
74
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
75
|
+
var manualTaxMappings = __toESM(require("@wix/auto_sdk_ecom_manual-tax-mappings/schemas"));
|
|
76
|
+
var taxGroups = __toESM(require("@wix/auto_sdk_ecom_tax-groups/schemas"));
|
|
77
|
+
var taxRegions = __toESM(require("@wix/auto_sdk_ecom_tax-regions/schemas"));
|
|
78
|
+
var checkoutContent = __toESM(require("@wix/auto_sdk_ecom_checkout-content/schemas"));
|
|
79
|
+
var discountsCustomTrigger = __toESM(require("@wix/auto_sdk_ecom_discounts-custom-trigger/schemas"));
|
|
80
|
+
var discountRules = __toESM(require("@wix/auto_sdk_ecom_discount-rules/schemas"));
|
|
81
|
+
var orderInvoices = __toESM(require("@wix/auto_sdk_ecom_order-invoices/schemas"));
|
|
82
|
+
var recommendations = __toESM(require("@wix/auto_sdk_ecom_recommendations/schemas"));
|
|
83
|
+
var subscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_subscription-contracts/schemas"));
|
|
84
|
+
var abandonedCheckouts = __toESM(require("@wix/auto_sdk_ecom_abandoned-checkouts/schemas"));
|
|
85
|
+
var backInStockNotifications = __toESM(require("@wix/auto_sdk_ecom_back-in-stock-notifications/schemas"));
|
|
86
|
+
var backInStockSettings = __toESM(require("@wix/auto_sdk_ecom_back-in-stock-settings/schemas"));
|
|
87
|
+
var cart = __toESM(require("@wix/auto_sdk_ecom_cart/schemas"));
|
|
88
|
+
var currentCart = __toESM(require("@wix/auto_sdk_ecom_current-cart/schemas"));
|
|
89
|
+
var checkout = __toESM(require("@wix/auto_sdk_ecom_checkout/schemas"));
|
|
90
|
+
var checkoutSettings = __toESM(require("@wix/auto_sdk_ecom_checkout-settings/schemas"));
|
|
91
|
+
var checkoutTemplates = __toESM(require("@wix/auto_sdk_ecom_checkout-templates/schemas"));
|
|
92
|
+
var deliveryProfile = __toESM(require("@wix/auto_sdk_ecom_delivery-profile/schemas"));
|
|
93
|
+
var draftOrders = __toESM(require("@wix/auto_sdk_ecom_draft-orders/schemas"));
|
|
94
|
+
var ecommerceSettings = __toESM(require("@wix/auto_sdk_ecom_ecommerce-settings/schemas"));
|
|
95
|
+
var orderFulfillments = __toESM(require("@wix/auto_sdk_ecom_order-fulfillments/schemas"));
|
|
96
|
+
var giftVouchers = __toESM(require("@wix/auto_sdk_ecom_gift-vouchers/schemas"));
|
|
97
|
+
var localDeliveryOptions = __toESM(require("@wix/auto_sdk_ecom_local-delivery-options/schemas"));
|
|
98
|
+
var orders = __toESM(require("@wix/auto_sdk_ecom_orders/schemas"));
|
|
99
|
+
var orderBilling = __toESM(require("@wix/auto_sdk_ecom_order-billing/schemas"));
|
|
100
|
+
var orderPaymentRequests = __toESM(require("@wix/auto_sdk_ecom_order-payment-requests/schemas"));
|
|
101
|
+
var orderTransactions = __toESM(require("@wix/auto_sdk_ecom_order-transactions/schemas"));
|
|
102
|
+
var ordersSettings = __toESM(require("@wix/auto_sdk_ecom_orders-settings/schemas"));
|
|
103
|
+
var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations/schemas"));
|
|
104
|
+
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options/schemas"));
|
|
105
|
+
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations/schemas"));
|
|
106
|
+
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator/schemas"));
|
|
107
|
+
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2/schemas"));
|
|
108
|
+
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2/schemas"));
|
|
109
|
+
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies/schemas"));
|
|
110
|
+
var taxCalculation = __toESM(require("@wix/auto_sdk_ecom_tax-calculation/schemas"));
|
|
111
|
+
var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions/schemas"));
|
|
112
|
+
var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings/schemas"));
|
|
113
|
+
var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/schemas"));
|
|
114
|
+
var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
|
|
115
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
116
|
+
0 && (module.exports = {
|
|
117
|
+
abandonedCheckouts,
|
|
118
|
+
backInStockNotifications,
|
|
119
|
+
backInStockSettings,
|
|
120
|
+
cart,
|
|
121
|
+
cartV2,
|
|
122
|
+
checkout,
|
|
123
|
+
checkoutContent,
|
|
124
|
+
checkoutSettings,
|
|
125
|
+
checkoutTemplates,
|
|
126
|
+
currencies,
|
|
127
|
+
currentCart,
|
|
128
|
+
currentCartV2,
|
|
129
|
+
deliveryProfile,
|
|
130
|
+
deliverySolutions,
|
|
131
|
+
discountRules,
|
|
132
|
+
discountsCustomTrigger,
|
|
133
|
+
draftOrders,
|
|
134
|
+
ecommerceSettings,
|
|
135
|
+
giftVouchers,
|
|
136
|
+
localDeliveryOptions,
|
|
137
|
+
manualTaxMappings,
|
|
138
|
+
orderBilling,
|
|
139
|
+
orderFulfillments,
|
|
140
|
+
orderInvoices,
|
|
141
|
+
orderPaymentRequests,
|
|
142
|
+
orderTransactions,
|
|
143
|
+
orders,
|
|
144
|
+
ordersSettings,
|
|
145
|
+
pickupLocations,
|
|
146
|
+
recommendations,
|
|
147
|
+
shippingOptions,
|
|
148
|
+
shippoConfigurations,
|
|
149
|
+
subscriptionContracts,
|
|
150
|
+
taxCalculation,
|
|
151
|
+
taxGroups,
|
|
152
|
+
taxRegions,
|
|
153
|
+
tipSettings,
|
|
154
|
+
tippableStaff,
|
|
155
|
+
tips,
|
|
156
|
+
totalsCalculator
|
|
157
|
+
});
|
|
158
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
@@ -80,6 +80,46 @@ import '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
|
80
80
|
import '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
81
81
|
import '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
82
82
|
import '@wix/auto_sdk_ecom_tips/meta';
|
|
83
|
+
import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
84
|
+
import '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
85
|
+
import '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
86
|
+
import '@wix/auto_sdk_ecom_checkout-content/schemas';
|
|
87
|
+
import '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';
|
|
88
|
+
import '@wix/auto_sdk_ecom_discount-rules/schemas';
|
|
89
|
+
import '@wix/auto_sdk_ecom_order-invoices/schemas';
|
|
90
|
+
import '@wix/auto_sdk_ecom_recommendations/schemas';
|
|
91
|
+
import '@wix/auto_sdk_ecom_subscription-contracts/schemas';
|
|
92
|
+
import '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';
|
|
93
|
+
import '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';
|
|
94
|
+
import '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';
|
|
95
|
+
import '@wix/auto_sdk_ecom_cart/schemas';
|
|
96
|
+
import '@wix/auto_sdk_ecom_current-cart/schemas';
|
|
97
|
+
import '@wix/auto_sdk_ecom_checkout/schemas';
|
|
98
|
+
import '@wix/auto_sdk_ecom_checkout-settings/schemas';
|
|
99
|
+
import '@wix/auto_sdk_ecom_checkout-templates/schemas';
|
|
100
|
+
import '@wix/auto_sdk_ecom_delivery-profile/schemas';
|
|
101
|
+
import '@wix/auto_sdk_ecom_draft-orders/schemas';
|
|
102
|
+
import '@wix/auto_sdk_ecom_ecommerce-settings/schemas';
|
|
103
|
+
import '@wix/auto_sdk_ecom_order-fulfillments/schemas';
|
|
104
|
+
import '@wix/auto_sdk_ecom_gift-vouchers/schemas';
|
|
105
|
+
import '@wix/auto_sdk_ecom_local-delivery-options/schemas';
|
|
106
|
+
import '@wix/auto_sdk_ecom_orders/schemas';
|
|
107
|
+
import '@wix/auto_sdk_ecom_order-billing/schemas';
|
|
108
|
+
import '@wix/auto_sdk_ecom_order-payment-requests/schemas';
|
|
109
|
+
import '@wix/auto_sdk_ecom_order-transactions/schemas';
|
|
110
|
+
import '@wix/auto_sdk_ecom_orders-settings/schemas';
|
|
111
|
+
import '@wix/auto_sdk_ecom_pickup-locations/schemas';
|
|
112
|
+
import '@wix/auto_sdk_ecom_shipping-options/schemas';
|
|
113
|
+
import '@wix/auto_sdk_ecom_shippo-configurations/schemas';
|
|
114
|
+
import '@wix/auto_sdk_ecom_totals-calculator/schemas';
|
|
115
|
+
import '@wix/auto_sdk_ecom_cart-v-2/schemas';
|
|
116
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2/schemas';
|
|
117
|
+
import '@wix/auto_sdk_ecom_currencies/schemas';
|
|
118
|
+
import '@wix/auto_sdk_ecom_tax-calculation/schemas';
|
|
119
|
+
import '@wix/auto_sdk_ecom_delivery-solutions/schemas';
|
|
120
|
+
import '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
121
|
+
import '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
122
|
+
import '@wix/auto_sdk_ecom_tips/schemas';
|
|
83
123
|
import '@wix/auto_sdk_ecom_tax-calculation-provider';
|
|
84
124
|
import '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
85
125
|
import '@wix/auto_sdk_ecom_memberships';
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
2
|
+
export { schemas as manualTaxMappings };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
4
|
+
export { schemas$1 as taxGroups };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
6
|
+
export { schemas$2 as taxRegions };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_ecom_checkout-content/schemas';
|
|
8
|
+
export { schemas$3 as checkoutContent };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';
|
|
10
|
+
export { schemas$4 as discountsCustomTrigger };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_ecom_discount-rules/schemas';
|
|
12
|
+
export { schemas$5 as discountRules };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_ecom_order-invoices/schemas';
|
|
14
|
+
export { schemas$6 as orderInvoices };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_ecom_recommendations/schemas';
|
|
16
|
+
export { schemas$7 as recommendations };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_ecom_subscription-contracts/schemas';
|
|
18
|
+
export { schemas$8 as subscriptionContracts };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';
|
|
20
|
+
export { schemas$9 as abandonedCheckouts };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';
|
|
22
|
+
export { schemas$a as backInStockNotifications };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';
|
|
24
|
+
export { schemas$b as backInStockSettings };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_ecom_cart/schemas';
|
|
26
|
+
export { schemas$c as cart };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_ecom_current-cart/schemas';
|
|
28
|
+
export { schemas$d as currentCart };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_ecom_checkout/schemas';
|
|
30
|
+
export { schemas$e as checkout };
|
|
31
|
+
import * as schemas$f from '@wix/auto_sdk_ecom_checkout-settings/schemas';
|
|
32
|
+
export { schemas$f as checkoutSettings };
|
|
33
|
+
import * as schemas$g from '@wix/auto_sdk_ecom_checkout-templates/schemas';
|
|
34
|
+
export { schemas$g as checkoutTemplates };
|
|
35
|
+
import * as schemas$h from '@wix/auto_sdk_ecom_delivery-profile/schemas';
|
|
36
|
+
export { schemas$h as deliveryProfile };
|
|
37
|
+
import * as schemas$i from '@wix/auto_sdk_ecom_draft-orders/schemas';
|
|
38
|
+
export { schemas$i as draftOrders };
|
|
39
|
+
import * as schemas$j from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';
|
|
40
|
+
export { schemas$j as ecommerceSettings };
|
|
41
|
+
import * as schemas$k from '@wix/auto_sdk_ecom_order-fulfillments/schemas';
|
|
42
|
+
export { schemas$k as orderFulfillments };
|
|
43
|
+
import * as schemas$l from '@wix/auto_sdk_ecom_gift-vouchers/schemas';
|
|
44
|
+
export { schemas$l as giftVouchers };
|
|
45
|
+
import * as schemas$m from '@wix/auto_sdk_ecom_local-delivery-options/schemas';
|
|
46
|
+
export { schemas$m as localDeliveryOptions };
|
|
47
|
+
import * as schemas$n from '@wix/auto_sdk_ecom_orders/schemas';
|
|
48
|
+
export { schemas$n as orders };
|
|
49
|
+
import * as schemas$o from '@wix/auto_sdk_ecom_order-billing/schemas';
|
|
50
|
+
export { schemas$o as orderBilling };
|
|
51
|
+
import * as schemas$p from '@wix/auto_sdk_ecom_order-payment-requests/schemas';
|
|
52
|
+
export { schemas$p as orderPaymentRequests };
|
|
53
|
+
import * as schemas$q from '@wix/auto_sdk_ecom_order-transactions/schemas';
|
|
54
|
+
export { schemas$q as orderTransactions };
|
|
55
|
+
import * as schemas$r from '@wix/auto_sdk_ecom_orders-settings/schemas';
|
|
56
|
+
export { schemas$r as ordersSettings };
|
|
57
|
+
import * as schemas$s from '@wix/auto_sdk_ecom_pickup-locations/schemas';
|
|
58
|
+
export { schemas$s as pickupLocations };
|
|
59
|
+
import * as schemas$t from '@wix/auto_sdk_ecom_shipping-options/schemas';
|
|
60
|
+
export { schemas$t as shippingOptions };
|
|
61
|
+
import * as schemas$u from '@wix/auto_sdk_ecom_shippo-configurations/schemas';
|
|
62
|
+
export { schemas$u as shippoConfigurations };
|
|
63
|
+
import * as schemas$v from '@wix/auto_sdk_ecom_totals-calculator/schemas';
|
|
64
|
+
export { schemas$v as totalsCalculator };
|
|
65
|
+
import * as schemas$w from '@wix/auto_sdk_ecom_cart-v-2/schemas';
|
|
66
|
+
export { schemas$w as cartV2 };
|
|
67
|
+
import * as schemas$x from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';
|
|
68
|
+
export { schemas$x as currentCartV2 };
|
|
69
|
+
import * as schemas$y from '@wix/auto_sdk_ecom_currencies/schemas';
|
|
70
|
+
export { schemas$y as currencies };
|
|
71
|
+
import * as schemas$z from '@wix/auto_sdk_ecom_tax-calculation/schemas';
|
|
72
|
+
export { schemas$z as taxCalculation };
|
|
73
|
+
import * as schemas$A from '@wix/auto_sdk_ecom_delivery-solutions/schemas';
|
|
74
|
+
export { schemas$A as deliverySolutions };
|
|
75
|
+
import * as schemas$B from '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
76
|
+
export { schemas$B as tipSettings };
|
|
77
|
+
import * as schemas$C from '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
78
|
+
export { schemas$C as tippableStaff };
|
|
79
|
+
import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
|
|
80
|
+
export { schemas$D as tips };
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
// schemas.ts
|
|
2
|
+
import * as manualTaxMappings from "@wix/auto_sdk_ecom_manual-tax-mappings/schemas";
|
|
3
|
+
import * as taxGroups from "@wix/auto_sdk_ecom_tax-groups/schemas";
|
|
4
|
+
import * as taxRegions from "@wix/auto_sdk_ecom_tax-regions/schemas";
|
|
5
|
+
import * as checkoutContent from "@wix/auto_sdk_ecom_checkout-content/schemas";
|
|
6
|
+
import * as discountsCustomTrigger from "@wix/auto_sdk_ecom_discounts-custom-trigger/schemas";
|
|
7
|
+
import * as discountRules from "@wix/auto_sdk_ecom_discount-rules/schemas";
|
|
8
|
+
import * as orderInvoices from "@wix/auto_sdk_ecom_order-invoices/schemas";
|
|
9
|
+
import * as recommendations from "@wix/auto_sdk_ecom_recommendations/schemas";
|
|
10
|
+
import * as subscriptionContracts from "@wix/auto_sdk_ecom_subscription-contracts/schemas";
|
|
11
|
+
import * as abandonedCheckouts from "@wix/auto_sdk_ecom_abandoned-checkouts/schemas";
|
|
12
|
+
import * as backInStockNotifications from "@wix/auto_sdk_ecom_back-in-stock-notifications/schemas";
|
|
13
|
+
import * as backInStockSettings from "@wix/auto_sdk_ecom_back-in-stock-settings/schemas";
|
|
14
|
+
import * as cart from "@wix/auto_sdk_ecom_cart/schemas";
|
|
15
|
+
import * as currentCart from "@wix/auto_sdk_ecom_current-cart/schemas";
|
|
16
|
+
import * as checkout from "@wix/auto_sdk_ecom_checkout/schemas";
|
|
17
|
+
import * as checkoutSettings from "@wix/auto_sdk_ecom_checkout-settings/schemas";
|
|
18
|
+
import * as checkoutTemplates from "@wix/auto_sdk_ecom_checkout-templates/schemas";
|
|
19
|
+
import * as deliveryProfile from "@wix/auto_sdk_ecom_delivery-profile/schemas";
|
|
20
|
+
import * as draftOrders from "@wix/auto_sdk_ecom_draft-orders/schemas";
|
|
21
|
+
import * as ecommerceSettings from "@wix/auto_sdk_ecom_ecommerce-settings/schemas";
|
|
22
|
+
import * as orderFulfillments from "@wix/auto_sdk_ecom_order-fulfillments/schemas";
|
|
23
|
+
import * as giftVouchers from "@wix/auto_sdk_ecom_gift-vouchers/schemas";
|
|
24
|
+
import * as localDeliveryOptions from "@wix/auto_sdk_ecom_local-delivery-options/schemas";
|
|
25
|
+
import * as orders from "@wix/auto_sdk_ecom_orders/schemas";
|
|
26
|
+
import * as orderBilling from "@wix/auto_sdk_ecom_order-billing/schemas";
|
|
27
|
+
import * as orderPaymentRequests from "@wix/auto_sdk_ecom_order-payment-requests/schemas";
|
|
28
|
+
import * as orderTransactions from "@wix/auto_sdk_ecom_order-transactions/schemas";
|
|
29
|
+
import * as ordersSettings from "@wix/auto_sdk_ecom_orders-settings/schemas";
|
|
30
|
+
import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations/schemas";
|
|
31
|
+
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options/schemas";
|
|
32
|
+
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations/schemas";
|
|
33
|
+
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator/schemas";
|
|
34
|
+
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2/schemas";
|
|
35
|
+
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2/schemas";
|
|
36
|
+
import * as currencies from "@wix/auto_sdk_ecom_currencies/schemas";
|
|
37
|
+
import * as taxCalculation from "@wix/auto_sdk_ecom_tax-calculation/schemas";
|
|
38
|
+
import * as deliverySolutions from "@wix/auto_sdk_ecom_delivery-solutions/schemas";
|
|
39
|
+
import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings/schemas";
|
|
40
|
+
import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/schemas";
|
|
41
|
+
import * as tips from "@wix/auto_sdk_ecom_tips/schemas";
|
|
42
|
+
export {
|
|
43
|
+
abandonedCheckouts,
|
|
44
|
+
backInStockNotifications,
|
|
45
|
+
backInStockSettings,
|
|
46
|
+
cart,
|
|
47
|
+
cartV2,
|
|
48
|
+
checkout,
|
|
49
|
+
checkoutContent,
|
|
50
|
+
checkoutSettings,
|
|
51
|
+
checkoutTemplates,
|
|
52
|
+
currencies,
|
|
53
|
+
currentCart,
|
|
54
|
+
currentCartV2,
|
|
55
|
+
deliveryProfile,
|
|
56
|
+
deliverySolutions,
|
|
57
|
+
discountRules,
|
|
58
|
+
discountsCustomTrigger,
|
|
59
|
+
draftOrders,
|
|
60
|
+
ecommerceSettings,
|
|
61
|
+
giftVouchers,
|
|
62
|
+
localDeliveryOptions,
|
|
63
|
+
manualTaxMappings,
|
|
64
|
+
orderBilling,
|
|
65
|
+
orderFulfillments,
|
|
66
|
+
orderInvoices,
|
|
67
|
+
orderPaymentRequests,
|
|
68
|
+
orderTransactions,
|
|
69
|
+
orders,
|
|
70
|
+
ordersSettings,
|
|
71
|
+
pickupLocations,
|
|
72
|
+
recommendations,
|
|
73
|
+
shippingOptions,
|
|
74
|
+
shippoConfigurations,
|
|
75
|
+
subscriptionContracts,
|
|
76
|
+
taxCalculation,
|
|
77
|
+
taxGroups,
|
|
78
|
+
taxRegions,
|
|
79
|
+
tipSettings,
|
|
80
|
+
tippableStaff,
|
|
81
|
+
tips,
|
|
82
|
+
totalsCalculator
|
|
83
|
+
};
|
|
84
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
|
@@ -80,6 +80,46 @@ import '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
|
80
80
|
import '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
81
81
|
import '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
82
82
|
import '@wix/auto_sdk_ecom_tips/meta';
|
|
83
|
+
import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
84
|
+
import '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
85
|
+
import '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
86
|
+
import '@wix/auto_sdk_ecom_checkout-content/schemas';
|
|
87
|
+
import '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';
|
|
88
|
+
import '@wix/auto_sdk_ecom_discount-rules/schemas';
|
|
89
|
+
import '@wix/auto_sdk_ecom_order-invoices/schemas';
|
|
90
|
+
import '@wix/auto_sdk_ecom_recommendations/schemas';
|
|
91
|
+
import '@wix/auto_sdk_ecom_subscription-contracts/schemas';
|
|
92
|
+
import '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';
|
|
93
|
+
import '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';
|
|
94
|
+
import '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';
|
|
95
|
+
import '@wix/auto_sdk_ecom_cart/schemas';
|
|
96
|
+
import '@wix/auto_sdk_ecom_current-cart/schemas';
|
|
97
|
+
import '@wix/auto_sdk_ecom_checkout/schemas';
|
|
98
|
+
import '@wix/auto_sdk_ecom_checkout-settings/schemas';
|
|
99
|
+
import '@wix/auto_sdk_ecom_checkout-templates/schemas';
|
|
100
|
+
import '@wix/auto_sdk_ecom_delivery-profile/schemas';
|
|
101
|
+
import '@wix/auto_sdk_ecom_draft-orders/schemas';
|
|
102
|
+
import '@wix/auto_sdk_ecom_ecommerce-settings/schemas';
|
|
103
|
+
import '@wix/auto_sdk_ecom_order-fulfillments/schemas';
|
|
104
|
+
import '@wix/auto_sdk_ecom_gift-vouchers/schemas';
|
|
105
|
+
import '@wix/auto_sdk_ecom_local-delivery-options/schemas';
|
|
106
|
+
import '@wix/auto_sdk_ecom_orders/schemas';
|
|
107
|
+
import '@wix/auto_sdk_ecom_order-billing/schemas';
|
|
108
|
+
import '@wix/auto_sdk_ecom_order-payment-requests/schemas';
|
|
109
|
+
import '@wix/auto_sdk_ecom_order-transactions/schemas';
|
|
110
|
+
import '@wix/auto_sdk_ecom_orders-settings/schemas';
|
|
111
|
+
import '@wix/auto_sdk_ecom_pickup-locations/schemas';
|
|
112
|
+
import '@wix/auto_sdk_ecom_shipping-options/schemas';
|
|
113
|
+
import '@wix/auto_sdk_ecom_shippo-configurations/schemas';
|
|
114
|
+
import '@wix/auto_sdk_ecom_totals-calculator/schemas';
|
|
115
|
+
import '@wix/auto_sdk_ecom_cart-v-2/schemas';
|
|
116
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2/schemas';
|
|
117
|
+
import '@wix/auto_sdk_ecom_currencies/schemas';
|
|
118
|
+
import '@wix/auto_sdk_ecom_tax-calculation/schemas';
|
|
119
|
+
import '@wix/auto_sdk_ecom_delivery-solutions/schemas';
|
|
120
|
+
import '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
121
|
+
import '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
122
|
+
import '@wix/auto_sdk_ecom_tips/schemas';
|
|
83
123
|
import '@wix/auto_sdk_ecom_tax-calculation-provider';
|
|
84
124
|
import '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
85
125
|
import '@wix/auto_sdk_ecom_memberships';
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
2
|
+
export { schemas as manualTaxMappings };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
4
|
+
export { schemas$1 as taxGroups };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
6
|
+
export { schemas$2 as taxRegions };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_ecom_checkout-content/schemas';
|
|
8
|
+
export { schemas$3 as checkoutContent };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';
|
|
10
|
+
export { schemas$4 as discountsCustomTrigger };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_ecom_discount-rules/schemas';
|
|
12
|
+
export { schemas$5 as discountRules };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_ecom_order-invoices/schemas';
|
|
14
|
+
export { schemas$6 as orderInvoices };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_ecom_recommendations/schemas';
|
|
16
|
+
export { schemas$7 as recommendations };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_ecom_subscription-contracts/schemas';
|
|
18
|
+
export { schemas$8 as subscriptionContracts };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';
|
|
20
|
+
export { schemas$9 as abandonedCheckouts };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';
|
|
22
|
+
export { schemas$a as backInStockNotifications };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';
|
|
24
|
+
export { schemas$b as backInStockSettings };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_ecom_cart/schemas';
|
|
26
|
+
export { schemas$c as cart };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_ecom_current-cart/schemas';
|
|
28
|
+
export { schemas$d as currentCart };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_ecom_checkout/schemas';
|
|
30
|
+
export { schemas$e as checkout };
|
|
31
|
+
import * as schemas$f from '@wix/auto_sdk_ecom_checkout-settings/schemas';
|
|
32
|
+
export { schemas$f as checkoutSettings };
|
|
33
|
+
import * as schemas$g from '@wix/auto_sdk_ecom_checkout-templates/schemas';
|
|
34
|
+
export { schemas$g as checkoutTemplates };
|
|
35
|
+
import * as schemas$h from '@wix/auto_sdk_ecom_delivery-profile/schemas';
|
|
36
|
+
export { schemas$h as deliveryProfile };
|
|
37
|
+
import * as schemas$i from '@wix/auto_sdk_ecom_draft-orders/schemas';
|
|
38
|
+
export { schemas$i as draftOrders };
|
|
39
|
+
import * as schemas$j from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';
|
|
40
|
+
export { schemas$j as ecommerceSettings };
|
|
41
|
+
import * as schemas$k from '@wix/auto_sdk_ecom_order-fulfillments/schemas';
|
|
42
|
+
export { schemas$k as orderFulfillments };
|
|
43
|
+
import * as schemas$l from '@wix/auto_sdk_ecom_gift-vouchers/schemas';
|
|
44
|
+
export { schemas$l as giftVouchers };
|
|
45
|
+
import * as schemas$m from '@wix/auto_sdk_ecom_local-delivery-options/schemas';
|
|
46
|
+
export { schemas$m as localDeliveryOptions };
|
|
47
|
+
import * as schemas$n from '@wix/auto_sdk_ecom_orders/schemas';
|
|
48
|
+
export { schemas$n as orders };
|
|
49
|
+
import * as schemas$o from '@wix/auto_sdk_ecom_order-billing/schemas';
|
|
50
|
+
export { schemas$o as orderBilling };
|
|
51
|
+
import * as schemas$p from '@wix/auto_sdk_ecom_order-payment-requests/schemas';
|
|
52
|
+
export { schemas$p as orderPaymentRequests };
|
|
53
|
+
import * as schemas$q from '@wix/auto_sdk_ecom_order-transactions/schemas';
|
|
54
|
+
export { schemas$q as orderTransactions };
|
|
55
|
+
import * as schemas$r from '@wix/auto_sdk_ecom_orders-settings/schemas';
|
|
56
|
+
export { schemas$r as ordersSettings };
|
|
57
|
+
import * as schemas$s from '@wix/auto_sdk_ecom_pickup-locations/schemas';
|
|
58
|
+
export { schemas$s as pickupLocations };
|
|
59
|
+
import * as schemas$t from '@wix/auto_sdk_ecom_shipping-options/schemas';
|
|
60
|
+
export { schemas$t as shippingOptions };
|
|
61
|
+
import * as schemas$u from '@wix/auto_sdk_ecom_shippo-configurations/schemas';
|
|
62
|
+
export { schemas$u as shippoConfigurations };
|
|
63
|
+
import * as schemas$v from '@wix/auto_sdk_ecom_totals-calculator/schemas';
|
|
64
|
+
export { schemas$v as totalsCalculator };
|
|
65
|
+
import * as schemas$w from '@wix/auto_sdk_ecom_cart-v-2/schemas';
|
|
66
|
+
export { schemas$w as cartV2 };
|
|
67
|
+
import * as schemas$x from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';
|
|
68
|
+
export { schemas$x as currentCartV2 };
|
|
69
|
+
import * as schemas$y from '@wix/auto_sdk_ecom_currencies/schemas';
|
|
70
|
+
export { schemas$y as currencies };
|
|
71
|
+
import * as schemas$z from '@wix/auto_sdk_ecom_tax-calculation/schemas';
|
|
72
|
+
export { schemas$z as taxCalculation };
|
|
73
|
+
import * as schemas$A from '@wix/auto_sdk_ecom_delivery-solutions/schemas';
|
|
74
|
+
export { schemas$A as deliverySolutions };
|
|
75
|
+
import * as schemas$B from '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
76
|
+
export { schemas$B as tipSettings };
|
|
77
|
+
import * as schemas$C from '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
78
|
+
export { schemas$C as tippableStaff };
|
|
79
|
+
import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
|
|
80
|
+
export { schemas$D as tips };
|
|
@@ -0,0 +1,158 @@
|
|
|
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
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
abandonedCheckouts: () => abandonedCheckouts,
|
|
34
|
+
backInStockNotifications: () => backInStockNotifications,
|
|
35
|
+
backInStockSettings: () => backInStockSettings,
|
|
36
|
+
cart: () => cart,
|
|
37
|
+
cartV2: () => cartV2,
|
|
38
|
+
checkout: () => checkout,
|
|
39
|
+
checkoutContent: () => checkoutContent,
|
|
40
|
+
checkoutSettings: () => checkoutSettings,
|
|
41
|
+
checkoutTemplates: () => checkoutTemplates,
|
|
42
|
+
currencies: () => currencies,
|
|
43
|
+
currentCart: () => currentCart,
|
|
44
|
+
currentCartV2: () => currentCartV2,
|
|
45
|
+
deliveryProfile: () => deliveryProfile,
|
|
46
|
+
deliverySolutions: () => deliverySolutions,
|
|
47
|
+
discountRules: () => discountRules,
|
|
48
|
+
discountsCustomTrigger: () => discountsCustomTrigger,
|
|
49
|
+
draftOrders: () => draftOrders,
|
|
50
|
+
ecommerceSettings: () => ecommerceSettings,
|
|
51
|
+
giftVouchers: () => giftVouchers,
|
|
52
|
+
localDeliveryOptions: () => localDeliveryOptions,
|
|
53
|
+
manualTaxMappings: () => manualTaxMappings,
|
|
54
|
+
orderBilling: () => orderBilling,
|
|
55
|
+
orderFulfillments: () => orderFulfillments,
|
|
56
|
+
orderInvoices: () => orderInvoices,
|
|
57
|
+
orderPaymentRequests: () => orderPaymentRequests,
|
|
58
|
+
orderTransactions: () => orderTransactions,
|
|
59
|
+
orders: () => orders,
|
|
60
|
+
ordersSettings: () => ordersSettings,
|
|
61
|
+
pickupLocations: () => pickupLocations,
|
|
62
|
+
recommendations: () => recommendations,
|
|
63
|
+
shippingOptions: () => shippingOptions,
|
|
64
|
+
shippoConfigurations: () => shippoConfigurations,
|
|
65
|
+
subscriptionContracts: () => subscriptionContracts,
|
|
66
|
+
taxCalculation: () => taxCalculation,
|
|
67
|
+
taxGroups: () => taxGroups,
|
|
68
|
+
taxRegions: () => taxRegions,
|
|
69
|
+
tipSettings: () => tipSettings,
|
|
70
|
+
tippableStaff: () => tippableStaff,
|
|
71
|
+
tips: () => tips,
|
|
72
|
+
totalsCalculator: () => totalsCalculator
|
|
73
|
+
});
|
|
74
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
75
|
+
var manualTaxMappings = __toESM(require("@wix/auto_sdk_ecom_manual-tax-mappings/schemas"));
|
|
76
|
+
var taxGroups = __toESM(require("@wix/auto_sdk_ecom_tax-groups/schemas"));
|
|
77
|
+
var taxRegions = __toESM(require("@wix/auto_sdk_ecom_tax-regions/schemas"));
|
|
78
|
+
var checkoutContent = __toESM(require("@wix/auto_sdk_ecom_checkout-content/schemas"));
|
|
79
|
+
var discountsCustomTrigger = __toESM(require("@wix/auto_sdk_ecom_discounts-custom-trigger/schemas"));
|
|
80
|
+
var discountRules = __toESM(require("@wix/auto_sdk_ecom_discount-rules/schemas"));
|
|
81
|
+
var orderInvoices = __toESM(require("@wix/auto_sdk_ecom_order-invoices/schemas"));
|
|
82
|
+
var recommendations = __toESM(require("@wix/auto_sdk_ecom_recommendations/schemas"));
|
|
83
|
+
var subscriptionContracts = __toESM(require("@wix/auto_sdk_ecom_subscription-contracts/schemas"));
|
|
84
|
+
var abandonedCheckouts = __toESM(require("@wix/auto_sdk_ecom_abandoned-checkouts/schemas"));
|
|
85
|
+
var backInStockNotifications = __toESM(require("@wix/auto_sdk_ecom_back-in-stock-notifications/schemas"));
|
|
86
|
+
var backInStockSettings = __toESM(require("@wix/auto_sdk_ecom_back-in-stock-settings/schemas"));
|
|
87
|
+
var cart = __toESM(require("@wix/auto_sdk_ecom_cart/schemas"));
|
|
88
|
+
var currentCart = __toESM(require("@wix/auto_sdk_ecom_current-cart/schemas"));
|
|
89
|
+
var checkout = __toESM(require("@wix/auto_sdk_ecom_checkout/schemas"));
|
|
90
|
+
var checkoutSettings = __toESM(require("@wix/auto_sdk_ecom_checkout-settings/schemas"));
|
|
91
|
+
var checkoutTemplates = __toESM(require("@wix/auto_sdk_ecom_checkout-templates/schemas"));
|
|
92
|
+
var deliveryProfile = __toESM(require("@wix/auto_sdk_ecom_delivery-profile/schemas"));
|
|
93
|
+
var draftOrders = __toESM(require("@wix/auto_sdk_ecom_draft-orders/schemas"));
|
|
94
|
+
var ecommerceSettings = __toESM(require("@wix/auto_sdk_ecom_ecommerce-settings/schemas"));
|
|
95
|
+
var orderFulfillments = __toESM(require("@wix/auto_sdk_ecom_order-fulfillments/schemas"));
|
|
96
|
+
var giftVouchers = __toESM(require("@wix/auto_sdk_ecom_gift-vouchers/schemas"));
|
|
97
|
+
var localDeliveryOptions = __toESM(require("@wix/auto_sdk_ecom_local-delivery-options/schemas"));
|
|
98
|
+
var orders = __toESM(require("@wix/auto_sdk_ecom_orders/schemas"));
|
|
99
|
+
var orderBilling = __toESM(require("@wix/auto_sdk_ecom_order-billing/schemas"));
|
|
100
|
+
var orderPaymentRequests = __toESM(require("@wix/auto_sdk_ecom_order-payment-requests/schemas"));
|
|
101
|
+
var orderTransactions = __toESM(require("@wix/auto_sdk_ecom_order-transactions/schemas"));
|
|
102
|
+
var ordersSettings = __toESM(require("@wix/auto_sdk_ecom_orders-settings/schemas"));
|
|
103
|
+
var pickupLocations = __toESM(require("@wix/auto_sdk_ecom_pickup-locations/schemas"));
|
|
104
|
+
var shippingOptions = __toESM(require("@wix/auto_sdk_ecom_shipping-options/schemas"));
|
|
105
|
+
var shippoConfigurations = __toESM(require("@wix/auto_sdk_ecom_shippo-configurations/schemas"));
|
|
106
|
+
var totalsCalculator = __toESM(require("@wix/auto_sdk_ecom_totals-calculator/schemas"));
|
|
107
|
+
var cartV2 = __toESM(require("@wix/auto_sdk_ecom_cart-v-2/schemas"));
|
|
108
|
+
var currentCartV2 = __toESM(require("@wix/auto_sdk_ecom_current-cart-v-2/schemas"));
|
|
109
|
+
var currencies = __toESM(require("@wix/auto_sdk_ecom_currencies/schemas"));
|
|
110
|
+
var taxCalculation = __toESM(require("@wix/auto_sdk_ecom_tax-calculation/schemas"));
|
|
111
|
+
var deliverySolutions = __toESM(require("@wix/auto_sdk_ecom_delivery-solutions/schemas"));
|
|
112
|
+
var tipSettings = __toESM(require("@wix/auto_sdk_ecom_tip-settings/schemas"));
|
|
113
|
+
var tippableStaff = __toESM(require("@wix/auto_sdk_ecom_tippable-staff/schemas"));
|
|
114
|
+
var tips = __toESM(require("@wix/auto_sdk_ecom_tips/schemas"));
|
|
115
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
116
|
+
0 && (module.exports = {
|
|
117
|
+
abandonedCheckouts,
|
|
118
|
+
backInStockNotifications,
|
|
119
|
+
backInStockSettings,
|
|
120
|
+
cart,
|
|
121
|
+
cartV2,
|
|
122
|
+
checkout,
|
|
123
|
+
checkoutContent,
|
|
124
|
+
checkoutSettings,
|
|
125
|
+
checkoutTemplates,
|
|
126
|
+
currencies,
|
|
127
|
+
currentCart,
|
|
128
|
+
currentCartV2,
|
|
129
|
+
deliveryProfile,
|
|
130
|
+
deliverySolutions,
|
|
131
|
+
discountRules,
|
|
132
|
+
discountsCustomTrigger,
|
|
133
|
+
draftOrders,
|
|
134
|
+
ecommerceSettings,
|
|
135
|
+
giftVouchers,
|
|
136
|
+
localDeliveryOptions,
|
|
137
|
+
manualTaxMappings,
|
|
138
|
+
orderBilling,
|
|
139
|
+
orderFulfillments,
|
|
140
|
+
orderInvoices,
|
|
141
|
+
orderPaymentRequests,
|
|
142
|
+
orderTransactions,
|
|
143
|
+
orders,
|
|
144
|
+
ordersSettings,
|
|
145
|
+
pickupLocations,
|
|
146
|
+
recommendations,
|
|
147
|
+
shippingOptions,
|
|
148
|
+
shippoConfigurations,
|
|
149
|
+
subscriptionContracts,
|
|
150
|
+
taxCalculation,
|
|
151
|
+
taxGroups,
|
|
152
|
+
taxRegions,
|
|
153
|
+
tipSettings,
|
|
154
|
+
tippableStaff,
|
|
155
|
+
tips,
|
|
156
|
+
totalsCalculator
|
|
157
|
+
});
|
|
158
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,gBAA2B;AAC3B,iBAA4B;AAC5B,sBAAiC;AACjC,6BAAwC;AACxC,oBAA+B;AAC/B,oBAA+B;AAC/B,sBAAiC;AACjC,4BAAuC;AACvC,yBAAoC;AACpC,+BAA0C;AAC1C,0BAAqC;AACrC,WAAsB;AACtB,kBAA6B;AAC7B,eAA0B;AAC1B,uBAAkC;AAClC,wBAAmC;AACnC,sBAAiC;AACjC,kBAA6B;AAC7B,wBAAmC;AACnC,wBAAmC;AACnC,mBAA8B;AAC9B,2BAAsC;AACtC,aAAwB;AACxB,mBAA8B;AAC9B,2BAAsC;AACtC,wBAAmC;AACnC,qBAAgC;AAChC,sBAAiC;AACjC,sBAAiC;AACjC,2BAAsC;AACtC,uBAAkC;AAClC,aAAwB;AACxB,oBAA+B;AAC/B,iBAA4B;AAC5B,qBAAgC;AAChC,wBAAmC;AACnC,kBAA6B;AAC7B,oBAA+B;AAC/B,WAAsB;","names":[]}
|
|
@@ -80,6 +80,46 @@ import '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
|
80
80
|
import '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
81
81
|
import '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
82
82
|
import '@wix/auto_sdk_ecom_tips/meta';
|
|
83
|
+
import '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
84
|
+
import '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
85
|
+
import '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
86
|
+
import '@wix/auto_sdk_ecom_checkout-content/schemas';
|
|
87
|
+
import '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';
|
|
88
|
+
import '@wix/auto_sdk_ecom_discount-rules/schemas';
|
|
89
|
+
import '@wix/auto_sdk_ecom_order-invoices/schemas';
|
|
90
|
+
import '@wix/auto_sdk_ecom_recommendations/schemas';
|
|
91
|
+
import '@wix/auto_sdk_ecom_subscription-contracts/schemas';
|
|
92
|
+
import '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';
|
|
93
|
+
import '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';
|
|
94
|
+
import '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';
|
|
95
|
+
import '@wix/auto_sdk_ecom_cart/schemas';
|
|
96
|
+
import '@wix/auto_sdk_ecom_current-cart/schemas';
|
|
97
|
+
import '@wix/auto_sdk_ecom_checkout/schemas';
|
|
98
|
+
import '@wix/auto_sdk_ecom_checkout-settings/schemas';
|
|
99
|
+
import '@wix/auto_sdk_ecom_checkout-templates/schemas';
|
|
100
|
+
import '@wix/auto_sdk_ecom_delivery-profile/schemas';
|
|
101
|
+
import '@wix/auto_sdk_ecom_draft-orders/schemas';
|
|
102
|
+
import '@wix/auto_sdk_ecom_ecommerce-settings/schemas';
|
|
103
|
+
import '@wix/auto_sdk_ecom_order-fulfillments/schemas';
|
|
104
|
+
import '@wix/auto_sdk_ecom_gift-vouchers/schemas';
|
|
105
|
+
import '@wix/auto_sdk_ecom_local-delivery-options/schemas';
|
|
106
|
+
import '@wix/auto_sdk_ecom_orders/schemas';
|
|
107
|
+
import '@wix/auto_sdk_ecom_order-billing/schemas';
|
|
108
|
+
import '@wix/auto_sdk_ecom_order-payment-requests/schemas';
|
|
109
|
+
import '@wix/auto_sdk_ecom_order-transactions/schemas';
|
|
110
|
+
import '@wix/auto_sdk_ecom_orders-settings/schemas';
|
|
111
|
+
import '@wix/auto_sdk_ecom_pickup-locations/schemas';
|
|
112
|
+
import '@wix/auto_sdk_ecom_shipping-options/schemas';
|
|
113
|
+
import '@wix/auto_sdk_ecom_shippo-configurations/schemas';
|
|
114
|
+
import '@wix/auto_sdk_ecom_totals-calculator/schemas';
|
|
115
|
+
import '@wix/auto_sdk_ecom_cart-v-2/schemas';
|
|
116
|
+
import '@wix/auto_sdk_ecom_current-cart-v-2/schemas';
|
|
117
|
+
import '@wix/auto_sdk_ecom_currencies/schemas';
|
|
118
|
+
import '@wix/auto_sdk_ecom_tax-calculation/schemas';
|
|
119
|
+
import '@wix/auto_sdk_ecom_delivery-solutions/schemas';
|
|
120
|
+
import '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
121
|
+
import '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
122
|
+
import '@wix/auto_sdk_ecom_tips/schemas';
|
|
83
123
|
import '@wix/auto_sdk_ecom_tax-calculation-provider';
|
|
84
124
|
import '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
85
125
|
import '@wix/auto_sdk_ecom_memberships';
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';
|
|
2
|
+
export { schemas as manualTaxMappings };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_ecom_tax-groups/schemas';
|
|
4
|
+
export { schemas$1 as taxGroups };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_ecom_tax-regions/schemas';
|
|
6
|
+
export { schemas$2 as taxRegions };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_ecom_checkout-content/schemas';
|
|
8
|
+
export { schemas$3 as checkoutContent };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';
|
|
10
|
+
export { schemas$4 as discountsCustomTrigger };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_ecom_discount-rules/schemas';
|
|
12
|
+
export { schemas$5 as discountRules };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_ecom_order-invoices/schemas';
|
|
14
|
+
export { schemas$6 as orderInvoices };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_ecom_recommendations/schemas';
|
|
16
|
+
export { schemas$7 as recommendations };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_ecom_subscription-contracts/schemas';
|
|
18
|
+
export { schemas$8 as subscriptionContracts };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';
|
|
20
|
+
export { schemas$9 as abandonedCheckouts };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';
|
|
22
|
+
export { schemas$a as backInStockNotifications };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';
|
|
24
|
+
export { schemas$b as backInStockSettings };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_ecom_cart/schemas';
|
|
26
|
+
export { schemas$c as cart };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_ecom_current-cart/schemas';
|
|
28
|
+
export { schemas$d as currentCart };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_ecom_checkout/schemas';
|
|
30
|
+
export { schemas$e as checkout };
|
|
31
|
+
import * as schemas$f from '@wix/auto_sdk_ecom_checkout-settings/schemas';
|
|
32
|
+
export { schemas$f as checkoutSettings };
|
|
33
|
+
import * as schemas$g from '@wix/auto_sdk_ecom_checkout-templates/schemas';
|
|
34
|
+
export { schemas$g as checkoutTemplates };
|
|
35
|
+
import * as schemas$h from '@wix/auto_sdk_ecom_delivery-profile/schemas';
|
|
36
|
+
export { schemas$h as deliveryProfile };
|
|
37
|
+
import * as schemas$i from '@wix/auto_sdk_ecom_draft-orders/schemas';
|
|
38
|
+
export { schemas$i as draftOrders };
|
|
39
|
+
import * as schemas$j from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';
|
|
40
|
+
export { schemas$j as ecommerceSettings };
|
|
41
|
+
import * as schemas$k from '@wix/auto_sdk_ecom_order-fulfillments/schemas';
|
|
42
|
+
export { schemas$k as orderFulfillments };
|
|
43
|
+
import * as schemas$l from '@wix/auto_sdk_ecom_gift-vouchers/schemas';
|
|
44
|
+
export { schemas$l as giftVouchers };
|
|
45
|
+
import * as schemas$m from '@wix/auto_sdk_ecom_local-delivery-options/schemas';
|
|
46
|
+
export { schemas$m as localDeliveryOptions };
|
|
47
|
+
import * as schemas$n from '@wix/auto_sdk_ecom_orders/schemas';
|
|
48
|
+
export { schemas$n as orders };
|
|
49
|
+
import * as schemas$o from '@wix/auto_sdk_ecom_order-billing/schemas';
|
|
50
|
+
export { schemas$o as orderBilling };
|
|
51
|
+
import * as schemas$p from '@wix/auto_sdk_ecom_order-payment-requests/schemas';
|
|
52
|
+
export { schemas$p as orderPaymentRequests };
|
|
53
|
+
import * as schemas$q from '@wix/auto_sdk_ecom_order-transactions/schemas';
|
|
54
|
+
export { schemas$q as orderTransactions };
|
|
55
|
+
import * as schemas$r from '@wix/auto_sdk_ecom_orders-settings/schemas';
|
|
56
|
+
export { schemas$r as ordersSettings };
|
|
57
|
+
import * as schemas$s from '@wix/auto_sdk_ecom_pickup-locations/schemas';
|
|
58
|
+
export { schemas$s as pickupLocations };
|
|
59
|
+
import * as schemas$t from '@wix/auto_sdk_ecom_shipping-options/schemas';
|
|
60
|
+
export { schemas$t as shippingOptions };
|
|
61
|
+
import * as schemas$u from '@wix/auto_sdk_ecom_shippo-configurations/schemas';
|
|
62
|
+
export { schemas$u as shippoConfigurations };
|
|
63
|
+
import * as schemas$v from '@wix/auto_sdk_ecom_totals-calculator/schemas';
|
|
64
|
+
export { schemas$v as totalsCalculator };
|
|
65
|
+
import * as schemas$w from '@wix/auto_sdk_ecom_cart-v-2/schemas';
|
|
66
|
+
export { schemas$w as cartV2 };
|
|
67
|
+
import * as schemas$x from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';
|
|
68
|
+
export { schemas$x as currentCartV2 };
|
|
69
|
+
import * as schemas$y from '@wix/auto_sdk_ecom_currencies/schemas';
|
|
70
|
+
export { schemas$y as currencies };
|
|
71
|
+
import * as schemas$z from '@wix/auto_sdk_ecom_tax-calculation/schemas';
|
|
72
|
+
export { schemas$z as taxCalculation };
|
|
73
|
+
import * as schemas$A from '@wix/auto_sdk_ecom_delivery-solutions/schemas';
|
|
74
|
+
export { schemas$A as deliverySolutions };
|
|
75
|
+
import * as schemas$B from '@wix/auto_sdk_ecom_tip-settings/schemas';
|
|
76
|
+
export { schemas$B as tipSettings };
|
|
77
|
+
import * as schemas$C from '@wix/auto_sdk_ecom_tippable-staff/schemas';
|
|
78
|
+
export { schemas$C as tippableStaff };
|
|
79
|
+
import * as schemas$D from '@wix/auto_sdk_ecom_tips/schemas';
|
|
80
|
+
export { schemas$D as tips };
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
// schemas.ts
|
|
2
|
+
import * as manualTaxMappings from "@wix/auto_sdk_ecom_manual-tax-mappings/schemas";
|
|
3
|
+
import * as taxGroups from "@wix/auto_sdk_ecom_tax-groups/schemas";
|
|
4
|
+
import * as taxRegions from "@wix/auto_sdk_ecom_tax-regions/schemas";
|
|
5
|
+
import * as checkoutContent from "@wix/auto_sdk_ecom_checkout-content/schemas";
|
|
6
|
+
import * as discountsCustomTrigger from "@wix/auto_sdk_ecom_discounts-custom-trigger/schemas";
|
|
7
|
+
import * as discountRules from "@wix/auto_sdk_ecom_discount-rules/schemas";
|
|
8
|
+
import * as orderInvoices from "@wix/auto_sdk_ecom_order-invoices/schemas";
|
|
9
|
+
import * as recommendations from "@wix/auto_sdk_ecom_recommendations/schemas";
|
|
10
|
+
import * as subscriptionContracts from "@wix/auto_sdk_ecom_subscription-contracts/schemas";
|
|
11
|
+
import * as abandonedCheckouts from "@wix/auto_sdk_ecom_abandoned-checkouts/schemas";
|
|
12
|
+
import * as backInStockNotifications from "@wix/auto_sdk_ecom_back-in-stock-notifications/schemas";
|
|
13
|
+
import * as backInStockSettings from "@wix/auto_sdk_ecom_back-in-stock-settings/schemas";
|
|
14
|
+
import * as cart from "@wix/auto_sdk_ecom_cart/schemas";
|
|
15
|
+
import * as currentCart from "@wix/auto_sdk_ecom_current-cart/schemas";
|
|
16
|
+
import * as checkout from "@wix/auto_sdk_ecom_checkout/schemas";
|
|
17
|
+
import * as checkoutSettings from "@wix/auto_sdk_ecom_checkout-settings/schemas";
|
|
18
|
+
import * as checkoutTemplates from "@wix/auto_sdk_ecom_checkout-templates/schemas";
|
|
19
|
+
import * as deliveryProfile from "@wix/auto_sdk_ecom_delivery-profile/schemas";
|
|
20
|
+
import * as draftOrders from "@wix/auto_sdk_ecom_draft-orders/schemas";
|
|
21
|
+
import * as ecommerceSettings from "@wix/auto_sdk_ecom_ecommerce-settings/schemas";
|
|
22
|
+
import * as orderFulfillments from "@wix/auto_sdk_ecom_order-fulfillments/schemas";
|
|
23
|
+
import * as giftVouchers from "@wix/auto_sdk_ecom_gift-vouchers/schemas";
|
|
24
|
+
import * as localDeliveryOptions from "@wix/auto_sdk_ecom_local-delivery-options/schemas";
|
|
25
|
+
import * as orders from "@wix/auto_sdk_ecom_orders/schemas";
|
|
26
|
+
import * as orderBilling from "@wix/auto_sdk_ecom_order-billing/schemas";
|
|
27
|
+
import * as orderPaymentRequests from "@wix/auto_sdk_ecom_order-payment-requests/schemas";
|
|
28
|
+
import * as orderTransactions from "@wix/auto_sdk_ecom_order-transactions/schemas";
|
|
29
|
+
import * as ordersSettings from "@wix/auto_sdk_ecom_orders-settings/schemas";
|
|
30
|
+
import * as pickupLocations from "@wix/auto_sdk_ecom_pickup-locations/schemas";
|
|
31
|
+
import * as shippingOptions from "@wix/auto_sdk_ecom_shipping-options/schemas";
|
|
32
|
+
import * as shippoConfigurations from "@wix/auto_sdk_ecom_shippo-configurations/schemas";
|
|
33
|
+
import * as totalsCalculator from "@wix/auto_sdk_ecom_totals-calculator/schemas";
|
|
34
|
+
import * as cartV2 from "@wix/auto_sdk_ecom_cart-v-2/schemas";
|
|
35
|
+
import * as currentCartV2 from "@wix/auto_sdk_ecom_current-cart-v-2/schemas";
|
|
36
|
+
import * as currencies from "@wix/auto_sdk_ecom_currencies/schemas";
|
|
37
|
+
import * as taxCalculation from "@wix/auto_sdk_ecom_tax-calculation/schemas";
|
|
38
|
+
import * as deliverySolutions from "@wix/auto_sdk_ecom_delivery-solutions/schemas";
|
|
39
|
+
import * as tipSettings from "@wix/auto_sdk_ecom_tip-settings/schemas";
|
|
40
|
+
import * as tippableStaff from "@wix/auto_sdk_ecom_tippable-staff/schemas";
|
|
41
|
+
import * as tips from "@wix/auto_sdk_ecom_tips/schemas";
|
|
42
|
+
export {
|
|
43
|
+
abandonedCheckouts,
|
|
44
|
+
backInStockNotifications,
|
|
45
|
+
backInStockSettings,
|
|
46
|
+
cart,
|
|
47
|
+
cartV2,
|
|
48
|
+
checkout,
|
|
49
|
+
checkoutContent,
|
|
50
|
+
checkoutSettings,
|
|
51
|
+
checkoutTemplates,
|
|
52
|
+
currencies,
|
|
53
|
+
currentCart,
|
|
54
|
+
currentCartV2,
|
|
55
|
+
deliveryProfile,
|
|
56
|
+
deliverySolutions,
|
|
57
|
+
discountRules,
|
|
58
|
+
discountsCustomTrigger,
|
|
59
|
+
draftOrders,
|
|
60
|
+
ecommerceSettings,
|
|
61
|
+
giftVouchers,
|
|
62
|
+
localDeliveryOptions,
|
|
63
|
+
manualTaxMappings,
|
|
64
|
+
orderBilling,
|
|
65
|
+
orderFulfillments,
|
|
66
|
+
orderInvoices,
|
|
67
|
+
orderPaymentRequests,
|
|
68
|
+
orderTransactions,
|
|
69
|
+
orders,
|
|
70
|
+
ordersSettings,
|
|
71
|
+
pickupLocations,
|
|
72
|
+
recommendations,
|
|
73
|
+
shippingOptions,
|
|
74
|
+
shippoConfigurations,
|
|
75
|
+
subscriptionContracts,
|
|
76
|
+
taxCalculation,
|
|
77
|
+
taxGroups,
|
|
78
|
+
taxRegions,
|
|
79
|
+
tipSettings,
|
|
80
|
+
tippableStaff,
|
|
81
|
+
tips,
|
|
82
|
+
totalsCalculator
|
|
83
|
+
};
|
|
84
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as manualTaxMappings from '@wix/auto_sdk_ecom_manual-tax-mappings/schemas';\nexport * as taxGroups from '@wix/auto_sdk_ecom_tax-groups/schemas';\nexport * as taxRegions from '@wix/auto_sdk_ecom_tax-regions/schemas';\nexport * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/schemas';\nexport * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/schemas';\nexport * as discountRules from '@wix/auto_sdk_ecom_discount-rules/schemas';\nexport * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/schemas';\nexport * as recommendations from '@wix/auto_sdk_ecom_recommendations/schemas';\nexport * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/schemas';\nexport * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/schemas';\nexport * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/schemas';\nexport * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/schemas';\nexport * as cart from '@wix/auto_sdk_ecom_cart/schemas';\nexport * as currentCart from '@wix/auto_sdk_ecom_current-cart/schemas';\nexport * as checkout from '@wix/auto_sdk_ecom_checkout/schemas';\nexport * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/schemas';\nexport * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/schemas';\nexport * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/schemas';\nexport * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/schemas';\nexport * as ecommerceSettings from '@wix/auto_sdk_ecom_ecommerce-settings/schemas';\nexport * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/schemas';\nexport * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/schemas';\nexport * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/schemas';\nexport * as orders from '@wix/auto_sdk_ecom_orders/schemas';\nexport * as orderBilling from '@wix/auto_sdk_ecom_order-billing/schemas';\nexport * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/schemas';\nexport * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/schemas';\nexport * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/schemas';\nexport * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/schemas';\nexport * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/schemas';\nexport * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/schemas';\nexport * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/schemas';\nexport * as cartV2 from '@wix/auto_sdk_ecom_cart-v-2/schemas';\nexport * as currentCartV2 from '@wix/auto_sdk_ecom_current-cart-v-2/schemas';\nexport * as currencies from '@wix/auto_sdk_ecom_currencies/schemas';\nexport * as taxCalculation from '@wix/auto_sdk_ecom_tax-calculation/schemas';\nexport * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/schemas';\nexport * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/schemas';\nexport * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/schemas';\nexport * as tips from '@wix/auto_sdk_ecom_tips/schemas';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,eAAe;AAC3B,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,wBAAwB;AACpC,YAAY,8BAA8B;AAC1C,YAAY,yBAAyB;AACrC,YAAY,UAAU;AACtB,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,uBAAuB;AACnC,YAAY,qBAAqB;AACjC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,qBAAqB;AACjC,YAAY,qBAAqB;AACjC,YAAY,0BAA0B;AACtC,YAAY,sBAAsB;AAClC,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,uBAAuB;AACnC,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,UAAU;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1989",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
"require": "./build/cjs/meta.js",
|
|
27
27
|
"types": "./build/es/meta.d.mts"
|
|
28
28
|
},
|
|
29
|
+
"./schemas": {
|
|
30
|
+
"import": "./build/es/schemas.mjs",
|
|
31
|
+
"require": "./build/cjs/schemas.js",
|
|
32
|
+
"types": "./build/es/schemas.d.mts"
|
|
33
|
+
},
|
|
29
34
|
"./service-plugins": {
|
|
30
35
|
"import": "./build/es/service-plugins.mjs",
|
|
31
36
|
"require": "./build/cjs/service-plugins.js",
|
|
@@ -56,65 +61,66 @@
|
|
|
56
61
|
"build",
|
|
57
62
|
"meta",
|
|
58
63
|
"service-plugins",
|
|
64
|
+
"schemas",
|
|
59
65
|
"dashboard",
|
|
60
66
|
"site",
|
|
61
67
|
"components",
|
|
62
68
|
"services"
|
|
63
69
|
],
|
|
64
70
|
"dependencies": {
|
|
65
|
-
"@wix/auto_sdk_ecom_abandoned-checkouts": "1.0.
|
|
66
|
-
"@wix/auto_sdk_ecom_additional-fees": "1.0.
|
|
67
|
-
"@wix/auto_sdk_ecom_back-in-stock-notifications": "1.0.
|
|
68
|
-
"@wix/auto_sdk_ecom_back-in-stock-settings": "1.0.
|
|
69
|
-
"@wix/auto_sdk_ecom_cart": "1.0.
|
|
70
|
-
"@wix/auto_sdk_ecom_cart-v-2": "1.0.
|
|
71
|
-
"@wix/auto_sdk_ecom_catalog": "1.0.
|
|
72
|
-
"@wix/auto_sdk_ecom_checkout": "1.0.
|
|
73
|
-
"@wix/auto_sdk_ecom_checkout-content": "1.0.
|
|
74
|
-
"@wix/auto_sdk_ecom_checkout-settings": "1.0.
|
|
75
|
-
"@wix/auto_sdk_ecom_checkout-templates": "1.0.
|
|
76
|
-
"@wix/auto_sdk_ecom_currencies": "1.0.
|
|
77
|
-
"@wix/auto_sdk_ecom_current-cart": "1.0.
|
|
78
|
-
"@wix/auto_sdk_ecom_current-cart-v-2": "1.0.
|
|
79
|
-
"@wix/auto_sdk_ecom_custom-triggers": "1.0.
|
|
80
|
-
"@wix/auto_sdk_ecom_delivery-profile": "1.0.
|
|
81
|
-
"@wix/auto_sdk_ecom_delivery-solutions": "1.0.
|
|
82
|
-
"@wix/auto_sdk_ecom_discount-rules": "1.0.
|
|
83
|
-
"@wix/auto_sdk_ecom_discounts": "1.0.
|
|
84
|
-
"@wix/auto_sdk_ecom_discounts-custom-trigger": "1.0.
|
|
85
|
-
"@wix/auto_sdk_ecom_draft-orders": "1.0.
|
|
86
|
-
"@wix/auto_sdk_ecom_ecommerce-settings": "1.0.
|
|
87
|
-
"@wix/auto_sdk_ecom_gift-vouchers": "1.0.
|
|
88
|
-
"@wix/auto_sdk_ecom_gift-vouchers-provider": "1.0.
|
|
89
|
-
"@wix/auto_sdk_ecom_inventory": "1.0.
|
|
90
|
-
"@wix/auto_sdk_ecom_local-delivery-options": "1.0.
|
|
91
|
-
"@wix/auto_sdk_ecom_manual-tax-mappings": "1.0.
|
|
92
|
-
"@wix/auto_sdk_ecom_memberships": "1.0.
|
|
93
|
-
"@wix/auto_sdk_ecom_order-billing": "1.0.
|
|
94
|
-
"@wix/auto_sdk_ecom_order-fulfillments": "1.0.
|
|
95
|
-
"@wix/auto_sdk_ecom_order-invoices": "1.0.
|
|
96
|
-
"@wix/auto_sdk_ecom_order-payment-requests": "1.0.
|
|
97
|
-
"@wix/auto_sdk_ecom_order-transactions": "1.0.
|
|
98
|
-
"@wix/auto_sdk_ecom_orders": "1.0.
|
|
99
|
-
"@wix/auto_sdk_ecom_orders-settings": "1.0.
|
|
100
|
-
"@wix/auto_sdk_ecom_payment-settings": "1.0.
|
|
101
|
-
"@wix/auto_sdk_ecom_pickup-locations": "1.0.
|
|
102
|
-
"@wix/auto_sdk_ecom_recommendations": "1.0.
|
|
103
|
-
"@wix/auto_sdk_ecom_recommendations-provider": "1.0.
|
|
104
|
-
"@wix/auto_sdk_ecom_shipping-options": "1.0.
|
|
105
|
-
"@wix/auto_sdk_ecom_shipping-rates": "1.0.
|
|
106
|
-
"@wix/auto_sdk_ecom_shippo-configurations": "1.0.
|
|
107
|
-
"@wix/auto_sdk_ecom_subscription-contracts": "1.0.
|
|
108
|
-
"@wix/auto_sdk_ecom_tax-calculation": "1.0.
|
|
109
|
-
"@wix/auto_sdk_ecom_tax-calculation-provider": "1.0.
|
|
110
|
-
"@wix/auto_sdk_ecom_tax-groups": "1.0.
|
|
111
|
-
"@wix/auto_sdk_ecom_tax-regions": "1.0.
|
|
112
|
-
"@wix/auto_sdk_ecom_tip-settings": "1.0.
|
|
113
|
-
"@wix/auto_sdk_ecom_tippable-staff": "1.0.
|
|
114
|
-
"@wix/auto_sdk_ecom_tips": "1.0.
|
|
115
|
-
"@wix/auto_sdk_ecom_totals-calculator": "1.0.
|
|
116
|
-
"@wix/auto_sdk_ecom_validations": "1.0.
|
|
117
|
-
"@wix/ecom_app-extensions": "1.0.
|
|
71
|
+
"@wix/auto_sdk_ecom_abandoned-checkouts": "1.0.72",
|
|
72
|
+
"@wix/auto_sdk_ecom_additional-fees": "1.0.43",
|
|
73
|
+
"@wix/auto_sdk_ecom_back-in-stock-notifications": "1.0.59",
|
|
74
|
+
"@wix/auto_sdk_ecom_back-in-stock-settings": "1.0.39",
|
|
75
|
+
"@wix/auto_sdk_ecom_cart": "1.0.147",
|
|
76
|
+
"@wix/auto_sdk_ecom_cart-v-2": "1.0.122",
|
|
77
|
+
"@wix/auto_sdk_ecom_catalog": "1.0.57",
|
|
78
|
+
"@wix/auto_sdk_ecom_checkout": "1.0.141",
|
|
79
|
+
"@wix/auto_sdk_ecom_checkout-content": "1.0.34",
|
|
80
|
+
"@wix/auto_sdk_ecom_checkout-settings": "1.0.62",
|
|
81
|
+
"@wix/auto_sdk_ecom_checkout-templates": "1.0.127",
|
|
82
|
+
"@wix/auto_sdk_ecom_currencies": "1.0.33",
|
|
83
|
+
"@wix/auto_sdk_ecom_current-cart": "1.0.157",
|
|
84
|
+
"@wix/auto_sdk_ecom_current-cart-v-2": "1.0.122",
|
|
85
|
+
"@wix/auto_sdk_ecom_custom-triggers": "1.0.35",
|
|
86
|
+
"@wix/auto_sdk_ecom_delivery-profile": "1.0.383",
|
|
87
|
+
"@wix/auto_sdk_ecom_delivery-solutions": "1.0.56",
|
|
88
|
+
"@wix/auto_sdk_ecom_discount-rules": "1.0.106",
|
|
89
|
+
"@wix/auto_sdk_ecom_discounts": "1.0.32",
|
|
90
|
+
"@wix/auto_sdk_ecom_discounts-custom-trigger": "1.0.41",
|
|
91
|
+
"@wix/auto_sdk_ecom_draft-orders": "1.0.140",
|
|
92
|
+
"@wix/auto_sdk_ecom_ecommerce-settings": "1.0.22",
|
|
93
|
+
"@wix/auto_sdk_ecom_gift-vouchers": "1.0.41",
|
|
94
|
+
"@wix/auto_sdk_ecom_gift-vouchers-provider": "1.0.31",
|
|
95
|
+
"@wix/auto_sdk_ecom_inventory": "1.0.22",
|
|
96
|
+
"@wix/auto_sdk_ecom_local-delivery-options": "1.0.49",
|
|
97
|
+
"@wix/auto_sdk_ecom_manual-tax-mappings": "1.0.34",
|
|
98
|
+
"@wix/auto_sdk_ecom_memberships": "1.0.34",
|
|
99
|
+
"@wix/auto_sdk_ecom_order-billing": "1.0.67",
|
|
100
|
+
"@wix/auto_sdk_ecom_order-fulfillments": "1.0.57",
|
|
101
|
+
"@wix/auto_sdk_ecom_order-invoices": "1.0.49",
|
|
102
|
+
"@wix/auto_sdk_ecom_order-payment-requests": "1.0.56",
|
|
103
|
+
"@wix/auto_sdk_ecom_order-transactions": "1.0.81",
|
|
104
|
+
"@wix/auto_sdk_ecom_orders": "1.0.233",
|
|
105
|
+
"@wix/auto_sdk_ecom_orders-settings": "1.0.51",
|
|
106
|
+
"@wix/auto_sdk_ecom_payment-settings": "1.0.116",
|
|
107
|
+
"@wix/auto_sdk_ecom_pickup-locations": "1.0.47",
|
|
108
|
+
"@wix/auto_sdk_ecom_recommendations": "1.0.44",
|
|
109
|
+
"@wix/auto_sdk_ecom_recommendations-provider": "1.0.31",
|
|
110
|
+
"@wix/auto_sdk_ecom_shipping-options": "1.0.115",
|
|
111
|
+
"@wix/auto_sdk_ecom_shipping-rates": "1.0.37",
|
|
112
|
+
"@wix/auto_sdk_ecom_shippo-configurations": "1.0.65",
|
|
113
|
+
"@wix/auto_sdk_ecom_subscription-contracts": "1.0.106",
|
|
114
|
+
"@wix/auto_sdk_ecom_tax-calculation": "1.0.49",
|
|
115
|
+
"@wix/auto_sdk_ecom_tax-calculation-provider": "1.0.27",
|
|
116
|
+
"@wix/auto_sdk_ecom_tax-groups": "1.0.56",
|
|
117
|
+
"@wix/auto_sdk_ecom_tax-regions": "1.0.54",
|
|
118
|
+
"@wix/auto_sdk_ecom_tip-settings": "1.0.50",
|
|
119
|
+
"@wix/auto_sdk_ecom_tippable-staff": "1.0.38",
|
|
120
|
+
"@wix/auto_sdk_ecom_tips": "1.0.59",
|
|
121
|
+
"@wix/auto_sdk_ecom_totals-calculator": "1.0.94",
|
|
122
|
+
"@wix/auto_sdk_ecom_validations": "1.0.49",
|
|
123
|
+
"@wix/ecom_app-extensions": "1.0.100",
|
|
118
124
|
"@wix/headless-ecom": "0.0.41"
|
|
119
125
|
},
|
|
120
126
|
"devDependencies": {
|
|
@@ -137,5 +143,5 @@
|
|
|
137
143
|
"fqdn": ""
|
|
138
144
|
}
|
|
139
145
|
},
|
|
140
|
-
"falconPackageHash": "
|
|
146
|
+
"falconPackageHash": "18a8f058c769a9b768099d44363c30d10435020a058c7e1a07ecd3fb"
|
|
141
147
|
}
|