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.
Files changed (82) hide show
  1. package/package.json +2 -2
  2. package/src/com/controlresell/api/requests/items/cancel/CancelRequest.d.ts +2 -2
  3. package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +19 -12
  4. package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
  5. package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts +4 -4
  6. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +17 -8
  7. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
  8. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +13 -6
  9. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  10. package/src/com/controlresell/api/responses/items/ListedItemOrder.d.ts +4 -4
  11. package/src/com/controlresell/models/conversations/Conversation.d.ts +29 -24
  12. package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
  13. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +96 -0
  14. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
  15. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +43 -36
  16. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
  17. package/src/com/controlresell/models/conversations/UserConversations.d.ts +43 -36
  18. package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
  19. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -0
  20. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
  21. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -0
  22. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
  23. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -0
  24. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
  25. package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +12 -12
  26. package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +2 -2
  27. package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +2 -2
  28. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -0
  29. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
  30. package/src/com/controlresell/models/invoices/Invoice.d.ts +2 -2
  31. package/src/com/controlresell/models/items/CreatedItems.d.ts +26 -8
  32. package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
  33. package/src/com/controlresell/models/items/Item.d.ts +7 -0
  34. package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
  35. package/src/com/controlresell/models/items/ItemUpdate.d.ts +17 -8
  36. package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
  37. package/src/com/controlresell/models/items/UpdatedItem.d.ts +26 -8
  38. package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
  39. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -0
  40. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
  41. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -0
  42. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
  43. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +9 -0
  44. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
  45. package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +30 -0
  46. package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts.map +1 -1
  47. package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +30 -0
  48. package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts.map +1 -1
  49. package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +4 -4
  50. package/src/com/controlresell/models/platforms/orders/Order.d.ts +25 -16
  51. package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
  52. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +35 -0
  53. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
  54. package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +2 -2
  55. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +78 -54
  56. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  57. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -0
  58. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
  59. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +58 -38
  60. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  61. package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -0
  62. package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
  63. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -0
  64. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
  65. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +28 -8
  66. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  67. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -0
  68. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
  69. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -0
  70. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
  71. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +3 -0
  72. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts.map +1 -1
  73. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js +2 -1
  74. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js.map +1 -1
  75. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.ts +2 -1
  76. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -0
  77. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
  78. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +2 -1
  79. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
  80. package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +2 -1
  81. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +120 -88
  82. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
@@ -54,6 +54,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
54
54
  status?: "PENDING" | "CONFIRMED" | null | undefined;
55
55
  }>>>;
56
56
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
57
+ cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
57
58
  }, "strip", z.ZodTypeAny, {
58
59
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
59
60
  name: string;
@@ -81,6 +82,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
81
82
  signedUrl: string;
82
83
  status?: "PENDING" | "CONFIRMED" | null | undefined;
83
84
  } | null | undefined;
85
+ cooldownEndsAt?: Date | null | undefined;
84
86
  }, {
85
87
  name: string;
86
88
  userId: number;
@@ -108,6 +110,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
108
110
  signedUrl: string;
109
111
  status?: "PENDING" | "CONFIRMED" | null | undefined;
110
112
  } | null | undefined;
113
+ cooldownEndsAt?: Date | null | undefined;
111
114
  }>>>;
112
115
  lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
113
116
  id: z.ZodString;
@@ -372,6 +375,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
372
375
  reviewCount?: number | null | undefined;
373
376
  reviewValue?: number | null | undefined;
374
377
  location?: string | null | undefined;
378
+ billingName?: string | null | undefined;
379
+ billingAddressLine1?: string | null | undefined;
380
+ billingAddressLine2?: string | null | undefined;
381
+ billingPostalCode?: string | null | undefined;
382
+ billingCity?: string | null | undefined;
383
+ billingCountryCode?: string | null | undefined;
375
384
  photoFileId?: string | null | undefined;
376
385
  photoFile?: {
377
386
  path: string;
@@ -381,12 +390,6 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
381
390
  signedUrl: string;
382
391
  status?: "PENDING" | "CONFIRMED" | null | undefined;
383
392
  } | null | undefined;
