@pmcretail/mapper-library 0.0.39 → 0.0.43
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/README.md +24 -24
- package/esm2022/lib/RJ-mapper.class.mjs +875 -0
- package/esm2022/lib/TransactionDocumentBuilder.mjs +1240 -0
- package/esm2022/lib/WebReturn-mapper.class.mjs +324 -0
- package/esm2022/lib/WebReturnSalesforceMapper.class.mjs +410 -0
- package/esm2022/lib/basket.service.mjs +516 -0
- package/esm2022/lib/mapper-library.component.mjs +22 -0
- package/esm2022/lib/mapper-library.model.mjs +39 -0
- package/esm2022/lib/mapper-library.module.mjs +21 -0
- package/esm2022/lib/number-util.service.mjs +40 -0
- package/esm2022/pmcretail-mapper-library.mjs +5 -0
- package/esm2022/public-api.mjs +9 -0
- package/fesm2022/pmcretail-mapper-library.mjs +3482 -0
- package/fesm2022/pmcretail-mapper-library.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/RJ-mapper.class.d.ts +80 -79
- package/lib/RJ-mapper.class.d.ts.map +1 -0
- package/lib/TransactionDocumentBuilder.d.ts +271 -270
- package/lib/TransactionDocumentBuilder.d.ts.map +1 -0
- package/lib/WebReturn-mapper.class.d.ts +27 -26
- package/lib/WebReturn-mapper.class.d.ts.map +1 -0
- package/lib/WebReturnSalesforceMapper.class.d.ts +35 -34
- package/lib/WebReturnSalesforceMapper.class.d.ts.map +1 -0
- package/lib/basket.service.d.ts +105 -103
- package/lib/basket.service.d.ts.map +1 -0
- package/lib/mapper-library.component.d.ts +9 -5
- package/lib/mapper-library.component.d.ts.map +1 -0
- package/lib/mapper-library.model.d.ts +694 -693
- package/lib/mapper-library.model.d.ts.map +1 -0
- package/lib/mapper-library.module.d.ts +8 -2
- package/lib/mapper-library.module.d.ts.map +1 -0
- package/lib/number-util.service.d.ts +13 -9
- package/lib/number-util.service.d.ts.map +1 -0
- package/package.json +21 -17
- package/pmcretail-mapper-library.d.ts.map +1 -0
- package/public-api.d.ts +6 -5
- package/public-api.d.ts.map +1 -0
- package/bundles/pmcretail-mapper-library.umd.js +0 -8542
- package/bundles/pmcretail-mapper-library.umd.js.map +0 -1
- package/bundles/pmcretail-mapper-library.umd.min.js +0 -16
- package/bundles/pmcretail-mapper-library.umd.min.js.map +0 -1
- package/esm2015/lib/RJ-mapper.class.js +0 -1464
- package/esm2015/lib/TransactionDocumentBuilder.js +0 -1535
- package/esm2015/lib/WebReturn-mapper.class.js +0 -501
- package/esm2015/lib/WebReturnSalesforceMapper.class.js +0 -683
- package/esm2015/lib/basket.service.js +0 -851
- package/esm2015/lib/mapper-library.component.js +0 -27
- package/esm2015/lib/mapper-library.model.js +0 -1442
- package/esm2015/lib/mapper-library.module.js +0 -21
- package/esm2015/lib/number-util.service.js +0 -78
- package/esm2015/pmcretail-mapper-library.js +0 -10
- package/esm2015/public-api.js +0 -14
- package/esm5/lib/RJ-mapper.class.js +0 -1762
- package/esm5/lib/TransactionDocumentBuilder.js +0 -2469
- package/esm5/lib/WebReturn-mapper.class.js +0 -592
- package/esm5/lib/WebReturnSalesforceMapper.class.js +0 -857
- package/esm5/lib/basket.service.js +0 -1076
- package/esm5/lib/mapper-library.component.js +0 -29
- package/esm5/lib/mapper-library.model.js +0 -1442
- package/esm5/lib/mapper-library.module.js +0 -25
- package/esm5/lib/number-util.service.js +0 -95
- package/esm5/pmcretail-mapper-library.js +0 -10
- package/esm5/public-api.js +0 -14
- package/fesm2015/pmcretail-mapper-library.js +0 -6594
- package/fesm2015/pmcretail-mapper-library.js.map +0 -1
- package/fesm5/pmcretail-mapper-library.js +0 -8326
- package/fesm5/pmcretail-mapper-library.js.map +0 -1
- package/pmcretail-mapper-library.d.ts +0 -5
- package/pmcretail-mapper-library.metadata.json +0 -1
|
@@ -1,1442 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/mapper-library.model.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var TRANSACTION_TYPE = {
|
|
8
|
-
SALE: "SALE",
|
|
9
|
-
REFUND: "REFUND",
|
|
10
|
-
SALE_REFUND: "SALE_REFUND",
|
|
11
|
-
SALE_EXCHANGE: "SALE_EXCHANGE",
|
|
12
|
-
VOID: "VOID",
|
|
13
|
-
WEB_RETURNS: "WEB_RETURNS",
|
|
14
|
-
};
|
|
15
|
-
export { TRANSACTION_TYPE };
|
|
16
|
-
/**
|
|
17
|
-
* @record
|
|
18
|
-
*/
|
|
19
|
-
export function ItemDiscount() { }
|
|
20
|
-
if (false) {
|
|
21
|
-
/** @type {?} */
|
|
22
|
-
ItemDiscount.prototype.trnDiscountsPortion;
|
|
23
|
-
/** @type {?} */
|
|
24
|
-
ItemDiscount.prototype.trnPromotionsPortion;
|
|
25
|
-
/** @type {?} */
|
|
26
|
-
ItemDiscount.prototype.refundPortion;
|
|
27
|
-
/** @type {?|undefined} */
|
|
28
|
-
ItemDiscount.prototype.currentRefundPortion;
|
|
29
|
-
}
|
|
30
|
-
/** @enum {number} */
|
|
31
|
-
var DELIVERY_METHODS = {
|
|
32
|
-
DELIVERY: 1,
|
|
33
|
-
DROP_SHIP: 2,
|
|
34
|
-
COLLECT_FROM_STORE: 3,
|
|
35
|
-
SHIP_TO_STORE: 4,
|
|
36
|
-
};
|
|
37
|
-
export { DELIVERY_METHODS };
|
|
38
|
-
DELIVERY_METHODS[DELIVERY_METHODS.DELIVERY] = 'DELIVERY';
|
|
39
|
-
DELIVERY_METHODS[DELIVERY_METHODS.DROP_SHIP] = 'DROP_SHIP';
|
|
40
|
-
DELIVERY_METHODS[DELIVERY_METHODS.COLLECT_FROM_STORE] = 'COLLECT_FROM_STORE';
|
|
41
|
-
DELIVERY_METHODS[DELIVERY_METHODS.SHIP_TO_STORE] = 'SHIP_TO_STORE';
|
|
42
|
-
/**
|
|
43
|
-
* @record
|
|
44
|
-
*/
|
|
45
|
-
export function ProductChange() { }
|
|
46
|
-
if (false) {
|
|
47
|
-
/** @type {?|undefined} */
|
|
48
|
-
ProductChange.prototype.itemLineId;
|
|
49
|
-
/** @type {?} */
|
|
50
|
-
ProductChange.prototype.SKU;
|
|
51
|
-
/** @type {?} */
|
|
52
|
-
ProductChange.prototype.quantity;
|
|
53
|
-
/** @type {?|undefined} */
|
|
54
|
-
ProductChange.prototype.selectedPrice;
|
|
55
|
-
/** @type {?|undefined} */
|
|
56
|
-
ProductChange.prototype.lineDiscount;
|
|
57
|
-
/** @type {?|undefined} */
|
|
58
|
-
ProductChange.prototype.linePromotions;
|
|
59
|
-
/** @type {?|undefined} */
|
|
60
|
-
ProductChange.prototype.exchange;
|
|
61
|
-
/** @type {?|undefined} */
|
|
62
|
-
ProductChange.prototype.refundedQuantity;
|
|
63
|
-
/** @type {?|undefined} */
|
|
64
|
-
ProductChange.prototype.refundPromotionalQuantity;
|
|
65
|
-
/** @type {?|undefined} */
|
|
66
|
-
ProductChange.prototype.refunded;
|
|
67
|
-
/** @type {?|undefined} */
|
|
68
|
-
ProductChange.prototype.refundedTotal;
|
|
69
|
-
/** @type {?|undefined} */
|
|
70
|
-
ProductChange.prototype.refundedReason;
|
|
71
|
-
/** @type {?|undefined} */
|
|
72
|
-
ProductChange.prototype.refundedReasonDescription;
|
|
73
|
-
/** @type {?|undefined} */
|
|
74
|
-
ProductChange.prototype.isChecked;
|
|
75
|
-
/** @type {?|undefined} */
|
|
76
|
-
ProductChange.prototype.sealed;
|
|
77
|
-
/** @type {?|undefined} */
|
|
78
|
-
ProductChange.prototype.isLastExchanged;
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Product
|
|
82
|
-
* @record
|
|
83
|
-
*/
|
|
84
|
-
export function Product() { }
|
|
85
|
-
if (false) {
|
|
86
|
-
/** @type {?|undefined} */
|
|
87
|
-
Product.prototype.itemLineId;
|
|
88
|
-
/** @type {?} */
|
|
89
|
-
Product.prototype.status;
|
|
90
|
-
/** @type {?} */
|
|
91
|
-
Product.prototype.subGroup;
|
|
92
|
-
/** @type {?} */
|
|
93
|
-
Product.prototype.brand;
|
|
94
|
-
/** @type {?} */
|
|
95
|
-
Product.prototype.currency;
|
|
96
|
-
/** @type {?} */
|
|
97
|
-
Product.prototype.category;
|
|
98
|
-
/** @type {?} */
|
|
99
|
-
Product.prototype.countryofOrigin;
|
|
100
|
-
/** @type {?} */
|
|
101
|
-
Product.prototype.productId;
|
|
102
|
-
/** @type {?} */
|
|
103
|
-
Product.prototype.productType;
|
|
104
|
-
/** @type {?|undefined} */
|
|
105
|
-
Product.prototype.name;
|
|
106
|
-
/** @type {?} */
|
|
107
|
-
Product.prototype.imageUrls;
|
|
108
|
-
/** @type {?|undefined} */
|
|
109
|
-
Product.prototype.isImageFailToLoad;
|
|
110
|
-
/** @type {?} */
|
|
111
|
-
Product.prototype.size;
|
|
112
|
-
/** @type {?} */
|
|
113
|
-
Product.prototype.type;
|
|
114
|
-
/** @type {?} */
|
|
115
|
-
Product.prototype.season;
|
|
116
|
-
/** @type {?} */
|
|
117
|
-
Product.prototype.productGroup;
|
|
118
|
-
/** @type {?} */
|
|
119
|
-
Product.prototype.styleCode;
|
|
120
|
-
/** @type {?} */
|
|
121
|
-
Product.prototype.nodeStructure;
|
|
122
|
-
/** @type {?} */
|
|
123
|
-
Product.prototype.barcode;
|
|
124
|
-
/** @type {?} */
|
|
125
|
-
Product.prototype.price;
|
|
126
|
-
/** @type {?} */
|
|
127
|
-
Product.prototype.colour;
|
|
128
|
-
/** @type {?} */
|
|
129
|
-
Product.prototype.description;
|
|
130
|
-
/** @type {?} */
|
|
131
|
-
Product.prototype.totalLinePrice;
|
|
132
|
-
/** @type {?} */
|
|
133
|
-
Product.prototype.total;
|
|
134
|
-
/** @type {?|undefined} */
|
|
135
|
-
Product.prototype.addedInBasket;
|
|
136
|
-
/** @type {?|undefined} */
|
|
137
|
-
Product.prototype.selectedVAT;
|
|
138
|
-
/** @type {?|undefined} */
|
|
139
|
-
Product.prototype.selectedVATCode;
|
|
140
|
-
/** @type {?|undefined} */
|
|
141
|
-
Product.prototype.selectedRRPPrice;
|
|
142
|
-
/** @type {?|undefined} */
|
|
143
|
-
Product.prototype.lineDiscount;
|
|
144
|
-
/** @type {?|undefined} */
|
|
145
|
-
Product.prototype.exchange;
|
|
146
|
-
/** @type {?|undefined} */
|
|
147
|
-
Product.prototype.refundPromotionalQuantity;
|
|
148
|
-
/** @type {?|undefined} */
|
|
149
|
-
Product.prototype.exchangeReason;
|
|
150
|
-
/** @type {?|undefined} */
|
|
151
|
-
Product.prototype.exchangeQuantity;
|
|
152
|
-
/** @type {?} */
|
|
153
|
-
Product.prototype.itemDiscounts;
|
|
154
|
-
/** @type {?|undefined} */
|
|
155
|
-
Product.prototype.giftCardNumberIssued;
|
|
156
|
-
/** @type {?|undefined} */
|
|
157
|
-
Product.prototype.giftCardAmount;
|
|
158
|
-
/** @type {?|undefined} */
|
|
159
|
-
Product.prototype.giftCardRecipientEmail;
|
|
160
|
-
/** @type {?|undefined} */
|
|
161
|
-
Product.prototype.giftCardExpiryDate;
|
|
162
|
-
/** @type {?|undefined} */
|
|
163
|
-
Product.prototype.giftCardRecipientName;
|
|
164
|
-
/** @type {?|undefined} */
|
|
165
|
-
Product.prototype.giftCard;
|
|
166
|
-
/** @type {?} */
|
|
167
|
-
Product.prototype.discountable;
|
|
168
|
-
/** @type {?} */
|
|
169
|
-
Product.prototype.excludePromotion;
|
|
170
|
-
/** @type {?} */
|
|
171
|
-
Product.prototype.categories;
|
|
172
|
-
/** @type {?} */
|
|
173
|
-
Product.prototype.descriptions;
|
|
174
|
-
/** @type {?} */
|
|
175
|
-
Product.prototype.barcodes;
|
|
176
|
-
/** @type {?} */
|
|
177
|
-
Product.prototype.externalId;
|
|
178
|
-
/** @type {?} */
|
|
179
|
-
Product.prototype.createdDate;
|
|
180
|
-
/** @type {?} */
|
|
181
|
-
Product.prototype.updatedDate;
|
|
182
|
-
/** @type {?} */
|
|
183
|
-
Product.prototype.createdBy;
|
|
184
|
-
/** @type {?} */
|
|
185
|
-
Product.prototype.updatedBy;
|
|
186
|
-
/** @type {?} */
|
|
187
|
-
Product.prototype.attributes;
|
|
188
|
-
/** @type {?} */
|
|
189
|
-
Product.prototype.id;
|
|
190
|
-
/** @type {?} */
|
|
191
|
-
Product.prototype.long_description;
|
|
192
|
-
/** @type {?|undefined} */
|
|
193
|
-
Product.prototype.isWebOrder;
|
|
194
|
-
/** @type {?} */
|
|
195
|
-
Product.prototype.fullfilmentId;
|
|
196
|
-
/** @type {?|undefined} */
|
|
197
|
-
Product.prototype.fullfilmentLocationName;
|
|
198
|
-
/** @type {?|undefined} */
|
|
199
|
-
Product.prototype.deliveryMethod;
|
|
200
|
-
/** @type {?|undefined} */
|
|
201
|
-
Product.prototype.deliveryGroup;
|
|
202
|
-
/** @type {?|undefined} */
|
|
203
|
-
Product.prototype.selectedInventory;
|
|
204
|
-
/** @type {?|undefined} */
|
|
205
|
-
Product.prototype.leadTime;
|
|
206
|
-
}
|
|
207
|
-
/**
|
|
208
|
-
* @record
|
|
209
|
-
*/
|
|
210
|
-
export function leadTime() { }
|
|
211
|
-
if (false) {
|
|
212
|
-
/** @type {?} */
|
|
213
|
-
leadTime.prototype.type;
|
|
214
|
-
/** @type {?} */
|
|
215
|
-
leadTime.prototype.value;
|
|
216
|
-
}
|
|
217
|
-
/**
|
|
218
|
-
* @record
|
|
219
|
-
*/
|
|
220
|
-
export function Exchange() { }
|
|
221
|
-
if (false) {
|
|
222
|
-
/** @type {?} */
|
|
223
|
-
Exchange.prototype.exchangeId;
|
|
224
|
-
/** @type {?} */
|
|
225
|
-
Exchange.prototype.lineItemId;
|
|
226
|
-
/** @type {?} */
|
|
227
|
-
Exchange.prototype.reason;
|
|
228
|
-
/** @type {?} */
|
|
229
|
-
Exchange.prototype.quantity;
|
|
230
|
-
/** @type {?} */
|
|
231
|
-
Exchange.prototype.newItems;
|
|
232
|
-
}
|
|
233
|
-
/**
|
|
234
|
-
* @record
|
|
235
|
-
*/
|
|
236
|
-
export function Categories() { }
|
|
237
|
-
if (false) {
|
|
238
|
-
/** @type {?} */
|
|
239
|
-
Categories.prototype.id;
|
|
240
|
-
/** @type {?} */
|
|
241
|
-
Categories.prototype.parentId;
|
|
242
|
-
/** @type {?} */
|
|
243
|
-
Categories.prototype.name;
|
|
244
|
-
/** @type {?} */
|
|
245
|
-
Categories.prototype.categoryId;
|
|
246
|
-
/** @type {?} */
|
|
247
|
-
Categories.prototype.status;
|
|
248
|
-
}
|
|
249
|
-
/**
|
|
250
|
-
* @record
|
|
251
|
-
*/
|
|
252
|
-
export function Descriptions() { }
|
|
253
|
-
if (false) {
|
|
254
|
-
/** @type {?} */
|
|
255
|
-
Descriptions.prototype.name;
|
|
256
|
-
/** @type {?} */
|
|
257
|
-
Descriptions.prototype.countryCode;
|
|
258
|
-
/** @type {?} */
|
|
259
|
-
Descriptions.prototype.value;
|
|
260
|
-
}
|
|
261
|
-
/**
|
|
262
|
-
* @record
|
|
263
|
-
*/
|
|
264
|
-
export function CoreAttribute() { }
|
|
265
|
-
if (false) {
|
|
266
|
-
/** @type {?} */
|
|
267
|
-
CoreAttribute.prototype.name;
|
|
268
|
-
/** @type {?} */
|
|
269
|
-
CoreAttribute.prototype.value;
|
|
270
|
-
/** @type {?} */
|
|
271
|
-
CoreAttribute.prototype.searchable;
|
|
272
|
-
/** @type {?} */
|
|
273
|
-
CoreAttribute.prototype.countryCode;
|
|
274
|
-
}
|
|
275
|
-
/**
|
|
276
|
-
* Basket
|
|
277
|
-
* @record
|
|
278
|
-
*/
|
|
279
|
-
export function Basket() { }
|
|
280
|
-
if (false) {
|
|
281
|
-
/** @type {?|undefined} */
|
|
282
|
-
Basket.prototype.subsidiaryId;
|
|
283
|
-
/** @type {?} */
|
|
284
|
-
Basket.prototype.products;
|
|
285
|
-
/** @type {?} */
|
|
286
|
-
Basket.prototype.transactionDiscount;
|
|
287
|
-
/** @type {?} */
|
|
288
|
-
Basket.prototype.quantity;
|
|
289
|
-
/** @type {?} */
|
|
290
|
-
Basket.prototype.total;
|
|
291
|
-
/** @type {?} */
|
|
292
|
-
Basket.prototype.saleTotal;
|
|
293
|
-
/** @type {?|undefined} */
|
|
294
|
-
Basket.prototype.discountTotal;
|
|
295
|
-
/** @type {?|undefined} */
|
|
296
|
-
Basket.prototype.transactionId;
|
|
297
|
-
/** @type {?|undefined} */
|
|
298
|
-
Basket.prototype.offlineTransactionId;
|
|
299
|
-
/** @type {?} */
|
|
300
|
-
Basket.prototype.baseCurrency;
|
|
301
|
-
/** @type {?|undefined} */
|
|
302
|
-
Basket.prototype.basketTotal;
|
|
303
|
-
/** @type {?|undefined} */
|
|
304
|
-
Basket.prototype.refundTotal;
|
|
305
|
-
/** @type {?|undefined} */
|
|
306
|
-
Basket.prototype.transactionPromotion;
|
|
307
|
-
/** @type {?|undefined} */
|
|
308
|
-
Basket.prototype.customer;
|
|
309
|
-
/** @type {?|undefined} */
|
|
310
|
-
Basket.prototype.exchange;
|
|
311
|
-
/** @type {?|undefined} */
|
|
312
|
-
Basket.prototype.inStoreFlag;
|
|
313
|
-
}
|
|
314
|
-
/**
|
|
315
|
-
* Price
|
|
316
|
-
* @record
|
|
317
|
-
*/
|
|
318
|
-
export function Price() { }
|
|
319
|
-
if (false) {
|
|
320
|
-
/** @type {?} */
|
|
321
|
-
Price.prototype.VAT;
|
|
322
|
-
/** @type {?} */
|
|
323
|
-
Price.prototype.VATCode;
|
|
324
|
-
/** @type {?} */
|
|
325
|
-
Price.prototype.salesPrice;
|
|
326
|
-
/** @type {?} */
|
|
327
|
-
Price.prototype.currencyCode;
|
|
328
|
-
/** @type {?} */
|
|
329
|
-
Price.prototype.RRPPrice;
|
|
330
|
-
}
|
|
331
|
-
/**
|
|
332
|
-
* Node structure
|
|
333
|
-
* @record
|
|
334
|
-
*/
|
|
335
|
-
function NodeStructure() { }
|
|
336
|
-
if (false) {
|
|
337
|
-
/** @type {?} */
|
|
338
|
-
NodeStructure.prototype.status;
|
|
339
|
-
/** @type {?} */
|
|
340
|
-
NodeStructure.prototype.name;
|
|
341
|
-
/** @type {?} */
|
|
342
|
-
NodeStructure.prototype.nodeType;
|
|
343
|
-
/** @type {?} */
|
|
344
|
-
NodeStructure.prototype.isOverride;
|
|
345
|
-
/** @type {?} */
|
|
346
|
-
NodeStructure.prototype.nodeId;
|
|
347
|
-
/** @type {?} */
|
|
348
|
-
NodeStructure.prototype.parentId;
|
|
349
|
-
}
|
|
350
|
-
/**
|
|
351
|
-
* Line Discount
|
|
352
|
-
* @record
|
|
353
|
-
*/
|
|
354
|
-
export function LineDiscount() { }
|
|
355
|
-
if (false) {
|
|
356
|
-
/** @type {?} */
|
|
357
|
-
LineDiscount.prototype.itemLineId;
|
|
358
|
-
/** @type {?} */
|
|
359
|
-
LineDiscount.prototype.discountAmount;
|
|
360
|
-
/** @type {?} */
|
|
361
|
-
LineDiscount.prototype.discountType;
|
|
362
|
-
/** @type {?|undefined} */
|
|
363
|
-
LineDiscount.prototype.name;
|
|
364
|
-
/** @type {?} */
|
|
365
|
-
LineDiscount.prototype.unitPrice;
|
|
366
|
-
/** @type {?|undefined} */
|
|
367
|
-
LineDiscount.prototype.discountedLinePrice;
|
|
368
|
-
/** @type {?|undefined} */
|
|
369
|
-
LineDiscount.prototype.priceManagerOverride;
|
|
370
|
-
/** @type {?|undefined} */
|
|
371
|
-
LineDiscount.prototype.priceOverrideReasonCode;
|
|
372
|
-
/** @type {?|undefined} */
|
|
373
|
-
LineDiscount.prototype.priceOverrideReasonName;
|
|
374
|
-
/** @type {?|undefined} */
|
|
375
|
-
LineDiscount.prototype.priceOverrideAmount;
|
|
376
|
-
/** @type {?|undefined} */
|
|
377
|
-
LineDiscount.prototype.percentageDiscountManagerOverride;
|
|
378
|
-
/** @type {?|undefined} */
|
|
379
|
-
LineDiscount.prototype.percentageDiscountReasonCode;
|
|
380
|
-
/** @type {?|undefined} */
|
|
381
|
-
LineDiscount.prototype.percentageDiscountReasonName;
|
|
382
|
-
/** @type {?|undefined} */
|
|
383
|
-
LineDiscount.prototype.percentageDiscountValue;
|
|
384
|
-
}
|
|
385
|
-
/**
|
|
386
|
-
* User Override
|
|
387
|
-
* @record
|
|
388
|
-
*/
|
|
389
|
-
export function UserOverride() { }
|
|
390
|
-
if (false) {
|
|
391
|
-
/** @type {?} */
|
|
392
|
-
UserOverride.prototype.userId;
|
|
393
|
-
/** @type {?} */
|
|
394
|
-
UserOverride.prototype.automaticApprove;
|
|
395
|
-
/** @type {?} */
|
|
396
|
-
UserOverride.prototype.originalUserId;
|
|
397
|
-
}
|
|
398
|
-
/**
|
|
399
|
-
* line Promotions
|
|
400
|
-
* @record
|
|
401
|
-
*/
|
|
402
|
-
export function LinePromotions() { }
|
|
403
|
-
if (false) {
|
|
404
|
-
/** @type {?} */
|
|
405
|
-
LinePromotions.prototype.trigger;
|
|
406
|
-
/** @type {?} */
|
|
407
|
-
LinePromotions.prototype.itemLineId;
|
|
408
|
-
/** @type {?} */
|
|
409
|
-
LinePromotions.prototype.promotionId;
|
|
410
|
-
/** @type {?} */
|
|
411
|
-
LinePromotions.prototype.displayText;
|
|
412
|
-
/** @type {?} */
|
|
413
|
-
LinePromotions.prototype.promotionType;
|
|
414
|
-
/** @type {?} */
|
|
415
|
-
LinePromotions.prototype.promotionAmount;
|
|
416
|
-
/** @type {?} */
|
|
417
|
-
LinePromotions.prototype.name;
|
|
418
|
-
/** @type {?} */
|
|
419
|
-
LinePromotions.prototype.promotionInfo;
|
|
420
|
-
/** @type {?} */
|
|
421
|
-
LinePromotions.prototype.promotionLinePrice;
|
|
422
|
-
/** @type {?|undefined} */
|
|
423
|
-
LinePromotions.prototype.refunded;
|
|
424
|
-
}
|
|
425
|
-
/**
|
|
426
|
-
* trigger
|
|
427
|
-
* @record
|
|
428
|
-
*/
|
|
429
|
-
export function Trigger() { }
|
|
430
|
-
if (false) {
|
|
431
|
-
/** @type {?} */
|
|
432
|
-
Trigger.prototype.itemLineId;
|
|
433
|
-
/** @type {?|undefined} */
|
|
434
|
-
Trigger.prototype.quantity;
|
|
435
|
-
/** @type {?|undefined} */
|
|
436
|
-
Trigger.prototype.totalQuantity;
|
|
437
|
-
/** @type {?|undefined} */
|
|
438
|
-
Trigger.prototype.linePromotionAmount;
|
|
439
|
-
/** @type {?|undefined} */
|
|
440
|
-
Trigger.prototype.promotionAmount;
|
|
441
|
-
/** @type {?|undefined} */
|
|
442
|
-
Trigger.prototype.refundedReason;
|
|
443
|
-
/** @type {?|undefined} */
|
|
444
|
-
Trigger.prototype.refundedReasonDescription;
|
|
445
|
-
/** @type {?|undefined} */
|
|
446
|
-
Trigger.prototype.promotionId;
|
|
447
|
-
}
|
|
448
|
-
/**
|
|
449
|
-
* Transaction Promotion
|
|
450
|
-
* @record
|
|
451
|
-
*/
|
|
452
|
-
export function TransactionPromotion() { }
|
|
453
|
-
if (false) {
|
|
454
|
-
/** @type {?} */
|
|
455
|
-
TransactionPromotion.prototype.displayText;
|
|
456
|
-
/** @type {?} */
|
|
457
|
-
TransactionPromotion.prototype.name;
|
|
458
|
-
/** @type {?} */
|
|
459
|
-
TransactionPromotion.prototype.promotionAmount;
|
|
460
|
-
/** @type {?} */
|
|
461
|
-
TransactionPromotion.prototype.promotionId;
|
|
462
|
-
/** @type {?} */
|
|
463
|
-
TransactionPromotion.prototype.promotionInfo;
|
|
464
|
-
/** @type {?} */
|
|
465
|
-
TransactionPromotion.prototype.promotionType;
|
|
466
|
-
/** @type {?} */
|
|
467
|
-
TransactionPromotion.prototype.itemLineIds;
|
|
468
|
-
/** @type {?|undefined} */
|
|
469
|
-
TransactionPromotion.prototype.type;
|
|
470
|
-
/** @type {?|undefined} */
|
|
471
|
-
TransactionPromotion.prototype.subLevelType;
|
|
472
|
-
/** @type {?|undefined} */
|
|
473
|
-
TransactionPromotion.prototype.trigger;
|
|
474
|
-
/** @type {?|undefined} */
|
|
475
|
-
TransactionPromotion.prototype.couponCode;
|
|
476
|
-
}
|
|
477
|
-
/**
|
|
478
|
-
* @record
|
|
479
|
-
*/
|
|
480
|
-
export function RefundProductChange() { }
|
|
481
|
-
if (false) {
|
|
482
|
-
/** @type {?|undefined} */
|
|
483
|
-
RefundProductChange.prototype.itemLineId;
|
|
484
|
-
/** @type {?|undefined} */
|
|
485
|
-
RefundProductChange.prototype.refundedQuantity;
|
|
486
|
-
/** @type {?|undefined} */
|
|
487
|
-
RefundProductChange.prototype.refundedPromotionalQuantity;
|
|
488
|
-
/** @type {?|undefined} */
|
|
489
|
-
RefundProductChange.prototype.refundTotal;
|
|
490
|
-
/** @type {?|undefined} */
|
|
491
|
-
RefundProductChange.prototype.refundedReason;
|
|
492
|
-
/** @type {?|undefined} */
|
|
493
|
-
RefundProductChange.prototype.refundedReasonDescription;
|
|
494
|
-
/** @type {?} */
|
|
495
|
-
RefundProductChange.prototype.refundWithPromotion;
|
|
496
|
-
/** @type {?|undefined} */
|
|
497
|
-
RefundProductChange.prototype.isLastExchanged;
|
|
498
|
-
}
|
|
499
|
-
/**
|
|
500
|
-
* @record
|
|
501
|
-
*/
|
|
502
|
-
export function InventoryInfo() { }
|
|
503
|
-
if (false) {
|
|
504
|
-
/** @type {?} */
|
|
505
|
-
InventoryInfo.prototype.storeName;
|
|
506
|
-
/** @type {?} */
|
|
507
|
-
InventoryInfo.prototype.storeId;
|
|
508
|
-
/** @type {?} */
|
|
509
|
-
InventoryInfo.prototype.quantityAvailable;
|
|
510
|
-
/** @type {?} */
|
|
511
|
-
InventoryInfo.prototype.quantityRequired;
|
|
512
|
-
}
|
|
513
|
-
/**
|
|
514
|
-
* @record
|
|
515
|
-
*/
|
|
516
|
-
export function InventoryRequestInfo() { }
|
|
517
|
-
if (false) {
|
|
518
|
-
/** @type {?} */
|
|
519
|
-
InventoryRequestInfo.prototype.requestedQuantity;
|
|
520
|
-
/** @type {?} */
|
|
521
|
-
InventoryRequestInfo.prototype.requestedAction;
|
|
522
|
-
}
|
|
523
|
-
/**
|
|
524
|
-
* @record
|
|
525
|
-
*/
|
|
526
|
-
export function DeliveryInfo() { }
|
|
527
|
-
if (false) {
|
|
528
|
-
/** @type {?} */
|
|
529
|
-
DeliveryInfo.prototype.groups;
|
|
530
|
-
}
|
|
531
|
-
/**
|
|
532
|
-
* @record
|
|
533
|
-
*/
|
|
534
|
-
export function DeliveryGroupInfo() { }
|
|
535
|
-
if (false) {
|
|
536
|
-
/** @type {?} */
|
|
537
|
-
DeliveryGroupInfo.prototype.groupNumber;
|
|
538
|
-
/** @type {?} */
|
|
539
|
-
DeliveryGroupInfo.prototype.items;
|
|
540
|
-
/** @type {?|undefined} */
|
|
541
|
-
DeliveryGroupInfo.prototype.estimate;
|
|
542
|
-
}
|
|
543
|
-
/**
|
|
544
|
-
* @record
|
|
545
|
-
*/
|
|
546
|
-
export function Estimate() { }
|
|
547
|
-
if (false) {
|
|
548
|
-
/** @type {?} */
|
|
549
|
-
Estimate.prototype.type;
|
|
550
|
-
/** @type {?} */
|
|
551
|
-
Estimate.prototype.value;
|
|
552
|
-
}
|
|
553
|
-
/**
|
|
554
|
-
* @record
|
|
555
|
-
*/
|
|
556
|
-
export function TransactionDocument() { }
|
|
557
|
-
if (false) {
|
|
558
|
-
/** @type {?|undefined} */
|
|
559
|
-
TransactionDocument.prototype.transactionId;
|
|
560
|
-
/** @type {?|undefined} */
|
|
561
|
-
TransactionDocument.prototype.subsidiaryId;
|
|
562
|
-
/** @type {?|undefined} */
|
|
563
|
-
TransactionDocument.prototype.offlineTransactionId;
|
|
564
|
-
/** @type {?|undefined} */
|
|
565
|
-
TransactionDocument.prototype.transactionRef;
|
|
566
|
-
/** @type {?|undefined} */
|
|
567
|
-
TransactionDocument.prototype.dateTime;
|
|
568
|
-
/** @type {?} */
|
|
569
|
-
TransactionDocument.prototype.orgCode;
|
|
570
|
-
/** @type {?} */
|
|
571
|
-
TransactionDocument.prototype.storeId;
|
|
572
|
-
/** @type {?} */
|
|
573
|
-
TransactionDocument.prototype.storeNodeId;
|
|
574
|
-
/** @type {?} */
|
|
575
|
-
TransactionDocument.prototype.storeNodeStructure;
|
|
576
|
-
/** @type {?} */
|
|
577
|
-
TransactionDocument.prototype.deviceId;
|
|
578
|
-
/** @type {?} */
|
|
579
|
-
TransactionDocument.prototype.terminalId;
|
|
580
|
-
/** @type {?} */
|
|
581
|
-
TransactionDocument.prototype.initiatingModule;
|
|
582
|
-
/** @type {?} */
|
|
583
|
-
TransactionDocument.prototype.export;
|
|
584
|
-
/** @type {?|undefined} */
|
|
585
|
-
TransactionDocument.prototype.userId;
|
|
586
|
-
/** @type {?|undefined} */
|
|
587
|
-
TransactionDocument.prototype.userName;
|
|
588
|
-
/** @type {?|undefined} */
|
|
589
|
-
TransactionDocument.prototype.customer;
|
|
590
|
-
/** @type {?} */
|
|
591
|
-
TransactionDocument.prototype.basket;
|
|
592
|
-
/** @type {?} */
|
|
593
|
-
TransactionDocument.prototype.basketSummary;
|
|
594
|
-
/** @type {?} */
|
|
595
|
-
TransactionDocument.prototype.baseCurrency;
|
|
596
|
-
/** @type {?|undefined} */
|
|
597
|
-
TransactionDocument.prototype.splitPayment;
|
|
598
|
-
/** @type {?|undefined} */
|
|
599
|
-
TransactionDocument.prototype.isPaymentCompleted;
|
|
600
|
-
/** @type {?|undefined} */
|
|
601
|
-
TransactionDocument.prototype.paymentDetails;
|
|
602
|
-
/** @type {?|undefined} */
|
|
603
|
-
TransactionDocument.prototype.type;
|
|
604
|
-
/** @type {?|undefined} */
|
|
605
|
-
TransactionDocument.prototype.operationStatus;
|
|
606
|
-
/** @type {?|undefined} */
|
|
607
|
-
TransactionDocument.prototype.createdAt;
|
|
608
|
-
/** @type {?|undefined} */
|
|
609
|
-
TransactionDocument.prototype.updatedAt;
|
|
610
|
-
/** @type {?|undefined} */
|
|
611
|
-
TransactionDocument.prototype.transCompletedAt;
|
|
612
|
-
/** @type {?|undefined} */
|
|
613
|
-
TransactionDocument.prototype.id;
|
|
614
|
-
/** @type {?|undefined} */
|
|
615
|
-
TransactionDocument.prototype.saleTotal;
|
|
616
|
-
/** @type {?|undefined} */
|
|
617
|
-
TransactionDocument.prototype.reasonCode;
|
|
618
|
-
/** @type {?|undefined} */
|
|
619
|
-
TransactionDocument.prototype.reasonDescription;
|
|
620
|
-
/** @type {?|undefined} */
|
|
621
|
-
TransactionDocument.prototype.override;
|
|
622
|
-
/** @type {?|undefined} */
|
|
623
|
-
TransactionDocument.prototype.originalTransId;
|
|
624
|
-
/** @type {?|undefined} */
|
|
625
|
-
TransactionDocument.prototype.originalExternalId;
|
|
626
|
-
/** @type {?|undefined} */
|
|
627
|
-
TransactionDocument.prototype.apiResponse;
|
|
628
|
-
/** @type {?|undefined} */
|
|
629
|
-
TransactionDocument.prototype.unreferencedRefund;
|
|
630
|
-
/** @type {?|undefined} */
|
|
631
|
-
TransactionDocument.prototype.giftedReceipt;
|
|
632
|
-
/** @type {?|undefined} */
|
|
633
|
-
TransactionDocument.prototype.currentTransactionDetails;
|
|
634
|
-
/** @type {?|undefined} */
|
|
635
|
-
TransactionDocument.prototype.isChecked;
|
|
636
|
-
/** @type {?|undefined} */
|
|
637
|
-
TransactionDocument.prototype.externalTransactionDetails;
|
|
638
|
-
/** @type {?|undefined} */
|
|
639
|
-
TransactionDocument.prototype.refundRequest;
|
|
640
|
-
/** @type {?|undefined} */
|
|
641
|
-
TransactionDocument.prototype.isInStoreOrder;
|
|
642
|
-
}
|
|
643
|
-
/**
|
|
644
|
-
* @record
|
|
645
|
-
*/
|
|
646
|
-
export function APIResponse() { }
|
|
647
|
-
if (false) {
|
|
648
|
-
/** @type {?|undefined} */
|
|
649
|
-
APIResponse.prototype.internalId;
|
|
650
|
-
/** @type {?|undefined} */
|
|
651
|
-
APIResponse.prototype.tranid;
|
|
652
|
-
}
|
|
653
|
-
/**
|
|
654
|
-
* @record
|
|
655
|
-
*/
|
|
656
|
-
export function CurrentTransactionDetails() { }
|
|
657
|
-
if (false) {
|
|
658
|
-
/** @type {?} */
|
|
659
|
-
CurrentTransactionDetails.prototype.products;
|
|
660
|
-
/** @type {?|undefined} */
|
|
661
|
-
CurrentTransactionDetails.prototype.lineDiscount;
|
|
662
|
-
/** @type {?|undefined} */
|
|
663
|
-
CurrentTransactionDetails.prototype.linePromotion;
|
|
664
|
-
/** @type {?|undefined} */
|
|
665
|
-
CurrentTransactionDetails.prototype.transactionPromotion;
|
|
666
|
-
/** @type {?|undefined} */
|
|
667
|
-
CurrentTransactionDetails.prototype.transactionDiscount;
|
|
668
|
-
/** @type {?|undefined} */
|
|
669
|
-
CurrentTransactionDetails.prototype.basketSummary;
|
|
670
|
-
/** @type {?|undefined} */
|
|
671
|
-
CurrentTransactionDetails.prototype.taxBreakdown;
|
|
672
|
-
/** @type {?|undefined} */
|
|
673
|
-
CurrentTransactionDetails.prototype.totalTaxSummary;
|
|
674
|
-
}
|
|
675
|
-
/**
|
|
676
|
-
* @record
|
|
677
|
-
*/
|
|
678
|
-
export function BasketSummary() { }
|
|
679
|
-
if (false) {
|
|
680
|
-
/** @type {?|undefined} */
|
|
681
|
-
BasketSummary.prototype.totalItems;
|
|
682
|
-
/** @type {?|undefined} */
|
|
683
|
-
BasketSummary.prototype.saleTotal;
|
|
684
|
-
/** @type {?|undefined} */
|
|
685
|
-
BasketSummary.prototype.VATTotal;
|
|
686
|
-
/** @type {?|undefined} */
|
|
687
|
-
BasketSummary.prototype.discountTotal;
|
|
688
|
-
/** @type {?|undefined} */
|
|
689
|
-
BasketSummary.prototype.basketTotal;
|
|
690
|
-
/** @type {?|undefined} */
|
|
691
|
-
BasketSummary.prototype.refundTotal;
|
|
692
|
-
/** @type {?|undefined} */
|
|
693
|
-
BasketSummary.prototype.shippingTotal;
|
|
694
|
-
/** @type {?|undefined} */
|
|
695
|
-
BasketSummary.prototype.basketTotalWithShippingTotal;
|
|
696
|
-
/** @type {?|undefined} */
|
|
697
|
-
BasketSummary.prototype.inStore;
|
|
698
|
-
/** @type {?|undefined} */
|
|
699
|
-
BasketSummary.prototype.webOrder;
|
|
700
|
-
/** @type {?|undefined} */
|
|
701
|
-
BasketSummary.prototype.cnc;
|
|
702
|
-
}
|
|
703
|
-
/**
|
|
704
|
-
* @record
|
|
705
|
-
*/
|
|
706
|
-
export function BasketSummaryDetails() { }
|
|
707
|
-
if (false) {
|
|
708
|
-
/** @type {?|undefined} */
|
|
709
|
-
BasketSummaryDetails.prototype.totalItems;
|
|
710
|
-
/** @type {?|undefined} */
|
|
711
|
-
BasketSummaryDetails.prototype.saleTotal;
|
|
712
|
-
/** @type {?|undefined} */
|
|
713
|
-
BasketSummaryDetails.prototype.VATTotal;
|
|
714
|
-
/** @type {?|undefined} */
|
|
715
|
-
BasketSummaryDetails.prototype.discountTotal;
|
|
716
|
-
/** @type {?|undefined} */
|
|
717
|
-
BasketSummaryDetails.prototype.basketTotal;
|
|
718
|
-
/** @type {?|undefined} */
|
|
719
|
-
BasketSummaryDetails.prototype.refundTotal;
|
|
720
|
-
/** @type {?|undefined} */
|
|
721
|
-
BasketSummaryDetails.prototype.shippingTotal;
|
|
722
|
-
/** @type {?|undefined} */
|
|
723
|
-
BasketSummaryDetails.prototype.basketTotalWithShippingTotal;
|
|
724
|
-
}
|
|
725
|
-
/**
|
|
726
|
-
* @record
|
|
727
|
-
*/
|
|
728
|
-
export function TransactionDiscount() { }
|
|
729
|
-
if (false) {
|
|
730
|
-
/** @type {?} */
|
|
731
|
-
TransactionDiscount.prototype.discountAmount;
|
|
732
|
-
/** @type {?} */
|
|
733
|
-
TransactionDiscount.prototype.discountType;
|
|
734
|
-
/** @type {?} */
|
|
735
|
-
TransactionDiscount.prototype.reasonCode;
|
|
736
|
-
/** @type {?|undefined} */
|
|
737
|
-
TransactionDiscount.prototype.override;
|
|
738
|
-
/** @type {?|undefined} */
|
|
739
|
-
TransactionDiscount.prototype.itemLineIds;
|
|
740
|
-
}
|
|
741
|
-
/**
|
|
742
|
-
* @record
|
|
743
|
-
*/
|
|
744
|
-
export function TBasket() { }
|
|
745
|
-
if (false) {
|
|
746
|
-
/** @type {?} */
|
|
747
|
-
TBasket.prototype.products;
|
|
748
|
-
/** @type {?} */
|
|
749
|
-
TBasket.prototype.lineDiscount;
|
|
750
|
-
/** @type {?} */
|
|
751
|
-
TBasket.prototype.exchange;
|
|
752
|
-
/** @type {?} */
|
|
753
|
-
TBasket.prototype.linePromotion;
|
|
754
|
-
/** @type {?|undefined} */
|
|
755
|
-
TBasket.prototype.transactionPromotion;
|
|
756
|
-
/** @type {?|undefined} */
|
|
757
|
-
TBasket.prototype.transactionDiscount;
|
|
758
|
-
/** @type {?|undefined} */
|
|
759
|
-
TBasket.prototype.taxBreakdown;
|
|
760
|
-
/** @type {?|undefined} */
|
|
761
|
-
TBasket.prototype.totalTaxSummary;
|
|
762
|
-
}
|
|
763
|
-
/**
|
|
764
|
-
* @record
|
|
765
|
-
*/
|
|
766
|
-
export function TExchange() { }
|
|
767
|
-
if (false) {
|
|
768
|
-
/** @type {?|undefined} */
|
|
769
|
-
TExchange.prototype.exchangeId;
|
|
770
|
-
/** @type {?|undefined} */
|
|
771
|
-
TExchange.prototype.lineItemId;
|
|
772
|
-
/** @type {?|undefined} */
|
|
773
|
-
TExchange.prototype.reason;
|
|
774
|
-
/** @type {?|undefined} */
|
|
775
|
-
TExchange.prototype.quantity;
|
|
776
|
-
/** @type {?|undefined} */
|
|
777
|
-
TExchange.prototype.newItems;
|
|
778
|
-
}
|
|
779
|
-
/**
|
|
780
|
-
* @record
|
|
781
|
-
*/
|
|
782
|
-
export function TNewItems() { }
|
|
783
|
-
if (false) {
|
|
784
|
-
/** @type {?} */
|
|
785
|
-
TNewItems.prototype.lineItemId;
|
|
786
|
-
/** @type {?} */
|
|
787
|
-
TNewItems.prototype.Quantity;
|
|
788
|
-
}
|
|
789
|
-
/**
|
|
790
|
-
* @record
|
|
791
|
-
*/
|
|
792
|
-
export function TProduct() { }
|
|
793
|
-
if (false) {
|
|
794
|
-
/** @type {?} */
|
|
795
|
-
TProduct.prototype.itemLineId;
|
|
796
|
-
/** @type {?} */
|
|
797
|
-
TProduct.prototype.SKU;
|
|
798
|
-
/** @type {?} */
|
|
799
|
-
TProduct.prototype.description;
|
|
800
|
-
/** @type {?} */
|
|
801
|
-
TProduct.prototype.imageUrls;
|
|
802
|
-
/** @type {?} */
|
|
803
|
-
TProduct.prototype.price;
|
|
804
|
-
/** @type {?|undefined} */
|
|
805
|
-
TProduct.prototype.taxCode;
|
|
806
|
-
/** @type {?|undefined} */
|
|
807
|
-
TProduct.prototype.taxPercent;
|
|
808
|
-
/** @type {?} */
|
|
809
|
-
TProduct.prototype.quantity;
|
|
810
|
-
/** @type {?|undefined} */
|
|
811
|
-
TProduct.prototype.refundedQuantity;
|
|
812
|
-
/** @type {?|undefined} */
|
|
813
|
-
TProduct.prototype.refundedPromotionalQuantity;
|
|
814
|
-
/** @type {?|undefined} */
|
|
815
|
-
TProduct.prototype.refunded;
|
|
816
|
-
/** @type {?|undefined} */
|
|
817
|
-
TProduct.prototype.refundedTotal;
|
|
818
|
-
/** @type {?|undefined} */
|
|
819
|
-
TProduct.prototype.refundedReason;
|
|
820
|
-
/** @type {?|undefined} */
|
|
821
|
-
TProduct.prototype.refundedReasonDescription;
|
|
822
|
-
/** @type {?|undefined} */
|
|
823
|
-
TProduct.prototype.selectedRRPPrice;
|
|
824
|
-
/** @type {?} */
|
|
825
|
-
TProduct.prototype.totalLinePrice;
|
|
826
|
-
/** @type {?|undefined} */
|
|
827
|
-
TProduct.prototype.barCode;
|
|
828
|
-
/** @type {?|undefined} */
|
|
829
|
-
TProduct.prototype.barcodes;
|
|
830
|
-
/** @type {?|undefined} */
|
|
831
|
-
TProduct.prototype.flagged;
|
|
832
|
-
/** @type {?|undefined} */
|
|
833
|
-
TProduct.prototype.exchange;
|
|
834
|
-
/** @type {?} */
|
|
835
|
-
TProduct.prototype.excludePromotion;
|
|
836
|
-
/** @type {?|undefined} */
|
|
837
|
-
TProduct.prototype.discountable;
|
|
838
|
-
/** @type {?|undefined} */
|
|
839
|
-
TProduct.prototype.itemDiscounts;
|
|
840
|
-
/** @type {?|undefined} */
|
|
841
|
-
TProduct.prototype.isLastExchanged;
|
|
842
|
-
/** @type {?} */
|
|
843
|
-
TProduct.prototype.fullfilmentId;
|
|
844
|
-
/** @type {?} */
|
|
845
|
-
TProduct.prototype.fullfilmentLocationName;
|
|
846
|
-
/** @type {?|undefined} */
|
|
847
|
-
TProduct.prototype.deliveryMethod;
|
|
848
|
-
/** @type {?|undefined} */
|
|
849
|
-
TProduct.prototype.deliveryGroup;
|
|
850
|
-
/** @type {?|undefined} */
|
|
851
|
-
TProduct.prototype.giftCardNumberIssued;
|
|
852
|
-
/** @type {?|undefined} */
|
|
853
|
-
TProduct.prototype.giftCardAmount;
|
|
854
|
-
/** @type {?|undefined} */
|
|
855
|
-
TProduct.prototype.giftCardRecipientEmail;
|
|
856
|
-
/** @type {?|undefined} */
|
|
857
|
-
TProduct.prototype.giftCardExpiryDate;
|
|
858
|
-
/** @type {?|undefined} */
|
|
859
|
-
TProduct.prototype.giftCardRecipientName;
|
|
860
|
-
/** @type {?|undefined} */
|
|
861
|
-
TProduct.prototype.giftCard;
|
|
862
|
-
/** @type {?|undefined} */
|
|
863
|
-
TProduct.prototype.currency;
|
|
864
|
-
/** @type {?|undefined} */
|
|
865
|
-
TProduct.prototype.isWebOrder;
|
|
866
|
-
/** @type {?|undefined} */
|
|
867
|
-
TProduct.prototype.leadTime;
|
|
868
|
-
/** @type {?|undefined} */
|
|
869
|
-
TProduct.prototype.lineDiscount;
|
|
870
|
-
/** @type {?|undefined} */
|
|
871
|
-
TProduct.prototype.attributes;
|
|
872
|
-
}
|
|
873
|
-
/**
|
|
874
|
-
* @record
|
|
875
|
-
*/
|
|
876
|
-
export function ItemDiscounts() { }
|
|
877
|
-
if (false) {
|
|
878
|
-
/** @type {?} */
|
|
879
|
-
ItemDiscounts.prototype.trnDiscountsPortion;
|
|
880
|
-
/** @type {?} */
|
|
881
|
-
ItemDiscounts.prototype.trnPromotionsPortion;
|
|
882
|
-
/** @type {?} */
|
|
883
|
-
ItemDiscounts.prototype.refundPortion;
|
|
884
|
-
}
|
|
885
|
-
/**
|
|
886
|
-
* @record
|
|
887
|
-
*/
|
|
888
|
-
export function Customer() { }
|
|
889
|
-
if (false) {
|
|
890
|
-
/** @type {?} */
|
|
891
|
-
Customer.prototype.id;
|
|
892
|
-
/** @type {?|undefined} */
|
|
893
|
-
Customer.prototype.title;
|
|
894
|
-
/** @type {?} */
|
|
895
|
-
Customer.prototype.firstName;
|
|
896
|
-
/** @type {?} */
|
|
897
|
-
Customer.prototype.lastName;
|
|
898
|
-
/** @type {?} */
|
|
899
|
-
Customer.prototype.email;
|
|
900
|
-
/** @type {?} */
|
|
901
|
-
Customer.prototype.postCode;
|
|
902
|
-
/** @type {?|undefined} */
|
|
903
|
-
Customer.prototype.telephone;
|
|
904
|
-
/** @type {?|undefined} */
|
|
905
|
-
Customer.prototype.billingAddress;
|
|
906
|
-
/** @type {?|undefined} */
|
|
907
|
-
Customer.prototype.shippingAddress;
|
|
908
|
-
/** @type {?|undefined} */
|
|
909
|
-
Customer.prototype.shipmentDetails;
|
|
910
|
-
/** @type {?|undefined} */
|
|
911
|
-
Customer.prototype.addressDetail;
|
|
912
|
-
/** @type {?|undefined} */
|
|
913
|
-
Customer.prototype.noCustomerSelected;
|
|
914
|
-
/** @type {?|undefined} */
|
|
915
|
-
Customer.prototype.externalId;
|
|
916
|
-
}
|
|
917
|
-
/**
|
|
918
|
-
* @record
|
|
919
|
-
*/
|
|
920
|
-
export function Address() { }
|
|
921
|
-
if (false) {
|
|
922
|
-
/** @type {?|undefined} */
|
|
923
|
-
Address.prototype.id;
|
|
924
|
-
/** @type {?|undefined} */
|
|
925
|
-
Address.prototype.countryCode;
|
|
926
|
-
/** @type {?|undefined} */
|
|
927
|
-
Address.prototype.address1;
|
|
928
|
-
/** @type {?|undefined} */
|
|
929
|
-
Address.prototype.address2;
|
|
930
|
-
/** @type {?|undefined} */
|
|
931
|
-
Address.prototype.address3;
|
|
932
|
-
/** @type {?|undefined} */
|
|
933
|
-
Address.prototype.city;
|
|
934
|
-
/** @type {?|undefined} */
|
|
935
|
-
Address.prototype.county;
|
|
936
|
-
/** @type {?|undefined} */
|
|
937
|
-
Address.prototype.postCode;
|
|
938
|
-
/** @type {?|undefined} */
|
|
939
|
-
Address.prototype.country;
|
|
940
|
-
}
|
|
941
|
-
/**
|
|
942
|
-
* @record
|
|
943
|
-
*/
|
|
944
|
-
export function ShipmentDetails() { }
|
|
945
|
-
if (false) {
|
|
946
|
-
/** @type {?|undefined} */
|
|
947
|
-
ShipmentDetails.prototype.id;
|
|
948
|
-
/** @type {?|undefined} */
|
|
949
|
-
ShipmentDetails.prototype.deliveryGroup;
|
|
950
|
-
}
|
|
951
|
-
/**
|
|
952
|
-
* @record
|
|
953
|
-
*/
|
|
954
|
-
export function PaymentDetails() { }
|
|
955
|
-
if (false) {
|
|
956
|
-
/** @type {?|undefined} */
|
|
957
|
-
PaymentDetails.prototype.cardNumber;
|
|
958
|
-
/** @type {?|undefined} */
|
|
959
|
-
PaymentDetails.prototype.sqNo;
|
|
960
|
-
/** @type {?|undefined} */
|
|
961
|
-
PaymentDetails.prototype.result;
|
|
962
|
-
/** @type {?} */
|
|
963
|
-
PaymentDetails.prototype.currency;
|
|
964
|
-
/** @type {?} */
|
|
965
|
-
PaymentDetails.prototype.amount;
|
|
966
|
-
/** @type {?|undefined} */
|
|
967
|
-
PaymentDetails.prototype.authcode;
|
|
968
|
-
/** @type {?|undefined} */
|
|
969
|
-
PaymentDetails.prototype.pan;
|
|
970
|
-
/** @type {?|undefined} */
|
|
971
|
-
PaymentDetails.prototype.cardType;
|
|
972
|
-
/** @type {?|undefined} */
|
|
973
|
-
PaymentDetails.prototype.transactionDate;
|
|
974
|
-
/** @type {?|undefined} */
|
|
975
|
-
PaymentDetails.prototype.mid;
|
|
976
|
-
/** @type {?|undefined} */
|
|
977
|
-
PaymentDetails.prototype.tid;
|
|
978
|
-
/** @type {?|undefined} */
|
|
979
|
-
PaymentDetails.prototype.cvm;
|
|
980
|
-
/** @type {?|undefined} */
|
|
981
|
-
PaymentDetails.prototype.hostReferenceId;
|
|
982
|
-
/** @type {?|undefined} */
|
|
983
|
-
PaymentDetails.prototype.aid;
|
|
984
|
-
/** @type {?|undefined} */
|
|
985
|
-
PaymentDetails.prototype.receiptNo;
|
|
986
|
-
/** @type {?|undefined} */
|
|
987
|
-
PaymentDetails.prototype.expirydate;
|
|
988
|
-
/** @type {?} */
|
|
989
|
-
PaymentDetails.prototype.transactionReference;
|
|
990
|
-
/** @type {?|undefined} */
|
|
991
|
-
PaymentDetails.prototype.applicationVersion;
|
|
992
|
-
/** @type {?|undefined} */
|
|
993
|
-
PaymentDetails.prototype.entryMethod;
|
|
994
|
-
/** @type {?} */
|
|
995
|
-
PaymentDetails.prototype.transactionType;
|
|
996
|
-
/** @type {?} */
|
|
997
|
-
PaymentDetails.prototype.totalamount;
|
|
998
|
-
/** @type {?|undefined} */
|
|
999
|
-
PaymentDetails.prototype.paymentType;
|
|
1000
|
-
}
|
|
1001
|
-
/**
|
|
1002
|
-
* @record
|
|
1003
|
-
*/
|
|
1004
|
-
export function TaxBreakdown() { }
|
|
1005
|
-
if (false) {
|
|
1006
|
-
/** @type {?} */
|
|
1007
|
-
TaxBreakdown.prototype.taxLines;
|
|
1008
|
-
/** @type {?} */
|
|
1009
|
-
TaxBreakdown.prototype.totalTaxableAmount;
|
|
1010
|
-
}
|
|
1011
|
-
/**
|
|
1012
|
-
* @record
|
|
1013
|
-
*/
|
|
1014
|
-
export function TotalTaxSummary() { }
|
|
1015
|
-
if (false) {
|
|
1016
|
-
/** @type {?} */
|
|
1017
|
-
TotalTaxSummary.prototype.VATCode;
|
|
1018
|
-
/** @type {?} */
|
|
1019
|
-
TotalTaxSummary.prototype.VAT;
|
|
1020
|
-
/** @type {?} */
|
|
1021
|
-
TotalTaxSummary.prototype.PreTaxSum;
|
|
1022
|
-
/** @type {?} */
|
|
1023
|
-
TotalTaxSummary.prototype.TaxSum;
|
|
1024
|
-
/** @type {?} */
|
|
1025
|
-
TotalTaxSummary.prototype.TXrateSum;
|
|
1026
|
-
}
|
|
1027
|
-
/**
|
|
1028
|
-
* @record
|
|
1029
|
-
*/
|
|
1030
|
-
export function TaxLine() { }
|
|
1031
|
-
if (false) {
|
|
1032
|
-
/** @type {?} */
|
|
1033
|
-
TaxLine.prototype.itemLineId;
|
|
1034
|
-
/** @type {?} */
|
|
1035
|
-
TaxLine.prototype.taxableAmount;
|
|
1036
|
-
/** @type {?} */
|
|
1037
|
-
TaxLine.prototype.taxLineTotal;
|
|
1038
|
-
/** @type {?} */
|
|
1039
|
-
TaxLine.prototype.VAT;
|
|
1040
|
-
/** @type {?} */
|
|
1041
|
-
TaxLine.prototype.VATCode;
|
|
1042
|
-
/** @type {?} */
|
|
1043
|
-
TaxLine.prototype.PreTax;
|
|
1044
|
-
}
|
|
1045
|
-
/** @enum {string} */
|
|
1046
|
-
var DISCOUNTTYPE = {
|
|
1047
|
-
PERCENT: "Percent",
|
|
1048
|
-
AMOUNT: "AMOUNT",
|
|
1049
|
-
};
|
|
1050
|
-
export { DISCOUNTTYPE };
|
|
1051
|
-
/**
|
|
1052
|
-
* @record
|
|
1053
|
-
*/
|
|
1054
|
-
export function TransactionInfo() { }
|
|
1055
|
-
if (false) {
|
|
1056
|
-
/** @type {?|undefined} */
|
|
1057
|
-
TransactionInfo.prototype.shippingId;
|
|
1058
|
-
/** @type {?|undefined} */
|
|
1059
|
-
TransactionInfo.prototype.externalShippingId;
|
|
1060
|
-
}
|
|
1061
|
-
/**
|
|
1062
|
-
* @record
|
|
1063
|
-
*/
|
|
1064
|
-
export function externalTransactionDetails() { }
|
|
1065
|
-
if (false) {
|
|
1066
|
-
/** @type {?|undefined} */
|
|
1067
|
-
externalTransactionDetails.prototype.uniqueId;
|
|
1068
|
-
/** @type {?|undefined} */
|
|
1069
|
-
externalTransactionDetails.prototype.providerType;
|
|
1070
|
-
/** @type {?|undefined} */
|
|
1071
|
-
externalTransactionDetails.prototype.details;
|
|
1072
|
-
}
|
|
1073
|
-
/** @enum {string} */
|
|
1074
|
-
var INITIATING_MODULE = {
|
|
1075
|
-
EBASKET: "eBasket",
|
|
1076
|
-
};
|
|
1077
|
-
export { INITIATING_MODULE };
|
|
1078
|
-
/**
|
|
1079
|
-
* @record
|
|
1080
|
-
*/
|
|
1081
|
-
export function pendingMethod() { }
|
|
1082
|
-
if (false) {
|
|
1083
|
-
/** @type {?|undefined} */
|
|
1084
|
-
pendingMethod.prototype._type;
|
|
1085
|
-
/** @type {?|undefined} */
|
|
1086
|
-
pendingMethod.prototype.type;
|
|
1087
|
-
/** @type {?|undefined} */
|
|
1088
|
-
pendingMethod.prototype.message;
|
|
1089
|
-
/** @type {?|undefined} */
|
|
1090
|
-
pendingMethod.prototype.path;
|
|
1091
|
-
/** @type {?|undefined} */
|
|
1092
|
-
pendingMethod.prototype.details;
|
|
1093
|
-
}
|
|
1094
|
-
/**
|
|
1095
|
-
* @record
|
|
1096
|
-
*/
|
|
1097
|
-
export function ShipmentId() { }
|
|
1098
|
-
if (false) {
|
|
1099
|
-
/** @type {?|undefined} */
|
|
1100
|
-
ShipmentId.prototype.shipmentId;
|
|
1101
|
-
}
|
|
1102
|
-
/**
|
|
1103
|
-
* @record
|
|
1104
|
-
*/
|
|
1105
|
-
export function CustomerAddress() { }
|
|
1106
|
-
if (false) {
|
|
1107
|
-
/** @type {?|undefined} */
|
|
1108
|
-
CustomerAddress.prototype._type;
|
|
1109
|
-
/** @type {?|undefined} */
|
|
1110
|
-
CustomerAddress.prototype.email;
|
|
1111
|
-
/** @type {?|undefined} */
|
|
1112
|
-
CustomerAddress.prototype.address1;
|
|
1113
|
-
/** @type {?|undefined} */
|
|
1114
|
-
CustomerAddress.prototype.city;
|
|
1115
|
-
/** @type {?|undefined} */
|
|
1116
|
-
CustomerAddress.prototype.country_code;
|
|
1117
|
-
/** @type {?|undefined} */
|
|
1118
|
-
CustomerAddress.prototype.first_name;
|
|
1119
|
-
/** @type {?|undefined} */
|
|
1120
|
-
CustomerAddress.prototype.full_name;
|
|
1121
|
-
/** @type {?|undefined} */
|
|
1122
|
-
CustomerAddress.prototype.id;
|
|
1123
|
-
/** @type {?|undefined} */
|
|
1124
|
-
CustomerAddress.prototype.last_name;
|
|
1125
|
-
/** @type {?|undefined} */
|
|
1126
|
-
CustomerAddress.prototype.phone;
|
|
1127
|
-
/** @type {?|undefined} */
|
|
1128
|
-
CustomerAddress.prototype.salutation;
|
|
1129
|
-
/** @type {?|undefined} */
|
|
1130
|
-
CustomerAddress.prototype.c_area;
|
|
1131
|
-
/** @type {?|undefined} */
|
|
1132
|
-
CustomerAddress.prototype.c_email;
|
|
1133
|
-
/** @type {?|undefined} */
|
|
1134
|
-
CustomerAddress.prototype.c_phoneWhatsApp;
|
|
1135
|
-
/** @type {?|undefined} */
|
|
1136
|
-
CustomerAddress.prototype.c_strValue;
|
|
1137
|
-
/** @type {?|undefined} */
|
|
1138
|
-
CustomerAddress.prototype.postal_code;
|
|
1139
|
-
}
|
|
1140
|
-
/**
|
|
1141
|
-
* @record
|
|
1142
|
-
*/
|
|
1143
|
-
export function CustomerInfo() { }
|
|
1144
|
-
if (false) {
|
|
1145
|
-
/** @type {?|undefined} */
|
|
1146
|
-
CustomerInfo.prototype._type;
|
|
1147
|
-
/** @type {?|undefined} */
|
|
1148
|
-
CustomerInfo.prototype.customer_id;
|
|
1149
|
-
/** @type {?|undefined} */
|
|
1150
|
-
CustomerInfo.prototype.email;
|
|
1151
|
-
}
|
|
1152
|
-
/**
|
|
1153
|
-
* @record
|
|
1154
|
-
*/
|
|
1155
|
-
export function GroupedTaxItem() { }
|
|
1156
|
-
if (false) {
|
|
1157
|
-
/** @type {?|undefined} */
|
|
1158
|
-
GroupedTaxItem.prototype._type;
|
|
1159
|
-
/** @type {?|undefined} */
|
|
1160
|
-
GroupedTaxItem.prototype.tax_rate;
|
|
1161
|
-
/** @type {?|undefined} */
|
|
1162
|
-
GroupedTaxItem.prototype.tax_value;
|
|
1163
|
-
}
|
|
1164
|
-
/**
|
|
1165
|
-
* @record
|
|
1166
|
-
*/
|
|
1167
|
-
export function additionalNotes() { }
|
|
1168
|
-
if (false) {
|
|
1169
|
-
/** @type {?|undefined} */
|
|
1170
|
-
additionalNotes.prototype._type;
|
|
1171
|
-
/** @type {?|undefined} */
|
|
1172
|
-
additionalNotes.prototype.link;
|
|
1173
|
-
}
|
|
1174
|
-
/**
|
|
1175
|
-
* @record
|
|
1176
|
-
*/
|
|
1177
|
-
export function ProductItem() { }
|
|
1178
|
-
if (false) {
|
|
1179
|
-
/** @type {?|undefined} */
|
|
1180
|
-
ProductItem.prototype._type;
|
|
1181
|
-
/** @type {?|undefined} */
|
|
1182
|
-
ProductItem.prototype.adjusted_tax;
|
|
1183
|
-
/** @type {?|undefined} */
|
|
1184
|
-
ProductItem.prototype.base_price;
|
|
1185
|
-
/** @type {?|undefined} */
|
|
1186
|
-
ProductItem.prototype.bonus_product_line_item;
|
|
1187
|
-
/** @type {?|undefined} */
|
|
1188
|
-
ProductItem.prototype.gift;
|
|
1189
|
-
/** @type {?|undefined} */
|
|
1190
|
-
ProductItem.prototype.item_id;
|
|
1191
|
-
/** @type {?|undefined} */
|
|
1192
|
-
ProductItem.prototype.item_text;
|
|
1193
|
-
/** @type {?|undefined} */
|
|
1194
|
-
ProductItem.prototype.price;
|
|
1195
|
-
/** @type {?|undefined} */
|
|
1196
|
-
ProductItem.prototype.price_adjustments;
|
|
1197
|
-
/** @type {?|undefined} */
|
|
1198
|
-
ProductItem.prototype.price_after_item_discount;
|
|
1199
|
-
/** @type {?|undefined} */
|
|
1200
|
-
ProductItem.prototype.price_after_order_discount;
|
|
1201
|
-
/** @type {?|undefined} */
|
|
1202
|
-
ProductItem.prototype.product_id;
|
|
1203
|
-
/** @type {?|undefined} */
|
|
1204
|
-
ProductItem.prototype.product_name;
|
|
1205
|
-
/** @type {?|undefined} */
|
|
1206
|
-
ProductItem.prototype.quantity;
|
|
1207
|
-
/** @type {?|undefined} */
|
|
1208
|
-
ProductItem.prototype.shipment_id;
|
|
1209
|
-
/** @type {?|undefined} */
|
|
1210
|
-
ProductItem.prototype.tax;
|
|
1211
|
-
/** @type {?|undefined} */
|
|
1212
|
-
ProductItem.prototype.tax_basis;
|
|
1213
|
-
/** @type {?|undefined} */
|
|
1214
|
-
ProductItem.prototype.tax_class_id;
|
|
1215
|
-
/** @type {?|undefined} */
|
|
1216
|
-
ProductItem.prototype.tax_rate;
|
|
1217
|
-
/** @type {?|undefined} */
|
|
1218
|
-
ProductItem.prototype.c_osuObjectData;
|
|
1219
|
-
}
|
|
1220
|
-
/**
|
|
1221
|
-
* @record
|
|
1222
|
-
*/
|
|
1223
|
-
export function ShippingMethod() { }
|
|
1224
|
-
if (false) {
|
|
1225
|
-
/** @type {?|undefined} */
|
|
1226
|
-
ShippingMethod.prototype._type;
|
|
1227
|
-
/** @type {?|undefined} */
|
|
1228
|
-
ShippingMethod.prototype.description;
|
|
1229
|
-
/** @type {?|undefined} */
|
|
1230
|
-
ShippingMethod.prototype.id;
|
|
1231
|
-
/** @type {?|undefined} */
|
|
1232
|
-
ShippingMethod.prototype.name;
|
|
1233
|
-
/** @type {?|undefined} */
|
|
1234
|
-
ShippingMethod.prototype.price;
|
|
1235
|
-
/** @type {?|undefined} */
|
|
1236
|
-
ShippingMethod.prototype.c_approachingThresholdMessage;
|
|
1237
|
-
/** @type {?|undefined} */
|
|
1238
|
-
ShippingMethod.prototype.c_estimatedArrivalTime;
|
|
1239
|
-
/** @type {?|undefined} */
|
|
1240
|
-
ShippingMethod.prototype.c_isEmail;
|
|
1241
|
-
/** @type {?|undefined} */
|
|
1242
|
-
ShippingMethod.prototype.c_storePickupEnabled;
|
|
1243
|
-
/** @type {?|undefined} */
|
|
1244
|
-
ShippingMethod.prototype.c_thresholdValue;
|
|
1245
|
-
}
|
|
1246
|
-
/**
|
|
1247
|
-
* @record
|
|
1248
|
-
*/
|
|
1249
|
-
export function shipment() { }
|
|
1250
|
-
if (false) {
|
|
1251
|
-
/** @type {?|undefined} */
|
|
1252
|
-
shipment.prototype._type;
|
|
1253
|
-
/** @type {?|undefined} */
|
|
1254
|
-
shipment.prototype.adjusted_merchandize_total_tax;
|
|
1255
|
-
/** @type {?|undefined} */
|
|
1256
|
-
shipment.prototype.adjusted_shipping_total_tax;
|
|
1257
|
-
/** @type {?|undefined} */
|
|
1258
|
-
shipment.prototype.gift;
|
|
1259
|
-
/** @type {?|undefined} */
|
|
1260
|
-
shipment.prototype.merchandize_total_tax;
|
|
1261
|
-
/** @type {?|undefined} */
|
|
1262
|
-
shipment.prototype.product_sub_total;
|
|
1263
|
-
/** @type {?|undefined} */
|
|
1264
|
-
shipment.prototype.product_total;
|
|
1265
|
-
/** @type {?|undefined} */
|
|
1266
|
-
shipment.prototype.shipment_id;
|
|
1267
|
-
/** @type {?|undefined} */
|
|
1268
|
-
shipment.prototype.shipment_total;
|
|
1269
|
-
/** @type {?|undefined} */
|
|
1270
|
-
shipment.prototype.shipping_address;
|
|
1271
|
-
/** @type {?|undefined} */
|
|
1272
|
-
shipment.prototype.shipping_method;
|
|
1273
|
-
/** @type {?|undefined} */
|
|
1274
|
-
shipment.prototype.shipping_status;
|
|
1275
|
-
/** @type {?|undefined} */
|
|
1276
|
-
shipment.prototype.shipping_total;
|
|
1277
|
-
/** @type {?|undefined} */
|
|
1278
|
-
shipment.prototype.shipping_total_tax;
|
|
1279
|
-
/** @type {?|undefined} */
|
|
1280
|
-
shipment.prototype.tax_total;
|
|
1281
|
-
/** @type {?|undefined} */
|
|
1282
|
-
shipment.prototype.c_fromStoreId;
|
|
1283
|
-
}
|
|
1284
|
-
/**
|
|
1285
|
-
* @record
|
|
1286
|
-
*/
|
|
1287
|
-
export function ShippingItem() { }
|
|
1288
|
-
if (false) {
|
|
1289
|
-
/** @type {?|undefined} */
|
|
1290
|
-
ShippingItem.prototype._type;
|
|
1291
|
-
/** @type {?|undefined} */
|
|
1292
|
-
ShippingItem.prototype.adjusted_tax;
|
|
1293
|
-
/** @type {?|undefined} */
|
|
1294
|
-
ShippingItem.prototype.base_price;
|
|
1295
|
-
/** @type {?|undefined} */
|
|
1296
|
-
ShippingItem.prototype.item_id;
|
|
1297
|
-
/** @type {?|undefined} */
|
|
1298
|
-
ShippingItem.prototype.item_text;
|
|
1299
|
-
/** @type {?|undefined} */
|
|
1300
|
-
ShippingItem.prototype.price;
|
|
1301
|
-
/** @type {?|undefined} */
|
|
1302
|
-
ShippingItem.prototype.price_after_item_discount;
|
|
1303
|
-
/** @type {?|undefined} */
|
|
1304
|
-
ShippingItem.prototype.shipment_id;
|
|
1305
|
-
/** @type {?|undefined} */
|
|
1306
|
-
ShippingItem.prototype.tax;
|
|
1307
|
-
/** @type {?|undefined} */
|
|
1308
|
-
ShippingItem.prototype.tax_basis;
|
|
1309
|
-
/** @type {?|undefined} */
|
|
1310
|
-
ShippingItem.prototype.tax_class_id;
|
|
1311
|
-
/** @type {?|undefined} */
|
|
1312
|
-
ShippingItem.prototype.tax_rate;
|
|
1313
|
-
}
|
|
1314
|
-
/**
|
|
1315
|
-
* @record
|
|
1316
|
-
*/
|
|
1317
|
-
export function AppliedDiscount() { }
|
|
1318
|
-
if (false) {
|
|
1319
|
-
/** @type {?|undefined} */
|
|
1320
|
-
AppliedDiscount.prototype._type;
|
|
1321
|
-
/** @type {?|undefined} */
|
|
1322
|
-
AppliedDiscount.prototype.amount;
|
|
1323
|
-
/** @type {?|undefined} */
|
|
1324
|
-
AppliedDiscount.prototype.percentage;
|
|
1325
|
-
/** @type {?|undefined} */
|
|
1326
|
-
AppliedDiscount.prototype.type;
|
|
1327
|
-
}
|
|
1328
|
-
/**
|
|
1329
|
-
* @record
|
|
1330
|
-
*/
|
|
1331
|
-
export function PriceAdjustment() { }
|
|
1332
|
-
if (false) {
|
|
1333
|
-
/** @type {?|undefined} */
|
|
1334
|
-
PriceAdjustment.prototype._type;
|
|
1335
|
-
/** @type {?|undefined} */
|
|
1336
|
-
PriceAdjustment.prototype.applied_discount;
|
|
1337
|
-
/** @type {?|undefined} */
|
|
1338
|
-
PriceAdjustment.prototype.coupon_code;
|
|
1339
|
-
/** @type {?|undefined} */
|
|
1340
|
-
PriceAdjustment.prototype.creation_date;
|
|
1341
|
-
/** @type {?|undefined} */
|
|
1342
|
-
PriceAdjustment.prototype.custom;
|
|
1343
|
-
/** @type {?|undefined} */
|
|
1344
|
-
PriceAdjustment.prototype.item_text;
|
|
1345
|
-
/** @type {?|undefined} */
|
|
1346
|
-
PriceAdjustment.prototype.last_modified;
|
|
1347
|
-
/** @type {?|undefined} */
|
|
1348
|
-
PriceAdjustment.prototype.manual;
|
|
1349
|
-
/** @type {?|undefined} */
|
|
1350
|
-
PriceAdjustment.prototype.price;
|
|
1351
|
-
/** @type {?|undefined} */
|
|
1352
|
-
PriceAdjustment.prototype.price_adjustment_id;
|
|
1353
|
-
/** @type {?|undefined} */
|
|
1354
|
-
PriceAdjustment.prototype.promotion_id;
|
|
1355
|
-
/** @type {?|undefined} */
|
|
1356
|
-
PriceAdjustment.prototype.promotion_link;
|
|
1357
|
-
}
|
|
1358
|
-
/**
|
|
1359
|
-
* @record
|
|
1360
|
-
*/
|
|
1361
|
-
export function OrderDetails() { }
|
|
1362
|
-
if (false) {
|
|
1363
|
-
/** @type {?|undefined} */
|
|
1364
|
-
OrderDetails.prototype._v;
|
|
1365
|
-
/** @type {?|undefined} */
|
|
1366
|
-
OrderDetails.prototype._type;
|
|
1367
|
-
/** @type {?|undefined} */
|
|
1368
|
-
OrderDetails.prototype._resource_state;
|
|
1369
|
-
/** @type {?|undefined} */
|
|
1370
|
-
OrderDetails.prototype._flash;
|
|
1371
|
-
/** @type {?|undefined} */
|
|
1372
|
-
OrderDetails.prototype.adjusted_merchandize_total_tax;
|
|
1373
|
-
/** @type {?|undefined} */
|
|
1374
|
-
OrderDetails.prototype.adjusted_shipping_total_tax;
|
|
1375
|
-
/** @type {?|undefined} */
|
|
1376
|
-
OrderDetails.prototype.agent_basket;
|
|
1377
|
-
/** @type {?|undefined} */
|
|
1378
|
-
OrderDetails.prototype.basket_id;
|
|
1379
|
-
/** @type {?|undefined} */
|
|
1380
|
-
OrderDetails.prototype.billing_address;
|
|
1381
|
-
/** @type {?|undefined} */
|
|
1382
|
-
OrderDetails.prototype.channel_type;
|
|
1383
|
-
/** @type {?|undefined} */
|
|
1384
|
-
OrderDetails.prototype.creation_date;
|
|
1385
|
-
/** @type {?|undefined} */
|
|
1386
|
-
OrderDetails.prototype.currency;
|
|
1387
|
-
/** @type {?|undefined} */
|
|
1388
|
-
OrderDetails.prototype.customer_info;
|
|
1389
|
-
/** @type {?|undefined} */
|
|
1390
|
-
OrderDetails.prototype.grouped_tax_items;
|
|
1391
|
-
/** @type {?|undefined} */
|
|
1392
|
-
OrderDetails.prototype.last_modified;
|
|
1393
|
-
/** @type {?|undefined} */
|
|
1394
|
-
OrderDetails.prototype.merchandize_total_tax;
|
|
1395
|
-
/** @type {?|undefined} */
|
|
1396
|
-
OrderDetails.prototype.notes;
|
|
1397
|
-
/** @type {?|undefined} */
|
|
1398
|
-
OrderDetails.prototype.order_price_adjustments;
|
|
1399
|
-
/** @type {?|undefined} */
|
|
1400
|
-
OrderDetails.prototype.order_no;
|
|
1401
|
-
/** @type {?|undefined} */
|
|
1402
|
-
OrderDetails.prototype.order_total;
|
|
1403
|
-
/** @type {?|undefined} */
|
|
1404
|
-
OrderDetails.prototype.product_items;
|
|
1405
|
-
/** @type {?|undefined} */
|
|
1406
|
-
OrderDetails.prototype.product_sub_total;
|
|
1407
|
-
/** @type {?|undefined} */
|
|
1408
|
-
OrderDetails.prototype.product_total;
|
|
1409
|
-
/** @type {?|undefined} */
|
|
1410
|
-
OrderDetails.prototype.shipments;
|
|
1411
|
-
/** @type {?|undefined} */
|
|
1412
|
-
OrderDetails.prototype.shipping_items;
|
|
1413
|
-
/** @type {?|undefined} */
|
|
1414
|
-
OrderDetails.prototype.shipping_total;
|
|
1415
|
-
/** @type {?|undefined} */
|
|
1416
|
-
OrderDetails.prototype.shipping_total_tax;
|
|
1417
|
-
/** @type {?|undefined} */
|
|
1418
|
-
OrderDetails.prototype.taxation;
|
|
1419
|
-
/** @type {?|undefined} */
|
|
1420
|
-
OrderDetails.prototype.tax_rounded_at_group;
|
|
1421
|
-
/** @type {?|undefined} */
|
|
1422
|
-
OrderDetails.prototype.tax_total;
|
|
1423
|
-
/** @type {?|undefined} */
|
|
1424
|
-
OrderDetails.prototype.c_isInStoreOrder;
|
|
1425
|
-
}
|
|
1426
|
-
/** @enum {string} */
|
|
1427
|
-
var PROVIDERS = {
|
|
1428
|
-
SALESFORCE: "Salesforce",
|
|
1429
|
-
};
|
|
1430
|
-
export { PROVIDERS };
|
|
1431
|
-
/** @enum {string} */
|
|
1432
|
-
var PROMOTION_LEVEL = {
|
|
1433
|
-
LINE: "LINE",
|
|
1434
|
-
TRANSACTION: "TRANSACTION",
|
|
1435
|
-
};
|
|
1436
|
-
export { PROMOTION_LEVEL };
|
|
1437
|
-
/** @enum {string} */
|
|
1438
|
-
var PROMOTION_TYPE = {
|
|
1439
|
-
COUPON: "COUPON",
|
|
1440
|
-
};
|
|
1441
|
-
export { PROMOTION_TYPE };
|
|
1442
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwcGVyLWxpYnJhcnkubW9kZWwuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AcG1jcmV0YWlsL21hcHBlci1saWJyYXJ5LyIsInNvdXJjZXMiOlsibGliL21hcHBlci1saWJyYXJ5Lm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7OztBQUVBLElBQVksZ0JBQWdCO0lBQzFCLElBQUksUUFBUztJQUNiLE1BQU0sVUFBVztJQUNqQixXQUFXLGVBQWdCO0lBQzNCLGFBQWEsaUJBQWtCO0lBQy9CLElBQUksUUFBUztJQUNiLFdBQVcsZUFBZ0I7RUFDNUI7Ozs7O0FBRUQsa0NBS0M7OztJQUpDLDJDQUE0Qjs7SUFDNUIsNENBQTZCOztJQUM3QixxQ0FBc0I7O0lBQ3RCLDRDQUE4Qjs7O0FBR2hDLElBQVksZ0JBQWdCO0lBQzFCLFFBQVEsR0FBSTtJQUNaLFNBQVMsR0FBSTtJQUNiLGtCQUFrQixHQUFJO0lBQ3RCLGFBQWEsR0FBSTtFQUNsQjs7Ozs7Ozs7O0FBRUQsbUNBaUJDOzs7SUFoQkMsbUNBQW9COztJQUNwQiw0QkFBWTs7SUFDWixpQ0FBaUI7O0lBQ2pCLHNDQUF1Qjs7SUFDdkIscUNBQTRCOztJQUM1Qix1Q0FBZ0M7O0lBQ2hDLGlDQUFvQjs7SUFDcEIseUNBQTBCOztJQUMxQixrREFBbUM7O0lBQ25DLGlDQUFtQjs7SUFDbkIsc0NBQXVCOztJQUN2Qix1Q0FBd0I7O0lBQ3hCLGtEQUFtQzs7SUFDbkMsa0NBQW9COztJQUNwQiwrQkFBaUI7O0lBQ2pCLHdDQUEwQjs7Ozs7O0FBTTVCLDZCQXlFQzs7O0lBeEVDLDZCQUFvQjs7SUFDcEIseUJBQWU7O0lBQ2YsMkJBQWlCOztJQUNqQix3QkFBYzs7SUFDZCwyQkFBaUI7O0lBQ2pCLDJCQUFpQjs7SUFDakIsa0NBQXdCOztJQUN4Qiw0QkFBa0I7O0lBQ2xCLDhCQUFvQjs7SUFDcEIsdUJBQWM7O0lBQ2QsNEJBQW9COztJQUNwQixvQ0FBNEI7O0lBQzVCLHVCQUFhOztJQUNiLHVCQUFhOztJQUNi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O0FBR3pCLGtDQWdDQzs7O0lBL0JDLDBCQUFZOztJQUNaLDZCQUFlOztJQUNmLHVDQUF5Qjs7SUFDekIsOEJBQXlCOztJQUN6QixzREFBd0M7O0lBQ3hDLG1EQUFxQzs7SUFDckMsb0NBQXVCOztJQUN2QixpQ0FBbUI7O0lBQ25CLHVDQUFrQzs7SUFDbEMsb0NBQXNCOztJQUN0QixxQ0FBdUI7O0lBQ3ZCLGdDQUFrQjs7SUFDbEIscUNBQTZCOztJQUM3Qix5Q0FBcUM7O0lBQ3JDLHFDQUF1Qjs7SUFDdkIsNkNBQStCOztJQUMvQiw2QkFBd0I7O0lBQ3hCLCtDQUE0Qzs7SUFDNUMsZ0NBQWtCOztJQUNsQixtQ0FBcUI7O0lBQ3JCLHFDQUE4Qjs7SUFDOUIseUNBQTJCOztJQUMzQixxQ0FBdUI7O0lBQ3ZCLGlDQUF1Qjs7SUFDdkIsc0NBQWdDOztJQUNoQyxzQ0FBd0I7O0lBQ3hCLDBDQUE0Qjs7SUFDNUIsZ0NBQWtCOztJQUNsQiw0Q0FBK0I7O0lBQy9CLGlDQUFtQjs7SUFDbkIsd0NBQTJCOzs7QUFHN0IsSUFBWSxTQUFTO0lBQ25CLFVBQVUsY0FBZTtFQUMxQjs7O0FBRUQsSUFBWSxlQUFlO0lBRXpCLElBQUksUUFBTztJQUNYLFdBQVcsZUFBYztFQUMxQjs7O0FBRUQsSUFBWSxjQUFjO0lBRXhCLE1BQU0sVUFBUztFQUNoQiIsInNvdXJjZXNDb250ZW50IjpbIlxyXG5cclxuZXhwb3J0IGVudW0gVFJBTlNBQ1RJT05fVFlQRSB7XHJcbiAgU0FMRSA9IFwiU0FMRVwiLFxyXG4gIFJFRlVORCA9IFwiUkVGVU5EXCIsXHJcbiAgU0FMRV9SRUZVTkQgPSBcIlNBTEVfUkVGVU5EXCIsXHJcbiAgU0FMRV9FWENIQU5HRSA9IFwiU0FMRV9FWENIQU5HRVwiLFxyXG4gIFZPSUQgPSBcIlZPSURcIixcclxuICBXRUJfUkVUVVJOUyA9IFwiV0VCX1JFVFVSTlNcIlxyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEl0ZW1EaXNjb3VudCB7XHJcbiAgdHJuRGlzY291bnRzUG9ydGlvbjogbnVtYmVyO1xyXG4gIHRyblByb21vdGlvbnNQb3J0aW9uOiBudW1iZXI7XHJcbiAgcmVmdW5kUG9ydGlvbjogbnVtYmVyO1xyXG4gIGN1cnJlbnRSZWZ1bmRQb3J0aW9uPzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgZW51bSBERUxJVkVSWV9NRVRIT0RTIHtcclxuICBERUxJVkVSWSA9IDEsXHJcbiAgRFJPUF9TSElQID0gMixcclxuICBDT0xMRUNUX0ZST01fU1RPUkUgPSAzLFxyXG4gIFNISVBfVE9fU1RPUkUgPSA0XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJvZHVjdENoYW5nZSB7XHJcbiAgaXRlbUxpbmVJZD86IG51bWJlcjtcclxuICBTS1U6IHN0cmluZztcclxuICBxdWFudGl0eTogbnVtYmVyO1xyXG4gIHNlbGVjdGVkUHJpY2U/OiBudW1iZXI7XHJcbiAgbGluZURpc2NvdW50PzogTGluZURpc2NvdW50O1xyXG4gIGxpbmVQcm9tb3Rpb25zPzogTGluZVByb21vdGlvbnM7XHJcbiAgZXhjaGFuZ2U/OiBFeGNoYW5nZTtcclxuICByZWZ1bmRlZFF1YW50aXR5PzogbnVtYmVyOyAgICAgICAgICAgICAgICAgICAgICAgIC8vIGNvbnRhaW5zIHF1YW50aXR5IG9mIGJvdGggZnVsbCBwcmljZWQgYW5kIHByb21vdGlvbmFsIHF1YW50aXRpZXNcclxuICByZWZ1bmRQcm9tb3Rpb25hbFF1YW50aXR5PzogbnVtYmVyOyAgICAgICAgICAgICAgIC8vIHByb21vdGlvbmFsIHF1YW50aXR5XHJcbiAgcmVmdW5kZWQ/OiBib29sZWFuO1xyXG4gIHJlZnVuZGVkVG90YWw/OiBudW1iZXI7XHJcbiAgcmVmdW5kZWRSZWFzb24/OiBzdHJpbmc7XHJcbiAgcmVmdW5kZWRSZWFzb25EZXNjcmlwdGlvbj86IHN0cmluZztcclxuICBpc0NoZWNrZWQ/OiBib29sZWFuO1xyXG4gIHNlYWxlZD86IGJvb2xlYW47XHJcbiAgaXNMYXN0RXhjaGFuZ2VkPzogYm9vbGVhbjtcclxufVxyXG5cclxuLyoqXHJcbiAqIFByb2R1Y3RcclxuICovXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJvZHVjdCBleHRlbmRzIFByb2R1Y3RDaGFuZ2Uge1xyXG4gIGl0ZW1MaW5lSWQ/OiBudW1iZXI7XHJcbiAgc3RhdHVzOiBudW1iZXI7XHJcbiAgc3ViR3JvdXA6IG51bWJlcjtcclxuICBicmFuZDogc3RyaW5nO1xyXG4gIGN1cnJlbmN5OiBzdHJpbmc7XHJcbiAgY2F0ZWdvcnk6IHN0cmluZztcclxuICBjb3VudHJ5b2ZPcmlnaW46IHN0cmluZztcclxuICBwcm9kdWN0SWQ6IHN0cmluZztcclxuICBwcm9kdWN0VHlwZTogbnVtYmVyO1xyXG4gIG5hbWU/OiBzdHJpbmc7XHJcbiAgaW1hZ2VVcmxzOiBbc3RyaW5nXTtcclxuICBpc0ltYWdlRmFpbFRvTG9hZD86IGJvb2xlYW47XHJcbiAgc2l6ZTogc3RyaW5nO1xyXG4gIHR5cGU6IHN0cmluZztcclxuICBzZWFzb246IG51bWJlcjtcclxuICBwcm9kdWN0R3JvdXA6IG51bWJlcjtcclxuICBzdHlsZUNvZGU6IHN0cmluZztcclxuICBub2RlU3RydWN0dXJlOiBOb2RlU3RydWN0dXJlW107XHJcbiAgYmFyY29kZTogc3RyaW5nO1xyXG4gIHByaWNlOiBQcmljZVtdO1xyXG4gIGNvbG91cjogc3RyaW5nO1xyXG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XHJcbiAgdG90YWxMaW5lUHJpY2U6IG51bWJlcjtcclxuICB0b3RhbDogbnVtYmVyO1xyXG4gIGFkZGVkSW5CYXNrZXQ/OiBib29sZWFuO1xyXG4gIHNlbGVjdGVkVkFUPzogbnVtYmVyO1xyXG4gIHNlbGVjdGVkVkFUQ29kZT86IHN0cmluZztcclxuICBzZWxlY3RlZFJSUFByaWNlPzogbnVtYmVyO1xyXG4gIGxpbmVEaXNjb3VudD86IExpbmVEaXNjb3VudDtcclxuICBleGNoYW5nZT86IEV4Y2hhbmdlO1xyXG4gIC8vIHJlZnVuZGVkUXVhbnRpdHk/OiBudW1iZXI7XHJcbiAgLy8gcmVmdW5kZWQ/OiBib29sZWFuO1xyXG4gIC8vIHJlZnVuZGVkVG90YWw/OiBudW1iZXI7XHJcbiAgLy8gcmVmdW5kZWRSZWFzb25EZXNjcmlwdGlvbj86c3RyaW5nO1xyXG4gIC8vIGlzQ2hlY2tlZD86Ym9vbGVhbjtcclxuICByZWZ1bmRQcm9tb3Rpb25hbFF1YW50aXR5PzogbnVtYmVyOyAgICAgICAgICAgICAgIC8vIHByb21vdGlvbmFsIHF1YW50aXR5XHJcbiAgZXhjaGFuZ2VSZWFzb24/OiBzdHJpbmc7XHJcbiAgZXhjaGFuZ2VRdWFudGl0eT86IG51bWJlcjtcclxuICBpdGVtRGlzY291bnRzOiBJdGVtRGlzY291bnQ7XHJcblxyXG4gIGdpZnRDYXJkTnVtYmVySXNzdWVkPzogc3RyaW5nO1xyXG4gIGdpZnRDYXJkQW1vdW50PzogbnVtYmVyO1xyXG4gIGdpZnRDYXJkUmVjaXBpZW50RW1haWw/OiBzdHJpbmc7XHJcbiAgZ2lmdENhcmRFeHBpcnlEYXRlPzogc3RyaW5nO1xyXG4gIGdpZnRDYXJkUmVjaXBpZW50TmFtZT86IHN0cmluZztcclxuICBnaWZ0Q2FyZD86IGJvb2xlYW47XHJcblxyXG4gIGRpc2NvdW50YWJsZTogYm9vbGVhbjtcclxuICAvLyBzZWFsZWQ/OmJvb2xlYW47XHJcbiAgZXhjbHVkZVByb21vdGlvbjogYm9vbGVhbjtcclxuICBjYXRlZ29yaWVzOiBDYXRlZ29yaWVzW107XHJcbiAgZGVzY3JpcHRpb25zOiBEZXNjcmlwdGlvbnNbXTtcclxuICBiYXJjb2Rlczogc3RyaW5nW107XHJcblxyXG4gIC8vTmV3IEZlaWxkc1xyXG4gIGV4dGVybmFsSWQ6IHN0cmluZztcclxuICBjcmVhdGVkRGF0ZTogc3RyaW5nO1xyXG4gIHVwZGF0ZWREYXRlOiBzdHJpbmc7XHJcbiAgY3JlYXRlZEJ5OiBzdHJpbmc7XHJcbiAgdXBkYXRlZEJ5OiBzdHJpbmc7XHJcbiAgYXR0cmlidXRlczogQ29yZUF0dHJpYnV0ZVtdO1xyXG4gIGlkOiBzdHJpbmc7XHJcbiAgbG9uZ19kZXNjcmlwdGlvbjogc3RyaW5nO1xyXG5cclxuICAvLyBNaXhlZCBTYWxlcyBmaWVsZHNcclxuICBpc1dlYk9yZGVyPzogYm9vbGVhbixcclxuICBmdWxsZmlsbWVudElkOiBzdHJpbmcsXHJcbiAgZnVsbGZpbG1lbnRMb2NhdGlvbk5hbWU/OiBzdHJpbmcsXHJcbiAgZGVsaXZlcnlNZXRob2Q/OiBzdHJpbmcsXHJcbiAgZGVsaXZlcnlHcm91cD86IHN0cmluZyxcclxuICBzZWxlY3RlZEludmVudG9yeT86IEludmVudG9yeUluZm87XHJcbiAgbGVhZFRpbWU/OiBsZWFkVGltZVxyXG59XHJcbmV4cG9ydCBpbnRlcmZhY2UgbGVhZFRpbWUge1xyXG4gIHR5cGU6IHN0cmluZyxcclxuICB2YWx1ZTogc3RyaW5nXHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgRXhjaGFuZ2Uge1xyXG4gIGV4Y2hhbmdlSWQ6IG51bWJlcixcclxuICBsaW5lSXRlbUlkOiBudW1iZXIsXHJcbiAgcmVhc29uOiBzdHJpbmcsXHJcbiAgcXVhbnRpdHk6IG51bWJlcixcclxuICBuZXdJdGVtczogUHJvZHVjdFtdO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIENhdGVnb3JpZXMge1xyXG4gIGlkOiBzdHJpbmc7XHJcbiAgcGFyZW50SWQ6IHN0cmluZztcclxuICBuYW1lOiBzdHJpbmc7XHJcbiAgY2F0ZWdvcnlJZDogc3RyaW5nO1xyXG4gIHN0YXR1czogYm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBEZXNjcmlwdGlvbnMge1xyXG4gIG5hbWU6IHN0cmluZztcclxuICBjb3VudHJ5Q29kZTogc3RyaW5nO1xyXG4gIHZhbHVlOiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ29yZUF0dHJpYnV0ZSB7XHJcbiAgbmFtZTogc3RyaW5nO1xyXG4gIHZhbHVlOiBzdHJpbmc7XHJcbiAgc2VhcmNoYWJsZTogYm9vbGVhbjtcclxuICBjb3VudHJ5Q29kZTogc3RyaW5nO1xyXG59XHJcblxyXG4vKipcclxuICogQmFza2V0XHJcbiAqL1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBCYXNrZXQge1xyXG4gIHN1YnNpZGlhcnlJZD86IHN0cmluZztcclxuICBwcm9kdWN0czogUHJvZHVjdFtdO1xyXG4gIHRyYW5zYWN0aW9uRGlzY291bnQ6IGFueVtdO1xyXG4gIHF1YW50aXR5OiBudW1iZXI7XHJcbiAgdG90YWw6IG51bWJlcjtcclxuICBzYWxlVG90YWw6IG51bWJlcjtcclxuICBkaXNjb3VudFRvdGFsPzogbnVtYmVyO1xyXG4gIHRyYW5zYWN0aW9uSWQ/OiBzdHJpbmc7XHJcbiAgb2ZmbGluZVRyYW5zYWN0aW9uSWQ/OiBzdHJpbmc7XHJcbiAgYmFzZUN1cnJlbmN5OiBzdHJpbmc7XHJcbiAgYmFza2V0VG90YWw/OiBudW1iZXI7XHJcbiAgcmVmdW5kVG90YWw/OiBudW1iZXI7XHJcbiAgdHJhbnNhY3Rpb25Qcm9tb3Rpb24/OiBUcmFuc2FjdGlvblByb21vdGlvbltdO1xyXG4gIGN1c3RvbWVyPzogYW55O1xyXG4gIGV4Y2hhbmdlPzogRXhjaGFuZ2VbXTtcclxuICBpblN0b3JlRmxhZz86IGJvb2xlYW5cclxufVxyXG5cclxuXHJcblxyXG4vKipcclxuICogUHJpY2VcclxuICovXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJpY2Uge1xyXG4gIFZBVDogbnVtYmVyO1xyXG4gIFZBVENvZGU6IHN0cmluZztcclxuICBzYWxlc1ByaWNlOiBudW1iZXI7XHJcbiAgY3VycmVuY3lDb2RlOiBzdHJpbmc7XHJcbiAgUlJQUHJpY2U6IG51bWJlcjtcclxufVxyXG5cclxuLyoqXHJcbiAqIE5vZGUgc3RydWN0dXJlXHJcbiAqL1xyXG5pbnRlcmZhY2UgTm9kZVN0cnVjdHVyZSB7XHJcbiAgc3RhdHVzOiBib29sZWFuO1xyXG4gIG5hbWU6IHN0cmluZztcclxuICBub2RlVHlwZTogc3RyaW5nO1xyXG4gIGlzT3ZlcnJpZGU6IGJvb2xlYW47XHJcbiAgbm9kZUlkOiBzdHJpbmc7XHJcbiAgcGFyZW50SWQ6IHN0cmluZztcclxufVxyXG5cclxuLyoqXHJcbiAqIExpbmUgRGlzY291bnRcclxuICovXHJcbmV4cG9ydCBpbnRlcmZhY2UgTGluZURpc2NvdW50IHtcclxuICBpdGVtTGluZUlkOiBzdHJpbmcsXHJcbiAgZGlzY291bnRBbW91bnQ6IG51bWJlcixcclxuICBkaXNjb3VudFR5cGU6IHN0cmluZyxcclxuICAvLyByZWFzb25Db2RlOiBzdHJpbmcsXHJcbiAgbmFtZT86IHN0cmluZyxcclxuICB1bml0UHJpY2U6IG51bWJlcixcclxuICBkaXNjb3VudGVkTGluZVByaWNlPzogbnVtYmVyLFxyXG4gIHByaWNlTWFuYWdlck92ZXJyaWRlPzogVXNlck92ZXJyaWRlLFxyXG4gIHByaWNlT3ZlcnJpZGVSZWFzb25Db2RlPzogc3RyaW5nLFxyXG4gIHByaWNlT3ZlcnJpZGVSZWFzb25OYW1lPzogc3RyaW5nLFxyXG4gIHByaWNlT3ZlcnJpZGVBbW91bnQ/OiBudW1iZXIsXHJcbiAgcGVyY2VudGFnZURpc2NvdW50TWFuYWdlck92ZXJyaWRlPzogVXNlck92ZXJyaWRlLFxyXG4gIHBlcmNlbnRhZ2VEaXNjb3VudFJlYXNvbkNvZGU/OiBzdHJpbmcsXHJcbiAgcGVyY2VudGFnZURpc2NvdW50UmVhc29uTmFtZT86IHN0cmluZyxcclxuICBwZXJjZW50YWdlRGlzY291bnRWYWx1ZT86IG51bWJlclxyXG59XHJcblxyXG4vKipcclxuICogVXNlciBPdmVycmlkZVxyXG4gKi9cclxuZXhwb3J0IGludGVyZmFjZSBVc2VyT3ZlcnJpZGUge1xyXG4gIHVzZXJJZDogc3RyaW5nLFxyXG4gIGF1dG9tYXRpY0FwcHJvdmU6IHN0cmluZyxcclxuICBvcmlnaW5hbFVzZXJJZDogc3RyaW5nXHJcbn1cclxuXHJcbi8qKlxyXG4qIGxpbmUgUHJvbW90aW9uc1xyXG4qL1xyXG5leHBvcnQgaW50ZXJmYWNlIExpbmVQcm9tb3Rpb25zIHtcclxuXHJcbiAgdHJpZ2dlcjogVHJpZ2dlcltdLFxyXG4gIGl0ZW1MaW5lSWQ6IG51bWJlcixcclxuICBwcm9tb3Rpb25JZDogc3RyaW5nLFxyXG4gIGRpc3BsYXlUZXh0OiBzdHJpbmcsXHJcbiAgcHJvbW90aW9uVHlwZTogc3RyaW5nLFxyXG4gIHByb21vdGlvbkFtb3VudDogbnVtYmVyLFxyXG4gIG5hbWU6IHN0cmluZyxcclxuICBwcm9tb3Rpb25JbmZvOiBzdHJpbmcsXHJcbiAgcHJvbW90aW9uTGluZVByaWNlOiBudW1iZXJcclxuICByZWZ1bmRlZD86IGJvb2xlYW47XHJcbn1cclxuXHJcbi8qKlxyXG4qIHRyaWdnZXJcclxuKi9cclxuZXhwb3J0IGludGVyZmFjZSBUcmlnZ2VyIHtcclxuICBpdGVtTGluZUlkOiBzdHJpbmc7XHJcbiAgcXVhbnRpdHk/OiBudW1iZXI7XHJcbiAgdG90YWxRdWFudGl0eT86IG51bWJlcjtcclxuICBsaW5lUHJvbW90aW9uQW1vdW50PzpudW1iZXI7ICAgLy8gcHJvbW90aW9uIGFtb3VudCBhcHBsaWVkIGFjY3Jvc3MgdGhlIGxpbmVcclxuICBwcm9tb3Rpb25BbW91bnQ/Om51bWJlcjsgICAvLyBwcm9tb3Rpb24gYW1vdW50IGFwcGxpZWQgb24gMSB1bml0XHJcbiAgcmVmdW5kZWRSZWFzb24/OiBzdHJpbmc7XHJcbiAgcmVmdW5kZWRSZWFzb25EZXNjcmlwdGlvbj86c3RyaW5nO1xyXG4gIHByb21vdGlvbklkPzpzdHJpbmc7XHJcbn1cclxuXHJcbi8qKlxyXG4qIFRyYW5zYWN0aW9uIFByb21vdGlvblxyXG4qL1xyXG5leHBvcnQgaW50ZXJmYWNlIFRyYW5zYWN0aW9uUHJvbW90aW9uIHtcclxuICBkaXNwbGF5VGV4dDogc3RyaW5nO1xyXG4gIG5hbWU6IHN0cmluZztcclxuICBwcm9tb3Rpb25BbW91bnQ6IG51bWJlcjtcclxuICBwcm9tb3Rpb25JZDogc3RyaW5nO1xyXG4gIHByb21vdGlvbkluZm86IHN0cmluZztcclxuICBwcm9tb3Rpb25UeXBlOiBzdHJpbmc7XHJcbiAgaXRlbUxpbmVJZHM6IG51bWJlcltdO1xyXG4gIHR5cGU/OnN0cmluZztcclxuICBzdWJMZXZlbFR5cGU/OlBST01PVElPTl9MRVZFTFxyXG4gIHRyaWdnZXI/OlRyaWdnZXJbXTtcclxuICBjb3Vwb25Db2RlPzpzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUmVmdW5kUHJvZHVjdENoYW5nZSB7XHJcbiAgaXRlbUxpbmVJZD86IG51bWJlcjtcclxuICByZWZ1bmRlZFF1YW50aXR5PzogbnVtYmVyO1xyXG4gIHJlZnVuZGVkUHJvbW90aW9uYWxRdWFudGl0eT86IG51bWJlcjtcclxuICByZWZ1bmRUb3RhbD86IG51bWJlcjtcclxuICByZWZ1bmRlZFJlYXNvbj86IHN0cmluZztcclxuICByZWZ1bmRlZFJlYXNvbkRlc2NyaXB0aW9uPzogc3RyaW5nO1xyXG4gIHJlZnVuZFdpdGhQcm9tb3Rpb246IGJvb2xlYW47XHJcbiAgaXNMYXN0RXhjaGFuZ2VkPzogYm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBJbnZlbnRvcnlJbmZvIHtcclxuICBzdG9yZU5hbWU6IHN0cmluZyxcclxuICBzdG9yZUlkOiBzdHJpbmcsXHJcbiAgcXVhbnRpdHlBdmFpbGFibGU6IG51bWJlcixcclxuICBxdWFudGl0eVJlcXVpcmVkOiBudW1iZXJcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBJbnZlbnRvcnlSZXF1ZXN0SW5mbyBleHRlbmRzIEludmVudG9yeUluZm8ge1xyXG4gIHJlcXVlc3RlZFF1YW50aXR5OiBudW1iZXIsXHJcbiAgcmVxdWVzdGVkQWN0aW9uOiBERUxJVkVSWV9NRVRIT0RTXHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgRGVsaXZlcnlJbmZvIHtcclxuICBncm91cHM6IERlbGl2ZXJ5R3JvdXBJbmZvW11cclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBEZWxpdmVyeUdyb3VwSW5mbyB7XHJcbiAgZ3JvdXBOdW1iZXI6IG51bWJlcjtcclxuICBpdGVtczogUHJvZHVjdFtdO1xyXG4gIGVzdGltYXRlPzogRXN0aW1hdGU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgRXN0aW1hdGUge1xyXG4gIHR5cGU6IHN0cmluZyxcclxuICB2YWx1ZTogc3RyaW5nXHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgVHJhbnNhY3Rpb25Eb2N1bWVudCB7XHJcbiAgdHJhbnNhY3Rpb25JZD86IHN0cmluZztcclxuICBzdWJzaWRpYXJ5SWQ/OiBzdHJpbmc7XHJcbiAgb2ZmbGluZVRyYW5zYWN0aW9uSWQ/OnN0cmluZztcclxuICB0cmFuc2FjdGlvblJlZj86IHN0cmluZztcclxuICBkYXRlVGltZT86IHN0cmluZztcclxuICBvcmdDb2RlOiBzdHJpbmc7XHJcbiAgc3RvcmVJZDogc3RyaW5nO1xyXG4gIHN0b3JlTm9kZUlkOnN0cmluZztcclxuICBzdG9yZU5vZGVTdHJ1Y3R1cmU6c3RyaW5nO1xyXG4gIGRldmljZUlkOiBzdHJpbmc7XHJcbiAgdGVybWluYWxJZDpzdHJpbmc7XHJcbiAgaW5pdGlhdGluZ01vZHVsZSA6c3RyaW5nO1xyXG4gIGV4cG9ydDpib29sZWFuO1xyXG4gIHVzZXJJZD86IHN0cmluZztcclxuICB1c2VyTmFtZT86c3RyaW5nO1xyXG4gIGN1c3RvbWVyPzogQ3VzdG9tZXI7XHJcbiAgYmFza2V0OiBhbnk7XHJcbiAgYmFza2V0U3VtbWFyeTogQmFza2V0U3VtbWFyeTtcclxuICAvLyBsaW5lRGlzY291bnQ6IExpbmVEaXNjb3VudFtdO1xyXG4gIGJhc2VDdXJyZW5jeTogc3RyaW5nO1xyXG4gIHNwbGl0UGF5bWVudD86Ym9vbGVhbjtcclxuICBpc1BheW1lbnRDb21wbGV0ZWQ/OmJvb2xlYW47XHJcbiAgcGF5bWVudERldGFpbHM/OiBhbnk7XHJcbiAgdHlwZT86IHN0cmluZztcclxuICBvcGVyYXRpb25TdGF0dXM/OiBzdHJpbmc7XHJcbiAgY3JlYXRlZEF0Pzogc3RyaW5nO1xyXG4gIHVwZGF0ZWRBdD86IHN0cmluZztcclxuICB0cmFuc0NvbXBsZXRlZEF0Pzogc3RyaW5nO1xyXG4gIGlkPzogc3RyaW5nO1xyXG4gIHNhbGVUb3RhbD86IG51bWJlcjtcclxuICByZWFzb25Db2RlPzogc3RyaW5nO1xyXG4gIHJlYXNvbkRlc2NyaXB0aW9uPzogc3RyaW5nO1xyXG4gIG92ZXJyaWRlPzogVXNlck92ZXJyaWRlO1xyXG4gIG9yaWdpbmFsVHJhbnNJZD86c3RyaW5nO1xyXG4gIG9yaWdpbmFsRXh0ZXJuYWxJZD86IHN0cmluZztcclxuICBhcGlSZXNwb25zZT86IEFQSVJlc3BvbnNlOyAgICAvLyBUT0RPIGFkZCBoYW5kbGVyIGFzIHBlciBleHBvcnQgcHJvdmlkZXJcclxuICB1bnJlZmVyZW5jZWRSZWZ1bmQ/OmJvb2xlYW47XHJcbiAgZ2lmdGVkUmVjZWlwdD86Ym9vbGVhbjtcclxuICBjdXJyZW50VHJhbnNhY3Rpb25EZXRhaWxzPzphbnk7XHJcbiAgaXNDaGVja2VkPzpib29sZWFuO1xyXG4gIGV4dGVybmFsVHJhbnNhY3Rpb25EZXRhaWxzPzogZXh0ZXJuYWxUcmFuc2FjdGlvbkRldGFpbHNbXTtcclxuICByZWZ1bmRSZXF1ZXN0PzogYW55W107XHJcbiAgaXNJblN0b3JlT3JkZXI/OiBib29sZWFuOyBcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBBUElSZXNwb25zZVxyXG57XHJcbiAgaW50ZXJuYWxJZD86bnVtYmVyO1xyXG4gIHRyYW5pZD86c3RyaW5nXHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ3VycmVudFRyYW5zYWN0aW9uRGV0YWlsc3tcclxuICBwcm9kdWN0czogUHJvZHVjdFtdO1xyXG4gIGxpbmVEaXNjb3VudD86TGluZURpc2NvdW50W107XHJcbiAgbGluZVByb21vdGlvbj86TGluZVByb21vdGlvbnNbXTtcclxuICB0cmFuc2FjdGlvblByb21vdGlvbj86VHJhbnNhY3Rpb25Qcm9tb3Rpb25bXTtcclxuICB0cmFuc2FjdGlvbkRpc2NvdW50PzpUcmFuc2FjdGlvbkRpc2NvdW50W107XHJcbiAgYmFza2V0U3VtbWFyeT86QmFza2V0U3VtbWFyeTsgIFxyXG4gIHRheEJyZWFrZG93bj86VGF4QnJlYWtkb3duOyAgXHJcbiAgdG90YWxUYXhTdW1tYXJ5PzpUb3RhbFRheFN1bW1hcnlbXTtcclxufVxyXG5leHBvcnQgaW50ZXJmYWNlIEJhc2tldFN1bW1hcnkge1xyXG4gIHRvdGFsSXRlbXM/OiBudW1iZXI7XHJcbiAgc2FsZVRvdGFsPzogbnVtYmVyO1xyXG4gIFZBVFRvdGFsPzogbnVtYmVyO1xyXG4gIGRpc2NvdW50VG90YWw/OiBudW1iZXI7XHJcbiAgYmFza2V0VG90YWw/OiBudW1iZXI7XHJcbiAgcmVmdW5kVG90YWw/Om51bWJlcjtcclxuICBzaGlwcGluZ1RvdGFsPzogbnVtYmVyO1xyXG4gIGJhc2tldFRvdGFsV2l0aFNoaXBwaW5nVG90YWw/OiBudW1iZXI7XHJcbiAgaW5TdG9yZT86IEJhc2tldFN1bW1hcnlEZXRhaWxzO1xyXG4gIHdlYk9yZGVyPzogQmFza2V0U3VtbWFyeURldGFpbHM7XHJcbiAgY25jPzogQmFza2V0U3VtbWFyeURldGFpbHM7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQmFza2V0U3VtbWFyeURldGFpbHMge1xyXG4gIHRvdGFsSXRlbXM/OiBudW1iZXI7XHJcbiAgc2FsZVRvdGFsPzogbnVtYmVyO1xyXG4gIFZBVFRvdGFsPzogbnVtYmVyO1xyXG4gIGRpc2NvdW50VG90YWw/OiBudW1iZXI7XHJcbiAgYmFza2V0VG90YWw/OiBudW1iZXI7XHJcbiAgcmVmdW5kVG90YWw/Om51bWJlcjtcclxuICBzaGlwcGluZ1RvdGFsPzogbnVtYmVyO1xyXG4gIGJhc2tldFRvdGFsV2l0aFNoaXBwaW5nVG90YWw/OiBudW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgVHJhbnNhY3Rpb25EaXNjb3VudHtcclxuICBkaXNjb3VudEFtb3VudDpudW1iZXI7XHJcbiAgZGlzY291bnRUeXBlOlN0cmluZztcclxuICByZWFzb25Db2RlOnN0cmluZztcclxuICBvdmVycmlkZT86IFVzZXJPdmVycmlkZTtcclxuICBpdGVtTGluZUlkcz86bnVtYmVyW107XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgVEJhc2tldCB7XHJcbiAgcHJvZHVjdHM6IFRQcm9kdWN0W107XHJcbiAgbGluZURpc2NvdW50OkxpbmVEaXNjb3VudFtdO1xyXG4gIGV4Y2hhbmdlOkV4Y2hhbmdlW107XHJcbiAgbGluZVByb21vdGlvbjpMaW5lUHJvbW90aW9uc1tdO1xyXG4gIHRyYW5zYWN0aW9uUHJvbW90aW9uPzpUcmFuc2FjdGlvblByb21vdGlvbltdO1xyXG4gIHRyYW5zYWN0aW9uRGlzY291bnQ/OlRyYW5zYWN0aW9uRGlzY291bnRbXTtcclxuICB0YXhCcmVha2Rvd24/OlRheEJyZWFrZG93bjtcclxuICB0b3RhbFRheFN1bW1hcnk/OlRvdGFsVGF4U3VtbWFyeVtdO1xyXG5cclxuICBcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBURXhjaGFuZ2V7XHJcbiAgZXhjaGFuZ2VJZD86bnVtYmVyLFxyXG4gIGxpbmVJdGVtSWQ/OiBudW1iZXIsXHJcbiAgcmVhc29uPzogc3RyaW5nLFxyXG4gIHF1YW50aXR5PzogbnVtYmVyLFxyXG4gIG5ld0l0ZW1zPzpUTmV3SXRlbXNbXTtcclxuICB9XHJcbiAgXHJcbiAgZXhwb3J0IGludGVyZmFjZSBUTmV3SXRlbXN7XHJcbiAgbGluZUl0ZW1JZDpudW1iZXIsXHJcbiAgIFF1YW50aXR5Om51bWJlclxyXG4gIH1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgVFByb2R1Y3Qge1xyXG4gIGl0ZW1MaW5lSWQ6IHN0cmluZztcclxuICBTS1U6IHN0cmluZztcclxuICBkZXNjcmlwdGlvbjogc3RyaW5nO1xyXG4gIGltYWdlVXJsczogW3N0cmluZ107XHJcbiAgcHJpY2U6IG51bWJlcjtcclxuICB0YXhDb2RlPzogc3RyaW5nO1xyXG4gIHRheFBlcmNlbnQ/OiBzdHJpbmc7XHJcbiAgcXVhbnRpdHk6IG51bWJlcjtcclxuICByZWZ1bmRlZFF1YW50aXR5PzogbnVtYmVyO1xyXG4gIHJlZnVuZGVkUHJvbW90aW9uYWxRdWFudGl0eT86bnVtYmVyO1xyXG4gIHJlZnVuZGVkPzogYm9vbGVhbjtcclxuICByZWZ1bmRlZFRvdGFsPzogbnVtYmVyO1xyXG4gIHJlZnVuZGVkUmVhc29uPzpzdHJpbmc7XHJcbiAgcmVmdW5kZWRSZWFzb25EZXNjcmlwdGlvbj86c3RyaW5nO1xyXG4gIHNlbGVjdGVkUlJQUHJpY2U/OiBudW1iZXI7XHJcbiAgdG90YWxMaW5lUHJpY2U6IG51bWJlcjtcclxuICBiYXJDb2RlPzogc3RyaW5nO1xyXG4gIGJhcmNvZGVzPzogc3RyaW5nW107XHJcbiAgZmxhZ2dlZD86IGJvb2xlYW47XHJcbiAgZXhjaGFuZ2U/OkV4Y2hhbmdlO1xyXG4gIGV4Y2x1ZGVQcm9tb3Rpb246Ym9vbGVhbjtcclxuICBkaXNjb3VudGFibGU/OmJvb2xlYW47XHJcblxyXG4gIGl0ZW1EaXNjb3VudHM/Okl0ZW1EaXNjb3VudHM7XHJcbiAgaXNMYXN0RXhjaGFuZ2VkPzogYm9vbGVhbjtcclxuXHJcbiAgLy8gTWl4ZWQgU2FsZXMgZmllbGRzXHJcbiAgZnVsbGZpbG1lbnRJZDpzdHJpbmcsXHJcbiAgZnVsbGZpbG1lbnRMb2NhdGlvbk5hbWU6c3RyaW5nLFxyXG4gIGRlbGl2ZXJ5TWV0aG9kPzpzdHJpbmcsXHJcbiAgZGVsaXZlcnlHcm91cD86c3RyaW5nLFxyXG4gIGdpZnRDYXJkTnVtYmVySXNzdWVkPzogc3RyaW5nLFxyXG4gIGdpZnRDYXJkQW1vdW50PzogbnVtYmVyLFxyXG4gIGdpZnRDYXJkUmVjaXBpZW50RW1haWw/OiBzdHJpbmcsXHJcbiAgZ2lmdENhcmRFeHBpcnlEYXRlPzogc3RyaW5nICxcclxuICBnaWZ0Q2FyZFJlY2lwaWVudE5hbWU/OiBzdHJpbmcsXHJcbiAgZ2lmdENhcmQ/OmJvb2xlYW4sXHJcbiAgY3VycmVuY3k/OnN0cmluZyxcclxuICBpc1dlYk9yZGVyPzpib29sZWFuLFxyXG4gIGxlYWRUaW1lPzogbGVhZFRpbWVcclxuICBcclxuICAvLyBjdXJyZW50dHJhbnNhY3Rpb24gZG9jIGNoYW5nZXNcclxuICBsaW5lRGlzY291bnQ/OmFueVxyXG5cclxuICBhdHRyaWJ1dGVzPzpDb3JlQXR0cmlidXRlW107XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgSXRlbURpc2NvdW50c3tcclxuICB0cm5EaXNjb3VudHNQb3J0aW9uOm51bWJlcjtcclxuICB0cm5Qcm9tb3Rpb25zUG9ydGlvbjpudW1iZXI7XHJcbiAgcmVmdW5kUG9ydGlvbjpudW1iZXI7XHJcbn1cclxuXHJcblxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBDdXN0b21lciB7XHJcbiAgaWQ6IHN0cmluZztcclxuICB0aXRsZT86IHN0cmluZztcclxuICBmaXJzdE5hbWU6IHN0cmluZztcclxuICBsYXN0TmFtZTogc3RyaW5nO1xyXG4gIGVtYWlsOiBzdHJpbmc7XHJcbiAgcG9zdENvZGU6IHN0cmluZztcclxuICB0ZWxlcGhvbmU/OiBzdHJpbmc7XHJcbiAgYmlsbGluZ0FkZHJlc3M/OiBBZGRyZXNzIHwgQWRkcmVzc1tdO1xyXG4gIHNoaXBwaW5nQWRkcmVzcz86IEFkZHJlc3MgfCBBZGRyZXNzW107XHJcbiAgc2hpcG1lbnREZXRhaWxzPzogU2hpcG1lbnREZXRhaWxzW107XHJcbiAgYWRkcmVzc0RldGFpbD86IHN0cmluZztcclxuICBub0N1c3RvbWVyU2VsZWN0ZWQ/OiBib29sZWFuO1xyXG4gIGV4dGVybmFsSWQ/OiBzdHJpbmc7IFxyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEFkZHJlc3MgXHJcbntcclxuICBpZD86IHN0cmluZztcclxuICBjb3VudHJ5Q29kZT86IHN0cmluZztcclxuICBhZGRyZXNzMT86IHN0cmluZztcclxuICBhZGRyZXNzMj86IHN0cmluZztcclxuICBhZGRyZXNzMz86IHN0cmluZztcclxuICBjaXR5Pzogc3RyaW5nO1xyXG4gIGNvdW50eT86IHN0cmluZztcclxuICBwb3N0Q29kZT86IHN0cmluZztcclxuICBjb3VudHJ5Pzogc3RyaW5nO1xyXG4gfVxyXG5cclxuIGV4cG9ydCBpbnRlcmZhY2UgU2hpcG1lbnREZXRhaWxzIHtcclxuICBpZD86IHN0cmluZyxcclxuICBkZWxpdmVyeUdyb3VwPzogc3RyaW5nLFxyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFBheW1lbnREZXRhaWxzIHtcclxuICBjYXJkTnVtYmVyPzogYW55O1xyXG4gIHNxTm8/Om51bWJlcjtcclxuICByZXN1bHQ/OiBzdHJpbmc7XHJcbiAgY3VycmVuY3k6IHN0cmluZztcclxuICBhbW91bnQ6IHN0cmluZztcclxuICBhdXRoY29kZT86IHN0cmluZztcclxuICBwYW4/OiBzdHJpbmc7XHJcbiAgY2FyZFR5cGU/OiBzdHJpbmc7XHJcbiAgdHJhbnNhY3Rpb25EYXRlPzogc3RyaW5nO1xyXG4gIG1pZD86IHN0cmluZztcclxuICB0aWQ/OiBzdHJpbmc7XHJcbiAgY3ZtPzogc3RyaW5nO1xyXG4gIGhvc3RSZWZlcmVuY2VJZD86IHN0cmluZztcclxuICBhaWQ/OiBzdHJpbmc7XHJcbiAgcmVjZWlwdE5vPzogc3RyaW5nO1xyXG4gIGV4cGlyeWRhdGU/OiBzdHJpbmc7XHJcbiAgdHJhbnNhY3Rpb25SZWZlcmVuY2U6IHN0cmluZztcclxuICBhcHBsaWNhdGlvblZlcnNpb24/OiBzdHJpbmc7XHJcbiAgZW50cnlNZXRob2Q/OnN0cmluZztcclxuICB0cmFuc2FjdGlvblR5cGU6c3RyaW5nO1xyXG4gIHRvdGFsYW1vdW50OnN0cmluZztcclxuICBwYXltZW50VHlwZT86c3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFRheEJyZWFrZG93blxyXG57XHJcbiAgdGF4TGluZXMgOiBUYXhMaW5lW10sXHJcbiAgdG90YWxUYXhhYmxlQW1vdW50OiBudW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgVG90YWxUYXhTdW1tYXJ5e1xyXG4gIFZBVENvZGU6c3RyaW5nLFxyXG4gIFZBVCA6IG51bWJlcjtcclxuICBQcmVUYXhTdW06ICBudW1iZXJcclxuICBUYXhTdW06ICBudW1iZXJcclxuICBUWHJhdGVTdW06IG51bWJlclxyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFRheExpbmVcclxue1xyXG4gICAgaXRlbUxpbmVJZDogbnVtYmVyLFxyXG4gICAgdGF4YWJsZUFtb3VudDogbnVtYmVyLFxyXG4gICAgdGF4TGluZVRvdGFsOiBudW1iZXIsXHJcbiAgICBWQVQ6IG51bWJlcixcclxuICAgIFZBVENvZGUgOiBzdHJpbmcsXHJcbiAgICBQcmVUYXg6IG51bWJlclxyXG59XHJcblxyXG5leHBvcnQgZW51bSBESVNDT1VOVFRZUEUge1xyXG4gIFBFUkNFTlQgPSAnUGVyY2VudCcsXHJcbiAgQU1PVU5UID0gJ0FNT1VOVCdcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBUcmFuc2FjdGlvbkluZm8ge1xyXG4gIHNoaXBwaW5nSWQ/OiBzdHJpbmcsXHJcbiAgZXh0ZXJuYWxTaGlwcGluZ0lkPzogc3RyaW5nXHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgZXh0ZXJuYWxUcmFuc2FjdGlvbkRldGFpbHMge1xyXG4gIHVuaXF1ZUlkPzogc3RyaW5nLFxyXG4gIHByb3ZpZGVyVHlwZT86IHN0cmluZyxcclxuICBkZXRhaWxzPzogVHJhbnNhY3Rpb25JbmZvXHJcbn1cclxuXHJcbmV4cG9ydCBlbnVtIElOSVRJQVRJTkdfTU9EVUxFIHtcclxuICBFQkFTS0VUID0gXCJlQmFza2V0XCJcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBwZW5kaW5nTWV0aG9kIHtcclxuICBfdHlwZT86IHN0cmluZztcclxuICB0eXBlPzogc3RyaW5nO1xyXG4gIG1lc3NhZ2U/OiBzdHJpbmc7XHJcbiAgcGF0aD86IHN0cmluZztcclxuICBkZXRhaWxzPzogU2hpcG1lbnRJZDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBTaGlwbWVudElkIHtcclxuICBzaGlwbWVudElkPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEN1c3RvbWVyQWRkcmVzcyB7XHJcbiAgX3R5cGU/OiBzdHJpbmc7XHJcbiAgZW1haWw/OiBzdHJpbmc7XHJcbiAgYWRkcmVzczE/OiBzdHJpbmc7XHJcbiAgY2l0eT86IHN0cmluZztcclxuICBjb3VudHJ5X2NvZGU/OiBzdHJpbmc7XHJcbiAgZmlyc3RfbmFtZT86IHN0cmluZztcclxuICBmdWxsX25hbWU/OiBzdHJpbmc7XHJcbiAgaWQ/OiBzdHJpbmc7XHJcbiAgbGFzdF9uYW1lPzogc3RyaW5nO1xyXG4gIHBob25lPzogc3RyaW5nO1xyXG4gIHNhbHV0YXRpb24/OiBzdHJpbmc7XHJcbiAgY19hcmVhPzogc3RyaW5nO1xyXG4gIGNfZW1haWw/OiBzdHJpbmc7XHJcbiAgY19waG9uZVdoYXRzQXBwPzogc3RyaW5nO1xyXG4gIGNfc3RyVmFsdWU/OiBzdHJpbmc7XHJcbiAgcG9zdGFsX2NvZGU/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ3VzdG9tZXJJbmZvIHtcclxuICBfdHlwZT86IHN0cmluZztcclxuICBjdXN0b21lcl9pZD86IHN0cmluZztcclxuICBlbWFpbD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBHcm91cGVkVGF4SXRlbSB7XHJcbiAgX3R5cGU/OiBzdHJpbmc7XHJcbiAgdGF4X3JhdGU/OiBudW1iZXI7XHJcbiAgdGF4X3ZhbHVlPzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIGFkZGl0aW9uYWxOb3RlcyB7XHJcbiAgX3R5cGU/OiBzdHJpbmc7XHJcbiAgbGluaz86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQcm9kdWN0SXRlbSB7XHJcbiAgX3R5cGU/OiBzdHJpbmc7XHJcbiAgYWRqdXN0ZWRfdGF4PzogbnVtYmVyO1xyXG4gIGJhc2VfcHJpY2U/OiBudW1iZXI7XHJcbiAgYm9udXNfcHJvZHVjdF9saW5lX2l0ZW0/OiBib29sZWFuO1xyXG4gIGdpZnQ/OiBib29sZWFuO1xyXG4gIGl0ZW1faWQ/OiBzdHJpbmc7XHJcbiAgaXRlbV90ZXh0Pzogc3RyaW5nO1xyXG4gIHByaWNlPzogbnVtYmVyO1xyXG4gIHByaWNlX2FkanVzdG1lbnRzPzogUHJpY2VBZGp1c3RtZW50W107XHJcbiAgcHJpY2VfYWZ0ZXJfaXRlbV9kaXNjb3VudD86IG51bWJlcjtcclxuICBwcmljZV9hZnRlcl9vcmRlcl9kaXNjb3VudD86IG51bWJlcjtcclxuICBwcm9kdWN0X2lkPzogc3RyaW5nO1xyXG4gIHByb2R1Y3RfbmFtZT86IHN0cmluZztcclxuICBxdWFudGl0eT86IG51bWJlcjtcclxuICBzaGlwbWVudF9pZD86IHN0cmluZztcclxuICB0YXg/OiBudW1iZXI7XHJcbiAgdGF4X2Jhc2lzPzogbnVtYmVyO1xyXG4gIHRheF9jbGFzc19pZD86IHN0cmluZztcclxuICB0YXhfcmF0ZT86IG51bWJlcjtcclxuICBjX29zdU9iamVjdERhdGE/OnN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBTaGlwcGluZ01ldGhvZCB7XHJcbiAgX3R5cGU/OiBzdHJpbmc7XHJcbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XHJcbiAgaWQ/OiBzdHJpbmc7XHJcbiAgbmFtZT86IHN0cmluZztcclxuICBwcmljZT86IG51bWJlcjtcclxuICBjX2FwcHJvYWNoaW5nVGhyZXNob2xkTWVzc2FnZT86IHN0cmluZztcclxuICBjX2VzdGltYXRlZEFycml2YWxUaW1lPzogc3RyaW5nO1xyXG4gIGNfaXNFbWFpbD86IGJvb2xlYW47XHJcbiAgY19zdG9yZVBpY2t1cEVuYWJsZWQ/OiBib29sZWFuO1xyXG4gIGNfdGhyZXNob2xkVmFsdWU/OiBudW1iZXI7XHJcbn0gXHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIHNoaXBtZW50IHtcclxuICBfdHlwZT86IHN0cmluZztcclxuICBhZGp1c3RlZF9tZXJjaGFuZGl6ZV90b3RhbF90YXg/OiBudW1iZXI7XHJcbiAgYWRqdXN0ZWRfc2hpcHBpbmdfdG90YWxfdGF4PzogbnVtYmVyO1xyXG4gIGdpZnQ/OiBib29sZWFuO1xyXG4gIG1lcmNoYW5kaXplX3RvdGFsX3RheD86IG51bWJlcjtcclxuICBwcm9kdWN0X3N1Yl90b3RhbD86IG51bWJlcjtcclxuICBwcm9kdWN0X3RvdGFsPzogbnVtYmVyO1xyXG4gIHNoaXBtZW50X2lkPzogc3RyaW5nO1xyXG4gIHNoaXBtZW50X3RvdGFsPzogbnVtYmVyO1xyXG4gIHNoaXBwaW5nX2FkZHJlc3M/OiBDdXN0b21lckFkZHJlc3M7XHJcbiAgc2hpcHBpbmdfbWV0aG9kPzogU2hpcHBpbmdNZXRob2Q7XHJcbiAgc2hpcHBpbmdfc3RhdHVzPzogc3RyaW5nO1xyXG4gIHNoaXBwaW5nX3RvdGFsPzogbnVtYmVyO1xyXG4gIHNoaXBwaW5nX3RvdGFsX3RheD86IG51bWJlcjtcclxuICB0YXhfdG90YWw/OiBudW1iZXI7XHJcbiAgY19mcm9tU3RvcmVJZD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBTaGlwcGluZ0l0ZW0ge1xyXG4gIF90eXBlPzogc3RyaW5nO1xyXG4gIGFkanVzdGVkX3RheD86IG51bWJlcjtcclxuICBiYXNlX3ByaWNlPzogbnVtYmVyO1xyXG4gIGl0ZW1faWQ/OiBzdHJpbmc7XHJcbiAgaXRlbV90ZXh0Pzogc3RyaW5nO1xyXG4gIHByaWNlPzogbnVtYmVyO1xyXG4gIHByaWNlX2FmdGVyX2l0ZW1fZGlzY291bnQ/OiBudW1iZXI7XHJcbiAgc2hpcG1lbnRfaWQ/OiBzdHJpbmc7XHJcbiAgdGF4PzogbnVtYmVyO1xyXG4gIHRheF9iYXNpcz86IG51bWJlcjtcclxuICB0YXhfY2xhc3NfaWQ/OiBzdHJpbmc7XHJcbiAgdGF4X3JhdGU/OiBudW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQXBwbGllZERpc2NvdW50IHtcclxuICBfdHlwZT86IHN0cmluZyxcclxuICBhbW91bnQ/OiBudW1iZXIsXHJcbiAgcGVyY2VudGFnZT86IG51bWJlcixcclxuICB0eXBlPzogc3RyaW5nXHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJpY2VBZGp1c3RtZW50IHtcclxuICBfdHlwZT86IHN0cmluZyxcclxuICBhcHBsaWVkX2Rpc2NvdW50PzogQXBwbGllZERpc2NvdW50LFxyXG4gIGNvdXBvbl9jb2RlPzogc3RyaW5nLFxyXG4gIGNyZWF0aW9uX2RhdGU/OiBzdHJpbmcsXHJcbiAgY3VzdG9tPzogYm9vbGVhbixcclxuICBpdGVtX3RleHQ/OiBzdHJpbmcsXHJcbiAgbGFzdF9tb2RpZmllZD86IHN0cmluZyxcclxuICBtYW51YWw/OiBib29sZWFuLFxyXG4gIHByaWNlPzogbnVtYmVyXHJcbiAgcHJpY2VfYWRqdXN0bWVudF9pZD86IHN0cmluZyxcclxuICBwcm9tb3Rpb25faWQ/OiBzdHJpbmcsXHJcbiAgcHJvbW90aW9uX2xpbms/OiBzdHJpbmdcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBPcmRlckRldGFpbHMge1xyXG4gIF92Pzogc3RyaW5nO1xyXG4gIF90eXBlPzogc3RyaW5nO1xyXG4gIF9yZXNvdXJjZV9zdGF0ZT86IHN0cmluZztcclxuICBfZmxhc2g/OiBwZW5kaW5nTWV0aG9kW107XHJcbiAgYWRqdXN0ZWRfbWVyY2hhbmRpemVfdG90YWxfdGF4PzogbnVtYmVyO1xyXG4gIGFkanVzdGVkX3NoaXBwaW5nX3RvdGFsX3RheD86IG51bWJlcjtcclxuICBhZ2VudF9iYXNrZXQ/OiBib29sZWFuO1xyXG4gIGJhc2tldF9pZD86IHN0cmluZztcclxuICBiaWxsaW5nX2FkZHJlc3M/OiBDdXN0b21lckFkZHJlc3M7XHJcbiAgY2hhbm5lbF90eXBlPzogc3RyaW5nO1xyXG4gIGNyZWF0aW9uX2RhdGU/OiBzdHJpbmc7XHJcbiAgY3VycmVuY3k/OiBzdHJpbmc7XHJcbiAgY3VzdG9tZXJfaW5mbz86IEN1c3RvbWVySW5mbztcclxuICBncm91cGVkX3RheF9pdGVtcz86IEdyb3VwZWRUYXhJdGVtW107XHJcbiAgbGFzdF9tb2RpZmllZD86IHN0cmluZztcclxuICBtZXJjaGFuZGl6ZV90b3RhbF90YXg/OiBudW1iZXI7XHJcbiAgbm90ZXM/OiBhZGRpdGlvbmFsTm90ZXM7XHJcbiAgb3JkZXJfcHJpY2VfYWRqdXN0bWVudHM/OiBQcmljZUFkanVzdG1lbnRbXSxcclxuICBvcmRlcl9ubz86IHN0cmluZztcclxuICBvcmRlcl90b3RhbD86IG51bWJlcjtcclxuICBwcm9kdWN0X2l0ZW1zPzogUHJvZHVjdEl0ZW1bXTtcclxuICBwcm9kdWN0X3N1Yl90b3RhbD86IG51bWJlcjtcclxuICBwcm9kdWN0X3RvdGFsPzogbnVtYmVyO1xyXG4gIHNoaXBtZW50cz86IHNoaXBtZW50W107XHJcbiAgc2hpcHBpbmdfaXRlbXM/OiBTaGlwcGluZ0l0ZW1bXTtcclxuICBzaGlwcGluZ190b3RhbD86IG51bWJlcjtcclxuICBzaGlwcGluZ190b3RhbF90YXg/OiBudW1iZXI7XHJcbiAgdGF4YXRpb24/OiBzdHJpbmc7XHJcbiAgdGF4X3JvdW5kZWRfYXRfZ3JvdXA/OiBib29sZWFuO1xyXG4gIHRheF90b3RhbD86IG51bWJlcjtcclxuICBjX2lzSW5TdG9yZU9yZGVyPzogYm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGVudW0gUFJPVklERVJTIHtcclxuICBTQUxFU0ZPUkNFID0gXCJTYWxlc2ZvcmNlXCJcclxufVxyXG5cclxuZXhwb3J0IGVudW0gUFJPTU9USU9OX0xFVkVMXHJcbntcclxuICBMSU5FPVwiTElORVwiLFxyXG4gIFRSQU5TQUNUSU9OPVwiVFJBTlNBQ1RJT05cIlxyXG59XHJcblxyXG5leHBvcnQgZW51bSBQUk9NT1RJT05fVFlQRVxyXG57XHJcbiAgQ09VUE9OPVwiQ09VUE9OXCJcclxufVxyXG5cclxuIl19
|