@wix/auto_sdk_ecom_delivery-solutions 1.0.0
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/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.d.ts +5 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.js +14 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.js.map +1 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.d.ts +3 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.js +79 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.js.map +1 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.d.ts +13 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.js +47 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.js.map +1 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.d.ts +16 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.js +19 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.js.map +1 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.d.ts +538 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js +71 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js.map +1 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.universal.d.ts +566 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.universal.js +167 -0
- package/build/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.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/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.d.ts +5 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.js +5 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.js.map +1 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.d.ts +3 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.js +75 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.js.map +1 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.d.ts +13 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.js +20 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.js.map +1 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.d.ts +16 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.js +9 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.js.map +1 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.d.ts +538 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js +68 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js.map +1 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.universal.d.ts +566 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.universal.js +140 -0
- package/build/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.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/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.d.ts +5 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.js +14 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.js.map +1 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.d.ts +3 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.js +79 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.js.map +1 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.d.ts +13 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.js +47 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.js.map +1 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.d.ts +16 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.js +19 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.js.map +1 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.d.ts +538 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js +71 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js.map +1 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.universal.d.ts +572 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.universal.js +167 -0
- package/build/internal/cjs/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.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/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.d.ts +5 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.js +5 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.context.js.map +1 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.d.ts +3 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.js +75 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.http.js.map +1 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.d.ts +13 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.js +20 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.meta.js.map +1 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.d.ts +16 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.js +9 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.public.js.map +1 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.d.ts +538 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js +68 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js.map +1 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.universal.d.ts +572 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.universal.js +140 -0
- package/build/internal/es/src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.universal.js.map +1 -0
- package/meta/package.json +3 -0
- package/package.json +52 -0
|
@@ -0,0 +1,538 @@
|
|
|
1
|
+
export interface DeliveryRatesGateway {
|
|
2
|
+
/** @readonly */
|
|
3
|
+
id?: string | null;
|
|
4
|
+
}
|
|
5
|
+
export interface GetDeliverySolutionsRequest {
|
|
6
|
+
/** list of items to delivery that each of them points to delivery profile and delivery rule. */
|
|
7
|
+
lineItems: DeliverableItem[];
|
|
8
|
+
/** Destination the items should deliver to */
|
|
9
|
+
destination: Address;
|
|
10
|
+
/** Origin the items should deliver from */
|
|
11
|
+
origin?: Address;
|
|
12
|
+
/** Currency - Defaults to site's currency */
|
|
13
|
+
currency: string | null;
|
|
14
|
+
/** Contact details */
|
|
15
|
+
contactDetails?: FullAddressContactDetails;
|
|
16
|
+
/** Measure unit - defaults to site's weight unit */
|
|
17
|
+
weightUnit?: WeightUnit;
|
|
18
|
+
/** list of user preferences which are delivery options codes combined with delivery carrier app id */
|
|
19
|
+
userPreferences?: UserPreference[];
|
|
20
|
+
/** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
|
|
21
|
+
purchaseFlowId?: string | null;
|
|
22
|
+
}
|
|
23
|
+
export interface DeliverableItem {
|
|
24
|
+
/** The ID of the line item. */
|
|
25
|
+
id?: string;
|
|
26
|
+
/** Item name. */
|
|
27
|
+
name?: string;
|
|
28
|
+
/** The number of items ordered. */
|
|
29
|
+
quantity?: number;
|
|
30
|
+
/** Reference to the item's origin catalog. */
|
|
31
|
+
catalogReference?: CatalogReference;
|
|
32
|
+
/** Physical properties of the item. */
|
|
33
|
+
physicalProperties?: PhysicalProperties;
|
|
34
|
+
/** Price of a single item after discounts. */
|
|
35
|
+
price?: string;
|
|
36
|
+
/** Total line item price before discounts. */
|
|
37
|
+
totalPriceBeforeDiscount?: string | null;
|
|
38
|
+
/** Price of a single item before discounts. */
|
|
39
|
+
priceBeforeDiscount?: string | null;
|
|
40
|
+
/** Total line item price after discounts. This is equal to `price` multiplied by `quantity`. */
|
|
41
|
+
totalPrice?: string | null;
|
|
42
|
+
/** For delivery rates by delivery profile id */
|
|
43
|
+
deliveryProfileId?: string | null;
|
|
44
|
+
/** whether tax is included in line item price */
|
|
45
|
+
taxIncludedInPrice?: boolean | null;
|
|
46
|
+
}
|
|
47
|
+
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
48
|
+
export interface CatalogReference {
|
|
49
|
+
/** ID of the item within the catalog it belongs to. */
|
|
50
|
+
catalogItemId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* ID of the app providing the catalog.
|
|
53
|
+
*
|
|
54
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
55
|
+
*
|
|
56
|
+
* For items from Wix catalogs, the following values always apply:
|
|
57
|
+
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
58
|
+
* + Wix Bookings: `"13d21c63-b5ec-5912-8397-c3a5ddb27a97"`
|
|
59
|
+
* + Wix Restaurants: `"9a5d83fd-8570-482e-81ab-cfa88942ee60"`
|
|
60
|
+
*/
|
|
61
|
+
appId?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Additional item details in key:value pairs. Use this optional field to provide more specificity with item selection. The `options` field values differ depending on which catalog is providing the items.
|
|
64
|
+
*
|
|
65
|
+
* For products and variants from a Wix Stores catalog, learn more about [eCommerce integration](https://dev.wix.com/docs/rest/business-solutions/stores/catalog/e-commerce-integration).
|
|
66
|
+
*/
|
|
67
|
+
options?: Record<string, any> | null;
|
|
68
|
+
}
|
|
69
|
+
export interface PhysicalProperties {
|
|
70
|
+
/** Line item weight. Measurement unit matches the weight unit specified in `weightUnit` in the request. */
|
|
71
|
+
weight?: number | null;
|
|
72
|
+
/** Stock-keeping unit. Learn more about [SKUs](https://www.wix.com/encyclopedia/definition/stock-keeping-unit-sku). */
|
|
73
|
+
sku?: string | null;
|
|
74
|
+
/** Whether this line item is shippable. */
|
|
75
|
+
shippable?: boolean;
|
|
76
|
+
}
|
|
77
|
+
/** Physical address */
|
|
78
|
+
export interface Address extends AddressStreetOneOf {
|
|
79
|
+
/** Street name and number. */
|
|
80
|
+
streetAddress?: StreetAddress;
|
|
81
|
+
/** Main address line, usually street and number as free text. */
|
|
82
|
+
addressLine?: string | null;
|
|
83
|
+
/** Country code. */
|
|
84
|
+
country?: string | null;
|
|
85
|
+
/** Subdivision. Usually a state, region, prefecture, or province code, according to [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2). */
|
|
86
|
+
subdivision?: string | null;
|
|
87
|
+
/** City name. */
|
|
88
|
+
city?: string | null;
|
|
89
|
+
/** Zip/postal code. */
|
|
90
|
+
postalCode?: string | null;
|
|
91
|
+
/** Free text providing more detailed address info. Usually contains Apt, Suite, and Floor. */
|
|
92
|
+
addressLine2?: string | null;
|
|
93
|
+
}
|
|
94
|
+
/** @oneof */
|
|
95
|
+
export interface AddressStreetOneOf {
|
|
96
|
+
/** Street name and number. */
|
|
97
|
+
streetAddress?: StreetAddress;
|
|
98
|
+
/** Main address line, usually street and number as free text. */
|
|
99
|
+
addressLine?: string | null;
|
|
100
|
+
}
|
|
101
|
+
export interface StreetAddress {
|
|
102
|
+
/** Street number. */
|
|
103
|
+
number?: string;
|
|
104
|
+
/** Street name. */
|
|
105
|
+
name?: string;
|
|
106
|
+
}
|
|
107
|
+
export interface AddressLocation {
|
|
108
|
+
/** Address latitude. */
|
|
109
|
+
latitude?: number | null;
|
|
110
|
+
/** Address longitude. */
|
|
111
|
+
longitude?: number | null;
|
|
112
|
+
}
|
|
113
|
+
export interface Subdivision {
|
|
114
|
+
/** Short subdivision code. */
|
|
115
|
+
code?: string;
|
|
116
|
+
/** Subdivision full name. */
|
|
117
|
+
name?: string;
|
|
118
|
+
}
|
|
119
|
+
export declare enum SubdivisionType {
|
|
120
|
+
UNKNOWN_SUBDIVISION_TYPE = "UNKNOWN_SUBDIVISION_TYPE",
|
|
121
|
+
/** State */
|
|
122
|
+
ADMINISTRATIVE_AREA_LEVEL_1 = "ADMINISTRATIVE_AREA_LEVEL_1",
|
|
123
|
+
/** County */
|
|
124
|
+
ADMINISTRATIVE_AREA_LEVEL_2 = "ADMINISTRATIVE_AREA_LEVEL_2",
|
|
125
|
+
/** City/town */
|
|
126
|
+
ADMINISTRATIVE_AREA_LEVEL_3 = "ADMINISTRATIVE_AREA_LEVEL_3",
|
|
127
|
+
/** Neighborhood/quarter */
|
|
128
|
+
ADMINISTRATIVE_AREA_LEVEL_4 = "ADMINISTRATIVE_AREA_LEVEL_4",
|
|
129
|
+
/** Street/block */
|
|
130
|
+
ADMINISTRATIVE_AREA_LEVEL_5 = "ADMINISTRATIVE_AREA_LEVEL_5",
|
|
131
|
+
/** ADMINISTRATIVE_AREA_LEVEL_0. Indicates the national political entity, and is typically the highest order type returned by the Geocoder. */
|
|
132
|
+
COUNTRY = "COUNTRY"
|
|
133
|
+
}
|
|
134
|
+
/** Full contact details for an address */
|
|
135
|
+
export interface FullAddressContactDetails {
|
|
136
|
+
/** Contact's first name. */
|
|
137
|
+
firstName?: string | null;
|
|
138
|
+
/** Contact's last name. */
|
|
139
|
+
lastName?: string | null;
|
|
140
|
+
/** Contact's phone number. */
|
|
141
|
+
phone?: string | null;
|
|
142
|
+
/** Contact's company name. */
|
|
143
|
+
company?: string | null;
|
|
144
|
+
/** Email associated with the address. */
|
|
145
|
+
email?: string | null;
|
|
146
|
+
/** Tax info. Currently usable only in Brazil. */
|
|
147
|
+
vatId?: VatId;
|
|
148
|
+
}
|
|
149
|
+
export interface VatId {
|
|
150
|
+
/** Customer's tax ID. */
|
|
151
|
+
id?: string;
|
|
152
|
+
/**
|
|
153
|
+
* Tax type.
|
|
154
|
+
*
|
|
155
|
+
* Supported values:
|
|
156
|
+
* + `CPF`: for individual tax payers
|
|
157
|
+
* + `CNPJ`: for corporations
|
|
158
|
+
*/
|
|
159
|
+
type?: VatType;
|
|
160
|
+
}
|
|
161
|
+
/** tax info types */
|
|
162
|
+
export declare enum VatType {
|
|
163
|
+
UNSPECIFIED = "UNSPECIFIED",
|
|
164
|
+
/** CPF - for individual tax payers. */
|
|
165
|
+
CPF = "CPF",
|
|
166
|
+
/** CNPJ - for corporations */
|
|
167
|
+
CNPJ = "CNPJ"
|
|
168
|
+
}
|
|
169
|
+
export declare enum WeightUnit {
|
|
170
|
+
/** Weight unit can't be classified, due to an error */
|
|
171
|
+
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
172
|
+
/** Kilograms */
|
|
173
|
+
KG = "KG",
|
|
174
|
+
/** Pounds */
|
|
175
|
+
LB = "LB"
|
|
176
|
+
}
|
|
177
|
+
export interface UserPreference {
|
|
178
|
+
/** The delivery carrier app id */
|
|
179
|
+
appId?: string | null;
|
|
180
|
+
/** The delivery option code */
|
|
181
|
+
code?: string;
|
|
182
|
+
}
|
|
183
|
+
export interface ExternalReference {
|
|
184
|
+
/**
|
|
185
|
+
* ID of the app associated with the purchase flow.
|
|
186
|
+
* For example, the Wix Pay Links app ID.
|
|
187
|
+
*/
|
|
188
|
+
appId?: string;
|
|
189
|
+
/**
|
|
190
|
+
* Reference to an external resource ID. Used to link the purchase flow to a specific entity in an external system.
|
|
191
|
+
* For example, a Wix Pay Link ID.
|
|
192
|
+
*/
|
|
193
|
+
resourceId?: string | null;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Each delivery option has a list of items that can be delivered by it - the chosen one
|
|
197
|
+
* on Errors throw a business error from TC to catch and trigger destination completion
|
|
198
|
+
*/
|
|
199
|
+
export interface GetDeliverySolutionsResponse {
|
|
200
|
+
/** Delivery Options with their associated items */
|
|
201
|
+
deliverySolutions?: DeliverySolution[];
|
|
202
|
+
/** If a delivery carrier could not calculate rates, the error will be detailed here */
|
|
203
|
+
errors?: DeliveryCarrierError[];
|
|
204
|
+
}
|
|
205
|
+
export interface DeliverySolution {
|
|
206
|
+
/** Unique code that acts as an ID for a shipping rate. For example, `"usps_std_overnight"`. */
|
|
207
|
+
code?: string;
|
|
208
|
+
/** Delivery rate title. For example, `"USPS Standard Overnight Delivery"`, `"Standard"`, or `"First-Class Package International"`. */
|
|
209
|
+
title?: string;
|
|
210
|
+
/** Delivery logistics. */
|
|
211
|
+
logistics?: DeliveryLogistics;
|
|
212
|
+
/** Delivery cost. */
|
|
213
|
+
cost?: DeliveryCost;
|
|
214
|
+
/** Delivery solution allocations to different delivery carriers and delivery regions */
|
|
215
|
+
deliveryAllocations?: DeliveryAllocation[];
|
|
216
|
+
/** If the delivery solution is a partial and doesn't apply to all items. */
|
|
217
|
+
partial?: boolean | null;
|
|
218
|
+
}
|
|
219
|
+
export interface DeliveryLogistics {
|
|
220
|
+
/** When the item is expected to be delivered in free text. For example, `"3-5 business days"`. */
|
|
221
|
+
deliveryTime?: string | null;
|
|
222
|
+
/** Instructions for delivery. For example, for pickup: `"Ensure to come during business hours, and please don't park in the disabled spot"`. */
|
|
223
|
+
instructions?: string | null;
|
|
224
|
+
/** Pickup details. Should be returned only if order is for pickup. */
|
|
225
|
+
pickupDetails?: PickupDetails;
|
|
226
|
+
/** Date and Time of the delivery option */
|
|
227
|
+
deliveryTimeSlot?: DeliveryTimeSlot;
|
|
228
|
+
}
|
|
229
|
+
export interface PickupDetails {
|
|
230
|
+
/** Pickup address. */
|
|
231
|
+
address?: Address;
|
|
232
|
+
/**
|
|
233
|
+
* Pickup method.
|
|
234
|
+
*
|
|
235
|
+
* Supported values:
|
|
236
|
+
* + `"STORE_PICKUP"`: When pickup is from the merchant's brick and mortar store.
|
|
237
|
+
* + `"PICKUP_POINT"`: When item is shipped to a specified pickup point.
|
|
238
|
+
*/
|
|
239
|
+
pickupMethod?: PickupMethod;
|
|
240
|
+
}
|
|
241
|
+
export declare enum PickupMethod {
|
|
242
|
+
UNKNOWN_METHOD = "UNKNOWN_METHOD",
|
|
243
|
+
STORE_PICKUP = "STORE_PICKUP",
|
|
244
|
+
PICKUP_POINT = "PICKUP_POINT"
|
|
245
|
+
}
|
|
246
|
+
export interface DeliveryTimeSlot {
|
|
247
|
+
/** starting time of the delivery time slot */
|
|
248
|
+
from?: Date | null;
|
|
249
|
+
/** ending time of the delivery time slot */
|
|
250
|
+
to?: Date | null;
|
|
251
|
+
}
|
|
252
|
+
export interface DeliveryCost {
|
|
253
|
+
/** The shipping rate's price. Must align with the [currency's decimal separator](https://en.wikipedia.org/wiki/ISO_4217#Active_codes). */
|
|
254
|
+
price?: string;
|
|
255
|
+
/** Currency of the shipping rate price as a 3-letter [ISO-4217 currency code](https://en.wikipedia.org/wiki/ISO_4217). Must align with the `currency` passed to the function under the `metadata` field. */
|
|
256
|
+
currency?: string;
|
|
257
|
+
/** Additional costs. For example, a handling fee for packaging fragile items. */
|
|
258
|
+
additionalCharges?: AdditionalCharge[];
|
|
259
|
+
}
|
|
260
|
+
export interface AdditionalCharge {
|
|
261
|
+
/** Additional charge type. */
|
|
262
|
+
type?: ChargeType;
|
|
263
|
+
/** Description of the additional charge. For example, `"Handling fee of $5 applied for gift wrapping"`. */
|
|
264
|
+
description?: string | null;
|
|
265
|
+
/** Cost of additional charge. For example, `12.5`. */
|
|
266
|
+
price?: string;
|
|
267
|
+
}
|
|
268
|
+
export declare enum ChargeType {
|
|
269
|
+
HANDLING_FEE = "HANDLING_FEE"
|
|
270
|
+
}
|
|
271
|
+
export interface DeliveryAllocation {
|
|
272
|
+
/** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
|
|
273
|
+
deliveryCarrier?: Carrier;
|
|
274
|
+
/** The delivery region that are relevant for this delivery solution. */
|
|
275
|
+
deliveryRegion?: Region;
|
|
276
|
+
/** Populated if the delivery solution is a partially supplied by this carrier. */
|
|
277
|
+
applicableLineItems?: ApplicableLineItems;
|
|
278
|
+
}
|
|
279
|
+
export interface Carrier {
|
|
280
|
+
/** The carrier app id */
|
|
281
|
+
appId?: string | null;
|
|
282
|
+
/** Unique code that acts as an ID for a shipping rate. For example, `"usps_std_overnight"`. */
|
|
283
|
+
code?: string;
|
|
284
|
+
}
|
|
285
|
+
export interface Region {
|
|
286
|
+
/** The delivery region id. */
|
|
287
|
+
id?: string | null;
|
|
288
|
+
/** The delivery region name. */
|
|
289
|
+
name?: string | null;
|
|
290
|
+
}
|
|
291
|
+
export interface ApplicableLineItems {
|
|
292
|
+
/** Line items that the delivery solution is for. */
|
|
293
|
+
lineItemIds?: string[];
|
|
294
|
+
}
|
|
295
|
+
export interface DeliveryCarrierError {
|
|
296
|
+
/** The carrier app id */
|
|
297
|
+
appId?: string | null;
|
|
298
|
+
/** The error details */
|
|
299
|
+
errorDetails?: Details;
|
|
300
|
+
}
|
|
301
|
+
export interface Details extends DetailsKindOneOf {
|
|
302
|
+
applicationError?: ApplicationError;
|
|
303
|
+
validationError?: ValidationError;
|
|
304
|
+
systemError?: SystemError;
|
|
305
|
+
/**
|
|
306
|
+
* deprecated in API's - to enable migration from rendering arbitrary tracing to rest response
|
|
307
|
+
* @deprecated
|
|
308
|
+
*/
|
|
309
|
+
tracing?: Record<string, string>;
|
|
310
|
+
}
|
|
311
|
+
/** @oneof */
|
|
312
|
+
export interface DetailsKindOneOf {
|
|
313
|
+
applicationError?: ApplicationError;
|
|
314
|
+
validationError?: ValidationError;
|
|
315
|
+
systemError?: SystemError;
|
|
316
|
+
}
|
|
317
|
+
export interface ApplicationError {
|
|
318
|
+
/** Error code. */
|
|
319
|
+
code?: string;
|
|
320
|
+
/** Description of the error. */
|
|
321
|
+
description?: string;
|
|
322
|
+
/** Data related to the error. */
|
|
323
|
+
data?: Record<string, any> | null;
|
|
324
|
+
}
|
|
325
|
+
/**
|
|
326
|
+
* example result:
|
|
327
|
+
* {
|
|
328
|
+
* "fieldViolations": [
|
|
329
|
+
* {
|
|
330
|
+
* "field": "fieldA",
|
|
331
|
+
* "description": "invalid music note. supported notes: [do,re,mi,fa,sol,la,ti]",
|
|
332
|
+
* "violatedRule": "OTHER",
|
|
333
|
+
* "ruleName": "INVALID_NOTE",
|
|
334
|
+
* "data": {
|
|
335
|
+
* "value": "FI"
|
|
336
|
+
* }
|
|
337
|
+
* },
|
|
338
|
+
* {
|
|
339
|
+
* "field": "fieldB",
|
|
340
|
+
* "description": "field value out of range. supported range: [0-20]",
|
|
341
|
+
* "violatedRule": "MAX",
|
|
342
|
+
* "data": {
|
|
343
|
+
* "threshold": 20
|
|
344
|
+
* }
|
|
345
|
+
* },
|
|
346
|
+
* {
|
|
347
|
+
* "field": "fieldC",
|
|
348
|
+
* "description": "invalid phone number. provide a valid phone number of size: [7-12], supported characters: [0-9, +, -, (, )]",
|
|
349
|
+
* "violatedRule": "FORMAT",
|
|
350
|
+
* "data": {
|
|
351
|
+
* "type": "PHONE"
|
|
352
|
+
* }
|
|
353
|
+
* }
|
|
354
|
+
* ]
|
|
355
|
+
* }
|
|
356
|
+
*/
|
|
357
|
+
export interface ValidationError {
|
|
358
|
+
fieldViolations?: FieldViolation[];
|
|
359
|
+
}
|
|
360
|
+
export declare enum RuleType {
|
|
361
|
+
VALIDATION = "VALIDATION",
|
|
362
|
+
OTHER = "OTHER",
|
|
363
|
+
MAX = "MAX",
|
|
364
|
+
MIN = "MIN",
|
|
365
|
+
MAX_LENGTH = "MAX_LENGTH",
|
|
366
|
+
MIN_LENGTH = "MIN_LENGTH",
|
|
367
|
+
MAX_SIZE = "MAX_SIZE",
|
|
368
|
+
MIN_SIZE = "MIN_SIZE",
|
|
369
|
+
FORMAT = "FORMAT",
|
|
370
|
+
DECIMAL_LTE = "DECIMAL_LTE",
|
|
371
|
+
DECIMAL_GTE = "DECIMAL_GTE",
|
|
372
|
+
DECIMAL_LT = "DECIMAL_LT",
|
|
373
|
+
DECIMAL_GT = "DECIMAL_GT",
|
|
374
|
+
DECIMAL_MAX_SCALE = "DECIMAL_MAX_SCALE",
|
|
375
|
+
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
376
|
+
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
377
|
+
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
378
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
379
|
+
EXACT_LENGTH = "EXACT_LENGTH",
|
|
380
|
+
EXACT_SIZE = "EXACT_SIZE"
|
|
381
|
+
}
|
|
382
|
+
export interface FieldViolation {
|
|
383
|
+
field?: string;
|
|
384
|
+
description?: string;
|
|
385
|
+
violatedRule?: RuleType;
|
|
386
|
+
/** applicable when violated_rule=OTHER */
|
|
387
|
+
ruleName?: string | null;
|
|
388
|
+
data?: Record<string, any> | null;
|
|
389
|
+
}
|
|
390
|
+
export interface SystemError {
|
|
391
|
+
/** Error code. */
|
|
392
|
+
errorCode?: string | null;
|
|
393
|
+
}
|
|
394
|
+
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
395
|
+
createdEvent?: EntityCreatedEvent;
|
|
396
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
397
|
+
deletedEvent?: EntityDeletedEvent;
|
|
398
|
+
actionEvent?: ActionEvent;
|
|
399
|
+
/**
|
|
400
|
+
* Unique event ID.
|
|
401
|
+
* Allows clients to ignore duplicate webhooks.
|
|
402
|
+
*/
|
|
403
|
+
id?: string;
|
|
404
|
+
/**
|
|
405
|
+
* Assumes actions are also always typed to an entity_type
|
|
406
|
+
* Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
|
|
407
|
+
*/
|
|
408
|
+
entityFqdn?: string;
|
|
409
|
+
/**
|
|
410
|
+
* This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
|
|
411
|
+
* This is although the created/updated/deleted notion is duplication of the oneof types
|
|
412
|
+
* Example: created/updated/deleted/started/completed/email_opened
|
|
413
|
+
*/
|
|
414
|
+
slug?: string;
|
|
415
|
+
/** ID of the entity associated with the event. */
|
|
416
|
+
entityId?: string;
|
|
417
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
418
|
+
eventTime?: Date | null;
|
|
419
|
+
/**
|
|
420
|
+
* Whether the event was triggered as a result of a privacy regulation application
|
|
421
|
+
* (for example, GDPR).
|
|
422
|
+
*/
|
|
423
|
+
triggeredByAnonymizeRequest?: boolean | null;
|
|
424
|
+
/** If present, indicates the action that triggered the event. */
|
|
425
|
+
originatedFrom?: string | null;
|
|
426
|
+
/**
|
|
427
|
+
* A sequence number defining the order of updates to the underlying entity.
|
|
428
|
+
* For example, given that some entity was updated at 16:00 and than again at 16:01,
|
|
429
|
+
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
430
|
+
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
431
|
+
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
432
|
+
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
433
|
+
*/
|
|
434
|
+
entityEventSequence?: string | null;
|
|
435
|
+
}
|
|
436
|
+
/** @oneof */
|
|
437
|
+
export interface DomainEventBodyOneOf {
|
|
438
|
+
createdEvent?: EntityCreatedEvent;
|
|
439
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
440
|
+
deletedEvent?: EntityDeletedEvent;
|
|
441
|
+
actionEvent?: ActionEvent;
|
|
442
|
+
}
|
|
443
|
+
export interface EntityCreatedEvent {
|
|
444
|
+
entityAsJson?: string;
|
|
445
|
+
/** Indicates the event was triggered by a restore-from-trashbin operation for a previously deleted entity */
|
|
446
|
+
restoreInfo?: RestoreInfo;
|
|
447
|
+
}
|
|
448
|
+
export interface RestoreInfo {
|
|
449
|
+
deletedDate?: Date | null;
|
|
450
|
+
}
|
|
451
|
+
export interface EntityUpdatedEvent {
|
|
452
|
+
/**
|
|
453
|
+
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
454
|
+
* This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
|
|
455
|
+
* We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
|
|
456
|
+
*/
|
|
457
|
+
currentEntityAsJson?: string;
|
|
458
|
+
}
|
|
459
|
+
export interface EntityDeletedEvent {
|
|
460
|
+
/** Entity that was deleted */
|
|
461
|
+
deletedEntityAsJson?: string | null;
|
|
462
|
+
}
|
|
463
|
+
export interface ActionEvent {
|
|
464
|
+
bodyAsJson?: string;
|
|
465
|
+
}
|
|
466
|
+
export interface Empty {
|
|
467
|
+
}
|
|
468
|
+
interface StreetAddressNonNullableFields {
|
|
469
|
+
number: string;
|
|
470
|
+
name: string;
|
|
471
|
+
apt: string;
|
|
472
|
+
}
|
|
473
|
+
interface SubdivisionNonNullableFields {
|
|
474
|
+
code: string;
|
|
475
|
+
name: string;
|
|
476
|
+
type: SubdivisionType;
|
|
477
|
+
}
|
|
478
|
+
interface AddressNonNullableFields {
|
|
479
|
+
streetAddress?: StreetAddressNonNullableFields;
|
|
480
|
+
subdivisions: SubdivisionNonNullableFields[];
|
|
481
|
+
}
|
|
482
|
+
interface PickupDetailsNonNullableFields {
|
|
483
|
+
address?: AddressNonNullableFields;
|
|
484
|
+
pickupMethod: PickupMethod;
|
|
485
|
+
}
|
|
486
|
+
interface DeliveryLogisticsNonNullableFields {
|
|
487
|
+
pickupDetails?: PickupDetailsNonNullableFields;
|
|
488
|
+
}
|
|
489
|
+
interface AdditionalChargeNonNullableFields {
|
|
490
|
+
type: ChargeType;
|
|
491
|
+
price: string;
|
|
492
|
+
}
|
|
493
|
+
interface DeliveryCostNonNullableFields {
|
|
494
|
+
price: string;
|
|
495
|
+
currency: string;
|
|
496
|
+
additionalCharges: AdditionalChargeNonNullableFields[];
|
|
497
|
+
}
|
|
498
|
+
interface CarrierNonNullableFields {
|
|
499
|
+
code: string;
|
|
500
|
+
}
|
|
501
|
+
interface ApplicableLineItemsNonNullableFields {
|
|
502
|
+
lineItemIds: string[];
|
|
503
|
+
}
|
|
504
|
+
interface DeliveryAllocationNonNullableFields {
|
|
505
|
+
deliveryCarrier?: CarrierNonNullableFields;
|
|
506
|
+
applicableLineItems?: ApplicableLineItemsNonNullableFields;
|
|
507
|
+
}
|
|
508
|
+
interface DeliverySolutionNonNullableFields {
|
|
509
|
+
code: string;
|
|
510
|
+
title: string;
|
|
511
|
+
logistics?: DeliveryLogisticsNonNullableFields;
|
|
512
|
+
cost?: DeliveryCostNonNullableFields;
|
|
513
|
+
deliveryAllocations: DeliveryAllocationNonNullableFields[];
|
|
514
|
+
}
|
|
515
|
+
interface ApplicationErrorNonNullableFields {
|
|
516
|
+
code: string;
|
|
517
|
+
description: string;
|
|
518
|
+
}
|
|
519
|
+
interface FieldViolationNonNullableFields {
|
|
520
|
+
field: string;
|
|
521
|
+
description: string;
|
|
522
|
+
violatedRule: RuleType;
|
|
523
|
+
}
|
|
524
|
+
interface ValidationErrorNonNullableFields {
|
|
525
|
+
fieldViolations: FieldViolationNonNullableFields[];
|
|
526
|
+
}
|
|
527
|
+
interface DetailsNonNullableFields {
|
|
528
|
+
applicationError?: ApplicationErrorNonNullableFields;
|
|
529
|
+
validationError?: ValidationErrorNonNullableFields;
|
|
530
|
+
}
|
|
531
|
+
interface DeliveryCarrierErrorNonNullableFields {
|
|
532
|
+
errorDetails?: DetailsNonNullableFields;
|
|
533
|
+
}
|
|
534
|
+
export interface GetDeliverySolutionsResponseNonNullableFields {
|
|
535
|
+
deliverySolutions: DeliverySolutionNonNullableFields[];
|
|
536
|
+
errors: DeliveryCarrierErrorNonNullableFields[];
|
|
537
|
+
}
|
|
538
|
+
export {};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export var SubdivisionType;
|
|
2
|
+
(function (SubdivisionType) {
|
|
3
|
+
SubdivisionType["UNKNOWN_SUBDIVISION_TYPE"] = "UNKNOWN_SUBDIVISION_TYPE";
|
|
4
|
+
/** State */
|
|
5
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_1"] = "ADMINISTRATIVE_AREA_LEVEL_1";
|
|
6
|
+
/** County */
|
|
7
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_2"] = "ADMINISTRATIVE_AREA_LEVEL_2";
|
|
8
|
+
/** City/town */
|
|
9
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_3"] = "ADMINISTRATIVE_AREA_LEVEL_3";
|
|
10
|
+
/** Neighborhood/quarter */
|
|
11
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_4"] = "ADMINISTRATIVE_AREA_LEVEL_4";
|
|
12
|
+
/** Street/block */
|
|
13
|
+
SubdivisionType["ADMINISTRATIVE_AREA_LEVEL_5"] = "ADMINISTRATIVE_AREA_LEVEL_5";
|
|
14
|
+
/** ADMINISTRATIVE_AREA_LEVEL_0. Indicates the national political entity, and is typically the highest order type returned by the Geocoder. */
|
|
15
|
+
SubdivisionType["COUNTRY"] = "COUNTRY";
|
|
16
|
+
})(SubdivisionType || (SubdivisionType = {}));
|
|
17
|
+
/** tax info types */
|
|
18
|
+
export var VatType;
|
|
19
|
+
(function (VatType) {
|
|
20
|
+
VatType["UNSPECIFIED"] = "UNSPECIFIED";
|
|
21
|
+
/** CPF - for individual tax payers. */
|
|
22
|
+
VatType["CPF"] = "CPF";
|
|
23
|
+
/** CNPJ - for corporations */
|
|
24
|
+
VatType["CNPJ"] = "CNPJ";
|
|
25
|
+
})(VatType || (VatType = {}));
|
|
26
|
+
export var WeightUnit;
|
|
27
|
+
(function (WeightUnit) {
|
|
28
|
+
/** Weight unit can't be classified, due to an error */
|
|
29
|
+
WeightUnit["UNSPECIFIED_WEIGHT_UNIT"] = "UNSPECIFIED_WEIGHT_UNIT";
|
|
30
|
+
/** Kilograms */
|
|
31
|
+
WeightUnit["KG"] = "KG";
|
|
32
|
+
/** Pounds */
|
|
33
|
+
WeightUnit["LB"] = "LB";
|
|
34
|
+
})(WeightUnit || (WeightUnit = {}));
|
|
35
|
+
export var PickupMethod;
|
|
36
|
+
(function (PickupMethod) {
|
|
37
|
+
PickupMethod["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
|
|
38
|
+
PickupMethod["STORE_PICKUP"] = "STORE_PICKUP";
|
|
39
|
+
PickupMethod["PICKUP_POINT"] = "PICKUP_POINT";
|
|
40
|
+
})(PickupMethod || (PickupMethod = {}));
|
|
41
|
+
export var ChargeType;
|
|
42
|
+
(function (ChargeType) {
|
|
43
|
+
ChargeType["HANDLING_FEE"] = "HANDLING_FEE";
|
|
44
|
+
})(ChargeType || (ChargeType = {}));
|
|
45
|
+
export var RuleType;
|
|
46
|
+
(function (RuleType) {
|
|
47
|
+
RuleType["VALIDATION"] = "VALIDATION";
|
|
48
|
+
RuleType["OTHER"] = "OTHER";
|
|
49
|
+
RuleType["MAX"] = "MAX";
|
|
50
|
+
RuleType["MIN"] = "MIN";
|
|
51
|
+
RuleType["MAX_LENGTH"] = "MAX_LENGTH";
|
|
52
|
+
RuleType["MIN_LENGTH"] = "MIN_LENGTH";
|
|
53
|
+
RuleType["MAX_SIZE"] = "MAX_SIZE";
|
|
54
|
+
RuleType["MIN_SIZE"] = "MIN_SIZE";
|
|
55
|
+
RuleType["FORMAT"] = "FORMAT";
|
|
56
|
+
RuleType["DECIMAL_LTE"] = "DECIMAL_LTE";
|
|
57
|
+
RuleType["DECIMAL_GTE"] = "DECIMAL_GTE";
|
|
58
|
+
RuleType["DECIMAL_LT"] = "DECIMAL_LT";
|
|
59
|
+
RuleType["DECIMAL_GT"] = "DECIMAL_GT";
|
|
60
|
+
RuleType["DECIMAL_MAX_SCALE"] = "DECIMAL_MAX_SCALE";
|
|
61
|
+
RuleType["INVALID_ENUM_VALUE"] = "INVALID_ENUM_VALUE";
|
|
62
|
+
RuleType["REQUIRED_FIELD"] = "REQUIRED_FIELD";
|
|
63
|
+
RuleType["FIELD_NOT_ALLOWED"] = "FIELD_NOT_ALLOWED";
|
|
64
|
+
RuleType["ONE_OF_ALIGNMENT"] = "ONE_OF_ALIGNMENT";
|
|
65
|
+
RuleType["EXACT_LENGTH"] = "EXACT_LENGTH";
|
|
66
|
+
RuleType["EXACT_SIZE"] = "EXACT_SIZE";
|
|
67
|
+
})(RuleType || (RuleType = {}));
|
|
68
|
+
//# sourceMappingURL=gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.js","sourceRoot":"","sources":["../../../src/gateways-ecom-v1-delivery-rates-gateway-delivery-solutions.types.ts"],"names":[],"mappings":"AAgIA,MAAM,CAAN,IAAY,eAcX;AAdD,WAAY,eAAe;IACzB,wEAAqD,CAAA;IACrD,YAAY;IACZ,8EAA2D,CAAA;IAC3D,aAAa;IACb,8EAA2D,CAAA;IAC3D,gBAAgB;IAChB,8EAA2D,CAAA;IAC3D,2BAA2B;IAC3B,8EAA2D,CAAA;IAC3D,mBAAmB;IACnB,8EAA2D,CAAA;IAC3D,8IAA8I;IAC9I,sCAAmB,CAAA;AACrB,CAAC,EAdW,eAAe,KAAf,eAAe,QAc1B;AA+BD,qBAAqB;AACrB,MAAM,CAAN,IAAY,OAMX;AAND,WAAY,OAAO;IACjB,sCAA2B,CAAA;IAC3B,uCAAuC;IACvC,sBAAW,CAAA;IACX,8BAA8B;IAC9B,wBAAa,CAAA;AACf,CAAC,EANW,OAAO,KAAP,OAAO,QAMlB;AAED,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,uDAAuD;IACvD,iEAAmD,CAAA;IACnD,gBAAgB;IAChB,uBAAS,CAAA;IACT,aAAa;IACb,uBAAS,CAAA;AACX,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB;AAwED,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,iDAAiC,CAAA;IACjC,6CAA6B,CAAA;IAC7B,6CAA6B,CAAA;AAC/B,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AA2BD,MAAM,CAAN,IAAY,UAEX;AAFD,WAAY,UAAU;IACpB,2CAA6B,CAAA;AAC/B,CAAC,EAFW,UAAU,KAAV,UAAU,QAErB;AAoGD,MAAM,CAAN,IAAY,QAqBX;AArBD,WAAY,QAAQ;IAClB,qCAAyB,CAAA;IACzB,2BAAe,CAAA;IACf,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,qCAAyB,CAAA;IACzB,qCAAyB,CAAA;IACzB,iCAAqB,CAAA;IACrB,iCAAqB,CAAA;IACrB,6BAAiB,CAAA;IACjB,uCAA2B,CAAA;IAC3B,uCAA2B,CAAA;IAC3B,qCAAyB,CAAA;IACzB,qCAAyB,CAAA;IACzB,mDAAuC,CAAA;IACvC,qDAAyC,CAAA;IACzC,6CAAiC,CAAA;IACjC,mDAAuC,CAAA;IACvC,iDAAqC,CAAA;IACrC,yCAA6B,CAAA;IAC7B,qCAAyB,CAAA;AAC3B,CAAC,EArBW,QAAQ,KAAR,QAAQ,QAqBnB"}
|