controlresell 2.25.2 → 2.25.6

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 (88) hide show
  1. package/package.json +2 -2
  2. package/src/com/controlresell/api/requests/conversations/MessageStreamRequest.d.ts +3 -0
  3. package/src/com/controlresell/api/requests/conversations/MessageStreamRequest.d.ts.map +1 -1
  4. package/src/com/controlresell/api/requests/conversations/MessageStreamRequest.js +2 -1
  5. package/src/com/controlresell/api/requests/conversations/MessageStreamRequest.js.map +1 -1
  6. package/src/com/controlresell/api/requests/conversations/MessageStreamRequest.ts +2 -1
  7. package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +7 -7
  8. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +29 -6
  9. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
  10. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +22 -5
  11. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  12. package/src/com/controlresell/models/conversations/Conversation.d.ts +5 -0
  13. package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
  14. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +5 -0
  15. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
  16. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +7 -0
  17. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
  18. package/src/com/controlresell/models/conversations/UserConversations.d.ts +7 -0
  19. package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
  20. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +8 -0
  21. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
  22. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.js +1 -0
  23. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.js.map +1 -1
  24. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.ts +1 -0
  25. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +12 -0
  26. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
  27. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +12 -0
  28. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
  29. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -0
  30. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
  31. package/src/com/controlresell/models/items/CreatedItems.d.ts +64 -18
  32. package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
  33. package/src/com/controlresell/models/items/Item.d.ts +27 -10
  34. package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
  35. package/src/com/controlresell/models/items/ItemUpdate.d.ts +29 -6
  36. package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
  37. package/src/com/controlresell/models/items/UpdatedItem.d.ts +64 -18
  38. package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
  39. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts +29 -6
  40. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -1
  41. package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +4 -4
  42. package/src/com/controlresell/models/items/history/ItemHistory.d.ts +4 -4
  43. package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +6 -6
  44. package/src/com/controlresell/models/items/history/data/ItemHistoryActionCanceledPayload.d.ts +2 -2
  45. package/src/com/controlresell/models/items/history/data/ItemHistoryCancelReason.d.ts +1 -1
  46. package/src/com/controlresell/models/items/history/data/ItemHistoryCancelReason.d.ts.map +1 -1
  47. package/src/com/controlresell/models/items/history/data/ItemHistoryCancelReason.js +1 -1
  48. package/src/com/controlresell/models/items/history/data/ItemHistoryCancelReason.js.map +1 -1
  49. package/src/com/controlresell/models/items/history/data/ItemHistoryCancelReason.ts +1 -1
  50. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +11 -0
  51. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
  52. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.js +5 -1
  53. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.js.map +1 -1
  54. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.ts +5 -1
  55. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -0
  56. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
  57. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +35 -12
  58. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
  59. package/src/com/controlresell/models/platforms/orders/Order.d.ts +23 -0
  60. package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
  61. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -0
  62. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
  63. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +71 -7
  64. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  65. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +17 -0
  66. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
  67. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +58 -6
  68. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  69. package/src/com/controlresell/models/transactions/Transaction.d.ts +23 -0
  70. package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
  71. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +17 -0
  72. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
  73. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +58 -6
  74. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  75. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -0
  76. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
  77. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -0
  78. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
  79. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -0
  80. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
  81. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +2 -1
  82. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
  83. package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +2 -1
  84. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +136 -30
  85. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  86. package/src/com/controlresell/models/users/ws/UserWsPayload.js +1 -1
  87. package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
  88. package/src/com/controlresell/models/users/ws/UserWsPayload.ts +1 -1
@@ -55,6 +55,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
55
55
  }>>>;