384
- billingName?: string | null | undefined;
385
- billingAddressLine1?: string | null | undefined;
386
- billingAddressLine2?: string | null | undefined;
387
- billingPostalCode?: string | null | undefined;
388
- billingCity?: string | null | undefined;
389
- billingCountryCode?: string | null | undefined;
390
393
  }, {
391
394
  id: string;
392
395
  conversationId: string;
@@ -396,6 +399,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
396
399
  reviewCount?: number | null | undefined;
397
400
  reviewValue?: number | null | undefined;
398
401
  location?: string | null | undefined;
402
+ billingName?: string | null | undefined;
403
+ billingAddressLine1?: string | null | undefined;
404
+ billingAddressLine2?: string | null | undefined;
405
+ billingPostalCode?: string | null | undefined;
406
+ billingCity?: string | null | undefined;
407
+ billingCountryCode?: string | null | undefined;
399
408
  photoFileId?: string | null | undefined;
400
409
  photoFile?: {
401
410
  path: string;
@@ -405,12 +414,6 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
405
414
  signedUrl: string;
406
415
  status?: "PENDING" | "CONFIRMED" | null | undefined;
407
416
  } | null | undefined;
408
- billingName?: string | null | undefined;
409
- billingAddressLine1?: string | null | undefined;
410
- billingAddressLine2?: string | null | undefined;
411
- billingPostalCode?: string | null | undefined;
412
- billingCity?: string | null | undefined;
413
- billingCountryCode?: string | null | undefined;
414
417
  }>, "many">>>;
415
418
  lastRead: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
416
419
  isPinned: z.ZodBoolean;
@@ -430,6 +433,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
430
433
  reviewCount?: number | null | undefined;
431
434
  reviewValue?: number | null | undefined;
432
435
  location?: string | null | undefined;
436
+ billingName?: string | null | undefined;
437
+ billingAddressLine1?: string | null | undefined;
438
+ billingAddressLine2?: string | null | undefined;
439
+ billingPostalCode?: string | null | undefined;
440
+ billingCity?: string | null | undefined;
441
+ billingCountryCode?: string | null | undefined;
433
442
  photoFileId?: string | null | undefined;
434
443
  photoFile?: {
435
444
  path: string;
@@ -439,12 +448,6 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
439
448
  signedUrl: string;
440
449
  status?: "PENDING" | "CONFIRMED" | null | undefined;
441
450
  } | null | undefined;
442
- billingName?: string | null | undefined;
443
- billingAddressLine1?: string | null | undefined;
444
- billingAddressLine2?: string | null | undefined;
445
- billingPostalCode?: string | null | undefined;
446
- billingCity?: string | null | undefined;
447
- billingCountryCode?: string | null | undefined;
448
451
  }[] | null | undefined;
449
452
  account?: {
450
453
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
@@ -473,6 +476,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
473
476
  signedUrl: string;
474
477
  status?: "PENDING" | "CONFIRMED" | null | undefined;
475
478
  } | null | undefined;
479
+ cooldownEndsAt?: Date | null | undefined;
476
480
  } | null | undefined;
477
481
  lastRead?: Date | null | undefined;
478
482
  lastMessage?: {
@@ -539,6 +543,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
539
543
  reviewCount?: number | null | undefined;
540
544
  reviewValue?: number | null | undefined;
541
545
  location?: string | null | undefined;
546
+ billingName?: string | null | undefined;
547
+ billingAddressLine1?: string | null | undefined;
548
+ billingAddressLine2?: string | null | undefined;
549
+ billingPostalCode?: string | null | undefined;
550
+ billingCity?: string | null | undefined;
551
+ billingCountryCode?: string | null | undefined;
542
552
  photoFileId?: string | null | undefined;
543
553
  photoFile?: {
544
554
  path: string;
@@ -548,12 +558,6 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
548
558
  signedUrl: string;
549
559
  status?: "PENDING" | "CONFIRMED" | null | undefined;
550
560
  } | null | undefined;
551
- billingName?: string | null | undefined;
552
- billingAddressLine1?: string | null | undefined;
553
- billingAddressLine2?: string | null | undefined;
554
- billingPostalCode?: string | null | undefined;
555
- billingCity?: string | null | undefined;
556
- billingCountryCode?: string | null | undefined;
557
561
  }[] | null | undefined;
