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
|
@@ -64,6 +64,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
64
64
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
65
65
|
}>>>;
|
|
66
66
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
67
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
67
68
|
}, "strip", z.ZodTypeAny, {
|
|
68
69
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
69
70
|
name: string;
|
|
@@ -91,6 +92,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
91
92
|
signedUrl: string;
|
|
92
93
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
93
94
|
} | null | undefined;
|
|
95
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
94
96
|
}, {
|
|
95
97
|
name: string;
|
|
96
98
|
userId: number;
|
|
@@ -118,6 +120,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
118
120
|
signedUrl: string;
|
|
119
121
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
120
122
|
} | null | undefined;
|
|
123
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
121
124
|
}>>>;
|
|
122
125
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
123
126
|
id: z.ZodString;
|
|
@@ -382,6 +385,12 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
382
385
|
reviewCount?: number | null | undefined;
|
|
383
386
|
reviewValue?: number | null | undefined;
|
|
384
387
|
location?: string | null | undefined;
|
|
388
|
+
billingName?: string | null | undefined;
|
|
389
|
+
billingAddressLine1?: string | null | undefined;
|
|
390
|
+
billingAddressLine2?: string | null | undefined;
|
|
391
|
+
billingPostalCode?: string | null | undefined;
|
|
392
|
+
billingCity?: string | null | undefined;
|
|
393
|
+
billingCountryCode?: string | null | undefined;
|
|
385
394
|
photoFileId?: string | null | undefined;
|
|
386
395
|
photoFile?: {
|
|
387
396
|
path: string;
|
|
@@ -391,12 +400,6 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
391
400
|
signedUrl: string;
|
|
392
401
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
393
402
|
} | null | undefined;
|
|
394
|
-
billingName?: string | null | undefined;
|
|
395
|
-
billingAddressLine1?: string | null | undefined;
|
|
396
|
-
billingAddressLine2?: string | null | undefined;
|
|
397
|
-
billingPostalCode?: string | null | undefined;
|
|
398
|
-
billingCity?: string | null | undefined;
|
|
399
|
-
billingCountryCode?: string | null | undefined;
|
|
400
403
|
}, {
|
|
401
404
|
id: string;
|
|
402
405
|
conversationId: string;
|
|
@@ -406,6 +409,12 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
406
409
|
reviewCount?: number | null | undefined;
|
|
407
410
|
reviewValue?: number | null | undefined;
|
|
408
411
|
location?: string | null | undefined;
|
|
412
|
+
billingName?: string | null | undefined;
|
|
413
|
+
billingAddressLine1?: string | null | undefined;
|
|
414
|
+
billingAddressLine2?: string | null | undefined;
|
|
415
|
+
billingPostalCode?: string | null | undefined;
|
|
416
|
+
billingCity?: string | null | undefined;
|
|
417
|
+
billingCountryCode?: string | null | undefined;
|
|
409
418
|
photoFileId?: string | null | undefined;
|
|
410
419
|
photoFile?: {
|
|
411
420
|
path: string;
|
|
@@ -415,12 +424,6 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
415
424
|
signedUrl: string;
|
|
416
425
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
417
426
|
} | null | undefined;
|
|
418
|
-
billingName?: string | null | undefined;
|
|
419
|
-
billingAddressLine1?: string | null | undefined;
|
|
420
|
-
billingAddressLine2?: string | null | undefined;
|
|
421
|
-
billingPostalCode?: string | null | undefined;
|
|
422
|
-
billingCity?: string | null | undefined;
|
|
423
|
-
billingCountryCode?: string | null | undefined;
|
|
424
427
|
}>, "many">>>;
|
|
425
428
|
lastRead: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
426
429
|
isPinned: z.ZodBoolean;
|
|
@@ -440,6 +443,12 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
440
443
|
reviewCount?: number | null | undefined;
|
|
441
444
|
reviewValue?: number | null | undefined;
|
|
442
445
|
location?: string | null | undefined;
|
|
446
|
+
billingName?: string | null | undefined;
|
|
447
|
+
billingAddressLine1?: string | null | undefined;
|
|
448
|
+
billingAddressLine2?: string | null | undefined;
|
|
449
|
+
billingPostalCode?: string | null | undefined;
|
|
450
|
+
billingCity?: string | null | undefined;
|
|
451
|
+
billingCountryCode?: string | null | undefined;
|
|
443
452
|
photoFileId?: string | null | undefined;
|
|
444
453
|
photoFile?: {
|
|
445
454
|
path: string;
|
|
@@ -449,12 +458,6 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
449
458
|
signedUrl: string;
|
|
450
459
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
451
460
|
} | null | undefined;
|
|
452
|
-
billingName?: string | null | undefined;
|
|
453
|
-
billingAddressLine1?: string | null | undefined;
|
|
454
|
-
billingAddressLine2?: string | null | undefined;
|
|
455
|
-
billingPostalCode?: string | null | undefined;
|
|
456
|
-
billingCity?: string | null | undefined;
|
|
457
|
-
billingCountryCode?: string | null | undefined;
|
|
458
461
|
}[] | null | undefined;
|
|
459
462
|
account?: {
|
|
460
463
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
@@ -483,6 +486,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
483
486
|
signedUrl: string;
|
|
484
487
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
485
488
|
} | null | undefined;
|
|
489
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
486
490
|
} | null | undefined;
|
|
487
491
|
lastRead?: Date | null | undefined;
|
|
488
492
|
lastMessage?: {
|
|
@@ -549,6 +553,12 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
549
553
|
reviewCount?: number | null | undefined;
|
|
550
554
|
reviewValue?: number | null | undefined;
|
|
551
555
|
location?: string | null | undefined;
|
|
556
|
+
billingName?: string | null | undefined;
|
|
557
|
+
billingAddressLine1?: string | null | undefined;
|
|
558
|
+
billingAddressLine2?: string | null | undefined;
|
|
559
|
+
billingPostalCode?: string | null | undefined;
|
|
560
|
+
billingCity?: string | null | undefined;
|
|
561
|
+
billingCountryCode?: string | null | undefined;
|
|
552
562
|
photoFileId?: string | null | undefined;
|
|
553
563
|
photoFile?: {
|
|
554
564
|
path: string;
|
|
@@ -558,12 +568,6 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
558
568
|
signedUrl: string;
|
|
559
569
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
560
570
|
} | null | undefined;
|
|
561
|
-
billingName?: string | null | undefined;
|
|
562
|
-
billingAddressLine1?: string | null | undefined;
|
|
563
|
-
billingAddressLine2?: string | null | undefined;
|
|
564
|
-
billingPostalCode?: string | null | undefined;
|
|
565
|
-
billingCity?: string | null | undefined;
|
|
566
|
-
billingCountryCode?: string | null | undefined;
|
|
567
571
|
}[] | null | undefined;
|
|
568
572
|
account?: {
|
|
569
573
|
name: string;
|
|
@@ -592,6 +596,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
592
596
|
signedUrl: string;
|
|
593
597
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
594
598
|
} | null | undefined;
|
|
599
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
595
600
|
} | null | undefined;
|
|
596
601
|
lastRead?: Date | null | undefined;
|
|
597
602
|
lastMessage?: {
|
|
@@ -878,6 +883,12 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
878
883
|
reviewCount?: number | null | undefined;
|
|
879
884
|
reviewValue?: number | null | undefined;
|
|
880
885
|
location?: string | null | undefined;
|
|
886
|
+
billingName?: string | null | undefined;
|
|
887
|
+
billingAddressLine1?: string | null | undefined;
|
|
888
|
+
billingAddressLine2?: string | null | undefined;
|
|
889
|
+
billingPostalCode?: string | null | undefined;
|
|
890
|
+
billingCity?: string | null | undefined;
|
|
891
|
+
billingCountryCode?: string | null | undefined;
|
|
881
892
|
photoFileId?: string | null | undefined;
|
|
882
893
|
photoFile?: {
|
|
883
894
|
path: string;
|
|
@@ -887,12 +898,6 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
887
898
|
signedUrl: string;
|
|
888
899
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
889
900
|
} | null | undefined;
|
|
890
|
-
billingName?: string | null | undefined;
|
|
891
|
-
billingAddressLine1?: string | null | undefined;
|
|
892
|
-
billingAddressLine2?: string | null | undefined;
|
|
893
|
-
billingPostalCode?: string | null | undefined;
|
|
894
|
-
billingCity?: string | null | undefined;
|
|
895
|
-
billingCountryCode?: string | null | undefined;
|
|
896
901
|
}[] | null | undefined;
|
|
897
902
|
account?: {
|
|
898
903
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
@@ -921,6 +926,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
921
926
|
signedUrl: string;
|
|
922
927
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
923
928
|
} | null | undefined;
|
|
929
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
924
930
|
} | null | undefined;
|
|
925
931
|
lastRead?: Date | null | undefined;
|
|
926
932
|
lastMessage?: {
|
|
@@ -1038,6 +1044,12 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
1038
1044
|
reviewCount?: number | null | undefined;
|
|
1039
1045
|
reviewValue?: number | null | undefined;
|
|
1040
1046
|
location?: string | null | undefined;
|
|
1047
|
+
billingName?: string | null | undefined;
|
|
1048
|
+
billingAddressLine1?: string | null | undefined;
|
|
1049
|
+
billingAddressLine2?: string | null | undefined;
|
|
1050
|
+
billingPostalCode?: string | null | undefined;
|
|
1051
|
+
billingCity?: string | null | undefined;
|
|
1052
|
+
billingCountryCode?: string | null | undefined;
|
|
1041
1053
|
photoFileId?: string | null | undefined;
|
|
1042
1054
|
photoFile?: {
|
|
1043
1055
|
path: string;
|
|
@@ -1047,12 +1059,6 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
1047
1059
|
signedUrl: string;
|
|
1048
1060
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1049
1061
|
} | null | undefined;
|
|
1050
|
-
billingName?: string | null | undefined;
|
|
1051
|
-
billingAddressLine1?: string | null | undefined;
|
|
1052
|
-
billingAddressLine2?: string | null | undefined;
|
|
1053
|
-
billingPostalCode?: string | null | undefined;
|
|
1054
|
-
billingCity?: string | null | undefined;
|
|
1055
|
-
billingCountryCode?: string | null | undefined;
|
|
1056
1062
|
}[] | null | undefined;
|
|
1057
1063
|
account?: {
|
|
1058
1064
|
name: string;
|
|
@@ -1081,6 +1087,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
1081
1087
|
signedUrl: string;
|
|
1082
1088
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1083
1089
|
} | null | undefined;
|
|
1090
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
1084
1091
|
} | null | undefined;
|
|
1085
1092
|
lastRead?: Date | null | undefined;
|
|
1086
1093
|
lastMessage?: {
|
|
@@ -3515,6 +3522,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3515
3522
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3516
3523
|
}>>>;
|
|
3517
3524
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
3525
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
3518
3526
|
}, "strip", z.ZodTypeAny, {
|
|
3519
3527
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
3520
3528
|
name: string;
|
|
@@ -3542,6 +3550,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3542
3550
|
signedUrl: string;
|
|
3543
3551
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3544
3552
|
} | null | undefined;
|
|
3553
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3545
3554
|
}, {
|
|
3546
3555
|
name: string;
|
|
3547
3556
|
userId: number;
|
|
@@ -3569,6 +3578,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3569
3578
|
signedUrl: string;
|
|
3570
3579
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3571
3580
|
} | null | undefined;
|
|
3581
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3572
3582
|
}>>>;
|
|
3573
3583
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3574
3584
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3614,6 +3624,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3614
3624
|
signedUrl: string;
|
|
3615
3625
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3616
3626
|
} | null | undefined;
|
|
3627
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3617
3628
|
} | null | undefined;
|
|
3618
3629
|
}, {
|
|
3619
3630
|
id: string;
|
|
@@ -3656,6 +3667,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3656
3667
|
signedUrl: string;
|
|
3657
3668
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3658
3669
|
} | null | undefined;
|
|
3670
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3659
3671
|
} | null | undefined;
|
|
3660
3672
|
}>, "many">>>;
|
|
3661
3673
|
actions: z.ZodObject<{
|
|
@@ -4024,6 +4036,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4024
4036
|
issueDate: Date;
|
|
4025
4037
|
subtotal: number;
|
|
4026
4038
|
fileId?: string | null | undefined;
|
|
4039
|
+
vatAmount?: number | null | undefined;
|
|
4027
4040
|
file?: {
|
|
4028
4041
|
path: string;
|
|
4029
4042
|
id: string;
|
|
@@ -4032,7 +4045,6 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4032
4045
|
signedUrl: string;
|
|
4033
4046
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4034
4047
|
} | null | undefined;
|
|
4035
|
-
vatAmount?: number | null | undefined;
|
|
4036
4048
|
vatRate?: number | null | undefined;
|
|
4037
4049
|
businessProfile?: {
|
|
4038
4050
|
id: string;
|
|
@@ -4103,6 +4115,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4103
4115
|
issueDate: Date;
|
|
4104
4116
|
subtotal: number;
|
|
4105
4117
|
fileId?: string | null | undefined;
|
|
4118
|
+
vatAmount?: number | null | undefined;
|
|
4106
4119
|
file?: {
|
|
4107
4120
|
path: string;
|
|
4108
4121
|
id: string;
|
|
@@ -4111,7 +4124,6 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4111
4124
|
signedUrl: string;
|
|
4112
4125
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4113
4126
|
} | null | undefined;
|
|
4114
|
-
vatAmount?: number | null | undefined;
|
|
4115
4127
|
vatRate?: number | null | undefined;
|
|
4116
4128
|
businessProfile?: {
|
|
4117
4129
|
id: string;
|
|
@@ -4217,6 +4229,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4217
4229
|
issueDate: Date;
|
|
4218
4230
|
subtotal: number;
|
|
4219
4231
|
fileId?: string | null | undefined;
|
|
4232
|
+
vatAmount?: number | null | undefined;
|
|
4220
4233
|
file?: {
|
|
4221
4234
|
path: string;
|
|
4222
4235
|
id: string;
|
|
@@ -4225,7 +4238,6 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4225
4238
|
signedUrl: string;
|
|
4226
4239
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4227
4240
|
} | null | undefined;
|
|
4228
|
-
vatAmount?: number | null | undefined;
|
|
4229
4241
|
vatRate?: number | null | undefined;
|
|
4230
4242
|
businessProfile?: {
|
|
4231
4243
|
id: string;
|
|
@@ -4331,6 +4343,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4331
4343
|
issueDate: Date;
|
|
4332
4344
|
subtotal: number;
|
|
4333
4345
|
fileId?: string | null | undefined;
|
|
4346
|
+
vatAmount?: number | null | undefined;
|
|
4334
4347
|
file?: {
|
|
4335
4348
|
path: string;
|
|
4336
4349
|
id: string;
|
|
@@ -4339,7 +4352,6 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4339
4352
|
signedUrl: string;
|
|
4340
4353
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4341
4354
|
} | null | undefined;
|
|
4342
|
-
vatAmount?: number | null | undefined;
|
|
4343
4355
|
vatRate?: number | null | undefined;
|
|
4344
4356
|
businessProfile?: {
|
|
4345
4357
|
id: string;
|
|
@@ -4490,6 +4502,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4490
4502
|
signedUrl: string;
|
|
4491
4503
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4492
4504
|
} | null | undefined;
|
|
4505
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
4493
4506
|
} | null | undefined;
|
|
4494
4507
|
}[] | null | undefined;
|
|
4495
4508
|
brandId?: number | null | undefined;
|
|
@@ -4831,6 +4844,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4831
4844
|
issueDate: Date;
|
|
4832
4845
|
subtotal: number;
|
|
4833
4846
|
fileId?: string | null | undefined;
|
|
4847
|
+
vatAmount?: number | null | undefined;
|
|
4834
4848
|
file?: {
|
|
4835
4849
|
path: string;
|
|
4836
4850
|
id: string;
|
|
@@ -4839,7 +4853,6 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4839
4853
|
signedUrl: string;
|
|
4840
4854
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4841
4855
|
} | null | undefined;
|
|
4842
|
-
vatAmount?: number | null | undefined;
|
|
4843
4856
|
vatRate?: number | null | undefined;
|
|
4844
4857
|
businessProfile?: {
|
|
4845
4858
|
id: string;
|
|
@@ -4990,6 +5003,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4990
5003
|
signedUrl: string;
|
|
4991
5004
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4992
5005
|
} | null | undefined;
|
|
5006
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
4993
5007
|
} | null | undefined;
|
|
4994
5008
|
}[] | null | undefined;
|
|
4995
5009
|
brandId?: number | null | undefined;
|
|
@@ -5331,6 +5345,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
5331
5345
|
issueDate: Date;
|
|
5332
5346
|
subtotal: number;
|
|
5333
5347
|
fileId?: string | null | undefined;
|
|
5348
|
+
vatAmount?: number | null | undefined;
|
|
5334
5349
|
file?: {
|
|
5335
5350
|
path: string;
|
|
5336
5351
|
id: string;
|
|
@@ -5339,7 +5354,6 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
5339
5354
|
signedUrl: string;
|
|
5340
5355
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5341
5356
|
} | null | undefined;
|
|
5342
|
-
vatAmount?: number | null | undefined;
|
|
5343
5357
|
vatRate?: number | null | undefined;
|
|
5344
5358
|
businessProfile?: {
|
|
5345
5359
|
id: string;
|
|
@@ -5495,6 +5509,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
5495
5509
|
signedUrl: string;
|
|
5496
5510
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5497
5511
|
} | null | undefined;
|
|
5512
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
5498
5513
|
} | null | undefined;
|
|
5499
5514
|
}[] | null | undefined;
|
|
5500
5515
|
brandId?: number | null | undefined;
|
|
@@ -5836,6 +5851,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
5836
5851
|
issueDate: Date;
|
|
5837
5852
|
subtotal: number;
|
|
5838
5853
|
fileId?: string | null | undefined;
|
|
5854
|
+
vatAmount?: number | null | undefined;
|
|
5839
5855
|
file?: {
|
|
5840
5856
|
path: string;
|
|
5841
5857
|
id: string;
|
|
@@ -5844,7 +5860,6 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
5844
5860
|
signedUrl: string;
|
|
5845
5861
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5846
5862
|
} | null | undefined;
|
|
5847
|
-
vatAmount?: number | null | undefined;
|
|
5848
5863
|
vatRate?: number | null | undefined;
|
|
5849
5864
|
businessProfile?: {
|
|
5850
5865
|
id: string;
|
|
@@ -5999,6 +6014,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
5999
6014
|
signedUrl: string;
|
|
6000
6015
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6001
6016
|
} | null | undefined;
|
|
6017
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
6002
6018
|
} | null | undefined;
|
|
6003
6019
|
}[] | null | undefined;
|
|
6004
6020
|
brandId?: number | null | undefined;
|
|
@@ -6340,6 +6356,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
6340
6356
|
issueDate: Date;
|
|
6341
6357
|
subtotal: number;
|
|
6342
6358
|
fileId?: string | null | undefined;
|
|
6359
|
+
vatAmount?: number | null | undefined;
|
|
6343
6360
|
file?: {
|
|
6344
6361
|
path: string;
|
|
6345
6362
|
id: string;
|
|
@@ -6348,7 +6365,6 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
6348
6365
|
signedUrl: string;
|
|
6349
6366
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6350
6367
|
} | null | undefined;
|
|
6351
|
-
vatAmount?: number | null | undefined;
|
|
6352
6368
|
vatRate?: number | null | undefined;
|
|
6353
6369
|
businessProfile?: {
|
|
6354
6370
|
id: string;
|
|
@@ -7851,6 +7867,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7851
7867
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
7852
7868
|
}>>>;
|
|
7853
7869
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
7870
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
7854
7871
|
}, "strip", z.ZodTypeAny, {
|
|
7855
7872
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
7856
7873
|
name: string;
|
|
@@ -7878,6 +7895,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7878
7895
|
signedUrl: string;
|
|
7879
7896
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
7880
7897
|
} | null | undefined;
|
|
7898
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
7881
7899
|
}, {
|
|
7882
7900
|
name: string;
|
|
7883
7901
|
userId: number;
|
|
@@ -7905,6 +7923,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7905
7923
|
signedUrl: string;
|
|
7906
7924
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
7907
7925
|
} | null | undefined;
|
|
7926
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
7908
7927
|
}>>>;
|
|
7909
7928
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7910
7929
|
id: z.ZodString;
|
|
@@ -8169,6 +8188,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8169
8188
|
reviewCount?: number | null | undefined;
|
|
8170
8189
|
reviewValue?: number | null | undefined;
|
|
8171
8190
|
location?: string | null | undefined;
|
|
8191
|
+
billingName?: string | null | undefined;
|
|
8192
|
+
billingAddressLine1?: string | null | undefined;
|
|
8193
|
+
billingAddressLine2?: string | null | undefined;
|
|
8194
|
+
billingPostalCode?: string | null | undefined;
|
|
8195
|
+
billingCity?: string | null | undefined;
|
|
8196
|
+
billingCountryCode?: string | null | undefined;
|
|
8172
8197
|
photoFileId?: string | null | undefined;
|
|
8173
8198
|
photoFile?: {
|
|
8174
8199
|
path: string;
|
|
@@ -8178,12 +8203,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8178
8203
|
signedUrl: string;
|
|
8179
8204
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8180
8205
|
} | null | undefined;
|
|
8181
|
-
billingName?: string | null | undefined;
|
|
8182
|
-
billingAddressLine1?: string | null | undefined;
|
|
8183
|
-
billingAddressLine2?: string | null | undefined;
|
|
8184
|
-
billingPostalCode?: string | null | undefined;
|
|
8185
|
-
billingCity?: string | null | undefined;
|
|
8186
|
-
billingCountryCode?: string | null | undefined;
|
|
8187
8206
|
}, {
|
|
8188
8207
|
id: string;
|
|
8189
8208
|
conversationId: string;
|
|
@@ -8193,6 +8212,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8193
8212
|
reviewCount?: number | null | undefined;
|
|
8194
8213
|
reviewValue?: number | null | undefined;
|
|
8195
8214
|
location?: string | null | undefined;
|
|
8215
|
+
billingName?: string | null | undefined;
|
|
8216
|
+
billingAddressLine1?: string | null | undefined;
|
|
8217
|
+
billingAddressLine2?: string | null | undefined;
|
|
8218
|
+
billingPostalCode?: string | null | undefined;
|
|
8219
|
+
billingCity?: string | null | undefined;
|
|
8220
|
+
billingCountryCode?: string | null | undefined;
|
|
8196
8221
|
photoFileId?: string | null | undefined;
|
|
8197
8222
|
photoFile?: {
|
|
8198
8223
|
path: string;
|
|
@@ -8202,12 +8227,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8202
8227
|
signedUrl: string;
|
|
8203
8228
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8204
8229
|
} | null | undefined;
|
|
8205
|
-
billingName?: string | null | undefined;
|
|
8206
|
-
billingAddressLine1?: string | null | undefined;
|
|
8207
|
-
billingAddressLine2?: string | null | undefined;
|
|
8208
|
-
billingPostalCode?: string | null | undefined;
|
|
8209
|
-
billingCity?: string | null | undefined;
|
|
8210
|
-
billingCountryCode?: string | null | undefined;
|
|
8211
8230
|
}>, "many">>>;
|
|
8212
8231
|
lastRead: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
8213
8232
|
isPinned: z.ZodBoolean;
|
|
@@ -8227,6 +8246,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8227
8246
|
reviewCount?: number | null | undefined;
|
|
8228
8247
|
reviewValue?: number | null | undefined;
|
|
8229
8248
|
location?: string | null | undefined;
|
|
8249
|
+
billingName?: string | null | undefined;
|
|
8250
|
+
billingAddressLine1?: string | null | undefined;
|
|
8251
|
+
billingAddressLine2?: string | null | undefined;
|
|
8252
|
+
billingPostalCode?: string | null | undefined;
|
|
8253
|
+
billingCity?: string | null | undefined;
|
|
8254
|
+
billingCountryCode?: string | null | undefined;
|
|
8230
8255
|
photoFileId?: string | null | undefined;
|
|
8231
8256
|
photoFile?: {
|
|
8232
8257
|
path: string;
|
|
@@ -8236,12 +8261,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8236
8261
|
signedUrl: string;
|
|
8237
8262
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8238
8263
|
} | null | undefined;
|
|
8239
|
-
billingName?: string | null | undefined;
|
|
8240
|
-
billingAddressLine1?: string | null | undefined;
|
|
8241
|
-
billingAddressLine2?: string | null | undefined;
|
|
8242
|
-
billingPostalCode?: string | null | undefined;
|
|
8243
|
-
billingCity?: string | null | undefined;
|
|
8244
|
-
billingCountryCode?: string | null | undefined;
|
|
8245
8264
|
}[] | null | undefined;
|
|
8246
8265
|
account?: {
|
|
8247
8266
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
@@ -8270,6 +8289,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8270
8289
|
signedUrl: string;
|
|
8271
8290
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8272
8291
|
} | null | undefined;
|
|
8292
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
8273
8293
|
} | null | undefined;
|
|
8274
8294
|
lastRead?: Date | null | undefined;
|
|
8275
8295
|
lastMessage?: {
|
|
@@ -8336,6 +8356,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8336
8356
|
reviewCount?: number | null | undefined;
|
|
8337
8357
|
reviewValue?: number | null | undefined;
|
|
8338
8358
|
location?: string | null | undefined;
|
|
8359
|
+
billingName?: string | null | undefined;
|
|
8360
|
+
billingAddressLine1?: string | null | undefined;
|
|
8361
|
+
billingAddressLine2?: string | null | undefined;
|
|
8362
|
+
billingPostalCode?: string | null | undefined;
|
|
8363
|
+
billingCity?: string | null | undefined;
|
|
8364
|
+
billingCountryCode?: string | null | undefined;
|
|
8339
8365
|
photoFileId?: string | null | undefined;
|
|
8340
8366
|
photoFile?: {
|
|
8341
8367
|
path: string;
|
|
@@ -8345,12 +8371,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8345
8371
|
signedUrl: string;
|
|
8346
8372
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8347
8373
|
} | null | undefined;
|
|
8348
|
-
billingName?: string | null | undefined;
|
|
8349
|
-
billingAddressLine1?: string | null | undefined;
|
|
8350
|
-
billingAddressLine2?: string | null | undefined;
|
|
8351
|
-
billingPostalCode?: string | null | undefined;
|
|
8352
|
-
billingCity?: string | null | undefined;
|
|
8353
|
-
billingCountryCode?: string | null | undefined;
|
|
8354
8374
|
}[] | null | undefined;
|
|
8355
8375
|
account?: {
|
|
8356
8376
|
name: string;
|
|
@@ -8379,6 +8399,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8379
8399
|
signedUrl: string;
|
|
8380
8400
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8381
8401
|
} | null | undefined;
|
|
8402
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
8382
8403
|
} | null | undefined;
|
|
8383
8404
|
lastRead?: Date | null | undefined;
|
|
8384
8405
|
lastMessage?: {
|
|
@@ -8665,6 +8686,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8665
8686
|
reviewCount?: number | null | undefined;
|
|
8666
8687
|
reviewValue?: number | null | undefined;
|
|
8667
8688
|
location?: string | null | undefined;
|
|
8689
|
+
billingName?: string | null | undefined;
|
|
8690
|
+
billingAddressLine1?: string | null | undefined;
|
|
8691
|
+
billingAddressLine2?: string | null | undefined;
|
|
8692
|
+
billingPostalCode?: string | null | undefined;
|
|
8693
|
+
billingCity?: string | null | undefined;
|
|
8694
|
+
billingCountryCode?: string | null | undefined;
|
|
8668
8695
|
photoFileId?: string | null | undefined;
|
|
8669
8696
|
photoFile?: {
|
|
8670
8697
|
path: string;
|
|
@@ -8674,12 +8701,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8674
8701
|
signedUrl: string;
|
|
8675
8702
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8676
8703
|
} | null | undefined;
|
|
8677
|
-
billingName?: string | null | undefined;
|
|
8678
|
-
billingAddressLine1?: string | null | undefined;
|
|
8679
|
-
billingAddressLine2?: string | null | undefined;
|
|
8680
|
-
billingPostalCode?: string | null | undefined;
|
|
8681
|
-
billingCity?: string | null | undefined;
|
|
8682
|
-
billingCountryCode?: string | null | undefined;
|
|
8683
8704
|
}[] | null | undefined;
|
|
8684
8705
|
account?: {
|
|
8685
8706
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
@@ -8708,6 +8729,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8708
8729
|
signedUrl: string;
|
|
8709
8730
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8710
8731
|
} | null | undefined;
|
|
8732
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
8711
8733
|
} | null | undefined;
|
|
8712
8734
|
lastRead?: Date | null | undefined;
|
|
8713
8735
|
lastMessage?: {
|
|
@@ -8825,6 +8847,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8825
8847
|
reviewCount?: number | null | undefined;
|
|
8826
8848
|
reviewValue?: number | null | undefined;
|
|
8827
8849
|
location?: string | null | undefined;
|
|
8850
|
+
billingName?: string | null | undefined;
|
|
8851
|
+
billingAddressLine1?: string | null | undefined;
|
|
8852
|
+
billingAddressLine2?: string | null | undefined;
|
|
8853
|
+
billingPostalCode?: string | null | undefined;
|
|
8854
|
+
billingCity?: string | null | undefined;
|
|
8855
|
+
billingCountryCode?: string | null | undefined;
|
|
8828
8856
|
photoFileId?: string | null | undefined;
|
|
8829
8857
|
photoFile?: {
|
|
8830
8858
|
path: string;
|
|
@@ -8834,12 +8862,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8834
8862
|
signedUrl: string;
|
|
8835
8863
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8836
8864
|
} | null | undefined;
|
|
8837
|
-
billingName?: string | null | undefined;
|
|
8838
|
-
billingAddressLine1?: string | null | undefined;
|
|
8839
|
-
billingAddressLine2?: string | null | undefined;
|
|
8840
|
-
billingPostalCode?: string | null | undefined;
|
|
8841
|
-
billingCity?: string | null | undefined;
|
|
8842
|
-
billingCountryCode?: string | null | undefined;
|
|
8843
8865
|
}[] | null | undefined;
|
|
8844
8866
|
account?: {
|
|
8845
8867
|
name: string;
|
|
@@ -8868,6 +8890,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8868
8890
|
signedUrl: string;
|
|
8869
8891
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
8870
8892
|
} | null | undefined;
|
|
8893
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
8871
8894
|
} | null | undefined;
|
|
8872
8895
|
lastRead?: Date | null | undefined;
|
|
8873
8896
|
lastMessage?: {
|
|
@@ -11298,6 +11321,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
11298
11321
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
11299
11322
|
}>>>;
|
|
11300
11323
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
11324
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
11301
11325
|
}, "strip", z.ZodTypeAny, {
|
|
11302
11326
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
11303
11327
|
name: string;
|
|
@@ -11325,6 +11349,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
11325
11349
|
signedUrl: string;
|
|
11326
11350
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
11327
11351
|
} | null | undefined;
|
|
11352
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
11328
11353
|
}, {
|
|
11329
11354
|
name: string;
|
|
11330
11355
|
userId: number;
|
|
@@ -11352,6 +11377,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
11352
11377
|
signedUrl: string;
|
|
11353
11378
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
11354
11379
|
} | null | undefined;
|
|
11380
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
11355
11381
|
}>>>;
|
|
11356
11382
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11357
11383
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -11397,6 +11423,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
11397
11423
|
signedUrl: string;
|
|
11398
11424
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
11399
11425
|
} | null | undefined;
|
|
11426
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
11400
11427
|
} | null | undefined;
|
|
11401
11428
|
}, {
|
|
11402
11429
|
id: string;
|
|
@@ -11439,6 +11466,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
11439
11466
|
signedUrl: string;
|
|
11440
11467
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
11441
11468
|
} | null | undefined;
|
|
11469
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
11442
11470
|
} | null | undefined;
|
|
11443
11471
|
}>, "many">>>;
|
|
11444
11472
|
actions: z.ZodObject<{
|
|
@@ -11807,6 +11835,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
11807
11835
|
issueDate: Date;
|
|
11808
11836
|
subtotal: number;
|
|
11809
11837
|
fileId?: string | null | undefined;
|
|
11838
|
+
vatAmount?: number | null | undefined;
|
|
11810
11839
|
file?: {
|
|
11811
11840
|
path: string;
|
|
11812
11841
|
id: string;
|
|
@@ -11815,7 +11844,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
11815
11844
|
signedUrl: string;
|
|
11816
11845
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
11817
11846
|
} | null | undefined;
|
|
11818
|
-
vatAmount?: number | null | undefined;
|
|
11819
11847
|
vatRate?: number | null | undefined;
|
|
11820
11848
|
businessProfile?: {
|
|
11821
11849
|
id: string;
|
|
@@ -11886,6 +11914,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
11886
11914
|
issueDate: Date;
|
|
11887
11915
|
subtotal: number;
|
|
11888
11916
|
fileId?: string | null | undefined;
|
|
11917
|
+
vatAmount?: number | null | undefined;
|
|
11889
11918
|
file?: {
|
|
11890
11919
|
path: string;
|
|
11891
11920
|
id: string;
|
|
@@ -11894,7 +11923,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
11894
11923
|
signedUrl: string;
|
|
11895
11924
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
11896
11925
|
} | null | undefined;
|
|
11897
|
-
vatAmount?: number | null | undefined;
|
|
11898
11926
|
vatRate?: number | null | undefined;
|
|
11899
11927
|
businessProfile?: {
|
|
11900
11928
|
id: string;
|
|
@@ -12000,6 +12028,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
12000
12028
|
issueDate: Date;
|
|
12001
12029
|
subtotal: number;
|
|
12002
12030
|
fileId?: string | null | undefined;
|
|
12031
|
+
vatAmount?: number | null | undefined;
|
|
12003
12032
|
file?: {
|
|
12004
12033
|
path: string;
|
|
12005
12034
|
id: string;
|
|
@@ -12008,7 +12037,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
12008
12037
|
signedUrl: string;
|
|
12009
12038
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
12010
12039
|
} | null | undefined;
|
|
12011
|
-
vatAmount?: number | null | undefined;
|
|
12012
12040
|
vatRate?: number | null | undefined;
|
|
12013
12041
|
businessProfile?: {
|
|
12014
12042
|
id: string;
|
|
@@ -12114,6 +12142,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
12114
12142
|
issueDate: Date;
|
|
12115
12143
|
subtotal: number;
|
|
12116
12144
|
fileId?: string | null | undefined;
|
|
12145
|
+
vatAmount?: number | null | undefined;
|
|
12117
12146
|
file?: {
|
|
12118
12147
|
path: string;
|
|
12119
12148
|
id: string;
|
|
@@ -12122,7 +12151,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
12122
12151
|
signedUrl: string;
|
|
12123
12152
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
12124
12153
|
} | null | undefined;
|
|
12125
|
-
vatAmount?: number | null | undefined;
|
|
12126
12154
|
vatRate?: number | null | undefined;
|
|
12127
12155
|
businessProfile?: {
|
|
12128
12156
|
id: string;
|
|
@@ -12273,6 +12301,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
12273
12301
|
signedUrl: string;
|
|
12274
12302
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
12275
12303
|
} | null | undefined;
|
|
12304
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
12276
12305
|
} | null | undefined;
|
|
12277
12306
|
}[] | null | undefined;
|
|
12278
12307
|
brandId?: number | null | undefined;
|
|
@@ -12614,6 +12643,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
12614
12643
|
issueDate: Date;
|
|
12615
12644
|
subtotal: number;
|
|
12616
12645
|
fileId?: string | null | undefined;
|
|
12646
|
+
vatAmount?: number | null | undefined;
|
|
12617
12647
|
file?: {
|
|
12618
12648
|
path: string;
|
|
12619
12649
|
id: string;
|
|
@@ -12622,7 +12652,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
12622
12652
|
signedUrl: string;
|
|
12623
12653
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
12624
12654
|
} | null | undefined;
|
|
12625
|
-
vatAmount?: number | null | undefined;
|
|
12626
12655
|
vatRate?: number | null | undefined;
|
|
12627
12656
|
businessProfile?: {
|
|
12628
12657
|
id: string;
|
|
@@ -12773,6 +12802,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
12773
12802
|
signedUrl: string;
|
|
12774
12803
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
12775
12804
|
} | null | undefined;
|
|
12805
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
12776
12806
|
} | null | undefined;
|
|
12777
12807
|
}[] | null | undefined;
|
|
12778
12808
|
brandId?: number | null | undefined;
|
|
@@ -13114,6 +13144,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
13114
13144
|
issueDate: Date;
|
|
13115
13145
|
subtotal: number;
|
|
13116
13146
|
fileId?: string | null | undefined;
|
|
13147
|
+
vatAmount?: number | null | undefined;
|
|
13117
13148
|
file?: {
|
|
13118
13149
|
path: string;
|
|
13119
13150
|
id: string;
|
|
@@ -13122,7 +13153,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
13122
13153
|
signedUrl: string;
|
|
13123
13154
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
13124
13155
|
} | null | undefined;
|
|
13125
|
-
vatAmount?: number | null | undefined;
|
|
13126
13156
|
vatRate?: number | null | undefined;
|
|
13127
13157
|
businessProfile?: {
|
|
13128
13158
|
id: string;
|
|
@@ -13278,6 +13308,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
13278
13308
|
signedUrl: string;
|
|
13279
13309
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
13280
13310
|
} | null | undefined;
|
|
13311
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
13281
13312
|
} | null | undefined;
|
|
13282
13313
|
}[] | null | undefined;
|
|
13283
13314
|
brandId?: number | null | undefined;
|
|
@@ -13619,6 +13650,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
13619
13650
|
issueDate: Date;
|
|
13620
13651
|
subtotal: number;
|
|
13621
13652
|
fileId?: string | null | undefined;
|
|
13653
|
+
vatAmount?: number | null | undefined;
|
|
13622
13654
|
file?: {
|
|
13623
13655
|
path: string;
|
|
13624
13656
|
id: string;
|
|
@@ -13627,7 +13659,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
13627
13659
|
signedUrl: string;
|
|
13628
13660
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
13629
13661
|
} | null | undefined;
|
|
13630
|
-
vatAmount?: number | null | undefined;
|
|
13631
13662
|
vatRate?: number | null | undefined;
|
|
13632
13663
|
businessProfile?: {
|
|
13633
13664
|
id: string;
|
|
@@ -13782,6 +13813,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
13782
13813
|
signedUrl: string;
|
|
13783
13814
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
13784
13815
|
} | null | undefined;
|
|
13816
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
13785
13817
|
} | null | undefined;
|
|
13786
13818
|
}[] | null | undefined;
|
|
13787
13819
|
brandId?: number | null | undefined;
|
|
@@ -14123,6 +14155,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
14123
14155
|
issueDate: Date;
|
|
14124
14156
|
subtotal: number;
|
|
14125
14157
|
fileId?: string | null | undefined;
|
|
14158
|
+
vatAmount?: number | null | undefined;
|
|
14126
14159
|
file?: {
|
|
14127
14160
|
path: string;
|
|
14128
14161
|
id: string;
|
|
@@ -14131,7 +14164,6 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
14131
14164
|
signedUrl: string;
|
|
14132
14165
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
14133
14166
|
} | null | undefined;
|
|
14134
|
-
vatAmount?: number | null | undefined;
|
|
14135
14167
|
vatRate?: number | null | undefined;
|
|
14136
14168
|
businessProfile?: {
|
|
14137
14169
|
id: string;
|