56
56
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
57
57
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
58
+ restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
58
59
  }, "strip", z.ZodTypeAny, {
59
60
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
60
61
  name: string;
@@ -63,6 +64,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
63
64
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
64
65
  locale?: string | null | undefined;
65
66
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
67
+ restrictedUntil?: Date | null | undefined;
66
68
  night?: {
67
69
  startsAt: Date;
68
70
  endsAt: Date;
@@ -91,6 +93,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
91
93
  status?: unknown;
92
94
  locale?: string | null | undefined;
93
95
  lockReason?: unknown;
96
+ restrictedUntil?: Date | null | undefined;
94
97
  night?: {
95
98
  startsAt: Date;
96
99
  endsAt: Date;
@@ -464,6 +467,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
464
467
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
465
468
  locale?: string | null | undefined;
466
469
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
470
+ restrictedUntil?: Date | null | undefined;
467
471
  night?: {
468
472
  startsAt: Date;
469
473
  endsAt: Date;
@@ -577,6 +581,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
577
581
  status?: unknown;
578
582
  locale?: string | null | undefined;
579
583
  lockReason?: unknown;
584
+ restrictedUntil?: Date | null | undefined;
580
585
  night?: {
581
586
  startsAt: Date;
582
587
  endsAt: Date;
@@ -912,6 +917,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
912
917
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
913
918
  locale?: string | null | undefined;
914
919
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
920
+ restrictedUntil?: Date | null | undefined;
915
921
  night?: {
916
922
  startsAt: Date;
917
923
  endsAt: Date;
@@ -1077,6 +1083,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
1077
1083
  status?: unknown;
1078
1084
  locale?: string | null | undefined;
1079
1085
  lockReason?: unknown;
1086
+ restrictedUntil?: Date | null | undefined;
1080
1087
  night?: {
1081
1088
  startsAt: Date;
1082
1089
  endsAt: Date;
@@ -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"}
@@ -66,6 +66,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
66
66
  }>>>;
67
67
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
68
68
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
69
+ restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
69
70
  }, "strip", z.ZodTypeAny, {
70
71
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
71
72
  name: string;
@@ -74,6 +75,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
74
75
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
75
76
  locale?: string | null | undefined;
76
77
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
78
+ restrictedUntil?: Date | null | undefined;
77
79
  night?: {
78
80
  startsAt: Date;
79
81
  endsAt: Date;
@@ -102,6 +104,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
102
104
  status?: unknown;
103
105
  locale?: string | null | undefined;
104
106
  lockReason?: unknown;
107
+ restrictedUntil?: Date | null | undefined;
105
108
  night?: {
106
109
  startsAt: Date;
107
110
  endsAt: Date;
@@ -475,6 +478,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
475
478
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
476
479
  locale?: string | null | undefined;
477
480
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
481
+ restrictedUntil?: Date | null | undefined;
478
482
  night?: {
479
483
  startsAt: Date;
480
484
  endsAt: Date;
@@ -588,6 +592,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
588
592
  status?: unknown;
589
593
  locale?: string | null | undefined;
590
594
  lockReason?: unknown;
595
+ restrictedUntil?: Date | null | undefined;
591
596
  night?: {
592
597
  startsAt: Date;
593
598
  endsAt: Date;
@@ -706,6 +711,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
706
711
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
707
712
  locale?: string | null | undefined;
708
713
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
714
+ restrictedUntil?: Date | null | undefined;
709
715
  night?: {
710
716
  startsAt: Date;
711
717
  endsAt: Date;
@@ -829,6 +835,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
829
835
  status?: unknown;
830
836
  locale?: string | null | undefined;
831
837
  lockReason?: unknown;
838
+ restrictedUntil?: Date | null | undefined;
832
839
  night?: {
833
840
  startsAt: Date;
834
841
  endsAt: Date;
@@ -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"}
@@ -9,6 +9,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
9
9
  savedAt: z.ZodDate;
10
10
  sentAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
11
11
  rateLimited: z.ZodBoolean;
12
+ processedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
12
13
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13
14
  userId: z.ZodNumber;
14
15
  accountId: z.ZodString;
@@ -57,6 +58,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
57
58
  }>>>;
58
59
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
59
60
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
61
+ restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
60
62
  }, "strip", z.ZodTypeAny, {
61
63
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
62
64
  name: string;
@@ -65,6 +67,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
65
67
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
66
68
  locale?: string | null | undefined;
67
69
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
70
+ restrictedUntil?: Date | null | undefined;
68
71
  night?: {
69
72
  startsAt: Date;
70
73
  endsAt: Date;
@@ -93,6 +96,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
93
96
  status?: unknown;
94
97
  locale?: string | null | undefined;
95
98
  lockReason?: unknown;
99
+ restrictedUntil?: Date | null | undefined;
96
100
  night?: {
97
101
  startsAt: Date;
98
102
  endsAt: Date;
@@ -131,6 +135,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
131
135
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
132
136
  locale?: string | null | undefined;
133
137
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
138
+ restrictedUntil?: Date | null | undefined;
134
139
  night?: {
135
140
  startsAt: Date;
136
141
  endsAt: Date;
@@ -153,6 +158,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
153
158
  cooldownEndsAt?: Date | null | undefined;
154
159
  } | null | undefined;
155
160
  sentAt?: Date | null | undefined;
161
+ processedAt?: Date | null | undefined;
156
162
  }, {
157
163
  id: string;
158
164
  createdAt: Date;
@@ -170,6 +176,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
170
176
  status?: unknown;
171
177
  locale?: string | null | undefined;
172
178
  lockReason?: unknown;
179
+ restrictedUntil?: Date | null | undefined;
173
180
  night?: {
174
181
  startsAt: Date;
175
182
  endsAt: Date;
@@ -192,6 +199,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
192
199
  cooldownEndsAt?: Date | null | undefined;
193
200
  } | null | undefined;
194
201
  sentAt?: Date | null | undefined;
202
+ processedAt?: Date | null | undefined;
195
203
  }>;
196
204
  export type ConversationFavorite = z.infer<typeof ConversationFavoriteSchema>;
197
205
  //# sourceMappingURL=ConversationFavorite.d.ts.map
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
@@ -10,6 +10,7 @@ export const ConversationFavoriteSchema = z.object({
10
10
  savedAt: z.coerce.date(),
11
11
  sentAt: z.coerce.date().nullish(),
12
12
  rateLimited: z.boolean(),
13
+ processedAt: z.coerce.date().nullish(),
13
14
  account: UserOnPlatformSchema.nullish()
14
15
  });
15
16
  //# sourceMappingURL=ConversationFavorite.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationFavorite.js","sourceRoot":"","sources":["ConversationFavorite.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,oBAAoB,EAAC,MAAM,sCAAsC,CAAA;AAEzE,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,SAAS,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE;IAC1B,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE;IACxB,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IACjC,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,OAAO,EAAE,oBAAoB,CAAC,OAAO,EAAE;CAC1C,CAAC,CAAA"}
1
+ {"version":3,"file":"ConversationFavorite.js","sourceRoot":"","sources":["ConversationFavorite.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,oBAAoB,EAAC,MAAM,sCAAsC,CAAA;AAEzE,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,SAAS,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE;IAC1B,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE;IACxB,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IACjC,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IACtC,OAAO,EAAE,oBAAoB,CAAC,OAAO,EAAE;CAC1C,CAAC,CAAA"}
@@ -11,6 +11,7 @@ export const ConversationFavoriteSchema = z.object({
11
11
  savedAt: z.coerce.date(),
12
12
  sentAt: z.coerce.date().nullish(),
13
13
  rateLimited: z.boolean(),
14
+ processedAt: z.coerce.date().nullish(),
14
15
  account: UserOnPlatformSchema.nullish()
15
16
  })
16
17
  export type ConversationFavorite = z.infer<typeof ConversationFavoriteSchema>
@@ -10,6 +10,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
10
10
  savedAt: z.ZodDate;
11
11
  sentAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
12
12
  rateLimited: z.ZodBoolean;
13
+ processedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
13
14
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14
15
  userId: z.ZodNumber;
15
16
  accountId: z.ZodString;
@@ -58,6 +59,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
58
59
  }>>>;
59
60
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
60
61
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
62
+ restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
61
63
  }, "strip", z.ZodTypeAny, {
62
64
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
63
65
  name: string;
@@ -66,6 +68,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
66
68
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
67
69
  locale?: string | null | undefined;
68
70
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
71
+ restrictedUntil?: Date | null | undefined;
69
72
  night?: {
70
73
  startsAt: Date;
71
74
  endsAt: Date;
@@ -94,6 +97,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
94
97
  status?: unknown;
95
98
  locale?: string | null | undefined;
96
99
  lockReason?: unknown;
100
+ restrictedUntil?: Date | null | undefined;
97
101
  night?: {
98
102
  startsAt: Date;
99
103
  endsAt: Date;
@@ -132,6 +136,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
132
136
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
133
137
  locale?: string | null | undefined;
134
138
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
139
+ restrictedUntil?: Date | null | undefined;
135
140
  night?: {
136
141
  startsAt: Date;
137
142
  endsAt: Date;
@@ -154,6 +159,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
154
159
  cooldownEndsAt?: Date | null | undefined;
155
160
  } | null | undefined;
156
161
  sentAt?: Date | null | undefined;
162
+ processedAt?: Date | null | undefined;
157
163
  }, {
158
164
  id: string;
159
165
  createdAt: Date;
@@ -171,6 +177,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
171
177
  status?: unknown;
172
178
  locale?: string | null | undefined;
173
179
  lockReason?: unknown;
180
+ restrictedUntil?: Date | null | undefined;
174
181
  night?: {
175
182
  startsAt: Date;
176
183
  endsAt: Date;
@@ -193,6 +200,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
193
200
  cooldownEndsAt?: Date | null | undefined;
194
201
  } | null | undefined;
195
202
  sentAt?: Date | null | undefined;
203
+ processedAt?: Date | null | undefined;
196
204
  }>, "many">;
197
205
  }, "strip", z.ZodTypeAny, {
198
206
  unprocessedFavorites: {
@@ -212,6 +220,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
212
220
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
213
221
  locale?: string | null | undefined;
214
222
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
223
+ restrictedUntil?: Date | null | undefined;
215
224
  night?: {
216
225
  startsAt: Date;
217
226
  endsAt: Date;
@@ -234,6 +243,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
234
243
  cooldownEndsAt?: Date | null | undefined;
235
244
  } | null | undefined;
236
245
  sentAt?: Date | null | undefined;
246
+ processedAt?: Date | null | undefined;
237
247
  }[];
238
248
  }, {
239
249
  unprocessedFavorites: {
@@ -253,6 +263,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
253
263
  status?: unknown;
254
264
  locale?: string | null | undefined;
255
265
  lockReason?: unknown;
266
+ restrictedUntil?: Date | null | undefined;
256
267
  night?: {
257
268
  startsAt: Date;
258
269
  endsAt: Date;
@@ -275,6 +286,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
275
286
  cooldownEndsAt?: Date | null | undefined;
276
287
  } | null | undefined;
277
288
  sentAt?: Date | null | undefined;
289
+ processedAt?: Date | null | undefined;
278
290
  }[];
279
291
  }>;
280
292
  export type ReportRateLimitOnFavorites = z.infer<typeof ReportRateLimitOnFavoritesSchema>;
@@ -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"}
@@ -10,6 +10,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
10
10
  savedAt: z.ZodDate;
11
11
  sentAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
12
12
  rateLimited: z.ZodBoolean;
13
+ processedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
13
14
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14
15
  userId: z.ZodNumber;
15
16
  accountId: z.ZodString;
@@ -58,6 +59,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
58
59
  }>>>;
59
60
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
60
61
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
62
+ restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
61
63
  }, "strip", z.ZodTypeAny, {
62
64
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
63
65
  name: string;
@@ -66,6 +68,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
66
68
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
67
69
  locale?: string | null | undefined;
68
70
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
71
+ restrictedUntil?: Date | null | undefined;
69
72
  night?: {
70
73
  startsAt: Date;
71
74
  endsAt: Date;
@@ -94,6 +97,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
94
97
  status?: unknown;
95
98
  locale?: string | null | undefined;
96
99
  lockReason?: unknown;
100
+ restrictedUntil?: Date | null | undefined;
97
101
  night?: {
98
102
  startsAt: Date;
99
103
  endsAt: Date;
@@ -132,6 +136,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
132
136
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
133
137
  locale?: string | null | undefined;
134
138
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
139
+ restrictedUntil?: Date | null | undefined;
135
140
  night?: {
136
141
  startsAt: Date;
137
142
  endsAt: Date;
@@ -154,6 +159,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
154
159
  cooldownEndsAt?: Date | null | undefined;
155
160
  } | null | undefined;
156
161
  sentAt?: Date | null | undefined;
162
+ processedAt?: Date | null | undefined;
157
163
  }, {
158
164
  id: string;
159
165
  createdAt: Date;
@@ -171,6 +177,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
171
177
  status?: unknown;
172
178
  locale?: string | null | undefined;
173
179
  lockReason?: unknown;
180
+ restrictedUntil?: Date | null | undefined;
174
181
  night?: {
175
182
  startsAt: Date;
176
183
  endsAt: Date;
@@ -193,6 +200,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
193
200
  cooldownEndsAt?: Date | null | undefined;
194
201
  } | null | undefined;
195
202
  sentAt?: Date | null | undefined;
203
+ processedAt?: Date | null | undefined;
196
204
  }>, "many">;
197
205
  }, "strip", z.ZodTypeAny, {
198
206
  favoritesToFetchConversations: {
@@ -212,6 +220,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
212
220
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
213
221
  locale?: string | null | undefined;
214
222
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
223
+ restrictedUntil?: Date | null | undefined;
215
224
  night?: {
216
225
  startsAt: Date;
217
226
  endsAt: Date;
@@ -234,6 +243,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
234
243
  cooldownEndsAt?: Date | null | undefined;
235
244
  } | null | undefined;
236
245
  sentAt?: Date | null | undefined;
246
+ processedAt?: Date | null | undefined;
237
247
  }[];
238
248
  }, {
239
249
  favoritesToFetchConversations: {
@@ -253,6 +263,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
253
263
  status?: unknown;
254
264
  locale?: string | null | undefined;
255
265
  lockReason?: unknown;
266
+ restrictedUntil?: Date | null | undefined;
256
267
  night?: {
257
268
  startsAt: Date;
258
269
  endsAt: Date;
@@ -275,6 +286,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
275
286
  cooldownEndsAt?: Date | null | undefined;
276
287
  } | null | undefined;
277
288
  sentAt?: Date | null | undefined;
289
+ processedAt?: Date | null | undefined;
278
290
  }[];
279
291
  }>;
280
292
  export type SubmitFavoritesResponse = z.infer<typeof SubmitFavoritesResponseSchema>;
@@ -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"}
@@ -76,6 +76,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
76
76
  }>>>;
77
77
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
78
78
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
79
+ restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
79
80
  }, "strip", z.ZodTypeAny, {
80
81
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
81
82
  name: string;
@@ -84,6 +85,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
84
85
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
85
86
  locale?: string | null | undefined;
86
87
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
88
+ restrictedUntil?: Date | null | undefined;
87
89
  night?: {
88
90
  startsAt: Date;
89
91
  endsAt: Date;
@@ -112,6 +114,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
112
114
  status?: unknown;
113
115
  locale?: string | null | undefined;
114
116
  lockReason?: unknown;
117
+ restrictedUntil?: Date | null | undefined;
115
118
  night?: {
116
119
  startsAt: Date;
117
120
  endsAt: Date;
@@ -154,6 +157,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
154
157
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
155
158
  locale?: string | null | undefined;
156
159
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
160
+ restrictedUntil?: Date | null | undefined;
157
161
  night?: {
158
162
  startsAt: Date;
159
163
  endsAt: Date;
@@ -195,6 +199,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
195
199
  status?: unknown;
196
200
  locale?: string | null | undefined;
197
201
  lockReason?: unknown;
202
+ restrictedUntil?: Date | null | undefined;
198
203
  night?: {
199
204
  startsAt: Date;
200
205
  endsAt: Date;
@@ -1 +1 @@
1
- {"version":3,"file":"PreferenceFilter.d.ts","sourceRoot":"","sources":["PreferenceFilter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
1
+ {"version":3,"file":"PreferenceFilter.d.ts","sourceRoot":"","sources":["PreferenceFilter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}