558
562
  account?: {
559
563
  name: string;
@@ -582,6 +586,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
582
586
  signedUrl: string;
583
587
  status?: "PENDING" | "CONFIRMED" | null | undefined;
584
588
  } | null | undefined;
589
+ cooldownEndsAt?: Date | null | undefined;
585
590
  } | null | undefined;
586
591
  lastRead?: Date | null | undefined;
587
592
  lastMessage?: {
@@ -867,6 +872,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
867
872
  reviewCount?: number | null | undefined;
868
873
  reviewValue?: number | null | undefined;
869
874
  location?: string | null | undefined;
875
+ billingName?: string | null | undefined;
876
+ billingAddressLine1?: string | null | undefined;
877
+ billingAddressLine2?: string | null | undefined;
878
+ billingPostalCode?: string | null | undefined;
879
+ billingCity?: string | null | undefined;
880
+ billingCountryCode?: string | null | undefined;
870
881
  photoFileId?: string | null | undefined;
871
882
  photoFile?: {
872
883
  path: string;
@@ -876,12 +887,6 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
876
887
  signedUrl: string;
877
888
  status?: "PENDING" | "CONFIRMED" | null | undefined;
878
889
  } | null | undefined;
879
- billingName?: string | null | undefined;
880
- billingAddressLine1?: string | null | undefined;
881
- billingAddressLine2?: string | null | undefined;
882
- billingPostalCode?: string | null | undefined;
883
- billingCity?: string | null | undefined;
884
- billingCountryCode?: string | null | undefined;
885
890
  }[] | null | undefined;
886
891
  account?: {
887
892
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
@@ -910,6 +915,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
910
915
  signedUrl: string;
911
916
  status?: "PENDING" | "CONFIRMED" | null | undefined;
912
917
  } | null | undefined;
918
+ cooldownEndsAt?: Date | null | undefined;
913
919
  } | null | undefined;
914
920
  lastRead?: Date | null | undefined;
915
921
  lastMessage?: {
@@ -1027,6 +1033,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
1027
1033
  reviewCount?: number | null | undefined;
1028
1034
  reviewValue?: number | null | undefined;
1029
1035
  location?: string | null | undefined;
1036
+ billingName?: string | null | undefined;
1037
+ billingAddressLine1?: string | null | undefined;
1038
+ billingAddressLine2?: string | null | undefined;
1039
+ billingPostalCode?: string | null | undefined;
1040
+ billingCity?: string | null | undefined;
1041
+ billingCountryCode?: string | null | undefined;
1030
1042
  photoFileId?: string | null | undefined;
1031
1043
  photoFile?: {
1032
1044
  path: string;
@@ -1036,12 +1048,6 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
1036
1048
  signedUrl: string;
1037
1049
  status?: "PENDING" | "CONFIRMED" | null | undefined;
1038
1050
  } | null | undefined;
1039
- billingName?: string | null | undefined;
1040
- billingAddressLine1?: string | null | undefined;
1041
- billingAddressLine2?: string | null | undefined;
1042
- billingPostalCode?: string | null | undefined;
1043
- billingCity?: string | null | undefined;
1044
- billingCountryCode?: string | null | undefined;
1045
1051
  }[] | null | undefined;
1046
1052
  account?: {
1047
1053
  name: string;
@@ -1070,6 +1076,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
1070
1076
  signedUrl: string;
1071
1077
  status?: "PENDING" | "CONFIRMED" | null | undefined;
1072
1078
  } | null | undefined;
1079
+ cooldownEndsAt?: Date | null | undefined;
1073
1080
  } | null | undefined;
1074
1081
  lastRead?: Date | null | undefined;
