controlresell 2.22.1 → 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 +17 -8
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +13 -6
- 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 +29 -24
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +96 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +43 -36
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +43 -36
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -0
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -0
- 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 +5 -0
- 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 +26 -8
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +7 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +17 -8
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +26 -8
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +9 -0
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
- 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 +25 -16
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +35 -0
- 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 +78 -54
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -0
- 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 +58 -38
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -0
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +28 -8
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -0
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -0
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +3 -0
- 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 +3 -0
- 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/ws/UserWsPayload.d.ts +120 -88
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
|
@@ -60,6 +60,7 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
60
60
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
61
61
|
}>>>;
|
|
62
62
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
63
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
63
64
|
}, "strip", z.ZodTypeAny, {
|
|
64
65
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
65
66
|
name: string;
|
|
@@ -87,6 +88,7 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
87
88
|
signedUrl: string;
|
|
88
89
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
89
90
|
} | null | undefined;
|
|
91
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
90
92
|
}, {
|
|
91
93
|
name: string;
|
|
92
94
|
userId: number;
|
|
@@ -114,6 +116,7 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
114
116
|
signedUrl: string;
|
|
115
117
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
116
118
|
} | null | undefined;
|
|
119
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
117
120
|
}>>>;
|
|
118
121
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
122
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -159,6 +162,7 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
159
162
|
signedUrl: string;
|
|
160
163
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
161
164
|
} | null | undefined;
|
|
165
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
162
166
|
} | null | undefined;
|
|
163
167
|
}, {
|
|
164
168
|
id: string;
|
|
@@ -201,6 +205,7 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
201
205
|
signedUrl: string;
|
|
202
206
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
203
207
|
} | null | undefined;
|
|
208
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
204
209
|
} | null | undefined;
|
|
205
210
|
}>>>;
|
|
206
211
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -247,6 +252,7 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
247
252
|
signedUrl: string;
|
|
248
253
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
249
254
|
} | null | undefined;
|
|
255
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
250
256
|
} | null | undefined;
|
|
251
257
|
} | null | undefined;
|
|
252
258
|
}, {
|
|
@@ -293,6 +299,7 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
293
299
|
signedUrl: string;
|
|
294
300
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
295
301
|
} | null | undefined;
|
|
302
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
296
303
|
} | null | undefined;
|
|
297
304
|
} | null | undefined;
|
|
298
305
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemInTransaction.d.ts","sourceRoot":"","sources":["ItemInTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"ItemInTransaction.d.ts","sourceRoot":"","sources":["ItemInTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
|
|
@@ -69,6 +69,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
69
69
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
70
70
|
}>>>;
|
|
71
71
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
72
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
72
73
|
}, "strip", z.ZodTypeAny, {
|
|
73
74
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
74
75
|
name: string;
|
|
@@ -96,6 +97,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
96
97
|
signedUrl: string;
|
|
97
98
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
98
99
|
} | null | undefined;
|
|
100
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
99
101
|
}, {
|
|
100
102
|
name: string;
|
|
101
103
|
userId: number;
|
|
@@ -123,6 +125,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
123
125
|
signedUrl: string;
|
|
124
126
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
125
127
|
} | null | undefined;
|
|
128
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
126
129
|
}>>>;
|
|
127
130
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
128
131
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -168,6 +171,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
168
171
|
signedUrl: string;
|
|
169
172
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
170
173
|
} | null | undefined;
|
|
174
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
171
175
|
} | null | undefined;
|
|
172
176
|
}, {
|
|
173
177
|
id: string;
|
|
@@ -210,6 +214,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
210
214
|
signedUrl: string;
|
|
211
215
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
212
216
|
} | null | undefined;
|
|
217
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
213
218
|
} | null | undefined;
|
|
214
219
|
}>>>;
|
|
215
220
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -256,6 +261,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
256
261
|
signedUrl: string;
|
|
257
262
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
258
263
|
} | null | undefined;
|
|
264
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
259
265
|
} | null | undefined;
|
|
260
266
|
} | null | undefined;
|
|
261
267
|
}, {
|
|
@@ -302,6 +308,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
302
308
|
signedUrl: string;
|
|
303
309
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
304
310
|
} | null | undefined;
|
|
311
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
305
312
|
} | null | undefined;
|
|
306
313
|
} | null | undefined;
|
|
307
314
|
}>, "many">>>;
|
|
@@ -355,6 +362,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
355
362
|
signedUrl: string;
|
|
356
363
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
357
364
|
} | null | undefined;
|
|
365
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
358
366
|
} | null | undefined;
|
|
359
367
|
} | null | undefined;
|
|
360
368
|
}[] | null | undefined;
|
|
@@ -410,6 +418,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
410
418
|
signedUrl: string;
|
|
411
419
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
412
420
|
} | null | undefined;
|
|
421
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
413
422
|
} | null | undefined;
|
|
414
423
|
} | null | undefined;
|
|
415
424
|
}[] | null | undefined;
|
|
@@ -2740,6 +2749,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2740
2749
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2741
2750
|
}>>>;
|
|
2742
2751
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
2752
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2743
2753
|
}, "strip", z.ZodTypeAny, {
|
|
2744
2754
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2745
2755
|
name: string;
|
|
@@ -2767,6 +2777,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2767
2777
|
signedUrl: string;
|
|
2768
2778
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2769
2779
|
} | null | undefined;
|
|
2780
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
2770
2781
|
}, {
|
|
2771
2782
|
name: string;
|
|
2772
2783
|
userId: number;
|
|
@@ -2794,6 +2805,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2794
2805
|
signedUrl: string;
|
|
2795
2806
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2796
2807
|
} | null | undefined;
|
|
2808
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
2797
2809
|
}>>>;
|
|
2798
2810
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2799
2811
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2839,6 +2851,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2839
2851
|
signedUrl: string;
|
|
2840
2852
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2841
2853
|
} | null | undefined;
|
|
2854
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
2842
2855
|
} | null | undefined;
|
|
2843
2856
|
}, {
|
|
2844
2857
|
id: string;
|
|
@@ -2881,6 +2894,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2881
2894
|
signedUrl: string;
|
|
2882
2895
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2883
2896
|
} | null | undefined;
|
|
2897
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
2884
2898
|
} | null | undefined;
|
|
2885
2899
|
}>, "many">>>;
|
|
2886
2900
|
actions: z.ZodObject<{
|
|
@@ -3249,6 +3263,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3249
3263
|
issueDate: Date;
|
|
3250
3264
|
subtotal: number;
|
|
3251
3265
|
fileId?: string | null | undefined;
|
|
3266
|
+
vatAmount?: number | null | undefined;
|
|
3252
3267
|
file?: {
|
|
3253
3268
|
path: string;
|
|
3254
3269
|
id: string;
|
|
@@ -3257,7 +3272,6 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3257
3272
|
signedUrl: string;
|
|
3258
3273
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3259
3274
|
} | null | undefined;
|
|
3260
|
-
vatAmount?: number | null | undefined;
|
|
3261
3275
|
vatRate?: number | null | undefined;
|
|
3262
3276
|
businessProfile?: {
|
|
3263
3277
|
id: string;
|
|
@@ -3328,6 +3342,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3328
3342
|
issueDate: Date;
|
|
3329
3343
|
subtotal: number;
|
|
3330
3344
|
fileId?: string | null | undefined;
|
|
3345
|
+
vatAmount?: number | null | undefined;
|
|
3331
3346
|
file?: {
|
|
3332
3347
|
path: string;
|
|
3333
3348
|
id: string;
|
|
@@ -3336,7 +3351,6 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3336
3351
|
signedUrl: string;
|
|
3337
3352
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3338
3353
|
} | null | undefined;
|
|
3339
|
-
vatAmount?: number | null | undefined;
|
|
3340
3354
|
vatRate?: number | null | undefined;
|
|
3341
3355
|
businessProfile?: {
|
|
3342
3356
|
id: string;
|
|
@@ -3442,6 +3456,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3442
3456
|
issueDate: Date;
|
|
3443
3457
|
subtotal: number;
|
|
3444
3458
|
fileId?: string | null | undefined;
|
|
3459
|
+
vatAmount?: number | null | undefined;
|
|
3445
3460
|
file?: {
|
|
3446
3461
|
path: string;
|
|
3447
3462
|
id: string;
|
|
@@ -3450,7 +3465,6 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3450
3465
|
signedUrl: string;
|
|
3451
3466
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3452
3467
|
} | null | undefined;
|
|
3453
|
-
vatAmount?: number | null | undefined;
|
|
3454
3468
|
vatRate?: number | null | undefined;
|
|
3455
3469
|
businessProfile?: {
|
|
3456
3470
|
id: string;
|
|
@@ -3556,6 +3570,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3556
3570
|
issueDate: Date;
|
|
3557
3571
|
subtotal: number;
|
|
3558
3572
|
fileId?: string | null | undefined;
|
|
3573
|
+
vatAmount?: number | null | undefined;
|
|
3559
3574
|
file?: {
|
|
3560
3575
|
path: string;
|
|
3561
3576
|
id: string;
|
|
@@ -3564,7 +3579,6 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3564
3579
|
signedUrl: string;
|
|
3565
3580
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3566
3581
|
} | null | undefined;
|
|
3567
|
-
vatAmount?: number | null | undefined;
|
|
3568
3582
|
vatRate?: number | null | undefined;
|
|
3569
3583
|
businessProfile?: {
|
|
3570
3584
|
id: string;
|
|
@@ -3715,6 +3729,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3715
3729
|
signedUrl: string;
|
|
3716
3730
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3717
3731
|
} | null | undefined;
|
|
3732
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3718
3733
|
} | null | undefined;
|
|
3719
3734
|
}[] | null | undefined;
|
|
3720
3735
|
brandId?: number | null | undefined;
|
|
@@ -4056,6 +4071,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
4056
4071
|
issueDate: Date;
|
|
4057
4072
|
subtotal: number;
|
|
4058
4073
|
fileId?: string | null | undefined;
|
|
4074
|
+
vatAmount?: number | null | undefined;
|
|
4059
4075
|
file?: {
|
|
4060
4076
|
path: string;
|
|
4061
4077
|
id: string;
|
|
@@ -4064,7 +4080,6 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
4064
4080
|
signedUrl: string;
|
|
4065
4081
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4066
4082
|
} | null | undefined;
|
|
4067
|
-
vatAmount?: number | null | undefined;
|
|
4068
4083
|
vatRate?: number | null | undefined;
|
|
4069
4084
|
businessProfile?: {
|
|
4070
4085
|
id: string;
|
|
@@ -4215,6 +4230,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
4215
4230
|
signedUrl: string;
|
|
4216
4231
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4217
4232
|
} | null | undefined;
|
|
4233
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
4218
4234
|
} | null | undefined;
|
|
4219
4235
|
}[] | null | undefined;
|
|
4220
4236
|
brandId?: number | null | undefined;
|
|
@@ -4556,6 +4572,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
4556
4572
|
issueDate: Date;
|
|
4557
4573
|
subtotal: number;
|
|
4558
4574
|
fileId?: string | null | undefined;
|
|
4575
|
+
vatAmount?: number | null | undefined;
|
|
4559
4576
|
file?: {
|
|
4560
4577
|
path: string;
|
|
4561
4578
|
id: string;
|
|
@@ -4564,7 +4581,6 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
4564
4581
|
signedUrl: string;
|
|
4565
4582
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4566
4583
|
} | null | undefined;
|
|
4567
|
-
vatAmount?: number | null | undefined;
|
|
4568
4584
|
vatRate?: number | null | undefined;
|
|
4569
4585
|
businessProfile?: {
|
|
4570
4586
|
id: string;
|
|
@@ -4717,6 +4733,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
4717
4733
|
signedUrl: string;
|
|
4718
4734
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4719
4735
|
} | null | undefined;
|
|
4736
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
4720
4737
|
} | null | undefined;
|
|
4721
4738
|
}[] | null | undefined;
|
|
4722
4739
|
brandId?: number | null | undefined;
|
|
@@ -5058,6 +5075,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5058
5075
|
issueDate: Date;
|
|
5059
5076
|
subtotal: number;
|
|
5060
5077
|
fileId?: string | null | undefined;
|
|
5078
|
+
vatAmount?: number | null | undefined;
|
|
5061
5079
|
file?: {
|
|
5062
5080
|
path: string;
|
|
5063
5081
|
id: string;
|
|
@@ -5066,7 +5084,6 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5066
5084
|
signedUrl: string;
|
|
5067
5085
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5068
5086
|
} | null | undefined;
|
|
5069
|
-
vatAmount?: number | null | undefined;
|
|
5070
5087
|
vatRate?: number | null | undefined;
|
|
5071
5088
|
businessProfile?: {
|
|
5072
5089
|
id: string;
|
|
@@ -5175,6 +5192,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5175
5192
|
signedUrl: string;
|
|
5176
5193
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5177
5194
|
} | null | undefined;
|
|
5195
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
5178
5196
|
} | null | undefined;
|
|
5179
5197
|
} | null | undefined;
|
|
5180
5198
|
}[] | null | undefined;
|
|
@@ -5275,6 +5293,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5275
5293
|
signedUrl: string;
|
|
5276
5294
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5277
5295
|
} | null | undefined;
|
|
5296
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
5278
5297
|
} | null | undefined;
|
|
5279
5298
|
}[] | null | undefined;
|
|
5280
5299
|
brandId?: number | null | undefined;
|
|
@@ -5616,6 +5635,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5616
5635
|
issueDate: Date;
|
|
5617
5636
|
subtotal: number;
|
|
5618
5637
|
fileId?: string | null | undefined;
|
|
5638
|
+
vatAmount?: number | null | undefined;
|
|
5619
5639
|
file?: {
|
|
5620
5640
|
path: string;
|
|
5621
5641
|
id: string;
|
|
@@ -5624,7 +5644,6 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5624
5644
|
signedUrl: string;
|
|
5625
5645
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5626
5646
|
} | null | undefined;
|
|
5627
|
-
vatAmount?: number | null | undefined;
|
|
5628
5647
|
vatRate?: number | null | undefined;
|
|
5629
5648
|
businessProfile?: {
|
|
5630
5649
|
id: string;
|
|
@@ -5733,6 +5752,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5733
5752
|
signedUrl: string;
|
|
5734
5753
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5735
5754
|
} | null | undefined;
|
|
5755
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
5736
5756
|
} | null | undefined;
|
|
5737
5757
|
} | null | undefined;
|
|
5738
5758
|
}[] | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionWithItems.d.ts","sourceRoot":"","sources":["TransactionWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"TransactionWithItems.d.ts","sourceRoot":"","sources":["TransactionWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
|
|
@@ -47,6 +47,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
47
47
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
48
48
|
}>>>;
|
|
49
49
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
50
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
50
51
|
}, "strip", z.ZodTypeAny, {
|
|
51
52
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
52
53
|
name: string;
|
|
@@ -74,6 +75,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
74
75
|
signedUrl: string;
|
|
75
76
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
76
77
|
} | null | undefined;
|
|
78
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
77
79
|
}, {
|
|
78
80
|
name: string;
|
|
79
81
|
userId: number;
|
|
@@ -101,6 +103,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
101
103
|
signedUrl: string;
|
|
102
104
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
103
105
|
} | null | undefined;
|
|
106
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
104
107
|
}>;
|
|
105
108
|
otp: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
106
109
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -132,6 +135,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
132
135
|
signedUrl: string;
|
|
133
136
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
134
137
|
} | null | undefined;
|
|
138
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
135
139
|
};
|
|
136
140
|
otp?: number | null | undefined;
|
|
137
141
|
error?: string | null | undefined;
|
|
@@ -163,6 +167,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
163
167
|
signedUrl: string;
|
|
164
168
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
165
169
|
} | null | undefined;
|
|
170
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
166
171
|
};
|
|
167
172
|
otp?: number | null | undefined;
|
|
168
173
|
error?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlatformAuthRequest.d.ts","sourceRoot":"","sources":["PlatformAuthRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"PlatformAuthRequest.d.ts","sourceRoot":"","sources":["PlatformAuthRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA"}
|
|
@@ -47,6 +47,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
47
47
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
48
48
|
}>>>;
|
|
49
49
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
50
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
50
51
|
}, "strip", z.ZodTypeAny, {
|
|
51
52
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
52
53
|
name: string;
|
|
@@ -74,6 +75,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
74
75
|
signedUrl: string;
|
|
75
76
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
76
77
|
} | null | undefined;
|
|
78
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
77
79
|
}, {
|
|
78
80
|
name: string;
|
|
79
81
|
userId: number;
|
|
@@ -101,6 +103,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
101
103
|
signedUrl: string;
|
|
102
104
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
103
105
|
} | null | undefined;
|
|
106
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
104
107
|
}>;
|
|
105
108
|
job: z.ZodEnum<["POSTS_LIST", "ORDERS_LIST", "CONVERSATIONS_INBOX_GET", "ACCOUNTS_LOGIN"]>;
|
|
106
109
|
done: z.ZodBoolean;
|
|
@@ -132,6 +135,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
132
135
|
signedUrl: string;
|
|
133
136
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
134
137
|
} | null | undefined;
|
|
138
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
135
139
|
};
|
|
136
140
|
job: "ACCOUNTS_LOGIN" | "CONVERSATIONS_INBOX_GET" | "ORDERS_LIST" | "POSTS_LIST";
|
|
137
141
|
done: boolean;
|
|
@@ -163,6 +167,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
163
167
|
signedUrl: string;
|
|
164
168
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
165
169
|
} | null | undefined;
|
|
170
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
166
171
|
};
|
|
167
172
|
job: "ACCOUNTS_LOGIN" | "CONVERSATIONS_INBOX_GET" | "ORDERS_LIST" | "POSTS_LIST";
|
|
168
173
|
done: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlatformJobUpdate.d.ts","sourceRoot":"","sources":["PlatformJobUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"PlatformJobUpdate.d.ts","sourceRoot":"","sources":["PlatformJobUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
|
|
@@ -18,6 +18,7 @@ export declare const UpdateUserOnPlatformPayloadSchema: z.ZodObject<{
|
|
|
18
18
|
pendingBalance: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
19
|
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
20
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
21
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
21
22
|
}, "strip", z.ZodTypeAny, {
|
|
22
23
|
status?: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED" | null | undefined;
|
|
23
24
|
name?: string | null | undefined;
|
|
@@ -31,6 +32,7 @@ export declare const UpdateUserOnPlatformPayloadSchema: z.ZodObject<{
|
|
|
31
32
|
availableBalance?: number | null | undefined;
|
|
32
33
|
pendingBalance?: number | null | undefined;
|
|
33
34
|
profilePictureFileId?: string | null | undefined;
|
|
35
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
34
36
|
}, {
|
|
35
37
|
status?: unknown;
|
|
36
38
|
name?: string | null | undefined;
|
|
@@ -44,6 +46,7 @@ export declare const UpdateUserOnPlatformPayloadSchema: z.ZodObject<{
|
|
|
44
46
|
availableBalance?: number | null | undefined;
|
|
45
47
|
pendingBalance?: number | null | undefined;
|
|
46
48
|
profilePictureFileId?: string | null | undefined;
|
|
49
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
47
50
|
}>;
|
|
48
51
|
export type UpdateUserOnPlatformPayload = z.infer<typeof UpdateUserOnPlatformPayloadSchema>;
|
|
49
52
|
//# sourceMappingURL=UpdateUserOnPlatformPayload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateUserOnPlatformPayload.d.ts","sourceRoot":"","sources":["UpdateUserOnPlatformPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"UpdateUserOnPlatformPayload.d.ts","sourceRoot":"","sources":["UpdateUserOnPlatformPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5C,CAAA;AACF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAA"}
|
|
@@ -11,6 +11,7 @@ export const UpdateUserOnPlatformPayloadSchema = z.object({
|
|
|
11
11
|
availableBalance: z.number().nullish(),
|
|
12
12
|
pendingBalance: z.number().nullish(),
|
|
13
13
|
profilePictureFileId: z.string().uuid().nullish(),
|
|
14
|
-
lockReason: AccountLockReasonSchema.nullish()
|
|
14
|
+
lockReason: AccountLockReasonSchema.nullish(),
|
|
15
|
+
cooldownEndsAt: z.coerce.date().nullish()
|
|
15
16
|
});
|
|
16
17
|
//# sourceMappingURL=UpdateUserOnPlatformPayload.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateUserOnPlatformPayload.js","sourceRoot":"","sources":["UpdateUserOnPlatformPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAA;AACnD,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAC,0BAA0B,EAAC,MAAM,wBAAwB,CAAA;AAEjE,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CAAC;IACtD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC1B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC5B,MAAM,EAAE,0BAA0B,CAAC,OAAO,EAAE;IAC5C,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACjC,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE;IAC5B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACtC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACpC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IACjD,UAAU,EAAE,uBAAuB,CAAC,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"UpdateUserOnPlatformPayload.js","sourceRoot":"","sources":["UpdateUserOnPlatformPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAA;AACnD,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAC,0BAA0B,EAAC,MAAM,wBAAwB,CAAA;AAEjE,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CAAC;IACtD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC1B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC5B,MAAM,EAAE,0BAA0B,CAAC,OAAO,EAAE;IAC5C,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACjC,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE;IAC5B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACtC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACpC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IACjD,UAAU,EAAE,uBAAuB,CAAC,OAAO,EAAE;IAC7C,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;CAC5C,CAAC,CAAA"}
|
|
@@ -12,6 +12,7 @@ export const UpdateUserOnPlatformPayloadSchema = z.object({
|
|
|
12
12
|
availableBalance: z.number().nullish(),
|
|
13
13
|
pendingBalance: z.number().nullish(),
|
|
14
14
|
profilePictureFileId: z.string().uuid().nullish(),
|
|
15
|
-
lockReason: AccountLockReasonSchema.nullish()
|
|
15
|
+
lockReason: AccountLockReasonSchema.nullish(),
|
|
16
|
+
cooldownEndsAt: z.coerce.date().nullish()
|
|
16
17
|
})
|
|
17
18
|
export type UpdateUserOnPlatformPayload = z.infer<typeof UpdateUserOnPlatformPayloadSchema>
|
|
@@ -46,6 +46,7 @@ export declare const UserOnPlatformSchema: z.ZodObject<{
|
|
|
46
46
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
47
47
|
}>>>;
|
|
48
48
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
49
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
49
50
|
}, "strip", z.ZodTypeAny, {
|
|
50
51
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
51
52
|
name: string;
|
|
@@ -73,6 +74,7 @@ export declare const UserOnPlatformSchema: z.ZodObject<{
|
|
|
73
74
|
signedUrl: string;
|
|
74
75
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
75
76
|
} | null | undefined;
|
|
77
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
76
78
|
}, {
|
|
77
79
|
name: string;
|
|
78
80
|
userId: number;
|
|
@@ -100,6 +102,7 @@ export declare const UserOnPlatformSchema: z.ZodObject<{
|
|
|
100
102
|
signedUrl: string;
|
|
101
103
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
102
104
|
} | null | undefined;
|
|
105
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
103
106
|
}>;
|
|
104
107
|
export type UserOnPlatform = z.infer<typeof UserOnPlatformSchema>;
|
|
105
108
|
//# sourceMappingURL=UserOnPlatform.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserOnPlatform.d.ts","sourceRoot":"","sources":["UserOnPlatform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAOrB,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"UserOnPlatform.d.ts","sourceRoot":"","sources":["UserOnPlatform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAOrB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB/B,CAAA;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA"}
|
|
@@ -20,6 +20,7 @@ export const UserOnPlatformSchema = z.object({
|
|
|
20
20
|
pendingBalance: z.number().nullish(),
|
|
21
21
|
profilePictureFileId: z.string().uuid().nullish(),
|
|
22
22
|
profilePicture: FileSchema.nullish(),
|
|
23
|
-
lockReason: AccountLockReasonSchema.nullish()
|
|
23
|
+
lockReason: AccountLockReasonSchema.nullish(),
|
|
24
|
+
cooldownEndsAt: z.coerce.date().nullish()
|
|
24
25
|
});
|
|
25
26
|
//# sourceMappingURL=UserOnPlatform.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserOnPlatform.js","sourceRoot":"","sources":["UserOnPlatform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAA;AAC7D,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAA;AACnD,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAC,0BAA0B,EAAC,MAAM,wBAAwB,CAAA;AACjE,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAA;AAE3C,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5B,QAAQ,EAAE,qBAAqB;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC5B,MAAM,EAAE,0BAA0B;IAClC,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE;IAC5B,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;IAC7C,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;IAC1C,qBAAqB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;IACjD,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;IAC1C,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACtC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACpC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IACjD,cAAc,EAAE,UAAU,CAAC,OAAO,EAAE;IACpC,UAAU,EAAE,uBAAuB,CAAC,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"UserOnPlatform.js","sourceRoot":"","sources":["UserOnPlatform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAA;AAC7D,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAA;AACnD,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAC,0BAA0B,EAAC,MAAM,wBAAwB,CAAA;AACjE,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAA;AAE3C,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5B,QAAQ,EAAE,qBAAqB;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC5B,MAAM,EAAE,0BAA0B;IAClC,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE;IAC5B,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;IAC7C,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;IAC1C,qBAAqB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;IACjD,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;IAC1C,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACtC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACpC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IACjD,cAAc,EAAE,UAAU,CAAC,OAAO,EAAE;IACpC,UAAU,EAAE,uBAAuB,CAAC,OAAO,EAAE;IAC7C,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;CAC5C,CAAC,CAAA"}
|
|
@@ -21,6 +21,7 @@ export const UserOnPlatformSchema = z.object({
|
|
|
21
21
|
pendingBalance: z.number().nullish(),
|
|
22
22
|
profilePictureFileId: z.string().uuid().nullish(),
|
|
23
23
|
profilePicture: FileSchema.nullish(),
|
|
24
|
-
lockReason: AccountLockReasonSchema.nullish()
|
|
24
|
+
lockReason: AccountLockReasonSchema.nullish(),
|
|
25
|
+
cooldownEndsAt: z.coerce.date().nullish()
|
|
25
26
|
})
|
|
26
27
|
export type UserOnPlatform = z.infer<typeof UserOnPlatformSchema>
|