controlresell 2.22.1 → 2.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/com/controlresell/api/requests/items/cancel/CancelRequest.d.ts +2 -2
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +19 -12
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts +4 -4
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +17 -8
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +13 -6
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItemOrder.d.ts +4 -4
- package/src/com/controlresell/models/conversations/Conversation.d.ts +29 -24
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +96 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +43 -36
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +43 -36
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -0
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -0
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +12 -12
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
- package/src/com/controlresell/models/invoices/Invoice.d.ts +2 -2
- package/src/com/controlresell/models/items/CreatedItems.d.ts +26 -8
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +7 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +17 -8
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +26 -8
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +9 -0
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +30 -0
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +30 -0
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +25 -16
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +35 -0
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +2 -2
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +78 -54
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -0
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +58 -38
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -0
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +28 -8
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -0
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -0
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +3 -0
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js +2 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.ts +2 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +2 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +2 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +120 -88
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
|
@@ -60,6 +60,7 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
60
60
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
61
61
|
}>>>;
|
|
62
62
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
63
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
63
64
|
}, "strip", z.ZodTypeAny, {
|
|
64
65
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
65
66
|
name: string;
|
|
@@ -87,6 +88,7 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
87
88
|
signedUrl: string;
|
|
88
89
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
89
90
|
} | null | undefined;
|
|
91
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
90
92
|
}, {
|
|
91
93
|
name: string;
|
|
92
94
|
userId: number;
|
|
@@ -114,6 +116,7 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
114
116
|
signedUrl: string;
|
|
115
117
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
116
118
|
} | null | undefined;
|
|
119
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
117
120
|
}>>>;
|
|
118
121
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
122
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -159,6 +162,7 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
159
162
|
signedUrl: string;
|
|
160
163
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
161
164
|
} | null | undefined;
|
|
165
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
162
166
|
} | null | undefined;
|
|
163
167
|
}, {
|
|
164
168
|
id: string;
|
|
@@ -201,6 +205,7 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
201
205
|
signedUrl: string;
|
|
202
206
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
203
207
|
} | null | undefined;
|
|
208
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
204
209
|
} | null | undefined;
|
|
205
210
|
}>>>;
|
|
206
211
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -247,6 +252,7 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
247
252
|
signedUrl: string;
|
|
248
253
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
249
254
|
} | null | undefined;
|
|
255
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
250
256
|
} | null | undefined;
|
|
251
257
|
} | null | undefined;
|
|
252
258
|
}, {
|
|
@@ -293,6 +299,7 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
293
299
|
signedUrl: string;
|
|
294
300
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
295
301
|
} | null | undefined;
|
|
302
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
296
303
|
} | null | undefined;
|
|
297
304
|
} | null | undefined;
|
|
298
305
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemInOrder.d.ts","sourceRoot":"","sources":["ItemInOrder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"ItemInOrder.d.ts","sourceRoot":"","sources":["ItemInOrder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
|
@@ -71,6 +71,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
71
71
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
72
72
|
}>>>;
|
|
73
73
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
74
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
74
75
|
}, "strip", z.ZodTypeAny, {
|
|
75
76
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
76
77
|
name: string;
|
|
@@ -98,6 +99,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
98
99
|
signedUrl: string;
|
|
99
100
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
100
101
|
} | null | undefined;
|
|
102
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
101
103
|
}, {
|
|
102
104
|
name: string;
|
|
103
105
|
userId: number;
|
|
@@ -125,6 +127,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
125
127
|
signedUrl: string;
|
|
126
128
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
127
129
|
} | null | undefined;
|
|
130
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
128
131
|
}>>>;
|
|
129
132
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
130
133
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -170,6 +173,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
170
173
|
signedUrl: string;
|
|
171
174
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
172
175
|
} | null | undefined;
|
|
176
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
173
177
|
} | null | undefined;
|
|
174
178
|
}, {
|
|
175
179
|
id: string;
|
|
@@ -212,6 +216,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
212
216
|
signedUrl: string;
|
|
213
217
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
214
218
|
} | null | undefined;
|
|
219
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
215
220
|
} | null | undefined;
|
|
216
221
|
}>>>;
|
|
217
222
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -258,6 +263,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
258
263
|
signedUrl: string;
|
|
259
264
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
260
265
|
} | null | undefined;
|
|
266
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
261
267
|
} | null | undefined;
|
|
262
268
|
} | null | undefined;
|
|
263
269
|
}, {
|
|
@@ -304,6 +310,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
304
310
|
signedUrl: string;
|
|
305
311
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
306
312
|
} | null | undefined;
|
|
313
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
307
314
|
} | null | undefined;
|
|
308
315
|
} | null | undefined;
|
|
309
316
|
}>, "many">>>;
|
|
@@ -746,6 +753,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
746
753
|
issueDate: Date;
|
|
747
754
|
subtotal: number;
|
|
748
755
|
fileId?: string | null | undefined;
|
|
756
|
+
vatAmount?: number | null | undefined;
|
|
749
757
|
file?: {
|
|
750
758
|
path: string;
|
|
751
759
|
id: string;
|
|
@@ -754,7 +762,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
754
762
|
signedUrl: string;
|
|
755
763
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
756
764
|
} | null | undefined;
|
|
757
|
-
vatAmount?: number | null | undefined;
|
|
758
765
|
vatRate?: number | null | undefined;
|
|
759
766
|
businessProfile?: {
|
|
760
767
|
id: string;
|
|
@@ -825,6 +832,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
825
832
|
issueDate: Date;
|
|
826
833
|
subtotal: number;
|
|
827
834
|
fileId?: string | null | undefined;
|
|
835
|
+
vatAmount?: number | null | undefined;
|
|
828
836
|
file?: {
|
|
829
837
|
path: string;
|
|
830
838
|
id: string;
|
|
@@ -833,7 +841,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
833
841
|
signedUrl: string;
|
|
834
842
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
835
843
|
} | null | undefined;
|
|
836
|
-
vatAmount?: number | null | undefined;
|
|
837
844
|
vatRate?: number | null | undefined;
|
|
838
845
|
businessProfile?: {
|
|
839
846
|
id: string;
|
|
@@ -940,6 +947,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
940
947
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
941
948
|
} | null | undefined;
|
|
942
949
|
}[] | null | undefined;
|
|
950
|
+
platformFee?: number | null | undefined;
|
|
951
|
+
shippingFee?: number | null | undefined;
|
|
952
|
+
shippingVat?: number | null | undefined;
|
|
953
|
+
vatAmount?: number | null | undefined;
|
|
954
|
+
totalAmount?: number | null | undefined;
|
|
955
|
+
refundAmount?: number | null | undefined;
|
|
943
956
|
pickupPoints?: {
|
|
944
957
|
orderId: string;
|
|
945
958
|
pickupPointId: string;
|
|
@@ -1005,15 +1018,10 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1005
1018
|
signedUrl: string;
|
|
1006
1019
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1007
1020
|
} | null | undefined;
|
|
1021
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
1008
1022
|
} | null | undefined;
|
|
1009
1023
|
} | null | undefined;
|
|
1010
1024
|
}[] | null | undefined;
|
|
1011
|
-
platformFee?: number | null | undefined;
|
|
1012
|
-
shippingFee?: number | null | undefined;
|
|
1013
|
-
shippingVat?: number | null | undefined;
|
|
1014
|
-
vatAmount?: number | null | undefined;
|
|
1015
|
-
totalAmount?: number | null | undefined;
|
|
1016
|
-
refundAmount?: number | null | undefined;
|
|
1017
1025
|
invoices?: {
|
|
1018
1026
|
type: "SALE" | "PURCHASE";
|
|
1019
1027
|
status: string;
|
|
@@ -1029,6 +1037,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1029
1037
|
issueDate: Date;
|
|
1030
1038
|
subtotal: number;
|
|
1031
1039
|
fileId?: string | null | undefined;
|
|
1040
|
+
vatAmount?: number | null | undefined;
|
|
1032
1041
|
file?: {
|
|
1033
1042
|
path: string;
|
|
1034
1043
|
id: string;
|
|
@@ -1037,7 +1046,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1037
1046
|
signedUrl: string;
|
|
1038
1047
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1039
1048
|
} | null | undefined;
|
|
1040
|
-
vatAmount?: number | null | undefined;
|
|
1041
1049
|
vatRate?: number | null | undefined;
|
|
1042
1050
|
businessProfile?: {
|
|
1043
1051
|
id: string;
|
|
@@ -1137,6 +1145,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1137
1145
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1138
1146
|
} | null | undefined;
|
|
1139
1147
|
}[] | null | undefined;
|
|
1148
|
+
platformFee?: number | null | undefined;
|
|
1149
|
+
shippingFee?: number | null | undefined;
|
|
1150
|
+
shippingVat?: number | null | undefined;
|
|
1151
|
+
vatAmount?: number | null | undefined;
|
|
1152
|
+
totalAmount?: number | null | undefined;
|
|
1153
|
+
refundAmount?: number | null | undefined;
|
|
1140
1154
|
pickupPoints?: {
|
|
1141
1155
|
orderId: string;
|
|
1142
1156
|
pickupPointId: string;
|
|
@@ -1202,15 +1216,10 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1202
1216
|
signedUrl: string;
|
|
1203
1217
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1204
1218
|
} | null | undefined;
|
|
1219
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
1205
1220
|
} | null | undefined;
|
|
1206
1221
|
} | null | undefined;
|
|
1207
1222
|
}[] | null | undefined;
|
|
1208
|
-
platformFee?: number | null | undefined;
|
|
1209
|
-
shippingFee?: number | null | undefined;
|
|
1210
|
-
shippingVat?: number | null | undefined;
|
|
1211
|
-
vatAmount?: number | null | undefined;
|
|
1212
|
-
totalAmount?: number | null | undefined;
|
|
1213
|
-
refundAmount?: number | null | undefined;
|
|
1214
1223
|
invoices?: {
|
|
1215
1224
|
type: "SALE" | "PURCHASE";
|
|
1216
1225
|
status: string;
|
|
@@ -1226,6 +1235,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1226
1235
|
issueDate: Date;
|
|
1227
1236
|
subtotal: number;
|
|
1228
1237
|
fileId?: string | null | undefined;
|
|
1238
|
+
vatAmount?: number | null | undefined;
|
|
1229
1239
|
file?: {
|
|
1230
1240
|
path: string;
|
|
1231
1241
|
id: string;
|
|
@@ -1234,7 +1244,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1234
1244
|
signedUrl: string;
|
|
1235
1245
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1236
1246
|
} | null | undefined;
|
|
1237
|
-
vatAmount?: number | null | undefined;
|
|
1238
1247
|
vatRate?: number | null | undefined;
|
|
1239
1248
|
businessProfile?: {
|
|
1240
1249
|
id: string;
|
|
@@ -3616,6 +3625,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3616
3625
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3617
3626
|
}>>>;
|
|
3618
3627
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
3628
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
3619
3629
|
}, "strip", z.ZodTypeAny, {
|
|
3620
3630
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
3621
3631
|
name: string;
|
|
@@ -3643,6 +3653,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3643
3653
|
signedUrl: string;
|
|
3644
3654
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3645
3655
|
} | null | undefined;
|
|
3656
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3646
3657
|
}, {
|
|
3647
3658
|
name: string;
|
|
3648
3659
|
userId: number;
|
|
@@ -3670,6 +3681,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3670
3681
|
signedUrl: string;
|
|
3671
3682
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3672
3683
|
} | null | undefined;
|
|
3684
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3673
3685
|
}>>>;
|
|
3674
3686
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3675
3687
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3715,6 +3727,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3715
3727
|
signedUrl: string;
|
|
3716
3728
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3717
3729
|
} | null | undefined;
|
|
3730
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3718
3731
|
} | null | undefined;
|
|
3719
3732
|
}, {
|
|
3720
3733
|
id: string;
|
|
@@ -3757,6 +3770,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3757
3770
|
signedUrl: string;
|
|
3758
3771
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3759
3772
|
} | null | undefined;
|
|
3773
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
3760
3774
|
} | null | undefined;
|
|
3761
3775
|
}>, "many">>>;
|
|
3762
3776
|
actions: z.ZodObject<{
|
|
@@ -4125,6 +4139,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4125
4139
|
issueDate: Date;
|
|
4126
4140
|
subtotal: number;
|
|
4127
4141
|
fileId?: string | null | undefined;
|
|
4142
|
+
vatAmount?: number | null | undefined;
|
|
4128
4143
|
file?: {
|
|
4129
4144
|
path: string;
|
|
4130
4145
|
id: string;
|
|
@@ -4133,7 +4148,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4133
4148
|
signedUrl: string;
|
|
4134
4149
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4135
4150
|
} | null | undefined;
|
|
4136
|
-
vatAmount?: number | null | undefined;
|
|
4137
4151
|
vatRate?: number | null | undefined;
|
|
4138
4152
|
businessProfile?: {
|
|
4139
4153
|
id: string;
|
|
@@ -4204,6 +4218,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4204
4218
|
issueDate: Date;
|
|
4205
4219
|
subtotal: number;
|
|
4206
4220
|
fileId?: string | null | undefined;
|
|
4221
|
+
vatAmount?: number | null | undefined;
|
|
4207
4222
|
file?: {
|
|
4208
4223
|
path: string;
|
|
4209
4224
|
id: string;
|
|
@@ -4212,7 +4227,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4212
4227
|
signedUrl: string;
|
|
4213
4228
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4214
4229
|
} | null | undefined;
|
|
4215
|
-
vatAmount?: number | null | undefined;
|
|
4216
4230
|
vatRate?: number | null | undefined;
|
|
4217
4231
|
businessProfile?: {
|
|
4218
4232
|
id: string;
|
|
@@ -4318,6 +4332,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4318
4332
|
issueDate: Date;
|
|
4319
4333
|
subtotal: number;
|
|
4320
4334
|
fileId?: string | null | undefined;
|
|
4335
|
+
vatAmount?: number | null | undefined;
|
|
4321
4336
|
file?: {
|
|
4322
4337
|
path: string;
|
|
4323
4338
|
id: string;
|
|
@@ -4326,7 +4341,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4326
4341
|
signedUrl: string;
|
|
4327
4342
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4328
4343
|
} | null | undefined;
|
|
4329
|
-
vatAmount?: number | null | undefined;
|
|
4330
4344
|
vatRate?: number | null | undefined;
|
|
4331
4345
|
businessProfile?: {
|
|
4332
4346
|
id: string;
|
|
@@ -4432,6 +4446,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4432
4446
|
issueDate: Date;
|
|
4433
4447
|
subtotal: number;
|
|
4434
4448
|
fileId?: string | null | undefined;
|
|
4449
|
+
vatAmount?: number | null | undefined;
|
|
4435
4450
|
file?: {
|
|
4436
4451
|
path: string;
|
|
4437
4452
|
id: string;
|
|
@@ -4440,7 +4455,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4440
4455
|
signedUrl: string;
|
|
4441
4456
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4442
4457
|
} | null | undefined;
|
|
4443
|
-
vatAmount?: number | null | undefined;
|
|
4444
4458
|
vatRate?: number | null | undefined;
|
|
4445
4459
|
businessProfile?: {
|
|
4446
4460
|
id: string;
|
|
@@ -4591,6 +4605,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4591
4605
|
signedUrl: string;
|
|
4592
4606
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4593
4607
|
} | null | undefined;
|
|
4608
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
4594
4609
|
} | null | undefined;
|
|
4595
4610
|
}[] | null | undefined;
|
|
4596
4611
|
brandId?: number | null | undefined;
|
|
@@ -4932,6 +4947,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4932
4947
|
issueDate: Date;
|
|
4933
4948
|
subtotal: number;
|
|
4934
4949
|
fileId?: string | null | undefined;
|
|
4950
|
+
vatAmount?: number | null | undefined;
|
|
4935
4951
|
file?: {
|
|
4936
4952
|
path: string;
|
|
4937
4953
|
id: string;
|
|
@@ -4940,7 +4956,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4940
4956
|
signedUrl: string;
|
|
4941
4957
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4942
4958
|
} | null | undefined;
|
|
4943
|
-
vatAmount?: number | null | undefined;
|
|
4944
4959
|
vatRate?: number | null | undefined;
|
|
4945
4960
|
businessProfile?: {
|
|
4946
4961
|
id: string;
|
|
@@ -5091,6 +5106,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
5091
5106
|
signedUrl: string;
|
|
5092
5107
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5093
5108
|
} | null | undefined;
|
|
5109
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
5094
5110
|
} | null | undefined;
|
|
5095
5111
|
}[] | null | undefined;
|
|
5096
5112
|
brandId?: number | null | undefined;
|
|
@@ -5432,6 +5448,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
5432
5448
|
issueDate: Date;
|
|
5433
5449
|
subtotal: number;
|
|
5434
5450
|
fileId?: string | null | undefined;
|
|
5451
|
+
vatAmount?: number | null | undefined;
|
|
5435
5452
|
file?: {
|
|
5436
5453
|
path: string;
|
|
5437
5454
|
id: string;
|
|
@@ -5440,7 +5457,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
5440
5457
|
signedUrl: string;
|
|
5441
5458
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5442
5459
|
} | null | undefined;
|
|
5443
|
-
vatAmount?: number | null | undefined;
|
|
5444
5460
|
vatRate?: number | null | undefined;
|
|
5445
5461
|
businessProfile?: {
|
|
5446
5462
|
id: string;
|
|
@@ -5593,6 +5609,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
5593
5609
|
signedUrl: string;
|
|
5594
5610
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5595
5611
|
} | null | undefined;
|
|
5612
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
5596
5613
|
} | null | undefined;
|
|
5597
5614
|
}[] | null | undefined;
|
|
5598
5615
|
brandId?: number | null | undefined;
|
|
@@ -5934,6 +5951,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
5934
5951
|
issueDate: Date;
|
|
5935
5952
|
subtotal: number;
|
|
5936
5953
|
fileId?: string | null | undefined;
|
|
5954
|
+
vatAmount?: number | null | undefined;
|
|
5937
5955
|
file?: {
|
|
5938
5956
|
path: string;
|
|
5939
5957
|
id: string;
|
|
@@ -5942,7 +5960,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
5942
5960
|
signedUrl: string;
|
|
5943
5961
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5944
5962
|
} | null | undefined;
|
|
5945
|
-
vatAmount?: number | null | undefined;
|
|
5946
5963
|
vatRate?: number | null | undefined;
|
|
5947
5964
|
businessProfile?: {
|
|
5948
5965
|
id: string;
|
|
@@ -6044,6 +6061,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6044
6061
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6045
6062
|
} | null | undefined;
|
|
6046
6063
|
}[] | null | undefined;
|
|
6064
|
+
platformFee?: number | null | undefined;
|
|
6065
|
+
shippingFee?: number | null | undefined;
|
|
6066
|
+
shippingVat?: number | null | undefined;
|
|
6067
|
+
vatAmount?: number | null | undefined;
|
|
6068
|
+
totalAmount?: number | null | undefined;
|
|
6069
|
+
refundAmount?: number | null | undefined;
|
|
6047
6070
|
pickupPoints?: {
|
|
6048
6071
|
orderId: string;
|
|
6049
6072
|
pickupPointId: string;
|
|
@@ -6109,15 +6132,10 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6109
6132
|
signedUrl: string;
|
|
6110
6133
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6111
6134
|
} | null | undefined;
|
|
6135
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
6112
6136
|
} | null | undefined;
|
|
6113
6137
|
} | null | undefined;
|
|
6114
6138
|
}[] | null | undefined;
|
|
6115
|
-
platformFee?: number | null | undefined;
|
|
6116
|
-
shippingFee?: number | null | undefined;
|
|
6117
|
-
shippingVat?: number | null | undefined;
|
|
6118
|
-
vatAmount?: number | null | undefined;
|
|
6119
|
-
totalAmount?: number | null | undefined;
|
|
6120
|
-
refundAmount?: number | null | undefined;
|
|
6121
6139
|
invoices?: {
|
|
6122
6140
|
type: "SALE" | "PURCHASE";
|
|
6123
6141
|
status: string;
|
|
@@ -6133,6 +6151,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6133
6151
|
issueDate: Date;
|
|
6134
6152
|
subtotal: number;
|
|
6135
6153
|
fileId?: string | null | undefined;
|
|
6154
|
+
vatAmount?: number | null | undefined;
|
|
6136
6155
|
file?: {
|
|
6137
6156
|
path: string;
|
|
6138
6157
|
id: string;
|
|
@@ -6141,7 +6160,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6141
6160
|
signedUrl: string;
|
|
6142
6161
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6143
6162
|
} | null | undefined;
|
|
6144
|
-
vatAmount?: number | null | undefined;
|
|
6145
6163
|
vatRate?: number | null | undefined;
|
|
6146
6164
|
businessProfile?: {
|
|
6147
6165
|
id: string;
|
|
@@ -6293,6 +6311,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6293
6311
|
signedUrl: string;
|
|
6294
6312
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6295
6313
|
} | null | undefined;
|
|
6314
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
6296
6315
|
} | null | undefined;
|
|
6297
6316
|
}[] | null | undefined;
|
|
6298
6317
|
brandId?: number | null | undefined;
|
|
@@ -6634,6 +6653,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6634
6653
|
issueDate: Date;
|
|
6635
6654
|
subtotal: number;
|
|
6636
6655
|
fileId?: string | null | undefined;
|
|
6656
|
+
vatAmount?: number | null | undefined;
|
|
6637
6657
|
file?: {
|
|
6638
6658
|
path: string;
|
|
6639
6659
|
id: string;
|
|
@@ -6642,7 +6662,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6642
6662
|
signedUrl: string;
|
|
6643
6663
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6644
6664
|
} | null | undefined;
|
|
6645
|
-
vatAmount?: number | null | undefined;
|
|
6646
6665
|
vatRate?: number | null | undefined;
|
|
6647
6666
|
businessProfile?: {
|
|
6648
6667
|
id: string;
|
|
@@ -6744,6 +6763,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6744
6763
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6745
6764
|
} | null | undefined;
|
|
6746
6765
|
}[] | null | undefined;
|
|
6766
|
+
platformFee?: number | null | undefined;
|
|
6767
|
+
shippingFee?: number | null | undefined;
|
|
6768
|
+
shippingVat?: number | null | undefined;
|
|
6769
|
+
vatAmount?: number | null | undefined;
|
|
6770
|
+
totalAmount?: number | null | undefined;
|
|
6771
|
+
refundAmount?: number | null | undefined;
|
|
6747
6772
|
pickupPoints?: {
|
|
6748
6773
|
orderId: string;
|
|
6749
6774
|
pickupPointId: string;
|
|
@@ -6809,15 +6834,10 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6809
6834
|
signedUrl: string;
|
|
6810
6835
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6811
6836
|
} | null | undefined;
|
|
6837
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
6812
6838
|
} | null | undefined;
|
|
6813
6839
|
} | null | undefined;
|
|
6814
6840
|
}[] | null | undefined;
|
|
6815
|
-
platformFee?: number | null | undefined;
|
|
6816
|
-
shippingFee?: number | null | undefined;
|
|
6817
|
-
shippingVat?: number | null | undefined;
|
|
6818
|
-
vatAmount?: number | null | undefined;
|
|
6819
|
-
totalAmount?: number | null | undefined;
|
|
6820
|
-
refundAmount?: number | null | undefined;
|
|
6821
6841
|
invoices?: {
|
|
6822
6842
|
type: "SALE" | "PURCHASE";
|
|
6823
6843
|
status: string;
|
|
@@ -6833,6 +6853,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6833
6853
|
issueDate: Date;
|
|
6834
6854
|
subtotal: number;
|
|
6835
6855
|
fileId?: string | null | undefined;
|
|
6856
|
+
vatAmount?: number | null | undefined;
|
|
6836
6857
|
file?: {
|
|
6837
6858
|
path: string;
|
|
6838
6859
|
id: string;
|
|
@@ -6841,7 +6862,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
6841
6862
|
signedUrl: string;
|
|
6842
6863
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
6843
6864
|
} | null | undefined;
|
|
6844
|
-
vatAmount?: number | null | undefined;
|
|
6845
6865
|
vatRate?: number | null | undefined;
|
|
6846
6866
|
businessProfile?: {
|
|
6847
6867
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderWithItems.d.ts","sourceRoot":"","sources":["OrderWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"OrderWithItems.d.ts","sourceRoot":"","sources":["OrderWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG/B,CAAA;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA"}
|
|
@@ -68,6 +68,7 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
68
68
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
69
69
|
}>>>;
|
|
70
70
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
71
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
71
72
|
}, "strip", z.ZodTypeAny, {
|
|
72
73
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
73
74
|
name: string;
|
|
@@ -95,6 +96,7 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
95
96
|
signedUrl: string;
|
|
96
97
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
97
98
|
} | null | undefined;
|
|
99
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
98
100
|
}, {
|
|
99
101
|
name: string;
|
|
100
102
|
userId: number;
|
|
@@ -122,6 +124,7 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
122
124
|
signedUrl: string;
|
|
123
125
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
124
126
|
} | null | undefined;
|
|
127
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
125
128
|
}>>>;
|
|
126
129
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127
130
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -167,6 +170,7 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
167
170
|
signedUrl: string;
|
|
168
171
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
169
172
|
} | null | undefined;
|
|
173
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
170
174
|
} | null | undefined;
|
|
171
175
|
}, {
|
|
172
176
|
id: string;
|
|
@@ -209,6 +213,7 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
209
213
|
signedUrl: string;
|
|
210
214
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
211
215
|
} | null | undefined;
|
|
216
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
212
217
|
} | null | undefined;
|
|
213
218
|
}>>>;
|
|
214
219
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -255,6 +260,7 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
255
260
|
signedUrl: string;
|
|
256
261
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
257
262
|
} | null | undefined;
|
|
263
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
258
264
|
} | null | undefined;
|
|
259
265
|
} | null | undefined;
|
|
260
266
|
}, {
|
|
@@ -301,6 +307,7 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
301
307
|
signedUrl: string;
|
|
302
308
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
303
309
|
} | null | undefined;
|
|
310
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
304
311
|
} | null | undefined;
|
|
305
312
|
} | null | undefined;
|
|
306
313
|
}>, "many">>>;
|
|
@@ -354,6 +361,7 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
354
361
|
signedUrl: string;
|
|
355
362
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
356
363
|
} | null | undefined;
|
|
364
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
357
365
|
} | null | undefined;
|
|
358
366
|
} | null | undefined;
|
|
359
367
|
}[] | null | undefined;
|
|
@@ -409,6 +417,7 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
409
417
|
signedUrl: string;
|
|
410
418
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
411
419
|
} | null | undefined;
|
|
420
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
412
421
|
} | null | undefined;
|
|
413
422
|
} | null | undefined;
|
|
414
423
|
}[] | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|