1075
1082
  lastMessage?: {
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationUpdate.d.ts","sourceRoot":"","sources":["ConversationUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAInC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
1
+ {"version":3,"file":"ConversationUpdate.d.ts","sourceRoot":"","sources":["ConversationUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAInC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
@@ -65,6 +65,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
65
65
  status?: "PENDING" | "CONFIRMED" | null | undefined;
66
66
  }>>>;
67
67
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
68
+ cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
68
69
  }, "strip", z.ZodTypeAny, {
69
70
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
70
71
  name: string;
@@ -92,6 +93,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
92
93
  signedUrl: string;
93
94
  status?: "PENDING" | "CONFIRMED" | null | undefined;
94
95
  } | null | undefined;
96
+ cooldownEndsAt?: Date | null | undefined;
95
97
  }, {
96
98
  name: string;
97
99
  userId: number;
@@ -119,6 +121,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
119
121
  signedUrl: string;
120
122
  status?: "PENDING" | "CONFIRMED" | null | undefined;
121
123
  } | null | undefined;
124
+ cooldownEndsAt?: Date | null | undefined;
122
125
  }>>>;
123
126
  lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
124
127
  id: z.ZodString;
@@ -383,6 +386,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
383
386
  reviewCount?: number | null | undefined;
384
387
  reviewValue?: number | null | undefined;
385
388
  location?: string | null | undefined;
389
+ billingName?: string | null | undefined;
390
+ billingAddressLine1?: string | null | undefined;
391
+ billingAddressLine2?: string | null | undefined;
392
+ billingPostalCode?: string | null | undefined;
393
+ billingCity?: string | null | undefined;
394
+ billingCountryCode?: string | null | undefined;
386
395
  photoFileId?: string | null | undefined;
387
396
  photoFile?: {
388
397
  path: string;
@@ -392,12 +401,6 @@ export declare const UserConversationsSchema: z.ZodObject<{
392
401
  signedUrl: string;
393
402
  status?: "PENDING" | "CONFIRMED" | null | undefined;
394
403
  } | null | undefined;
395
- billingName?: string | null | undefined;
396
- billingAddressLine1?: string | null | undefined;
397
- billingAddressLine2?: string | null | undefined;
398
- billingPostalCode?: string | null | undefined;
399
- billingCity?: string | null | undefined;
400
- billingCountryCode?: string | null | undefined;
401
404
  }, {
402
405
  id: string;
403
406
  conversationId: string;
@@ -407,6 +410,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
407
410
  reviewCount?: number | null | undefined;
408
411
  reviewValue?: number | null | undefined;
409
412
  location?: string | null | undefined;
413
+ billingName?: string | null | undefined;
414
+ billingAddressLine1?: string | null | undefined;
415
+ billingAddressLine2?: string | null | undefined;
416
+ billingPostalCode?: string | null | undefined;
417
+ billingCity?: string | null | undefined;
418
+ billingCountryCode?: string | null | undefined;
410
419
  photoFileId?: string | null | undefined;
411
420
  photoFile?: {
412
421
  path: string;
@@ -416,12 +425,6 @@ export declare const UserConversationsSchema: z.ZodObject<{
416
425
  signedUrl: string;
417
426
  status?: "PENDING" | "CONFIRMED" | null | undefined;
418
427
  } | null | undefined;
419
- billingName?: string | null | undefined;
420
- billingAddressLine1?: string | null | undefined;
421
- billingAddressLine2?: string | null | undefined;
422
- billingPostalCode?: string | null | undefined;
423
- billingCity?: string | null | undefined;
424
- billingCountryCode?: string | null | undefined;
425
428
  }>, "many">>>;
426
429
  lastRead: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
427
430
  isPinned: z.ZodBoolean;
@@ -441,6 +444,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
441
444
  reviewCount?: number | null | undefined;
442
445
  reviewValue?: number | null | undefined;
443
446
  location?: string | null | undefined;
447
+ billingName?: string | null | undefined;
448
+ billingAddressLine1?: string | null | undefined;
449
+ billingAddressLine2?: string | null | undefined;
450
+ billingPostalCode?: string | null | undefined;
451
+ billingCity?: string | null | undefined;
452
+ billingCountryCode?: string | null | undefined;
444
453
  photoFileId?: string | null | undefined;
445
454
  photoFile?: {
446
455
  path: string;
@@ -450,12 +459,6 @@ export declare const UserConversationsSchema: z.ZodObject<{
450
459
  signedUrl: string;
451
460
  status?: "PENDING" | "CONFIRMED" | null | undefined;
452
461
  } | null | undefined;
453
- billingName?: string | null | undefined;
454
- billingAddressLine1?: string | null | undefined;
455
- billingAddressLine2?: string | null | undefined;
456
- billingPostalCode?: string | null | undefined;
457
- billingCity?: string | null | undefined;
458
- billingCountryCode?: string | null | undefined;
459
462
  }[] | null | undefined;
460
463
  account?: {
461
464
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
@@ -484,6 +487,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
484
487
  signedUrl: string;
485
488
  status?: "PENDING" | "CONFIRMED" | null | undefined;
486
489
  } | null | undefined;
490
+ cooldownEndsAt?: Date | null | undefined;
487
491
  } | null | undefined;
