controlresell 2.20.19 → 2.22.2
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/package.json +2 -2
- package/src/com/controlresell/api/requests/items/cancel/CancelRequest.d.ts +2 -2
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +19 -12
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts +4 -4
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +26 -17
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +20 -13
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItemOrder.d.ts +4 -4
- package/src/com/controlresell/models/conversations/Conversation.d.ts +34 -29
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +101 -5
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +50 -43
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +50 -43
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +10 -5
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +14 -7
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +14 -7
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +12 -12
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +10 -5
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
- package/src/com/controlresell/models/invoices/Invoice.d.ts +2 -2
- package/src/com/controlresell/models/items/CreatedItems.d.ts +44 -26
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +14 -7
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +26 -17
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +44 -26
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +10 -5
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +10 -5
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +18 -0
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.js +3 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.js.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.ts +3 -1
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +18 -9
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.d.ts +13 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.d.ts.map +1 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.js +6 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.js.map +1 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.ts +7 -0
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +30 -0
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +30 -0
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +34 -25
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +40 -5
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +2 -2
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +102 -78
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +14 -7
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +78 -58
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +18 -9
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +14 -7
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +48 -28
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +10 -5
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +10 -5
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +6 -3
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js +2 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.ts +2 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +6 -3
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +2 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +2 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.d.ts +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.js +2 -2
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.ts +2 -2
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +152 -120
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "controlresell",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.2",
|
|
4
4
|
"description": "Auto-generated zod project from Kotlin using zodable",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"typescript": "^5.9.3"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"controlresell-connector": "^1.
|
|
21
|
+
"controlresell-connector": "^1.5.2",
|
|
22
22
|
"zod": "^3.25.76",
|
|
23
23
|
"zodable-kotlin-primitives": "^1.0.0"
|
|
24
24
|
}
|
|
@@ -4,13 +4,13 @@ export declare const CancelRequestSchema: z.ZodObject<{
|
|
|
4
4
|
accountsId: z.ZodArray<z.ZodString, "many">;
|
|
5
5
|
action: z.ZodEnum<["PUBLISH", "REPUBLISH", "UPDATE", "DELETE"]>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
action: "REPUBLISH" | "PUBLISH" | "UPDATE" | "DELETE";
|
|
7
8
|
itemIds: number[];
|
|
8
9
|
accountsId: string[];
|
|
9
|
-
action: "REPUBLISH" | "PUBLISH" | "UPDATE" | "DELETE";
|
|
10
10
|
}, {
|
|
11
|
+
action: "REPUBLISH" | "PUBLISH" | "UPDATE" | "DELETE";
|
|
11
12
|
itemIds: number[];
|
|
12
13
|
accountsId: string[];
|
|
13
|
-
action: "REPUBLISH" | "PUBLISH" | "UPDATE" | "DELETE";
|
|
14
14
|
}>;
|
|
15
15
|
export type CancelRequest = z.infer<typeof CancelRequestSchema>;
|
|
16
16
|
//# sourceMappingURL=CancelRequest.d.ts.map
|
|
@@ -60,21 +60,26 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
60
60
|
}>, z.ZodObject<{
|
|
61
61
|
payload: z.ZodObject<{
|
|
62
62
|
accountId: z.ZodString;
|
|
63
|
+
isUserInitiated: z.ZodBoolean;
|
|
63
64
|
}, "strip", z.ZodTypeAny, {
|
|
64
65
|
accountId: string;
|
|
66
|
+
isUserInitiated: boolean;
|
|
65
67
|
}, {
|
|
66
68
|
accountId: string;
|
|
69
|
+
isUserInitiated: boolean;
|
|
67
70
|
}>;
|
|
68
71
|
type: z.ZodLiteral<"ACCOUNTS_LOGIN">;
|
|
69
72
|
}, "strip", z.ZodTypeAny, {
|
|
70
73
|
type: "ACCOUNTS_LOGIN";
|
|
71
74
|
payload: {
|
|
72
75
|
accountId: string;
|
|
76
|
+
isUserInitiated: boolean;
|
|
73
77
|
};
|
|
74
78
|
}, {
|
|
75
79
|
type: "ACCOUNTS_LOGIN";
|
|
76
80
|
payload: {
|
|
77
81
|
accountId: string;
|
|
82
|
+
isUserInitiated: boolean;
|
|
78
83
|
};
|
|
79
84
|
}>, z.ZodObject<{
|
|
80
85
|
payload: z.ZodObject<{
|
|
@@ -341,7 +346,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
341
346
|
accountId: string;
|
|
342
347
|
conversationId: string;
|
|
343
348
|
offerId: string;
|
|
344
|
-
role: "
|
|
349
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
345
350
|
price: number;
|
|
346
351
|
currency: string;
|
|
347
352
|
checkLastPlatformMessageToBe?: {
|
|
@@ -353,7 +358,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
353
358
|
accountId: string;
|
|
354
359
|
conversationId: string;
|
|
355
360
|
offerId: string;
|
|
356
|
-
role: "
|
|
361
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
357
362
|
price: number;
|
|
358
363
|
currency: string;
|
|
359
364
|
checkLastPlatformMessageToBe?: {
|
|
@@ -369,7 +374,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
369
374
|
accountId: string;
|
|
370
375
|
conversationId: string;
|
|
371
376
|
offerId: string;
|
|
372
|
-
role: "
|
|
377
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
373
378
|
price: number;
|
|
374
379
|
currency: string;
|
|
375
380
|
checkLastPlatformMessageToBe?: {
|
|
@@ -384,7 +389,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
384
389
|
accountId: string;
|
|
385
390
|
conversationId: string;
|
|
386
391
|
offerId: string;
|
|
387
|
-
role: "
|
|
392
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
388
393
|
price: number;
|
|
389
394
|
currency: string;
|
|
390
395
|
checkLastPlatformMessageToBe?: {
|
|
@@ -415,7 +420,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
415
420
|
accountId: string;
|
|
416
421
|
conversationId: string;
|
|
417
422
|
offerId: string;
|
|
418
|
-
role: "
|
|
423
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
419
424
|
accepted: boolean;
|
|
420
425
|
checkLastPlatformMessageToBe?: {
|
|
421
426
|
id: string;
|
|
@@ -426,7 +431,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
426
431
|
accountId: string;
|
|
427
432
|
conversationId: string;
|
|
428
433
|
offerId: string;
|
|
429
|
-
role: "
|
|
434
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
430
435
|
accepted: boolean;
|
|
431
436
|
checkLastPlatformMessageToBe?: {
|
|
432
437
|
id: string;
|
|
@@ -441,7 +446,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
441
446
|
accountId: string;
|
|
442
447
|
conversationId: string;
|
|
443
448
|
offerId: string;
|
|
444
|
-
role: "
|
|
449
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
445
450
|
accepted: boolean;
|
|
446
451
|
checkLastPlatformMessageToBe?: {
|
|
447
452
|
id: string;
|
|
@@ -455,7 +460,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
455
460
|
accountId: string;
|
|
456
461
|
conversationId: string;
|
|
457
462
|
offerId: string;
|
|
458
|
-
role: "
|
|
463
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
459
464
|
accepted: boolean;
|
|
460
465
|
checkLastPlatformMessageToBe?: {
|
|
461
466
|
id: string;
|
|
@@ -2082,6 +2087,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2082
2087
|
type: "ACCOUNTS_LOGIN";
|
|
2083
2088
|
payload: {
|
|
2084
2089
|
accountId: string;
|
|
2090
|
+
isUserInitiated: boolean;
|
|
2085
2091
|
};
|
|
2086
2092
|
} | {
|
|
2087
2093
|
type: "ACCOUNTS_LOGOUT";
|
|
@@ -2147,7 +2153,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2147
2153
|
accountId: string;
|
|
2148
2154
|
conversationId: string;
|
|
2149
2155
|
offerId: string;
|
|
2150
|
-
role: "
|
|
2156
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
2151
2157
|
price: number;
|
|
2152
2158
|
currency: string;
|
|
2153
2159
|
checkLastPlatformMessageToBe?: {
|
|
@@ -2162,7 +2168,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2162
2168
|
accountId: string;
|
|
2163
2169
|
conversationId: string;
|
|
2164
2170
|
offerId: string;
|
|
2165
|
-
role: "
|
|
2171
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
2166
2172
|
accepted: boolean;
|
|
2167
2173
|
checkLastPlatformMessageToBe?: {
|
|
2168
2174
|
id: string;
|
|
@@ -2449,6 +2455,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2449
2455
|
type: "ACCOUNTS_LOGIN";
|
|
2450
2456
|
payload: {
|
|
2451
2457
|
accountId: string;
|
|
2458
|
+
isUserInitiated: boolean;
|
|
2452
2459
|
};
|
|
2453
2460
|
} | {
|
|
2454
2461
|
type: "ACCOUNTS_LOGOUT";
|
|
@@ -2514,7 +2521,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2514
2521
|
accountId: string;
|
|
2515
2522
|
conversationId: string;
|
|
2516
2523
|
offerId: string;
|
|
2517
|
-
role: "
|
|
2524
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
2518
2525
|
price: number;
|
|
2519
2526
|
currency: string;
|
|
2520
2527
|
checkLastPlatformMessageToBe?: {
|
|
@@ -2529,7 +2536,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2529
2536
|
accountId: string;
|
|
2530
2537
|
conversationId: string;
|
|
2531
2538
|
offerId: string;
|
|
2532
|
-
role: "
|
|
2539
|
+
role: "NONE" | "BUYER" | "SELLER";
|
|
2533
2540
|
accepted: boolean;
|
|
2534
2541
|
checkLastPlatformMessageToBe?: {
|
|
2535
2542
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageStreamResponse.d.ts","sourceRoot":"","sources":["MessageStreamResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"MessageStreamResponse.d.ts","sourceRoot":"","sources":["MessageStreamResponse.ts"],"names":[],"mappings":"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"}
|
|
@@ -220,6 +220,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
220
220
|
issueDate: Date;
|
|
221
221
|
subtotal: number;
|
|
222
222
|
fileId?: string | null | undefined;
|
|
223
|
+
vatAmount?: number | null | undefined;
|
|
223
224
|
file?: {
|
|
224
225
|
path: string;
|
|
225
226
|
id: string;
|
|
@@ -228,7 +229,6 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
228
229
|
signedUrl: string;
|
|
229
230
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
230
231
|
} | null | undefined;
|
|
231
|
-
vatAmount?: number | null | undefined;
|
|
232
232
|
vatRate?: number | null | undefined;
|
|
233
233
|
businessProfile?: {
|
|
234
234
|
id: string;
|
|
@@ -299,6 +299,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
299
299
|
issueDate: Date;
|
|
300
300
|
subtotal: number;
|
|
301
301
|
fileId?: string | null | undefined;
|
|
302
|
+
vatAmount?: number | null | undefined;
|
|
302
303
|
file?: {
|
|
303
304
|
path: string;
|
|
304
305
|
id: string;
|
|
@@ -307,7 +308,6 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
307
308
|
signedUrl: string;
|
|
308
309
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
309
310
|
} | null | undefined;
|
|
310
|
-
vatAmount?: number | null | undefined;
|
|
311
311
|
vatRate?: number | null | undefined;
|
|
312
312
|
businessProfile?: {
|
|
313
313
|
id: string;
|
|
@@ -383,6 +383,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
383
383
|
issueDate: Date;
|
|
384
384
|
subtotal: number;
|
|
385
385
|
fileId?: string | null | undefined;
|
|
386
|
+
vatAmount?: number | null | undefined;
|
|
386
387
|
file?: {
|
|
387
388
|
path: string;
|
|
388
389
|
id: string;
|
|
@@ -391,7 +392,6 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
391
392
|
signedUrl: string;
|
|
392
393
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
393
394
|
} | null | undefined;
|
|
394
|
-
vatAmount?: number | null | undefined;
|
|
395
395
|
vatRate?: number | null | undefined;
|
|
396
396
|
businessProfile?: {
|
|
397
397
|
id: string;
|
|
@@ -468,6 +468,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
468
468
|
issueDate: Date;
|
|
469
469
|
subtotal: number;
|
|
470
470
|
fileId?: string | null | undefined;
|
|
471
|
+
vatAmount?: number | null | undefined;
|
|
471
472
|
file?: {
|
|
472
473
|
path: string;
|
|
473
474
|
id: string;
|
|
@@ -476,7 +477,6 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
476
477
|
signedUrl: string;
|
|
477
478
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
478
479
|
} | null | undefined;
|
|
479
|
-
vatAmount?: number | null | undefined;
|
|
480
480
|
vatRate?: number | null | undefined;
|
|
481
481
|
businessProfile?: {
|
|
482
482
|
id: string;
|
|
@@ -2285,7 +2285,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2285
2285
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2286
2286
|
name: z.ZodString;
|
|
2287
2287
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2288
|
-
status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]
|
|
2288
|
+
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
2289
2289
|
night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2290
2290
|
startsAt: z.ZodDate;
|
|
2291
2291
|
endsAt: z.ZodDate;
|
|
@@ -2326,8 +2326,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2326
2326
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2327
2327
|
}>>>;
|
|
2328
2328
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
2329
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2329
2330
|
}, "strip", z.ZodTypeAny, {
|
|
2330
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2331
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2331
2332
|
name: string;
|
|
2332
2333
|
userId: number;
|
|
2333
2334
|
accountId: string;
|
|
@@ -2353,12 +2354,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2353
2354
|
signedUrl: string;
|
|
2354
2355
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2355
2356
|
} | null | undefined;
|
|
2357
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
2356
2358
|
}, {
|
|
2357
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2358
2359
|
name: string;
|
|
2359
2360
|
userId: number;
|
|
2360
2361
|
accountId: string;
|
|
2361
2362
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2363
|
+
status?: unknown;
|
|
2362
2364
|
locale?: string | null | undefined;
|
|
2363
2365
|
lockReason?: unknown;
|
|
2364
2366
|
night?: {
|
|
@@ -2380,6 +2382,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2380
2382
|
signedUrl: string;
|
|
2381
2383
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2382
2384
|
} | null | undefined;
|
|
2385
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
2383
2386
|
}>>>;
|
|
2384
2387
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2385
2388
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2399,7 +2402,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2399
2402
|
viewsCount?: number | null | undefined;
|
|
2400
2403
|
favoritesCount?: number | null | undefined;
|
|
2401
2404
|
account?: {
|
|
2402
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2405
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2403
2406
|
name: string;
|
|
2404
2407
|
userId: number;
|
|
2405
2408
|
accountId: string;
|
|
@@ -2425,6 +2428,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2425
2428
|
signedUrl: string;
|
|
2426
2429
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2427
2430
|
} | null | undefined;
|
|
2431
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
2428
2432
|
} | null | undefined;
|
|
2429
2433
|
}, {
|
|
2430
2434
|
id: string;
|
|
@@ -2441,11 +2445,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2441
2445
|
viewsCount?: number | null | undefined;
|
|
2442
2446
|
favoritesCount?: number | null | undefined;
|
|
2443
2447
|
account?: {
|
|
2444
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2445
2448
|
name: string;
|
|
2446
2449
|
userId: number;
|
|
2447
2450
|
accountId: string;
|
|
2448
2451
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2452
|
+
status?: unknown;
|
|
2449
2453
|
locale?: string | null | undefined;
|
|
2450
2454
|
lockReason?: unknown;
|
|
2451
2455
|
night?: {
|
|
@@ -2467,6 +2471,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2467
2471
|
signedUrl: string;
|
|
2468
2472
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2469
2473
|
} | null | undefined;
|
|
2474
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
2470
2475
|
} | null | undefined;
|
|
2471
2476
|
}>, "many">>>;
|
|
2472
2477
|
actions: z.ZodObject<{
|
|
@@ -2835,6 +2840,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2835
2840
|
issueDate: Date;
|
|
2836
2841
|
subtotal: number;
|
|
2837
2842
|
fileId?: string | null | undefined;
|
|
2843
|
+
vatAmount?: number | null | undefined;
|
|
2838
2844
|
file?: {
|
|
2839
2845
|
path: string;
|
|
2840
2846
|
id: string;
|
|
@@ -2843,7 +2849,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2843
2849
|
signedUrl: string;
|
|
2844
2850
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2845
2851
|
} | null | undefined;
|
|
2846
|
-
vatAmount?: number | null | undefined;
|
|
2847
2852
|
vatRate?: number | null | undefined;
|
|
2848
2853
|
businessProfile?: {
|
|
2849
2854
|
id: string;
|
|
@@ -2914,6 +2919,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2914
2919
|
issueDate: Date;
|
|
2915
2920
|
subtotal: number;
|
|
2916
2921
|
fileId?: string | null | undefined;
|
|
2922
|
+
vatAmount?: number | null | undefined;
|
|
2917
2923
|
file?: {
|
|
2918
2924
|
path: string;
|
|
2919
2925
|
id: string;
|
|
@@ -2922,7 +2928,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2922
2928
|
signedUrl: string;
|
|
2923
2929
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2924
2930
|
} | null | undefined;
|
|
2925
|
-
vatAmount?: number | null | undefined;
|
|
2926
2931
|
vatRate?: number | null | undefined;
|
|
2927
2932
|
businessProfile?: {
|
|
2928
2933
|
id: string;
|
|
@@ -3028,6 +3033,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3028
3033
|
issueDate: Date;
|
|
3029
3034
|
subtotal: number;
|
|
3030
3035
|
fileId?: string | null | undefined;
|
|
3036
|
+
vatAmount?: number | null | undefined;
|
|
3031
3037
|
file?: {
|
|
3032
3038
|
path: string;
|
|
3033
3039
|
id: string;
|
|
@@ -3036,7 +3042,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3036
3042
|
signedUrl: string;
|
|
3037
3043
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3038
3044
|
} | null | undefined;
|
|
3039
|
-
vatAmount?: number | null | undefined;
|
|
3040
3045
|
vatRate?: number | null | undefined;
|
|
3041
3046
|
businessProfile?: {
|
|
3042
3047
|
id: string;
|
|
@@ -3142,6 +3147,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3142
3147
|
issueDate: Date;
|
|
3143
3148
|
subtotal: number;
|
|
3144
3149
|
fileId?: string | null | undefined;
|
|
3150
|
+
vatAmount?: number | null | undefined;
|
|
3145
3151
|
file?: {
|
|
3146
3152
|
path: string;
|
|
3147
3153
|
id: string;
|
|
@@ -3150,7 +3156,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3150
3156
|
signedUrl: string;
|
|
3151
3157
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3152
3158
|
} | null | undefined;
|
|
3153
|
-
vatAmount?: number | null | undefined;
|
|
3154
3159
|
vatRate?: number | null | undefined;
|
|
3155
3160
|
businessProfile?: {
|
|
3156
3161
|
id: string;
|
|
@@ -3275,7 +3280,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3275
3280
|
viewsCount?: number | null | undefined;
|
|
3276
3281
|
favoritesCount?: number | null | undefined;
|
|
3277
3282
|
account?: {
|
|
3278
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3283
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
3279
3284
|
name: string;
|
|
3280
3285
|
userId: number;
|
|
3281
3286
|
accountId: string;
|
|
@@ -3301,6 +3306,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3301
3306
|
signedUrl: string;
|
|
3302
3307
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3303
3308
|
} | null | undefined;
|
|
3309
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3304
3310
|
} | null | undefined;
|
|
3305
3311
|
}[] | null | undefined;
|
|
3306
3312
|
brandId?: number | null | undefined;
|
|
@@ -3642,6 +3648,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3642
3648
|
issueDate: Date;
|
|
3643
3649
|
subtotal: number;
|
|
3644
3650
|
fileId?: string | null | undefined;
|
|
3651
|
+
vatAmount?: number | null | undefined;
|
|
3645
3652
|
file?: {
|
|
3646
3653
|
path: string;
|
|
3647
3654
|
id: string;
|
|
@@ -3650,7 +3657,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3650
3657
|
signedUrl: string;
|
|
3651
3658
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3652
3659
|
} | null | undefined;
|
|
3653
|
-
vatAmount?: number | null | undefined;
|
|
3654
3660
|
vatRate?: number | null | undefined;
|
|
3655
3661
|
businessProfile?: {
|
|
3656
3662
|
id: string;
|
|
@@ -3775,11 +3781,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3775
3781
|
viewsCount?: number | null | undefined;
|
|
3776
3782
|
favoritesCount?: number | null | undefined;
|
|
3777
3783
|
account?: {
|
|
3778
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3779
3784
|
name: string;
|
|
3780
3785
|
userId: number;
|
|
3781
3786
|
accountId: string;
|
|
3782
3787
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3788
|
+
status?: unknown;
|
|
3783
3789
|
locale?: string | null | undefined;
|
|
3784
3790
|
lockReason?: unknown;
|
|
3785
3791
|
night?: {
|
|
@@ -3801,6 +3807,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3801
3807
|
signedUrl: string;
|
|
3802
3808
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3803
3809
|
} | null | undefined;
|
|
3810
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3804
3811
|
} | null | undefined;
|
|
3805
3812
|
}[] | null | undefined;
|
|
3806
3813
|
brandId?: number | null | undefined;
|
|
@@ -4142,6 +4149,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4142
4149
|
issueDate: Date;
|
|
4143
4150
|
subtotal: number;
|
|
4144
4151
|
fileId?: string | null | undefined;
|
|
4152
|
+
vatAmount?: number | null | undefined;
|
|
4145
4153
|
file?: {
|
|
4146
4154
|
path: string;
|
|
4147
4155
|
id: string;
|
|
@@ -4150,7 +4158,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4150
4158
|
signedUrl: string;
|
|
4151
4159
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4152
4160
|
} | null | undefined;
|
|
4153
|
-
vatAmount?: number | null | undefined;
|
|
4154
4161
|
vatRate?: number | null | undefined;
|
|
4155
4162
|
businessProfile?: {
|
|
4156
4163
|
id: string;
|
|
@@ -4280,7 +4287,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4280
4287
|
viewsCount?: number | null | undefined;
|
|
4281
4288
|
favoritesCount?: number | null | undefined;
|
|
4282
4289
|
account?: {
|
|
4283
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
4290
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
4284
4291
|
name: string;
|
|
4285
4292
|
userId: number;
|
|
4286
4293
|
accountId: string;
|
|
@@ -4306,6 +4313,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4306
4313
|
signedUrl: string;
|
|
4307
4314
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4308
4315
|
} | null | undefined;
|
|
4316
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
4309
4317
|
} | null | undefined;
|
|
4310
4318
|
}[] | null | undefined;
|
|
4311
4319
|
brandId?: number | null | undefined;
|
|
@@ -4647,6 +4655,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4647
4655
|
issueDate: Date;
|
|
4648
4656
|
subtotal: number;
|
|
4649
4657
|
fileId?: string | null | undefined;
|
|
4658
|
+
vatAmount?: number | null | undefined;
|
|
4650
4659
|
file?: {
|
|
4651
4660
|
path: string;
|
|
4652
4661
|
id: string;
|
|
@@ -4655,7 +4664,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4655
4664
|
signedUrl: string;
|
|
4656
4665
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4657
4666
|
} | null | undefined;
|
|
4658
|
-
vatAmount?: number | null | undefined;
|
|
4659
4667
|
vatRate?: number | null | undefined;
|
|
4660
4668
|
businessProfile?: {
|
|
4661
4669
|
id: string;
|
|
@@ -4786,11 +4794,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4786
4794
|
viewsCount?: number | null | undefined;
|
|
4787
4795
|
favoritesCount?: number | null | undefined;
|
|
4788
4796
|
account?: {
|
|
4789
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
4790
4797
|
name: string;
|
|
4791
4798
|
userId: number;
|
|
4792
4799
|
accountId: string;
|
|
4793
4800
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4801
|
+
status?: unknown;
|
|
4794
4802
|
locale?: string | null | undefined;
|
|
4795
4803
|
lockReason?: unknown;
|
|
4796
4804
|
night?: {
|
|
@@ -4812,6 +4820,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4812
4820
|
signedUrl: string;
|
|
4813
4821
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4814
4822
|
} | null | undefined;
|
|
4823
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
4815
4824
|
} | null | undefined;
|
|
4816
4825
|
}[] | null | undefined;
|
|
4817
4826
|
brandId?: number | null | undefined;
|
|
@@ -5153,6 +5162,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
5153
5162
|
issueDate: Date;
|
|
5154
5163
|
subtotal: number;
|
|
5155
5164
|
fileId?: string | null | undefined;
|
|
5165
|
+
vatAmount?: number | null | undefined;
|
|
5156
5166
|
file?: {
|
|
5157
5167
|
path: string;
|
|
5158
5168
|
id: string;
|
|
@@ -5161,7 +5171,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
5161
5171
|
signedUrl: string;
|
|
5162
5172
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5163
5173
|
} | null | undefined;
|
|
5164
|
-
vatAmount?: number | null | undefined;
|
|
5165
5174
|
vatRate?: number | null | undefined;
|
|
5166
5175
|
businessProfile?: {
|
|
5167
5176
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|