@wix/auto_sdk_ecom_orders 1.0.34 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.d.ts +1 -0
- package/build/cjs/index.js +18 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/index.typings.d.ts +1 -0
- package/build/cjs/index.typings.js +18 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/src/ecom-v1-order-orders.context.d.ts +34 -0
- package/build/cjs/src/ecom-v1-order-orders.context.js +117 -0
- package/build/cjs/src/ecom-v1-order-orders.context.js.map +1 -0
- package/build/cjs/src/ecom-v1-order-orders.http.d.ts +200 -0
- package/build/cjs/src/ecom-v1-order-orders.http.js +1610 -0
- package/build/cjs/src/ecom-v1-order-orders.http.js.map +1 -0
- package/build/cjs/src/ecom-v1-order-orders.meta.d.ts +78 -0
- package/build/cjs/src/ecom-v1-order-orders.meta.js +503 -0
- package/build/cjs/src/ecom-v1-order-orders.meta.js.map +1 -0
- package/build/cjs/src/ecom-v1-order-orders.public.d.ts +189 -0
- package/build/cjs/src/ecom-v1-order-orders.public.js +382 -0
- package/build/cjs/src/ecom-v1-order-orders.public.js.map +1 -0
- package/build/{ecom-v1-order-orders.universal-UflOyGzD.d.mts → cjs/src/ecom-v1-order-orders.types.d.ts} +637 -1109
- package/build/cjs/src/ecom-v1-order-orders.types.js +652 -0
- package/build/cjs/src/ecom-v1-order-orders.types.js.map +1 -0
- package/build/{internal/ecom-v1-order-orders.universal-DkzM7BQ-.d.ts → cjs/src/ecom-v1-order-orders.universal.d.ts} +985 -957
- package/build/cjs/src/ecom-v1-order-orders.universal.js +2294 -0
- package/build/cjs/src/ecom-v1-order-orders.universal.js.map +1 -0
- package/build/es/index.d.ts +1 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -0
- package/build/es/index.typings.d.ts +1 -0
- package/build/es/index.typings.js +2 -0
- package/build/es/index.typings.js.map +1 -0
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/src/ecom-v1-order-orders.context.d.ts +34 -0
- package/build/es/src/ecom-v1-order-orders.context.js +62 -0
- package/build/es/src/ecom-v1-order-orders.context.js.map +1 -0
- package/build/es/src/ecom-v1-order-orders.http.d.ts +200 -0
- package/build/es/src/ecom-v1-order-orders.http.js +1582 -0
- package/build/es/src/ecom-v1-order-orders.http.js.map +1 -0
- package/build/es/src/ecom-v1-order-orders.meta.d.ts +78 -0
- package/build/es/src/ecom-v1-order-orders.meta.js +452 -0
- package/build/es/src/ecom-v1-order-orders.meta.js.map +1 -0
- package/build/es/src/ecom-v1-order-orders.public.d.ts +189 -0
- package/build/es/src/ecom-v1-order-orders.public.js +302 -0
- package/build/es/src/ecom-v1-order-orders.public.js.map +1 -0
- package/build/{ecom-v1-order-orders.universal-UflOyGzD.d.ts → es/src/ecom-v1-order-orders.types.d.ts} +637 -1109
- package/build/es/src/ecom-v1-order-orders.types.js +648 -0
- package/build/es/src/ecom-v1-order-orders.types.js.map +1 -0
- package/build/{internal/ecom-v1-order-orders.universal-DkzM7BQ-.d.mts → es/src/ecom-v1-order-orders.universal.d.ts} +985 -957
- package/build/es/src/ecom-v1-order-orders.universal.js +2242 -0
- package/build/es/src/ecom-v1-order-orders.universal.js.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -0
- package/build/internal/cjs/index.js +18 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/index.typings.d.ts +1 -0
- package/build/internal/cjs/index.typings.js +18 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.context.d.ts +62 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.context.js +117 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.context.js.map +1 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.http.d.ts +200 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.http.js +1610 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.http.js.map +1 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.meta.d.ts +78 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.meta.js +503 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.meta.js.map +1 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.public.d.ts +340 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.public.js +382 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.public.js.map +1 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.types.d.ts +6096 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.types.js +652 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.types.js.map +1 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.universal.d.ts +7750 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.universal.js +2294 -0
- package/build/internal/cjs/src/ecom-v1-order-orders.universal.js.map +1 -0
- package/build/internal/es/index.d.ts +1 -0
- package/build/internal/es/index.js +2 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/index.typings.d.ts +1 -0
- package/build/internal/es/index.typings.js +2 -0
- package/build/internal/es/index.typings.js.map +1 -0
- package/build/internal/es/meta.d.ts +1 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/src/ecom-v1-order-orders.context.d.ts +62 -0
- package/build/internal/es/src/ecom-v1-order-orders.context.js +62 -0
- package/build/internal/es/src/ecom-v1-order-orders.context.js.map +1 -0
- package/build/internal/es/src/ecom-v1-order-orders.http.d.ts +200 -0
- package/build/internal/es/src/ecom-v1-order-orders.http.js +1582 -0
- package/build/internal/es/src/ecom-v1-order-orders.http.js.map +1 -0
- package/build/internal/es/src/ecom-v1-order-orders.meta.d.ts +78 -0
- package/build/internal/es/src/ecom-v1-order-orders.meta.js +452 -0
- package/build/internal/es/src/ecom-v1-order-orders.meta.js.map +1 -0
- package/build/internal/es/src/ecom-v1-order-orders.public.d.ts +340 -0
- package/build/internal/es/src/ecom-v1-order-orders.public.js +302 -0
- package/build/internal/es/src/ecom-v1-order-orders.public.js.map +1 -0
- package/build/internal/es/src/ecom-v1-order-orders.types.d.ts +6096 -0
- package/build/internal/es/src/ecom-v1-order-orders.types.js +648 -0
- package/build/internal/es/src/ecom-v1-order-orders.types.js.map +1 -0
- package/build/internal/es/src/ecom-v1-order-orders.universal.d.ts +7750 -0
- package/build/internal/es/src/ecom-v1-order-orders.universal.js +2242 -0
- package/build/internal/es/src/ecom-v1-order-orders.universal.js.map +1 -0
- package/package.json +11 -12
- package/build/index.d.mts +0 -212
- package/build/index.d.ts +0 -212
- package/build/index.js +0 -3504
- package/build/index.js.map +0 -1
- package/build/index.mjs +0 -3401
- package/build/index.mjs.map +0 -1
- package/build/internal/index.d.mts +0 -391
- package/build/internal/index.d.ts +0 -391
- package/build/internal/index.js +0 -3504
- package/build/internal/index.js.map +0 -1
- package/build/internal/index.mjs +0 -3401
- package/build/internal/index.mjs.map +0 -1
- package/build/internal/meta.d.mts +0 -3192
- package/build/internal/meta.d.ts +0 -3192
- package/build/internal/meta.js +0 -1941
- package/build/internal/meta.js.map +0 -1
- package/build/internal/meta.mjs +0 -1890
- package/build/internal/meta.mjs.map +0 -1
- package/build/meta.d.mts +0 -3192
- package/build/meta.d.ts +0 -3192
- package/build/meta.js +0 -1941
- package/build/meta.js.map +0 -1
- package/build/meta.mjs +0 -1890
- package/build/meta.mjs.map +0 -1
|
@@ -0,0 +1,648 @@
|
|
|
1
|
+
export var DescriptionLineType;
|
|
2
|
+
(function (DescriptionLineType) {
|
|
3
|
+
/** Unrecognized type. */
|
|
4
|
+
DescriptionLineType["UNRECOGNISED"] = "UNRECOGNISED";
|
|
5
|
+
/** Plain text type. */
|
|
6
|
+
DescriptionLineType["PLAIN_TEXT"] = "PLAIN_TEXT";
|
|
7
|
+
/** Color type. */
|
|
8
|
+
DescriptionLineType["COLOR"] = "COLOR";
|
|
9
|
+
})(DescriptionLineType || (DescriptionLineType = {}));
|
|
10
|
+
export var ItemTypeItemType;
|
|
11
|
+
(function (ItemTypeItemType) {
|
|
12
|
+
ItemTypeItemType["UNRECOGNISED"] = "UNRECOGNISED";
|
|
13
|
+
ItemTypeItemType["PHYSICAL"] = "PHYSICAL";
|
|
14
|
+
ItemTypeItemType["DIGITAL"] = "DIGITAL";
|
|
15
|
+
ItemTypeItemType["GIFT_CARD"] = "GIFT_CARD";
|
|
16
|
+
ItemTypeItemType["SERVICE"] = "SERVICE";
|
|
17
|
+
})(ItemTypeItemType || (ItemTypeItemType = {}));
|
|
18
|
+
/** Type of selected payment option for catalog item */
|
|
19
|
+
export var PaymentOptionType;
|
|
20
|
+
(function (PaymentOptionType) {
|
|
21
|
+
/** The entire payment for this item happens as part of the checkout. */
|
|
22
|
+
PaymentOptionType["FULL_PAYMENT_ONLINE"] = "FULL_PAYMENT_ONLINE";
|
|
23
|
+
/** The entire payment for this item happens after checkout. For example, when using cash, check, or other offline payment methods. */
|
|
24
|
+
PaymentOptionType["FULL_PAYMENT_OFFLINE"] = "FULL_PAYMENT_OFFLINE";
|
|
25
|
+
/** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
|
|
26
|
+
PaymentOptionType["MEMBERSHIP"] = "MEMBERSHIP";
|
|
27
|
+
/** Partial payment to be paid upfront during checkout. The initial amount to be paid for each line item is specified in `depositAmount`. */
|
|
28
|
+
PaymentOptionType["DEPOSIT_ONLINE"] = "DEPOSIT_ONLINE";
|
|
29
|
+
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
30
|
+
PaymentOptionType["MEMBERSHIP_OFFLINE"] = "MEMBERSHIP_OFFLINE";
|
|
31
|
+
})(PaymentOptionType || (PaymentOptionType = {}));
|
|
32
|
+
/** JurisdictionType represents the type of the jurisdiction in which this tax detail applies (e.g. Country,State,County,City,Special). */
|
|
33
|
+
export var JurisdictionType;
|
|
34
|
+
(function (JurisdictionType) {
|
|
35
|
+
JurisdictionType["UNDEFINED"] = "UNDEFINED";
|
|
36
|
+
JurisdictionType["COUNTRY"] = "COUNTRY";
|
|
37
|
+
JurisdictionType["STATE"] = "STATE";
|
|
38
|
+
JurisdictionType["COUNTY"] = "COUNTY";
|
|
39
|
+
JurisdictionType["CITY"] = "CITY";
|
|
40
|
+
JurisdictionType["SPECIAL"] = "SPECIAL";
|
|
41
|
+
})(JurisdictionType || (JurisdictionType = {}));
|
|
42
|
+
/** Frequency unit of recurring payment */
|
|
43
|
+
export var SubscriptionFrequency;
|
|
44
|
+
(function (SubscriptionFrequency) {
|
|
45
|
+
SubscriptionFrequency["UNDEFINED"] = "UNDEFINED";
|
|
46
|
+
SubscriptionFrequency["DAY"] = "DAY";
|
|
47
|
+
SubscriptionFrequency["WEEK"] = "WEEK";
|
|
48
|
+
SubscriptionFrequency["MONTH"] = "MONTH";
|
|
49
|
+
SubscriptionFrequency["YEAR"] = "YEAR";
|
|
50
|
+
})(SubscriptionFrequency || (SubscriptionFrequency = {}));
|
|
51
|
+
export var AdjustmentType;
|
|
52
|
+
(function (AdjustmentType) {
|
|
53
|
+
AdjustmentType["UNKNOWN_ADJUSTMENT_TYPE"] = "UNKNOWN_ADJUSTMENT_TYPE";
|
|
54
|
+
/** Adjustment increases the total amount due to changes like covering extra billing days. Typically results in an additional fee. */
|
|
55
|
+
AdjustmentType["EXTRA_CHARGE"] = "EXTRA_CHARGE";
|
|
56
|
+
/** Adjustment reduces the total amount due to changes like covering fewer billing days. Typically results in a credit or discount. */
|
|
57
|
+
AdjustmentType["CREDIT"] = "CREDIT";
|
|
58
|
+
})(AdjustmentType || (AdjustmentType = {}));
|
|
59
|
+
export var TaxableAddressType;
|
|
60
|
+
(function (TaxableAddressType) {
|
|
61
|
+
TaxableAddressType["UNKNOWN_TAXABLE_ADDRESS"] = "UNKNOWN_TAXABLE_ADDRESS";
|
|
62
|
+
TaxableAddressType["BUSINESS"] = "BUSINESS";
|
|
63
|
+
TaxableAddressType["BILLING"] = "BILLING";
|
|
64
|
+
TaxableAddressType["SHIPPING"] = "SHIPPING";
|
|
65
|
+
})(TaxableAddressType || (TaxableAddressType = {}));
|
|
66
|
+
export var PaymentStatus;
|
|
67
|
+
(function (PaymentStatus) {
|
|
68
|
+
PaymentStatus["UNSPECIFIED"] = "UNSPECIFIED";
|
|
69
|
+
/**
|
|
70
|
+
* `NOT_PAID` can apply to an order made online, but not yet paid. In such cases `order.status` will be `INITIALIZED`.
|
|
71
|
+
* This status also applies when an offline order needs to be manually marked as paid. In such cases `order.status` will be `APPROVED`.
|
|
72
|
+
*/
|
|
73
|
+
PaymentStatus["NOT_PAID"] = "NOT_PAID";
|
|
74
|
+
/** All required payments associated with this order are paid. */
|
|
75
|
+
PaymentStatus["PAID"] = "PAID";
|
|
76
|
+
/** Order partially refunded, but the refunded amount is less than the order's total price. See `order.balanceSummary` for more details. */
|
|
77
|
+
PaymentStatus["PARTIALLY_REFUNDED"] = "PARTIALLY_REFUNDED";
|
|
78
|
+
/** Order fully refunded. Refund amount equals total price. See `order.balanceSummary` for more details. */
|
|
79
|
+
PaymentStatus["FULLY_REFUNDED"] = "FULLY_REFUNDED";
|
|
80
|
+
/**
|
|
81
|
+
* All payments pending.
|
|
82
|
+
*
|
|
83
|
+
* This can happen with two-step payments, when a payment requires manual review, or when a payment is in progress and will be concluded shortly.
|
|
84
|
+
* Learn more about [pending orders](https://support.wix.com/en/article/pending-orders).
|
|
85
|
+
*/
|
|
86
|
+
PaymentStatus["PENDING"] = "PENDING";
|
|
87
|
+
/** At least one payment received and approved, but it covers less than the order's total price. See `order.balanceSummary` for more details. */
|
|
88
|
+
PaymentStatus["PARTIALLY_PAID"] = "PARTIALLY_PAID";
|
|
89
|
+
/**
|
|
90
|
+
* Payment received, but not yet confirmed by the payment provider.
|
|
91
|
+
*
|
|
92
|
+
* In most cases, when a payment provider is holding payment it's because setup hasn't been successfully completed by the merchant/site owner.
|
|
93
|
+
* To solve this, the merchant/site owner should log in to the payment provider's dashboard and make sure their account is set up correctly, or contact their support for further assistance.
|
|
94
|
+
* @documentationMaturity preview
|
|
95
|
+
*/
|
|
96
|
+
PaymentStatus["PENDING_MERCHANT"] = "PENDING_MERCHANT";
|
|
97
|
+
/**
|
|
98
|
+
* One or more payments canceled.
|
|
99
|
+
* @documentationMaturity preview
|
|
100
|
+
*/
|
|
101
|
+
PaymentStatus["CANCELED"] = "CANCELED";
|
|
102
|
+
/**
|
|
103
|
+
* One or more payments declined.
|
|
104
|
+
* @documentationMaturity preview
|
|
105
|
+
*/
|
|
106
|
+
PaymentStatus["DECLINED"] = "DECLINED";
|
|
107
|
+
})(PaymentStatus || (PaymentStatus = {}));
|
|
108
|
+
export var FulfillmentStatus;
|
|
109
|
+
(function (FulfillmentStatus) {
|
|
110
|
+
/** None of the order items are fulfilled or the order was manually marked as unfulfilled. */
|
|
111
|
+
FulfillmentStatus["NOT_FULFILLED"] = "NOT_FULFILLED";
|
|
112
|
+
/**
|
|
113
|
+
* All of the order items are fulfilled or the order was manually marked as fulfilled.
|
|
114
|
+
* Orders without shipping info are fulfilled automatically.
|
|
115
|
+
*/
|
|
116
|
+
FulfillmentStatus["FULFILLED"] = "FULFILLED";
|
|
117
|
+
/** Some, but not all, of the order items are fulfilled. */
|
|
118
|
+
FulfillmentStatus["PARTIALLY_FULFILLED"] = "PARTIALLY_FULFILLED";
|
|
119
|
+
})(FulfillmentStatus || (FulfillmentStatus = {}));
|
|
120
|
+
export var WeightUnit;
|
|
121
|
+
(function (WeightUnit) {
|
|
122
|
+
/** Weight unit can't be classified due to an error. */
|
|
123
|
+
WeightUnit["UNSPECIFIED_WEIGHT_UNIT"] = "UNSPECIFIED_WEIGHT_UNIT";
|
|
124
|
+
/** Kilograms. */
|
|
125
|
+
WeightUnit["KG"] = "KG";
|
|
126
|
+
/** Pounds. */
|
|
127
|
+
WeightUnit["LB"] = "LB";
|
|
128
|
+
})(WeightUnit || (WeightUnit = {}));
|
|
129
|
+
/** tax info types */
|
|
130
|
+
export var VatType;
|
|
131
|
+
(function (VatType) {
|
|
132
|
+
VatType["UNSPECIFIED"] = "UNSPECIFIED";
|
|
133
|
+
/** CPF - for individual tax payers. */
|
|
134
|
+
VatType["CPF"] = "CPF";
|
|
135
|
+
/** CNPJ - for corporations */
|
|
136
|
+
VatType["CNPJ"] = "CNPJ";
|
|
137
|
+
})(VatType || (VatType = {}));
|
|
138
|
+
export var PickupMethod;
|
|
139
|
+
(function (PickupMethod) {
|
|
140
|
+
PickupMethod["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
|
|
141
|
+
PickupMethod["STORE_PICKUP"] = "STORE_PICKUP";
|
|
142
|
+
PickupMethod["PICKUP_POINT"] = "PICKUP_POINT";
|
|
143
|
+
})(PickupMethod || (PickupMethod = {}));
|
|
144
|
+
export var OrderStatus;
|
|
145
|
+
(function (OrderStatus) {
|
|
146
|
+
/** Order created, but not yet approved or canceled. */
|
|
147
|
+
OrderStatus["INITIALIZED"] = "INITIALIZED";
|
|
148
|
+
/**
|
|
149
|
+
* Order approved.
|
|
150
|
+
*
|
|
151
|
+
* This happens when either an online payment is received **or** when `order.priceSummary.total = 0` (a zero-total order).
|
|
152
|
+
* Offline orders (cash payment) are automatically approved.
|
|
153
|
+
*/
|
|
154
|
+
OrderStatus["APPROVED"] = "APPROVED";
|
|
155
|
+
/** Order canceled by the user. */
|
|
156
|
+
OrderStatus["CANCELED"] = "CANCELED";
|
|
157
|
+
/**
|
|
158
|
+
* Order pending.
|
|
159
|
+
* @documentationMaturity preview
|
|
160
|
+
*/
|
|
161
|
+
OrderStatus["PENDING"] = "PENDING";
|
|
162
|
+
/**
|
|
163
|
+
* Order rejected.
|
|
164
|
+
*
|
|
165
|
+
* This happens when pending payments fail.
|
|
166
|
+
* @documentationMaturity preview
|
|
167
|
+
*/
|
|
168
|
+
OrderStatus["REJECTED"] = "REJECTED";
|
|
169
|
+
})(OrderStatus || (OrderStatus = {}));
|
|
170
|
+
export var DiscountType;
|
|
171
|
+
(function (DiscountType) {
|
|
172
|
+
DiscountType["GLOBAL"] = "GLOBAL";
|
|
173
|
+
DiscountType["SPECIFIC_ITEMS"] = "SPECIFIC_ITEMS";
|
|
174
|
+
DiscountType["SHIPPING"] = "SHIPPING";
|
|
175
|
+
})(DiscountType || (DiscountType = {}));
|
|
176
|
+
export var DiscountReason;
|
|
177
|
+
(function (DiscountReason) {
|
|
178
|
+
DiscountReason["UNSPECIFIED"] = "UNSPECIFIED";
|
|
179
|
+
DiscountReason["EXCHANGED_ITEMS"] = "EXCHANGED_ITEMS";
|
|
180
|
+
DiscountReason["BILLING_ADJUSTMENT"] = "BILLING_ADJUSTMENT";
|
|
181
|
+
})(DiscountReason || (DiscountReason = {}));
|
|
182
|
+
export var LineItemQuantityChangeType;
|
|
183
|
+
(function (LineItemQuantityChangeType) {
|
|
184
|
+
/** Quantity increased. */
|
|
185
|
+
LineItemQuantityChangeType["QUANTITY_INCREASED"] = "QUANTITY_INCREASED";
|
|
186
|
+
/** Quantity decreased. */
|
|
187
|
+
LineItemQuantityChangeType["QUANTITY_DECREASED"] = "QUANTITY_DECREASED";
|
|
188
|
+
})(LineItemQuantityChangeType || (LineItemQuantityChangeType = {}));
|
|
189
|
+
export var ActivityType;
|
|
190
|
+
(function (ActivityType) {
|
|
191
|
+
ActivityType["ORDER_REFUNDED"] = "ORDER_REFUNDED";
|
|
192
|
+
ActivityType["ORDER_PLACED"] = "ORDER_PLACED";
|
|
193
|
+
ActivityType["ORDER_PAID"] = "ORDER_PAID";
|
|
194
|
+
ActivityType["ORDER_FULFILLED"] = "ORDER_FULFILLED";
|
|
195
|
+
ActivityType["ORDER_NOT_FULFILLED"] = "ORDER_NOT_FULFILLED";
|
|
196
|
+
ActivityType["ORDER_CANCELED"] = "ORDER_CANCELED";
|
|
197
|
+
ActivityType["DOWNLOAD_LINK_SENT"] = "DOWNLOAD_LINK_SENT";
|
|
198
|
+
ActivityType["TRACKING_NUMBER_ADDED"] = "TRACKING_NUMBER_ADDED";
|
|
199
|
+
ActivityType["TRACKING_NUMBER_EDITED"] = "TRACKING_NUMBER_EDITED";
|
|
200
|
+
ActivityType["TRACKING_LINK_ADDED"] = "TRACKING_LINK_ADDED";
|
|
201
|
+
ActivityType["SHIPPING_CONFIRMATION_EMAIL_SENT"] = "SHIPPING_CONFIRMATION_EMAIL_SENT";
|
|
202
|
+
ActivityType["INVOICE_ADDED"] = "INVOICE_ADDED";
|
|
203
|
+
ActivityType["INVOICE_REMOVED"] = "INVOICE_REMOVED";
|
|
204
|
+
ActivityType["INVOICE_SENT"] = "INVOICE_SENT";
|
|
205
|
+
ActivityType["FULFILLER_EMAIL_SENT"] = "FULFILLER_EMAIL_SENT";
|
|
206
|
+
ActivityType["SHIPPING_ADDRESS_EDITED"] = "SHIPPING_ADDRESS_EDITED";
|
|
207
|
+
ActivityType["EMAIL_EDITED"] = "EMAIL_EDITED";
|
|
208
|
+
ActivityType["PICKUP_READY_EMAIL_SENT"] = "PICKUP_READY_EMAIL_SENT";
|
|
209
|
+
ActivityType["CUSTOM_ACTIVITY"] = "CUSTOM_ACTIVITY";
|
|
210
|
+
ActivityType["MERCHANT_COMMENT"] = "MERCHANT_COMMENT";
|
|
211
|
+
ActivityType["ORDER_CREATED_FROM_EXCHANGE"] = "ORDER_CREATED_FROM_EXCHANGE";
|
|
212
|
+
ActivityType["NEW_EXCHANGE_ORDER_CREATED"] = "NEW_EXCHANGE_ORDER_CREATED";
|
|
213
|
+
ActivityType["ORDER_PARTIALLY_PAID"] = "ORDER_PARTIALLY_PAID";
|
|
214
|
+
ActivityType["DRAFT_ORDER_CHANGES_APPLIED"] = "DRAFT_ORDER_CHANGES_APPLIED";
|
|
215
|
+
ActivityType["SAVED_PAYMENT_METHOD"] = "SAVED_PAYMENT_METHOD";
|
|
216
|
+
/** @documentationMaturity preview */
|
|
217
|
+
ActivityType["PAYMENT_PENDING"] = "PAYMENT_PENDING";
|
|
218
|
+
/** @documentationMaturity preview */
|
|
219
|
+
ActivityType["PAYMENT_CANCELED"] = "PAYMENT_CANCELED";
|
|
220
|
+
/** @documentationMaturity preview */
|
|
221
|
+
ActivityType["PAYMENT_DECLINED"] = "PAYMENT_DECLINED";
|
|
222
|
+
/** @documentationMaturity preview */
|
|
223
|
+
ActivityType["ORDER_PENDING"] = "ORDER_PENDING";
|
|
224
|
+
/** @documentationMaturity preview */
|
|
225
|
+
ActivityType["ORDER_REJECTED"] = "ORDER_REJECTED";
|
|
226
|
+
})(ActivityType || (ActivityType = {}));
|
|
227
|
+
export var AttributionSource;
|
|
228
|
+
(function (AttributionSource) {
|
|
229
|
+
AttributionSource["UNSPECIFIED"] = "UNSPECIFIED";
|
|
230
|
+
AttributionSource["FACEBOOK_ADS"] = "FACEBOOK_ADS";
|
|
231
|
+
})(AttributionSource || (AttributionSource = {}));
|
|
232
|
+
export var ChannelType;
|
|
233
|
+
(function (ChannelType) {
|
|
234
|
+
/** Unspecified sales channel. This value is not supported. */
|
|
235
|
+
ChannelType["UNSPECIFIED"] = "UNSPECIFIED";
|
|
236
|
+
/** A web client. */
|
|
237
|
+
ChannelType["WEB"] = "WEB";
|
|
238
|
+
/** [Point of sale solutions](https://support.wix.com/en/wix-mobile-pos-2196395). */
|
|
239
|
+
ChannelType["POS"] = "POS";
|
|
240
|
+
/** [eBay shop](https://support.wix.com/en/article/wix-stores-connecting-and-setting-up-an-ebay-shop). */
|
|
241
|
+
ChannelType["EBAY"] = "EBAY";
|
|
242
|
+
/** [Amazon shop](https://support.wix.com/en/article/wix-stores-connecting-and-setting-up-an-amazon-shop). */
|
|
243
|
+
ChannelType["AMAZON"] = "AMAZON";
|
|
244
|
+
/** Other sales platform. */
|
|
245
|
+
ChannelType["OTHER_PLATFORM"] = "OTHER_PLATFORM";
|
|
246
|
+
/** [Wix Owner app](https://support.wix.com/article/wix-owner-app-an-overview). */
|
|
247
|
+
ChannelType["WIX_APP_STORE"] = "WIX_APP_STORE";
|
|
248
|
+
/** Wix Invoices app in [your dashboard](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Finvoices/settings/general-settings) */
|
|
249
|
+
ChannelType["WIX_INVOICES"] = "WIX_INVOICES";
|
|
250
|
+
/** Wix merchant backoffice. */
|
|
251
|
+
ChannelType["BACKOFFICE_MERCHANT"] = "BACKOFFICE_MERCHANT";
|
|
252
|
+
/** Wish sales channel. */
|
|
253
|
+
ChannelType["WISH"] = "WISH";
|
|
254
|
+
/** [ClassPass sales channel](https://support.wix.com/en/article/wix-bookings-letting-clients-book-your-services-with-classpass). */
|
|
255
|
+
ChannelType["CLASS_PASS"] = "CLASS_PASS";
|
|
256
|
+
/** Global-E sales channel. */
|
|
257
|
+
ChannelType["GLOBAL_E"] = "GLOBAL_E";
|
|
258
|
+
/** [Facebook shop](https://support.wix.com/en/article/wix-stores-changes-to-facebook-shops). */
|
|
259
|
+
ChannelType["FACEBOOK"] = "FACEBOOK";
|
|
260
|
+
/** [Etsy sales channel](https://support.wix.com/en/article/wix-stores-request-adding-etsy-as-a-sales-channel). */
|
|
261
|
+
ChannelType["ETSY"] = "ETSY";
|
|
262
|
+
/** [TikTok sales channel](https://support.wix.com/en/article/wix-stores-request-adding-tiktok-as-a-sales-channel). */
|
|
263
|
+
ChannelType["TIKTOK"] = "TIKTOK";
|
|
264
|
+
/** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
|
|
265
|
+
ChannelType["FAIRE_COM"] = "FAIRE_COM";
|
|
266
|
+
})(ChannelType || (ChannelType = {}));
|
|
267
|
+
export var ScheduledAction;
|
|
268
|
+
(function (ScheduledAction) {
|
|
269
|
+
ScheduledAction["UNSPECIFIED"] = "UNSPECIFIED";
|
|
270
|
+
/** Whether payment will be auto-voided when duration passes */
|
|
271
|
+
ScheduledAction["VOID"] = "VOID";
|
|
272
|
+
/** Whether payment will be auto-captured when duration passes */
|
|
273
|
+
ScheduledAction["CAPTURE"] = "CAPTURE";
|
|
274
|
+
})(ScheduledAction || (ScheduledAction = {}));
|
|
275
|
+
export var DurationUnit;
|
|
276
|
+
(function (DurationUnit) {
|
|
277
|
+
DurationUnit["UNKNOWN_DURATION_UNIT"] = "UNKNOWN_DURATION_UNIT";
|
|
278
|
+
DurationUnit["MINUTES"] = "MINUTES";
|
|
279
|
+
DurationUnit["HOURS"] = "HOURS";
|
|
280
|
+
DurationUnit["DAYS"] = "DAYS";
|
|
281
|
+
})(DurationUnit || (DurationUnit = {}));
|
|
282
|
+
export var PaymentCollectabilityStatus;
|
|
283
|
+
(function (PaymentCollectabilityStatus) {
|
|
284
|
+
PaymentCollectabilityStatus["UNKNOWN"] = "UNKNOWN";
|
|
285
|
+
PaymentCollectabilityStatus["COLLECTABLE"] = "COLLECTABLE";
|
|
286
|
+
PaymentCollectabilityStatus["NONCOLLECTABLE_ORDER_IS_CANCELLED"] = "NONCOLLECTABLE_ORDER_IS_CANCELLED";
|
|
287
|
+
PaymentCollectabilityStatus["NONCOLLECTABLE_ORDER_IS_PAID"] = "NONCOLLECTABLE_ORDER_IS_PAID";
|
|
288
|
+
PaymentCollectabilityStatus["NONCOLLECTABLE_MISSING_PAYMENT_METHOD"] = "NONCOLLECTABLE_MISSING_PAYMENT_METHOD";
|
|
289
|
+
PaymentCollectabilityStatus["NONCOLLECTABLE_ORDER_IS_PENDING"] = "NONCOLLECTABLE_ORDER_IS_PENDING";
|
|
290
|
+
PaymentCollectabilityStatus["NONCOLLECTABLE_ORDER_IS_REJECTED"] = "NONCOLLECTABLE_ORDER_IS_REJECTED";
|
|
291
|
+
PaymentCollectabilityStatus["NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS"] = "NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS";
|
|
292
|
+
})(PaymentCollectabilityStatus || (PaymentCollectabilityStatus = {}));
|
|
293
|
+
export var RefundableStatus;
|
|
294
|
+
(function (RefundableStatus) {
|
|
295
|
+
RefundableStatus["NOT_REFUNDABLE"] = "NOT_REFUNDABLE";
|
|
296
|
+
RefundableStatus["MANUAL"] = "MANUAL";
|
|
297
|
+
RefundableStatus["REFUNDABLE"] = "REFUNDABLE";
|
|
298
|
+
})(RefundableStatus || (RefundableStatus = {}));
|
|
299
|
+
export var NonRefundableReason;
|
|
300
|
+
(function (NonRefundableReason) {
|
|
301
|
+
NonRefundableReason["NONE"] = "NONE";
|
|
302
|
+
NonRefundableReason["ALREADY_REFUNDED"] = "ALREADY_REFUNDED";
|
|
303
|
+
NonRefundableReason["PROVIDER_IS_DOWN"] = "PROVIDER_IS_DOWN";
|
|
304
|
+
NonRefundableReason["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
305
|
+
NonRefundableReason["NOT_PAID"] = "NOT_PAID";
|
|
306
|
+
NonRefundableReason["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
307
|
+
NonRefundableReason["ZERO_PRICE"] = "ZERO_PRICE";
|
|
308
|
+
NonRefundableReason["DISABLED_BY_PROVIDER"] = "DISABLED_BY_PROVIDER";
|
|
309
|
+
NonRefundableReason["PENDING_REFUND"] = "PENDING_REFUND";
|
|
310
|
+
NonRefundableReason["FORBIDDEN"] = "FORBIDDEN";
|
|
311
|
+
NonRefundableReason["TRANSACTION_NOT_FOUND"] = "TRANSACTION_NOT_FOUND";
|
|
312
|
+
NonRefundableReason["ORDER_IS_PENDING"] = "ORDER_IS_PENDING";
|
|
313
|
+
NonRefundableReason["ORDER_IS_REJECTED"] = "ORDER_IS_REJECTED";
|
|
314
|
+
})(NonRefundableReason || (NonRefundableReason = {}));
|
|
315
|
+
export var ManuallyRefundableReason;
|
|
316
|
+
(function (ManuallyRefundableReason) {
|
|
317
|
+
ManuallyRefundableReason["EXPIRED"] = "EXPIRED";
|
|
318
|
+
ManuallyRefundableReason["NOT_SUPPORTED"] = "NOT_SUPPORTED";
|
|
319
|
+
ManuallyRefundableReason["OFFLINE"] = "OFFLINE";
|
|
320
|
+
ManuallyRefundableReason["REQUIRES_CARD_READER"] = "REQUIRES_CARD_READER";
|
|
321
|
+
})(ManuallyRefundableReason || (ManuallyRefundableReason = {}));
|
|
322
|
+
export var RestockType;
|
|
323
|
+
(function (RestockType) {
|
|
324
|
+
RestockType["NO_ITEMS"] = "NO_ITEMS";
|
|
325
|
+
RestockType["ALL_ITEMS"] = "ALL_ITEMS";
|
|
326
|
+
RestockType["SOME_ITEMS"] = "SOME_ITEMS";
|
|
327
|
+
})(RestockType || (RestockType = {}));
|
|
328
|
+
export var TransactionStatus;
|
|
329
|
+
(function (TransactionStatus) {
|
|
330
|
+
TransactionStatus["UNDEFINED"] = "UNDEFINED";
|
|
331
|
+
TransactionStatus["APPROVED"] = "APPROVED";
|
|
332
|
+
TransactionStatus["PENDING"] = "PENDING";
|
|
333
|
+
TransactionStatus["PENDING_MERCHANT"] = "PENDING_MERCHANT";
|
|
334
|
+
TransactionStatus["CANCELED"] = "CANCELED";
|
|
335
|
+
TransactionStatus["DECLINED"] = "DECLINED";
|
|
336
|
+
TransactionStatus["REFUNDED"] = "REFUNDED";
|
|
337
|
+
TransactionStatus["PARTIALLY_REFUNDED"] = "PARTIALLY_REFUNDED";
|
|
338
|
+
TransactionStatus["AUTHORIZED"] = "AUTHORIZED";
|
|
339
|
+
TransactionStatus["VOIDED"] = "VOIDED";
|
|
340
|
+
})(TransactionStatus || (TransactionStatus = {}));
|
|
341
|
+
export var AuthorizationCaptureStatus;
|
|
342
|
+
(function (AuthorizationCaptureStatus) {
|
|
343
|
+
AuthorizationCaptureStatus["UNKNOWN_STATUS"] = "UNKNOWN_STATUS";
|
|
344
|
+
/** Capture operation still in progress. */
|
|
345
|
+
AuthorizationCaptureStatus["PENDING"] = "PENDING";
|
|
346
|
+
/** Capture operation succeeded. */
|
|
347
|
+
AuthorizationCaptureStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
348
|
+
/** Capture operation failed. */
|
|
349
|
+
AuthorizationCaptureStatus["FAILED"] = "FAILED";
|
|
350
|
+
})(AuthorizationCaptureStatus || (AuthorizationCaptureStatus = {}));
|
|
351
|
+
export var AuthorizationVoidStatus;
|
|
352
|
+
(function (AuthorizationVoidStatus) {
|
|
353
|
+
AuthorizationVoidStatus["UNKNOWN_STATUS"] = "UNKNOWN_STATUS";
|
|
354
|
+
/** Void operation still in progress. */
|
|
355
|
+
AuthorizationVoidStatus["PENDING"] = "PENDING";
|
|
356
|
+
/** Void operation succeeded. */
|
|
357
|
+
AuthorizationVoidStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
358
|
+
/** Void operation failed. */
|
|
359
|
+
AuthorizationVoidStatus["FAILED"] = "FAILED";
|
|
360
|
+
})(AuthorizationVoidStatus || (AuthorizationVoidStatus = {}));
|
|
361
|
+
/** Reason the authorization was voided. */
|
|
362
|
+
export var Reason;
|
|
363
|
+
(function (Reason) {
|
|
364
|
+
Reason["UNKNOWN_REASON"] = "UNKNOWN_REASON";
|
|
365
|
+
/** Authorization was voided by user. */
|
|
366
|
+
Reason["MANUAL"] = "MANUAL";
|
|
367
|
+
/** Authorization passed execution date. */
|
|
368
|
+
Reason["SCHEDULED"] = "SCHEDULED";
|
|
369
|
+
})(Reason || (Reason = {}));
|
|
370
|
+
export var ActionType;
|
|
371
|
+
(function (ActionType) {
|
|
372
|
+
ActionType["UNKNOWN_ACTION_TYPE"] = "UNKNOWN_ACTION_TYPE";
|
|
373
|
+
ActionType["VOID"] = "VOID";
|
|
374
|
+
ActionType["CAPTURE"] = "CAPTURE";
|
|
375
|
+
})(ActionType || (ActionType = {}));
|
|
376
|
+
export var MembershipPaymentStatus;
|
|
377
|
+
(function (MembershipPaymentStatus) {
|
|
378
|
+
/** Payment was charged. */
|
|
379
|
+
MembershipPaymentStatus["CHARGED"] = "CHARGED";
|
|
380
|
+
/** The attempt to charge the payment failed, for example, due to lack of credits. */
|
|
381
|
+
MembershipPaymentStatus["CHARGE_FAILED"] = "CHARGE_FAILED";
|
|
382
|
+
})(MembershipPaymentStatus || (MembershipPaymentStatus = {}));
|
|
383
|
+
/** Refund transaction status. */
|
|
384
|
+
export var RefundStatus;
|
|
385
|
+
(function (RefundStatus) {
|
|
386
|
+
/** Refund was initiated on payment provider side. PENDING status was assigned by provider. */
|
|
387
|
+
RefundStatus["PENDING"] = "PENDING";
|
|
388
|
+
/** Refund transaction succeeded. */
|
|
389
|
+
RefundStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
390
|
+
/** Refund transaction failed. */
|
|
391
|
+
RefundStatus["FAILED"] = "FAILED";
|
|
392
|
+
/** Refund request acknowledged, and will be executed soon. */
|
|
393
|
+
RefundStatus["SCHEDULED"] = "SCHEDULED";
|
|
394
|
+
/** Refund was initiated on payment provider side. */
|
|
395
|
+
RefundStatus["STARTED"] = "STARTED";
|
|
396
|
+
})(RefundStatus || (RefundStatus = {}));
|
|
397
|
+
export var WebhookIdentityType;
|
|
398
|
+
(function (WebhookIdentityType) {
|
|
399
|
+
WebhookIdentityType["UNKNOWN"] = "UNKNOWN";
|
|
400
|
+
WebhookIdentityType["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
401
|
+
WebhookIdentityType["MEMBER"] = "MEMBER";
|
|
402
|
+
WebhookIdentityType["WIX_USER"] = "WIX_USER";
|
|
403
|
+
WebhookIdentityType["APP"] = "APP";
|
|
404
|
+
})(WebhookIdentityType || (WebhookIdentityType = {}));
|
|
405
|
+
export var TextDetection;
|
|
406
|
+
(function (TextDetection) {
|
|
407
|
+
/** No detection was made */
|
|
408
|
+
TextDetection["UNKNOWN_TEXT_DETECTION"] = "UNKNOWN_TEXT_DETECTION";
|
|
409
|
+
/** The image contains text */
|
|
410
|
+
TextDetection["CONTAINS_TEXT"] = "CONTAINS_TEXT";
|
|
411
|
+
/** The image does not contain text */
|
|
412
|
+
TextDetection["NO_TEXT"] = "NO_TEXT";
|
|
413
|
+
})(TextDetection || (TextDetection = {}));
|
|
414
|
+
export var AnimationDetection;
|
|
415
|
+
(function (AnimationDetection) {
|
|
416
|
+
/** No detection was made */
|
|
417
|
+
AnimationDetection["UNKNOWN_ANIMATION_DETECTION"] = "UNKNOWN_ANIMATION_DETECTION";
|
|
418
|
+
/** The image contains animation */
|
|
419
|
+
AnimationDetection["CONTAINS_ANIMATION"] = "CONTAINS_ANIMATION";
|
|
420
|
+
/** The image does not contain animation */
|
|
421
|
+
AnimationDetection["NO_ANIMATION"] = "NO_ANIMATION";
|
|
422
|
+
})(AnimationDetection || (AnimationDetection = {}));
|
|
423
|
+
export var PreviewEmailType;
|
|
424
|
+
(function (PreviewEmailType) {
|
|
425
|
+
PreviewEmailType["ORDER_PLACED"] = "ORDER_PLACED";
|
|
426
|
+
PreviewEmailType["DOWNLOAD_LINKS"] = "DOWNLOAD_LINKS";
|
|
427
|
+
PreviewEmailType["ORDER_SHIPPED"] = "ORDER_SHIPPED";
|
|
428
|
+
PreviewEmailType["ORDER_READY_FOR_PICKUP"] = "ORDER_READY_FOR_PICKUP";
|
|
429
|
+
})(PreviewEmailType || (PreviewEmailType = {}));
|
|
430
|
+
/**
|
|
431
|
+
* Represents the actual state of the application on site. Do not confuse with the State in the old MetaSiteDTO,
|
|
432
|
+
* which has less values and doesn't have 1-to-1 correspondence with this one (this one is exact and correct!)
|
|
433
|
+
*/
|
|
434
|
+
export var State;
|
|
435
|
+
(function (State) {
|
|
436
|
+
State["UNKNOWN"] = "UNKNOWN";
|
|
437
|
+
/** App is installed on a site. */
|
|
438
|
+
State["ENABLED"] = "ENABLED";
|
|
439
|
+
/** App is removed from a site (but we preserve it just in case). */
|
|
440
|
+
State["DISABLED"] = "DISABLED";
|
|
441
|
+
/** App is in "demo" mode, meaning that it's in read-only mode (it's in a template OR not installed yet). */
|
|
442
|
+
State["TEMPLATE"] = "TEMPLATE";
|
|
443
|
+
/** App is not installed, there is a user intention for it only (user will see the pimpl in the editor). */
|
|
444
|
+
State["PENDING"] = "PENDING";
|
|
445
|
+
})(State || (State = {}));
|
|
446
|
+
export var Namespace;
|
|
447
|
+
(function (Namespace) {
|
|
448
|
+
Namespace["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
449
|
+
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
450
|
+
Namespace["WIX"] = "WIX";
|
|
451
|
+
/** ShoutOut stand alone product. These are siteless (no actual Wix site, no HtmlWeb). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
452
|
+
Namespace["SHOUT_OUT"] = "SHOUT_OUT";
|
|
453
|
+
/** MetaSites created by the Albums product, they appear as part of the Albums app. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
454
|
+
Namespace["ALBUMS"] = "ALBUMS";
|
|
455
|
+
/** Part of the WixStores migration flow, a user tries to migrate and gets this site to view and if the user likes it then stores removes this namespace and deletes the old site with the old stores. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
456
|
+
Namespace["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
457
|
+
/** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
458
|
+
Namespace["HOTELS"] = "HOTELS";
|
|
459
|
+
/** Clubs siteless MetaSites, a club without a wix website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
460
|
+
Namespace["CLUBS"] = "CLUBS";
|
|
461
|
+
/** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
462
|
+
Namespace["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
463
|
+
/** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
464
|
+
Namespace["DEV_SITE"] = "DEV_SITE";
|
|
465
|
+
/** LogoMaker websites offered to the user after logo purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
466
|
+
Namespace["LOGOS"] = "LOGOS";
|
|
467
|
+
/** VideoMaker websites offered to the user after video purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
468
|
+
Namespace["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
469
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
470
|
+
Namespace["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
471
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
472
|
+
Namespace["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
473
|
+
/**
|
|
474
|
+
* A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
|
|
475
|
+
*
|
|
476
|
+
* Meta site with this namespace will *not* be shown in a user's site list by default.
|
|
477
|
+
*/
|
|
478
|
+
Namespace["HTML_DRAFT"] = "HTML_DRAFT";
|
|
479
|
+
/**
|
|
480
|
+
* the user-journey for Fitness users who want to start from managing their business instead of designing their website.
|
|
481
|
+
* Will be accessible from Site List and will not have a website app.
|
|
482
|
+
* Once the user attaches a site, the site will become a regular wixsite.
|
|
483
|
+
*/
|
|
484
|
+
Namespace["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
485
|
+
/** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
|
|
486
|
+
Namespace["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
487
|
+
/** It is to be used in the Business First efforts. */
|
|
488
|
+
Namespace["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
489
|
+
/** Bookings business flow with no site. */
|
|
490
|
+
Namespace["ANYWHERE"] = "ANYWHERE";
|
|
491
|
+
/** Namespace for Headless Backoffice with no editor */
|
|
492
|
+
Namespace["HEADLESS"] = "HEADLESS";
|
|
493
|
+
/**
|
|
494
|
+
* Namespace for master site that will exist in parent account that will be referenced by subaccounts
|
|
495
|
+
* The site will be used for account level CSM feature for enterprise
|
|
496
|
+
*/
|
|
497
|
+
Namespace["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
498
|
+
/** Rise.ai Siteless account management for Gift Cards and Store Credit. */
|
|
499
|
+
Namespace["RISE"] = "RISE";
|
|
500
|
+
/**
|
|
501
|
+
* As part of the branded app new funnel, users now can create a meta site that will be branded app first.
|
|
502
|
+
* There's a blank site behind the scene but it's blank).
|
|
503
|
+
* The Mobile company will be the owner of this namespace.
|
|
504
|
+
*/
|
|
505
|
+
Namespace["BRANDED_FIRST"] = "BRANDED_FIRST";
|
|
506
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
507
|
+
Namespace["NOWNIA"] = "NOWNIA";
|
|
508
|
+
/**
|
|
509
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
510
|
+
* The Partners company owns this namespace.
|
|
511
|
+
*/
|
|
512
|
+
Namespace["UGC_TEMPLATE"] = "UGC_TEMPLATE";
|
|
513
|
+
/** Codux Headless Sites */
|
|
514
|
+
Namespace["CODUX"] = "CODUX";
|
|
515
|
+
/** Bobb - AI Design Creator. */
|
|
516
|
+
Namespace["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
|
|
517
|
+
/**
|
|
518
|
+
* Shared Blog Site is a unique single site across Enterprise account,
|
|
519
|
+
* This site will hold all Blog posts related to the Marketing product.
|
|
520
|
+
*/
|
|
521
|
+
Namespace["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
|
|
522
|
+
/** Standalone forms (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
523
|
+
Namespace["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
524
|
+
/** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
525
|
+
Namespace["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
526
|
+
/** MIMIR - Siteless account for MIMIR Ai Job runner. */
|
|
527
|
+
Namespace["MIMIR"] = "MIMIR";
|
|
528
|
+
})(Namespace || (Namespace = {}));
|
|
529
|
+
export var SortOrder;
|
|
530
|
+
(function (SortOrder) {
|
|
531
|
+
SortOrder["ASC"] = "ASC";
|
|
532
|
+
SortOrder["DESC"] = "DESC";
|
|
533
|
+
})(SortOrder || (SortOrder = {}));
|
|
534
|
+
export var VersioningMode;
|
|
535
|
+
(function (VersioningMode) {
|
|
536
|
+
/** use default versioning mode agreed with search team */
|
|
537
|
+
VersioningMode["DEFAULT"] = "DEFAULT";
|
|
538
|
+
/** execute only if version is greater than existing */
|
|
539
|
+
VersioningMode["GREATER_THAN"] = "GREATER_THAN";
|
|
540
|
+
/** execute only if version is greater or equal to existing */
|
|
541
|
+
VersioningMode["GREATER_OR_EQUAL"] = "GREATER_OR_EQUAL";
|
|
542
|
+
})(VersioningMode || (VersioningMode = {}));
|
|
543
|
+
export var OrderApprovalStrategy;
|
|
544
|
+
(function (OrderApprovalStrategy) {
|
|
545
|
+
/** Order is automatically approved when `order.priceSummary.total = 0`, **or** after receiving payment. */
|
|
546
|
+
OrderApprovalStrategy["DEFAULT"] = "DEFAULT";
|
|
547
|
+
/** Order is automatically approved **only** after receiving payment. */
|
|
548
|
+
OrderApprovalStrategy["PAYMENT_RECEIVED"] = "PAYMENT_RECEIVED";
|
|
549
|
+
/** Order is automatically approved when payment method is saved for it. */
|
|
550
|
+
OrderApprovalStrategy["PAYMENT_METHOD_SAVED"] = "PAYMENT_METHOD_SAVED";
|
|
551
|
+
})(OrderApprovalStrategy || (OrderApprovalStrategy = {}));
|
|
552
|
+
/** Type of selected payment option for catalog item */
|
|
553
|
+
export var DeltaPaymentOptionType;
|
|
554
|
+
(function (DeltaPaymentOptionType) {
|
|
555
|
+
/** Irrelevant */
|
|
556
|
+
DeltaPaymentOptionType["UNKNOWN_PAYMENT_OPTION"] = "UNKNOWN_PAYMENT_OPTION";
|
|
557
|
+
/** The entire payment for the given item will happen after checkout. */
|
|
558
|
+
DeltaPaymentOptionType["FULL_PAYMENT_OFFLINE"] = "FULL_PAYMENT_OFFLINE";
|
|
559
|
+
/**
|
|
560
|
+
* Payment for this item can only be done using a membership and must be manually redeemed in the dashboard by the site owner.
|
|
561
|
+
* Note: when this option is used, the price will be 0.
|
|
562
|
+
*/
|
|
563
|
+
DeltaPaymentOptionType["MEMBERSHIP_OFFLINE"] = "MEMBERSHIP_OFFLINE";
|
|
564
|
+
})(DeltaPaymentOptionType || (DeltaPaymentOptionType = {}));
|
|
565
|
+
export var InventoryAction;
|
|
566
|
+
(function (InventoryAction) {
|
|
567
|
+
/** Restock inventory */
|
|
568
|
+
InventoryAction["RESTOCK"] = "RESTOCK";
|
|
569
|
+
/** Decrease inventory. Without failing on negative inventory. */
|
|
570
|
+
InventoryAction["DECREASE"] = "DECREASE";
|
|
571
|
+
})(InventoryAction || (InventoryAction = {}));
|
|
572
|
+
export var Placement;
|
|
573
|
+
(function (Placement) {
|
|
574
|
+
Placement["Unknown"] = "Unknown";
|
|
575
|
+
Placement["Replace"] = "Replace";
|
|
576
|
+
Placement["Before"] = "Before";
|
|
577
|
+
Placement["After"] = "After";
|
|
578
|
+
})(Placement || (Placement = {}));
|
|
579
|
+
export var SubdivisionType;
|
|
580
|
+
(function (SubdivisionType) {
|
|
581
|
+
SubdivisionType["UNKNOWN_SUBDIVISION_TYPE"] = "UNKNOWN_SUBDIVISION_TYPE";
|
|
582
|
+
/** State */
|
|
583
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_1"] = "ADMINISTRATIVE_AREA_LEVEL_1";
|
|
584
|
+
/** County */
|
|
585
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_2"] = "ADMINISTRATIVE_AREA_LEVEL_2";
|
|
586
|
+
/** City/town */
|
|
587
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_3"] = "ADMINISTRATIVE_AREA_LEVEL_3";
|
|
588
|
+
/** Neighborhood/quarter */
|
|
589
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_4"] = "ADMINISTRATIVE_AREA_LEVEL_4";
|
|
590
|
+
/** Street/block */
|
|
591
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_5"] = "ADMINISTRATIVE_AREA_LEVEL_5";
|
|
592
|
+
/** ADMINISTRATIVE_AREA_LEVEL_0. Indicates the national political entity, and is typically the highest order type returned by the Geocoder. */
|
|
593
|
+
SubdivisionType["COUNTRY"] = "COUNTRY";
|
|
594
|
+
})(SubdivisionType || (SubdivisionType = {}));
|
|
595
|
+
export var SourceType;
|
|
596
|
+
(function (SourceType) {
|
|
597
|
+
SourceType["UNKNOWN_SOURCE_TYPE"] = "UNKNOWN_SOURCE_TYPE";
|
|
598
|
+
SourceType["WIX_APP"] = "WIX_APP";
|
|
599
|
+
SourceType["EXTERNAL"] = "EXTERNAL";
|
|
600
|
+
SourceType["ADMIN"] = "ADMIN";
|
|
601
|
+
SourceType["OTHER"] = "OTHER";
|
|
602
|
+
})(SourceType || (SourceType = {}));
|
|
603
|
+
export var CustomFieldGroup;
|
|
604
|
+
(function (CustomFieldGroup) {
|
|
605
|
+
CustomFieldGroup["UNKNOWN_CUSTOM_FIELD_GROUP"] = "UNKNOWN_CUSTOM_FIELD_GROUP";
|
|
606
|
+
CustomFieldGroup["BUSINESS_DETAILS"] = "BUSINESS_DETAILS";
|
|
607
|
+
CustomFieldGroup["CUSTOMER_DETAILS"] = "CUSTOMER_DETAILS";
|
|
608
|
+
CustomFieldGroup["DOCUMENT"] = "DOCUMENT";
|
|
609
|
+
CustomFieldGroup["FOOTER"] = "FOOTER";
|
|
610
|
+
CustomFieldGroup["OTHER"] = "OTHER";
|
|
611
|
+
})(CustomFieldGroup || (CustomFieldGroup = {}));
|
|
612
|
+
export var ValueType;
|
|
613
|
+
(function (ValueType) {
|
|
614
|
+
ValueType["UNKNOWN_VALUE_TYPE"] = "UNKNOWN_VALUE_TYPE";
|
|
615
|
+
ValueType["STRING"] = "STRING";
|
|
616
|
+
ValueType["DATE"] = "DATE";
|
|
617
|
+
ValueType["BOOLEAN"] = "BOOLEAN";
|
|
618
|
+
ValueType["NUMBER"] = "NUMBER";
|
|
619
|
+
})(ValueType || (ValueType = {}));
|
|
620
|
+
export var DepositType;
|
|
621
|
+
(function (DepositType) {
|
|
622
|
+
DepositType["UNKNOWN"] = "UNKNOWN";
|
|
623
|
+
DepositType["FLAT"] = "FLAT";
|
|
624
|
+
DepositType["PERCENTAGE"] = "PERCENTAGE";
|
|
625
|
+
})(DepositType || (DepositType = {}));
|
|
626
|
+
/**
|
|
627
|
+
* InvoiceStatus allowed transitions based on current status:
|
|
628
|
+
* Draft -> Deleted, Paid, Partially Paid, Sent
|
|
629
|
+
* Sent -> Draft, Deleted, Void, Paid, Partially Paid, Processing, (Overdue)
|
|
630
|
+
* Processing -> PartiallyPaid, Paid, Sent
|
|
631
|
+
* Paid -> Void
|
|
632
|
+
* PartiallyPaid -> Void, (PartialAndOverdue)
|
|
633
|
+
* Void -> Deleted
|
|
634
|
+
* Deleted
|
|
635
|
+
*/
|
|
636
|
+
export var InvoiceStatus;
|
|
637
|
+
(function (InvoiceStatus) {
|
|
638
|
+
InvoiceStatus["Draft"] = "Draft";
|
|
639
|
+
InvoiceStatus["Sent"] = "Sent";
|
|
640
|
+
InvoiceStatus["Processing"] = "Processing";
|
|
641
|
+
InvoiceStatus["Paid"] = "Paid";
|
|
642
|
+
InvoiceStatus["Overdue"] = "Overdue";
|
|
643
|
+
InvoiceStatus["Void"] = "Void";
|
|
644
|
+
InvoiceStatus["Deleted"] = "Deleted";
|
|
645
|
+
InvoiceStatus["PartiallyPaid"] = "PartiallyPaid";
|
|
646
|
+
InvoiceStatus["PartialAndOverdue"] = "PartialAndOverdue";
|
|
647
|
+
})(InvoiceStatus || (InvoiceStatus = {}));
|
|
648
|
+
//# sourceMappingURL=ecom-v1-order-orders.types.js.map
|