488
492
  lastRead?: Date | null | undefined;
489
493
  lastMessage?: {
@@ -550,6 +554,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
550
554
  reviewCount?: number | null | undefined;
551
555
  reviewValue?: number | null | undefined;
552
556
  location?: string | null | undefined;
557
+ billingName?: string | null | undefined;
558
+ billingAddressLine1?: string | null | undefined;
559
+ billingAddressLine2?: string | null | undefined;
560
+ billingPostalCode?: string | null | undefined;
561
+ billingCity?: string | null | undefined;
562
+ billingCountryCode?: string | null | undefined;
553
563
  photoFileId?: string | null | undefined;
554
564
  photoFile?: {
555
565
  path: string;
@@ -559,12 +569,6 @@ export declare const UserConversationsSchema: z.ZodObject<{
559
569
  signedUrl: string;
560
570
  status?: "PENDING" | "CONFIRMED" | null | undefined;
561
571
  } | null | undefined;
562
- billingName?: string | null | undefined;
563
- billingAddressLine1?: string | null | undefined;
564
- billingAddressLine2?: string | null | undefined;
565
- billingPostalCode?: string | null | undefined;
566
- billingCity?: string | null | undefined;
567
- billingCountryCode?: string | null | undefined;
568
572
  }[] | null | undefined;
569
573
  account?: {
570
574
  name: string;
@@ -593,6 +597,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
593
597
  signedUrl: string;
594
598
  status?: "PENDING" | "CONFIRMED" | null | undefined;
595
599
  } | null | undefined;
600
+ cooldownEndsAt?: Date | null | undefined;
596
601
  } | null | undefined;
597
602
  lastRead?: Date | null | undefined;
598
603
  lastMessage?: {
@@ -664,6 +669,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
664
669
  reviewCount?: number | null | undefined;
665
670
  reviewValue?: number | null | undefined;
666
671
  location?: string | null | undefined;
672
+ billingName?: string | null | undefined;
673
+ billingAddressLine1?: string | null | undefined;
674
+ billingAddressLine2?: string | null | undefined;
675
+ billingPostalCode?: string | null | undefined;
676
+ billingCity?: string | null | undefined;
677
+ billingCountryCode?: string | null | undefined;
667
678
  photoFileId?: string | null | undefined;
668
679
  photoFile?: {
669
680
  path: string;
@@ -673,12 +684,6 @@ export declare const UserConversationsSchema: z.ZodObject<{
673
684
  signedUrl: string;
674
685
  status?: "PENDING" | "CONFIRMED" | null | undefined;
675
686
  } | null | undefined;
676
- billingName?: string | null | undefined;
677
- billingAddressLine1?: string | null | undefined;
678
- billingAddressLine2?: string | null | undefined;
679
- billingPostalCode?: string | null | undefined;
680
- billingCity?: string | null | undefined;
681
- billingCountryCode?: string | null | undefined;
682
687
  }[] | null | undefined;
683
688
  account?: {
684
689
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
@@ -707,6 +712,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
707
712
  signedUrl: string;
708
713
  status?: "PENDING" | "CONFIRMED" | null | undefined;
709
714
  } | null | undefined;
715
+ cooldownEndsAt?: Date | null | undefined;
710
716
  } | null | undefined;
711
717
  lastRead?: Date | null | undefined;
712
718
  lastMessage?: {
@@ -783,6 +789,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
783
789
  reviewCount?: number | null | undefined;
784
790
  reviewValue?: number | null | undefined;
785
791
  location?: string | null | undefined;
792
+ billingName?: string | null | undefined;
793
+ billingAddressLine1?: string | null | undefined;
794
+ billingAddressLine2?: string | null | undefined;
795
+ billingPostalCode?: string | null | undefined;
796
+ billingCity?: string | null | undefined;
797
+ billingCountryCode?: string | null | undefined;
786
798
  photoFileId?: string | null | undefined;
787
799
  photoFile?: {
788
800
  path: string;
@@ -792,12 +804,6 @@ export declare const UserConversationsSchema: z.ZodObject<{
792
804
  signedUrl: string;
793
805
  status?: "PENDING" | "CONFIRMED" | null | undefined;
794
806
  } | null | undefined;
795
- billingName?: string | null | undefined;
796
- billingAddressLine1?: string | null | undefined;
797
- billingAddressLine2?: string | null | undefined;
798
- billingPostalCode?: string | null | undefined;
799
- billingCity?: string | null | undefined;
800
- billingCountryCode?: string | null | undefined;
801
807
  }[] | null | undefined;
802
808
  account?: {
803
809
  name: string;
@@ -826,6 +832,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
826
832
  signedUrl: string;
827
833
  status?: "PENDING" | "CONFIRMED" | null | undefined;
828
834
  } | null | undefined;
835
+ cooldownEndsAt?: Date | null | undefined;
829
836
  } | null | undefined;
830
837
  lastRead?: Date | null | undefined;
831
838
  lastMessage?: {
@@ -1 +1 @@
1
- {"version":3,"file":"UserConversations.d.ts","sourceRoot":"","sources":["UserConversations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
1
+ {"version":3,"file":"UserConversations.d.ts","sourceRoot":"","sources":["UserConversations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
@@ -56,6 +56,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
56
56
  status?: "PENDING" | "CONFIRMED" | null | undefined;
57
57
  }>>>;
58
58
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
59
+ cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
59
60
  }, "strip", z.ZodTypeAny, {
60
61
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
61
62
  name: string;
@@ -83,6 +84,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
83
84
  signedUrl: string;
84
85
  status?: "PENDING" | "CONFIRMED" | null | undefined;
85
86
  } | null | undefined;
87
+ cooldownEndsAt?: Date | null | undefined;
86
88
  }, {
87
89
  name: string;
88
90
  userId: number;
@@ -110,6 +112,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
110
112
  signedUrl: string;
111
113
  status?: "PENDING" | "CONFIRMED" | null | undefined;
112
114
  } | null | undefined;
115
+ cooldownEndsAt?: Date | null | undefined;
113
116
  }>>>;
114
117
  }, "strip", z.ZodTypeAny, {
115
118
  id: string;
@@ -147,6 +150,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
147
150
  signedUrl: string;
148
151
  status?: "PENDING" | "CONFIRMED" | null | undefined;
149
152
  } | null | undefined;
153
+ cooldownEndsAt?: Date | null | undefined;
150
154
  } | null | undefined;
151
155
  sentAt?: Date | null | undefined;
152
156
  }, {
@@ -185,6 +189,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
185
189
  signedUrl: string;
186
190
  status?: "PENDING" | "CONFIRMED" | null | undefined;
187
191
  } | null | undefined;
192
+ cooldownEndsAt?: Date | null | undefined;
188
193
  } | null | undefined;
189
194
  sentAt?: Date | null | undefined;
190
195
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationFavorite.d.ts","sourceRoot":"","sources":["ConversationFavorite.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
1
+ {"version":3,"file":"ConversationFavorite.d.ts","sourceRoot":"","sources":["ConversationFavorite.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
@@ -57,6 +57,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
57
57
  status?: "PENDING" | "CONFIRMED" | null | undefined;
58
58
  }>>>;
59
59
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
60
+ cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
60
61
  }, "strip", z.ZodTypeAny, {
61
62
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
62
63
  name: string;
@@ -84,6 +85,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
84
85
  signedUrl: string;
85
86
  status?: "PENDING" | "CONFIRMED" | null | undefined;
86
87
  } | null | undefined;
88
+ cooldownEndsAt?: Date | null | undefined;
87
89
  }, {
88
90
  name: string;
89
91
  userId: number;
@@ -111,6 +113,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
111
113
  signedUrl: string;
112
114
  status?: "PENDING" | "CONFIRMED" | null | undefined;
113
115
  } | null | undefined;
116
+ cooldownEndsAt?: Date | null | undefined;
114
117
  }>>>;
115
118
  }, "strip", z.ZodTypeAny, {
116
119
  id: string;
@@ -148,6 +151,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
148
151
  signedUrl: string;
149
152
  status?: "PENDING" | "CONFIRMED" | null | undefined;
150
153
  } | null | undefined;
154
+ cooldownEndsAt?: Date | null | undefined;
151
155
  } | null | undefined;
152
156
  sentAt?: Date | null | undefined;
153
157
  }, {
@@ -186,6 +190,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
186
190
  signedUrl: string;
187
191
  status?: "PENDING" | "CONFIRMED" | null | undefined;
188
192
  } | null | undefined;
193
+ cooldownEndsAt?: Date | null | undefined;
189
194
  } | null | undefined;
190
195
  sentAt?: Date | null | undefined;
191
196
  }>, "many">;
@@ -226,6 +231,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
226
231
  signedUrl: string;
227
232
  status?: "PENDING" | "CONFIRMED" | null | undefined;
228
233
  } | null | undefined;
234
+ cooldownEndsAt?: Date | null | undefined;
229
235
  } | null | undefined;
230
236
  sentAt?: Date | null | undefined;
231
237
  }[];
@@ -266,6 +272,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
266
272
  signedUrl: string;
267
273
  status?: "PENDING" | "CONFIRMED" | null | undefined;
268
274
  } | null | undefined;
275
+ cooldownEndsAt?: Date | null | undefined;
269
276
  } | null | undefined;
270
277
  sentAt?: Date | null | undefined;
271
278
  }[];
@@ -1 +1 @@
1
- {"version":3,"file":"ReportRateLimitOnFavorites.d.ts","sourceRoot":"","sources":["ReportRateLimitOnFavorites.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3C,CAAA;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA"}
1
+ {"version":3,"file":"ReportRateLimitOnFavorites.d.ts","sourceRoot":"","sources":["ReportRateLimitOnFavorites.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3C,CAAA;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA"}
@@ -57,6 +57,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
57
57
  status?: "PENDING" | "CONFIRMED" | null | undefined;
58
58
  }>>>;
59
59
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
60
+ cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
60
61
  }, "strip", z.ZodTypeAny, {
61
62
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
62
63
  name: string;
@@ -84,6 +85,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
84
85
  signedUrl: string;
85
86
  status?: "PENDING" | "CONFIRMED" | null | undefined;
86
87
  } | null | undefined;
88
+ cooldownEndsAt?: Date | null | undefined;
87
89
  }, {
88
90
  name: string;
89
91
  userId: number;
@@ -111,6 +113,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
111
113
  signedUrl: string;
112
114
  status?: "PENDING" | "CONFIRMED" | null | undefined;
113
115
  } | null | undefined;
116
+ cooldownEndsAt?: Date | null | undefined;
114
117
  }>>>;
115
118
  }, "strip", z.ZodTypeAny, {
116
119
  id: string;
@@ -148,6 +151,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
148
151
  signedUrl: string;
149
152
  status?: "PENDING" | "CONFIRMED" | null | undefined;
150
153
  } | null | undefined;
154
+ cooldownEndsAt?: Date | null | undefined;
151
155
  } | null | undefined;
152
156
  sentAt?: Date | null | undefined;
153
157
  }, {
@@ -186,6 +190,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
186
190
  signedUrl: string;
187
191
  status?: "PENDING" | "CONFIRMED" | null | undefined;
188
192
  } | null | undefined;
193
+ cooldownEndsAt?: Date | null | undefined;
189
194
  } | null | undefined;
190
195
  sentAt?: Date | null | undefined;
191
196
  }>, "many">;
@@ -226,6 +231,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
226
231
  signedUrl: string;
227
232
  status?: "PENDING" | "CONFIRMED" | null | undefined;
228
233
  } | null | undefined;
234
+ cooldownEndsAt?: Date | null | undefined;
229
235
  } | null | undefined;
230
236
  sentAt?: Date | null | undefined;
231
237
  }[];
@@ -266,6 +272,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
266
272
  signedUrl: string;
267
273
  status?: "PENDING" | "CONFIRMED" | null | undefined;
268
274
  } | null | undefined;
275
+ cooldownEndsAt?: Date | null | undefined;
269
276
  } | null | undefined;
270
277
  sentAt?: Date | null | undefined;
271
278
  }[];
@@ -1 +1 @@
1
- {"version":3,"file":"SubmitFavoritesResponse.d.ts","sourceRoot":"","sources":["SubmitFavoritesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExC,CAAA;AACF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAA"}
1
+ {"version":3,"file":"SubmitFavoritesResponse.d.ts","sourceRoot":"","sources":["SubmitFavoritesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExC,CAAA;AACF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAA"}
@@ -46,6 +46,12 @@ export declare const ConversationUserSchema: z.ZodObject<{
46
46
  reviewCount?: number | null | undefined;
47
47
  reviewValue?: number | null | undefined;
48
48
  location?: string | null | undefined;
49
+ billingName?: string | null | undefined;
50
+ billingAddressLine1?: string | null | undefined;
51
+ billingAddressLine2?: string | null | undefined;
52
+ billingPostalCode?: string | null | undefined;
53
+ billingCity?: string | null | undefined;
54
+ billingCountryCode?: string | null | undefined;
49
55
  photoFileId?: string | null | undefined;
50
56
  photoFile?: {
51
57
  path: string;
@@ -55,12 +61,6 @@ export declare const ConversationUserSchema: z.ZodObject<{
55
61
  signedUrl: string;
56
62
  status?: "PENDING" | "CONFIRMED" | null | undefined;
57
63
  } | null | undefined;
58
- billingName?: string | null | undefined;
59
- billingAddressLine1?: string | null | undefined;
60
- billingAddressLine2?: string | null | undefined;
61
- billingPostalCode?: string | null | undefined;
62
- billingCity?: string | null | undefined;
63
- billingCountryCode?: string | null | undefined;
64
64
  }, {
65
65
  id: string;
66
66
  conversationId: string;
@@ -70,6 +70,12 @@ export declare const ConversationUserSchema: z.ZodObject<{
70
70
  reviewCount?: number | null | undefined;
71
71
  reviewValue?: number | null | undefined;
72
72
  location?: string | null | undefined;
73
+ billingName?: string | null | undefined;
74
+ billingAddressLine1?: string | null | undefined;
75
+ billingAddressLine2?: string | null | undefined;
76
+ billingPostalCode?: string | null | undefined;
77
+ billingCity?: string | null | undefined;
78
+ billingCountryCode?: string | null | undefined;
73
79
  photoFileId?: string | null | undefined;
74
80
  photoFile?: {
75
81
  path: string;
@@ -79,12 +85,6 @@ export declare const ConversationUserSchema: z.ZodObject<{
79
85
  signedUrl: string;
80
86
  status?: "PENDING" | "CONFIRMED" | null | undefined;
81
87
  } | null | undefined;
82
- billingName?: string | null | undefined;
83
- billingAddressLine1?: string | null | undefined;
84
- billingAddressLine2?: string | null | undefined;
85
- billingPostalCode?: string | null | undefined;
86
- billingCity?: string | null | undefined;
87
- billingCountryCode?: string | null | undefined;
88
88
  }>;
89
89
  export type ConversationUser = z.infer<typeof ConversationUserSchema>;
90
90
  //# sourceMappingURL=ConversationUser.d.ts.map