controlresell 2.17.0 → 2.17.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 +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +75 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +61 -0
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/Conversation.d.ts +5 -0
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.d.ts +3 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.js +1 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.js.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.ts +1 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +12 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +7 -0
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts +3 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.js +1 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.ts +1 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts +3 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.js +2 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.ts +2 -1
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts +3 -0
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.js +2 -1
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.ts +2 -1
- package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts +5 -0
- package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts +3 -0
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.js +2 -1
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.js.map +1 -1
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.ts +2 -1
- package/src/com/controlresell/models/items/CreatedItems.d.ts +150 -0
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +122 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +75 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +150 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +47 -0
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +47 -0
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +68 -0
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.js +6 -0
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.js.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.ts +8 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.d.ts +10 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.js +5 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.js.map +1 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.ts +6 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryImageProcessingDone.d.ts +10 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryImageProcessingDone.d.ts.map +1 -1
- package/src/com/controlresell/models/items/images/ImageVariation.d.ts +6 -0
- package/src/com/controlresell/models/items/images/ImageVariation.d.ts.map +1 -1
- package/src/com/controlresell/models/items/images/ImageVariation.js +3 -1
- package/src/com/controlresell/models/items/images/ImageVariation.js.map +1 -1
- package/src/com/controlresell/models/items/images/ImageVariation.ts +3 -1
- package/src/com/controlresell/models/orders/preferences/CreateOrderLabelPreferencePayload.d.ts +3 -0
- package/src/com/controlresell/models/orders/preferences/CreateOrderLabelPreferencePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/orders/preferences/CreateOrderLabelPreferencePayload.js +1 -0
- package/src/com/controlresell/models/orders/preferences/CreateOrderLabelPreferencePayload.js.map +1 -1
- package/src/com/controlresell/models/orders/preferences/CreateOrderLabelPreferencePayload.ts +1 -0
- package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.d.ts +3 -0
- package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.js +1 -0
- package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.js.map +1 -1
- package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.ts +1 -0
- package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.d.ts +3 -0
- package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.js +1 -0
- package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.js.map +1 -1
- package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.ts +1 -0
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.d.ts +1 -1
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.js +1 -1
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.ts +1 -1
- package/src/com/controlresell/models/platforms/labels/OrderLabel.d.ts +3 -3
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +98 -9
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +82 -7
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +75 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +184 -10
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
package/package.json
CHANGED
|
@@ -235,6 +235,25 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
235
235
|
soldOrderId: string;
|
|
236
236
|
soldConversationId?: string | null | undefined;
|
|
237
237
|
};
|
|
238
|
+
}>, z.ZodObject<{
|
|
239
|
+
data: z.ZodObject<{
|
|
240
|
+
sourceConversationId: z.ZodString;
|
|
241
|
+
}, "strip", z.ZodTypeAny, {
|
|
242
|
+
sourceConversationId: string;
|
|
243
|
+
}, {
|
|
244
|
+
sourceConversationId: string;
|
|
245
|
+
}>;
|
|
246
|
+
type: z.ZodLiteral<"DELETED">;
|
|
247
|
+
}, "strip", z.ZodTypeAny, {
|
|
248
|
+
type: "DELETED";
|
|
249
|
+
data: {
|
|
250
|
+
sourceConversationId: string;
|
|
251
|
+
};
|
|
252
|
+
}, {
|
|
253
|
+
type: "DELETED";
|
|
254
|
+
data: {
|
|
255
|
+
sourceConversationId: string;
|
|
256
|
+
};
|
|
238
257
|
}>, z.ZodObject<{
|
|
239
258
|
data: z.ZodObject<{
|
|
240
259
|
soldAccountId: z.ZodString;
|
|
@@ -344,9 +363,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
344
363
|
fileId: z.ZodString;
|
|
345
364
|
seed: z.ZodNumber;
|
|
346
365
|
phash: z.ZodString;
|
|
366
|
+
whash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
347
367
|
distanceOriginal: z.ZodNumber;
|
|
348
368
|
originalImageUrl: z.ZodString;
|
|
349
369
|
originalPhash: z.ZodString;
|
|
370
|
+
originalWhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
350
371
|
}, "strip", z.ZodTypeAny, {
|
|
351
372
|
fileId: string;
|
|
352
373
|
seed: number;
|
|
@@ -354,6 +375,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
354
375
|
distanceOriginal: number;
|
|
355
376
|
originalImageUrl: string;
|
|
356
377
|
originalPhash: string;
|
|
378
|
+
whash?: string | null | undefined;
|
|
379
|
+
originalWhash?: string | null | undefined;
|
|
357
380
|
}, {
|
|
358
381
|
fileId: string;
|
|
359
382
|
seed: number;
|
|
@@ -361,6 +384,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
361
384
|
distanceOriginal: number;
|
|
362
385
|
originalImageUrl: string;
|
|
363
386
|
originalPhash: string;
|
|
387
|
+
whash?: string | null | undefined;
|
|
388
|
+
originalWhash?: string | null | undefined;
|
|
364
389
|
}>, "many">>>;
|
|
365
390
|
originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
366
391
|
historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -373,6 +398,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
373
398
|
distanceOriginal: number;
|
|
374
399
|
originalImageUrl: string;
|
|
375
400
|
originalPhash: string;
|
|
401
|
+
whash?: string | null | undefined;
|
|
402
|
+
originalWhash?: string | null | undefined;
|
|
376
403
|
}[] | null | undefined;
|
|
377
404
|
originalPhashes?: string[] | null | undefined;
|
|
378
405
|
historyId?: string | null | undefined;
|
|
@@ -385,6 +412,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
385
412
|
distanceOriginal: number;
|
|
386
413
|
originalImageUrl: string;
|
|
387
414
|
originalPhash: string;
|
|
415
|
+
whash?: string | null | undefined;
|
|
416
|
+
originalWhash?: string | null | undefined;
|
|
388
417
|
}[] | null | undefined;
|
|
389
418
|
originalPhashes?: string[] | null | undefined;
|
|
390
419
|
historyId?: string | null | undefined;
|
|
@@ -401,6 +430,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
401
430
|
distanceOriginal: number;
|
|
402
431
|
originalImageUrl: string;
|
|
403
432
|
originalPhash: string;
|
|
433
|
+
whash?: string | null | undefined;
|
|
434
|
+
originalWhash?: string | null | undefined;
|
|
404
435
|
}[] | null | undefined;
|
|
405
436
|
originalPhashes?: string[] | null | undefined;
|
|
406
437
|
historyId?: string | null | undefined;
|
|
@@ -416,6 +447,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
416
447
|
distanceOriginal: number;
|
|
417
448
|
originalImageUrl: string;
|
|
418
449
|
originalPhash: string;
|
|
450
|
+
whash?: string | null | undefined;
|
|
451
|
+
originalWhash?: string | null | undefined;
|
|
419
452
|
}[] | null | undefined;
|
|
420
453
|
originalPhashes?: string[] | null | undefined;
|
|
421
454
|
historyId?: string | null | undefined;
|
|
@@ -1351,6 +1384,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1351
1384
|
soldOrderId: string;
|
|
1352
1385
|
soldConversationId?: string | null | undefined;
|
|
1353
1386
|
};
|
|
1387
|
+
} | {
|
|
1388
|
+
type: "DELETED";
|
|
1389
|
+
data: {
|
|
1390
|
+
sourceConversationId: string;
|
|
1391
|
+
};
|
|
1354
1392
|
} | {
|
|
1355
1393
|
type: "DELIVERED";
|
|
1356
1394
|
data: {
|
|
@@ -1384,6 +1422,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1384
1422
|
distanceOriginal: number;
|
|
1385
1423
|
originalImageUrl: string;
|
|
1386
1424
|
originalPhash: string;
|
|
1425
|
+
whash?: string | null | undefined;
|
|
1426
|
+
originalWhash?: string | null | undefined;
|
|
1387
1427
|
}[] | null | undefined;
|
|
1388
1428
|
originalPhashes?: string[] | null | undefined;
|
|
1389
1429
|
historyId?: string | null | undefined;
|
|
@@ -1562,6 +1602,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1562
1602
|
soldOrderId: string;
|
|
1563
1603
|
soldConversationId?: string | null | undefined;
|
|
1564
1604
|
};
|
|
1605
|
+
} | {
|
|
1606
|
+
type: "DELETED";
|
|
1607
|
+
data: {
|
|
1608
|
+
sourceConversationId: string;
|
|
1609
|
+
};
|
|
1565
1610
|
} | {
|
|
1566
1611
|
type: "DELIVERED";
|
|
1567
1612
|
data: {
|
|
@@ -1595,6 +1640,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1595
1640
|
distanceOriginal: number;
|
|
1596
1641
|
originalImageUrl: string;
|
|
1597
1642
|
originalPhash: string;
|
|
1643
|
+
whash?: string | null | undefined;
|
|
1644
|
+
originalWhash?: string | null | undefined;
|
|
1598
1645
|
}[] | null | undefined;
|
|
1599
1646
|
originalPhashes?: string[] | null | undefined;
|
|
1600
1647
|
historyId?: string | null | undefined;
|
|
@@ -2069,6 +2116,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2069
2116
|
soldOrderId: string;
|
|
2070
2117
|
soldConversationId?: string | null | undefined;
|
|
2071
2118
|
};
|
|
2119
|
+
} | {
|
|
2120
|
+
type: "DELETED";
|
|
2121
|
+
data: {
|
|
2122
|
+
sourceConversationId: string;
|
|
2123
|
+
};
|
|
2072
2124
|
} | {
|
|
2073
2125
|
type: "DELIVERED";
|
|
2074
2126
|
data: {
|
|
@@ -2102,6 +2154,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2102
2154
|
distanceOriginal: number;
|
|
2103
2155
|
originalImageUrl: string;
|
|
2104
2156
|
originalPhash: string;
|
|
2157
|
+
whash?: string | null | undefined;
|
|
2158
|
+
originalWhash?: string | null | undefined;
|
|
2105
2159
|
}[] | null | undefined;
|
|
2106
2160
|
originalPhashes?: string[] | null | undefined;
|
|
2107
2161
|
historyId?: string | null | undefined;
|
|
@@ -2393,6 +2447,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2393
2447
|
soldOrderId: string;
|
|
2394
2448
|
soldConversationId?: string | null | undefined;
|
|
2395
2449
|
};
|
|
2450
|
+
} | {
|
|
2451
|
+
type: "DELETED";
|
|
2452
|
+
data: {
|
|
2453
|
+
sourceConversationId: string;
|
|
2454
|
+
};
|
|
2396
2455
|
} | {
|
|
2397
2456
|
type: "DELIVERED";
|
|
2398
2457
|
data: {
|
|
@@ -2426,6 +2485,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2426
2485
|
distanceOriginal: number;
|
|
2427
2486
|
originalImageUrl: string;
|
|
2428
2487
|
originalPhash: string;
|
|
2488
|
+
whash?: string | null | undefined;
|
|
2489
|
+
originalWhash?: string | null | undefined;
|
|
2429
2490
|
}[] | null | undefined;
|
|
2430
2491
|
originalPhashes?: string[] | null | undefined;
|
|
2431
2492
|
historyId?: string | null | undefined;
|
|
@@ -2722,6 +2783,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2722
2783
|
soldOrderId: string;
|
|
2723
2784
|
soldConversationId?: string | null | undefined;
|
|
2724
2785
|
};
|
|
2786
|
+
} | {
|
|
2787
|
+
type: "DELETED";
|
|
2788
|
+
data: {
|
|
2789
|
+
sourceConversationId: string;
|
|
2790
|
+
};
|
|
2725
2791
|
} | {
|
|
2726
2792
|
type: "DELIVERED";
|
|
2727
2793
|
data: {
|
|
@@ -2755,6 +2821,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2755
2821
|
distanceOriginal: number;
|
|
2756
2822
|
originalImageUrl: string;
|
|
2757
2823
|
originalPhash: string;
|
|
2824
|
+
whash?: string | null | undefined;
|
|
2825
|
+
originalWhash?: string | null | undefined;
|
|
2758
2826
|
}[] | null | undefined;
|
|
2759
2827
|
originalPhashes?: string[] | null | undefined;
|
|
2760
2828
|
historyId?: string | null | undefined;
|
|
@@ -3052,6 +3120,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3052
3120
|
soldOrderId: string;
|
|
3053
3121
|
soldConversationId?: string | null | undefined;
|
|
3054
3122
|
};
|
|
3123
|
+
} | {
|
|
3124
|
+
type: "DELETED";
|
|
3125
|
+
data: {
|
|
3126
|
+
sourceConversationId: string;
|
|
3127
|
+
};
|
|
3055
3128
|
} | {
|
|
3056
3129
|
type: "DELIVERED";
|
|
3057
3130
|
data: {
|
|
@@ -3085,6 +3158,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3085
3158
|
distanceOriginal: number;
|
|
3086
3159
|
originalImageUrl: string;
|
|
3087
3160
|
originalPhash: string;
|
|
3161
|
+
whash?: string | null | undefined;
|
|
3162
|
+
originalWhash?: string | null | undefined;
|
|
3088
3163
|
}[] | null | undefined;
|
|
3089
3164
|
originalPhashes?: string[] | null | undefined;
|
|
3090
3165
|
historyId?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|
|
@@ -232,6 +232,25 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
232
232
|
soldOrderId: string;
|
|
233
233
|
soldConversationId?: string | null | undefined;
|
|
234
234
|
};
|
|
235
|
+
}>, z.ZodObject<{
|
|
236
|
+
data: z.ZodObject<{
|
|
237
|
+
sourceConversationId: z.ZodString;
|
|
238
|
+
}, "strip", z.ZodTypeAny, {
|
|
239
|
+
sourceConversationId: string;
|
|
240
|
+
}, {
|
|
241
|
+
sourceConversationId: string;
|
|
242
|
+
}>;
|
|
243
|
+
type: z.ZodLiteral<"DELETED">;
|
|
244
|
+
}, "strip", z.ZodTypeAny, {
|
|
245
|
+
type: "DELETED";
|
|
246
|
+
data: {
|
|
247
|
+
sourceConversationId: string;
|
|
248
|
+
};
|
|
249
|
+
}, {
|
|
250
|
+
type: "DELETED";
|
|
251
|
+
data: {
|
|
252
|
+
sourceConversationId: string;
|
|
253
|
+
};
|
|
235
254
|
}>, z.ZodObject<{
|
|
236
255
|
data: z.ZodObject<{
|
|
237
256
|
soldAccountId: z.ZodString;
|
|
@@ -341,9 +360,11 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
341
360
|
fileId: z.ZodString;
|
|
342
361
|
seed: z.ZodNumber;
|
|
343
362
|
phash: z.ZodString;
|
|
363
|
+
whash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
344
364
|
distanceOriginal: z.ZodNumber;
|
|
345
365
|
originalImageUrl: z.ZodString;
|
|
346
366
|
originalPhash: z.ZodString;
|
|
367
|
+
originalWhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
347
368
|
}, "strip", z.ZodTypeAny, {
|
|
348
369
|
fileId: string;
|
|
349
370
|
seed: number;
|
|
@@ -351,6 +372,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
351
372
|
distanceOriginal: number;
|
|
352
373
|
originalImageUrl: string;
|
|
353
374
|
originalPhash: string;
|
|
375
|
+
whash?: string | null | undefined;
|
|
376
|
+
originalWhash?: string | null | undefined;
|
|
354
377
|
}, {
|
|
355
378
|
fileId: string;
|
|
356
379
|
seed: number;
|
|
@@ -358,6 +381,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
358
381
|
distanceOriginal: number;
|
|
359
382
|
originalImageUrl: string;
|
|
360
383
|
originalPhash: string;
|
|
384
|
+
whash?: string | null | undefined;
|
|
385
|
+
originalWhash?: string | null | undefined;
|
|
361
386
|
}>, "many">>>;
|
|
362
387
|
originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
363
388
|
historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -370,6 +395,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
370
395
|
distanceOriginal: number;
|
|
371
396
|
originalImageUrl: string;
|
|
372
397
|
originalPhash: string;
|
|
398
|
+
whash?: string | null | undefined;
|
|
399
|
+
originalWhash?: string | null | undefined;
|
|
373
400
|
}[] | null | undefined;
|
|
374
401
|
originalPhashes?: string[] | null | undefined;
|
|
375
402
|
historyId?: string | null | undefined;
|
|
@@ -382,6 +409,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
382
409
|
distanceOriginal: number;
|
|
383
410
|
originalImageUrl: string;
|
|
384
411
|
originalPhash: string;
|
|
412
|
+
whash?: string | null | undefined;
|
|
413
|
+
originalWhash?: string | null | undefined;
|
|
385
414
|
}[] | null | undefined;
|
|
386
415
|
originalPhashes?: string[] | null | undefined;
|
|
387
416
|
historyId?: string | null | undefined;
|
|
@@ -398,6 +427,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
398
427
|
distanceOriginal: number;
|
|
399
428
|
originalImageUrl: string;
|
|
400
429
|
originalPhash: string;
|
|
430
|
+
whash?: string | null | undefined;
|
|
431
|
+
originalWhash?: string | null | undefined;
|
|
401
432
|
}[] | null | undefined;
|
|
402
433
|
originalPhashes?: string[] | null | undefined;
|
|
403
434
|
historyId?: string | null | undefined;
|
|
@@ -413,6 +444,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
413
444
|
distanceOriginal: number;
|
|
414
445
|
originalImageUrl: string;
|
|
415
446
|
originalPhash: string;
|
|
447
|
+
whash?: string | null | undefined;
|
|
448
|
+
originalWhash?: string | null | undefined;
|
|
416
449
|
}[] | null | undefined;
|
|
417
450
|
originalPhashes?: string[] | null | undefined;
|
|
418
451
|
historyId?: string | null | undefined;
|
|
@@ -1348,6 +1381,11 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1348
1381
|
soldOrderId: string;
|
|
1349
1382
|
soldConversationId?: string | null | undefined;
|
|
1350
1383
|
};
|
|
1384
|
+
} | {
|
|
1385
|
+
type: "DELETED";
|
|
1386
|
+
data: {
|
|
1387
|
+
sourceConversationId: string;
|
|
1388
|
+
};
|
|
1351
1389
|
} | {
|
|
1352
1390
|
type: "DELIVERED";
|
|
1353
1391
|
data: {
|
|
@@ -1381,6 +1419,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1381
1419
|
distanceOriginal: number;
|
|
1382
1420
|
originalImageUrl: string;
|
|
1383
1421
|
originalPhash: string;
|
|
1422
|
+
whash?: string | null | undefined;
|
|
1423
|
+
originalWhash?: string | null | undefined;
|
|
1384
1424
|
}[] | null | undefined;
|
|
1385
1425
|
originalPhashes?: string[] | null | undefined;
|
|
1386
1426
|
historyId?: string | null | undefined;
|
|
@@ -1559,6 +1599,11 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1559
1599
|
soldOrderId: string;
|
|
1560
1600
|
soldConversationId?: string | null | undefined;
|
|
1561
1601
|
};
|
|
1602
|
+
} | {
|
|
1603
|
+
type: "DELETED";
|
|
1604
|
+
data: {
|
|
1605
|
+
sourceConversationId: string;
|
|
1606
|
+
};
|
|
1562
1607
|
} | {
|
|
1563
1608
|
type: "DELIVERED";
|
|
1564
1609
|
data: {
|
|
@@ -1592,6 +1637,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1592
1637
|
distanceOriginal: number;
|
|
1593
1638
|
originalImageUrl: string;
|
|
1594
1639
|
originalPhash: string;
|
|
1640
|
+
whash?: string | null | undefined;
|
|
1641
|
+
originalWhash?: string | null | undefined;
|
|
1595
1642
|
}[] | null | undefined;
|
|
1596
1643
|
originalPhashes?: string[] | null | undefined;
|
|
1597
1644
|
historyId?: string | null | undefined;
|
|
@@ -2066,6 +2113,11 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2066
2113
|
soldOrderId: string;
|
|
2067
2114
|
soldConversationId?: string | null | undefined;
|
|
2068
2115
|
};
|
|
2116
|
+
} | {
|
|
2117
|
+
type: "DELETED";
|
|
2118
|
+
data: {
|
|
2119
|
+
sourceConversationId: string;
|
|
2120
|
+
};
|
|
2069
2121
|
} | {
|
|
2070
2122
|
type: "DELIVERED";
|
|
2071
2123
|
data: {
|
|
@@ -2099,6 +2151,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2099
2151
|
distanceOriginal: number;
|
|
2100
2152
|
originalImageUrl: string;
|
|
2101
2153
|
originalPhash: string;
|
|
2154
|
+
whash?: string | null | undefined;
|
|
2155
|
+
originalWhash?: string | null | undefined;
|
|
2102
2156
|
}[] | null | undefined;
|
|
2103
2157
|
originalPhashes?: string[] | null | undefined;
|
|
2104
2158
|
historyId?: string | null | undefined;
|
|
@@ -2390,6 +2444,11 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2390
2444
|
soldOrderId: string;
|
|
2391
2445
|
soldConversationId?: string | null | undefined;
|
|
2392
2446
|
};
|
|
2447
|
+
} | {
|
|
2448
|
+
type: "DELETED";
|
|
2449
|
+
data: {
|
|
2450
|
+
sourceConversationId: string;
|
|
2451
|
+
};
|
|
2393
2452
|
} | {
|
|
2394
2453
|
type: "DELIVERED";
|
|
2395
2454
|
data: {
|
|
@@ -2423,6 +2482,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2423
2482
|
distanceOriginal: number;
|
|
2424
2483
|
originalImageUrl: string;
|
|
2425
2484
|
originalPhash: string;
|
|
2485
|
+
whash?: string | null | undefined;
|
|
2486
|
+
originalWhash?: string | null | undefined;
|
|
2426
2487
|
}[] | null | undefined;
|
|
2427
2488
|
originalPhashes?: string[] | null | undefined;
|
|
2428
2489
|
historyId?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"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"}
|
|
@@ -118,6 +118,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
118
118
|
}>, "many">>>;
|
|
119
119
|
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
120
120
|
createdAt: z.ZodDate;
|
|
121
|
+
scheduledAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
121
122
|
offer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
122
123
|
id: z.ZodString;
|
|
123
124
|
platformOfferId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -238,6 +239,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
238
239
|
preferenceVariantId?: string | null | undefined;
|
|
239
240
|
conversationUserId?: string | null | undefined;
|
|
240
241
|
platformMessageId?: string | null | undefined;
|
|
242
|
+
scheduledAt?: Date | null | undefined;
|
|
241
243
|
statusHistory?: {
|
|
242
244
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
243
245
|
id: string;
|
|
@@ -283,6 +285,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
283
285
|
preferenceVariantId?: string | null | undefined;
|
|
284
286
|
conversationUserId?: string | null | undefined;
|
|
285
287
|
platformMessageId?: string | null | undefined;
|
|
288
|
+
scheduledAt?: Date | null | undefined;
|
|
286
289
|
statusHistory?: {
|
|
287
290
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
288
291
|
id: string;
|
|
@@ -440,6 +443,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
440
443
|
preferenceVariantId?: string | null | undefined;
|
|
441
444
|
conversationUserId?: string | null | undefined;
|
|
442
445
|
platformMessageId?: string | null | undefined;
|
|
446
|
+
scheduledAt?: Date | null | undefined;
|
|
443
447
|
statusHistory?: {
|
|
444
448
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
445
449
|
id: string;
|
|
@@ -534,6 +538,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
534
538
|
preferenceVariantId?: string | null | undefined;
|
|
535
539
|
conversationUserId?: string | null | undefined;
|
|
536
540
|
platformMessageId?: string | null | undefined;
|
|
541
|
+
scheduledAt?: Date | null | undefined;
|
|
537
542
|
statusHistory?: {
|
|
538
543
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
539
544
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Conversation.d.ts","sourceRoot":"","sources":["Conversation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"Conversation.d.ts","sourceRoot":"","sources":["Conversation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { z } from "zod";
|
|
|
2
2
|
export declare const ConversationOnPlatformSendMessageRequestSchema: z.ZodObject<{
|
|
3
3
|
conversationId: z.ZodString;
|
|
4
4
|
accountId: z.ZodString;
|
|
5
|
+
referenceTimeMs: z.ZodNumber;
|
|
5
6
|
messageIds: z.ZodArray<z.ZodString, "many">;
|
|
6
7
|
offerUpdates: z.ZodArray<z.ZodObject<{
|
|
7
8
|
offerId: z.ZodString;
|
|
@@ -16,6 +17,7 @@ export declare const ConversationOnPlatformSendMessageRequestSchema: z.ZodObject
|
|
|
16
17
|
}, "strip", z.ZodTypeAny, {
|
|
17
18
|
accountId: string;
|
|
18
19
|
conversationId: string;
|
|
20
|
+
referenceTimeMs: number;
|
|
19
21
|
messageIds: string[];
|
|
20
22
|
offerUpdates: {
|
|
21
23
|
offerId: string;
|
|
@@ -24,6 +26,7 @@ export declare const ConversationOnPlatformSendMessageRequestSchema: z.ZodObject
|
|
|
24
26
|
}, {
|
|
25
27
|
accountId: string;
|
|
26
28
|
conversationId: string;
|
|
29
|
+
referenceTimeMs: number;
|
|
27
30
|
messageIds: string[];
|
|
28
31
|
offerUpdates: {
|
|
29
32
|
offerId: string;
|
package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationOnPlatformSendMessageRequest.d.ts","sourceRoot":"","sources":["ConversationOnPlatformSendMessageRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,8CAA8C
|
|
1
|
+
{"version":3,"file":"ConversationOnPlatformSendMessageRequest.d.ts","sourceRoot":"","sources":["ConversationOnPlatformSendMessageRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMzD,CAAA;AACF,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8CAA8C,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.js
CHANGED
|
@@ -3,6 +3,7 @@ import { OfferUpdateSchema } from "./offers/OfferUpdate";
|
|
|
3
3
|
export const ConversationOnPlatformSendMessageRequestSchema = z.object({
|
|
4
4
|
conversationId: z.string().uuid(),
|
|
5
5
|
accountId: z.string().uuid(),
|
|
6
|
+
referenceTimeMs: z.number(),
|
|
6
7
|
messageIds: z.array(z.string().uuid()),
|
|
7
8
|
offerUpdates: z.array(OfferUpdateSchema)
|
|
8
9
|
});
|
package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationOnPlatformSendMessageRequest.js","sourceRoot":"","sources":["ConversationOnPlatformSendMessageRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,iBAAiB,EAAC,MAAM,sBAAsB,CAAA;AAEtD,MAAM,CAAC,MAAM,8CAA8C,GAAG,CAAC,CAAC,MAAM,CAAC;IACnE,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACjC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5B,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;IACtC,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC;CAC3C,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"ConversationOnPlatformSendMessageRequest.js","sourceRoot":"","sources":["ConversationOnPlatformSendMessageRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,iBAAiB,EAAC,MAAM,sBAAsB,CAAA;AAEtD,MAAM,CAAC,MAAM,8CAA8C,GAAG,CAAC,CAAC,MAAM,CAAC;IACnE,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACjC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5B,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;IAC3B,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;IACtC,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC;CAC3C,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.ts
CHANGED
|
@@ -4,6 +4,7 @@ import {OfferUpdateSchema} from "./offers/OfferUpdate"
|
|
|
4
4
|
export const ConversationOnPlatformSendMessageRequestSchema = z.object({
|
|
5
5
|
conversationId: z.string().uuid(),
|
|
6
6
|
accountId: z.string().uuid(),
|
|
7
|
+
referenceTimeMs: z.number(),
|
|
7
8
|
messageIds: z.array(z.string().uuid()),
|
|
8
9
|
offerUpdates: z.array(OfferUpdateSchema)
|
|
9
10
|
})
|
|
@@ -120,6 +120,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
120
120
|
}>, "many">>>;
|
|
121
121
|
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
122
|
createdAt: z.ZodDate;
|
|
123
|
+
scheduledAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
123
124
|
offer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
124
125
|
id: z.ZodString;
|
|
125
126
|
platformOfferId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -240,6 +241,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
240
241
|
preferenceVariantId?: string | null | undefined;
|
|
241
242
|
conversationUserId?: string | null | undefined;
|
|
242
243
|
platformMessageId?: string | null | undefined;
|
|
244
|
+
scheduledAt?: Date | null | undefined;
|
|
243
245
|
statusHistory?: {
|
|
244
246
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
245
247
|
id: string;
|
|
@@ -285,6 +287,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
285
287
|
preferenceVariantId?: string | null | undefined;
|
|
286
288
|
conversationUserId?: string | null | undefined;
|
|
287
289
|
platformMessageId?: string | null | undefined;
|
|
290
|
+
scheduledAt?: Date | null | undefined;
|
|
288
291
|
statusHistory?: {
|
|
289
292
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
290
293
|
id: string;
|
|
@@ -442,6 +445,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
442
445
|
preferenceVariantId?: string | null | undefined;
|
|
443
446
|
conversationUserId?: string | null | undefined;
|
|
444
447
|
platformMessageId?: string | null | undefined;
|
|
448
|
+
scheduledAt?: Date | null | undefined;
|
|
445
449
|
statusHistory?: {
|
|
446
450
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
447
451
|
id: string;
|
|
@@ -536,6 +540,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
536
540
|
preferenceVariantId?: string | null | undefined;
|
|
537
541
|
conversationUserId?: string | null | undefined;
|
|
538
542
|
platformMessageId?: string | null | undefined;
|
|
543
|
+
scheduledAt?: Date | null | undefined;
|
|
539
544
|
statusHistory?: {
|
|
540
545
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
541
546
|
id: string;
|
|
@@ -578,6 +583,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
578
583
|
}>, "many">>>;
|
|
579
584
|
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
580
585
|
createdAt: z.ZodDate;
|
|
586
|
+
scheduledAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
581
587
|
offer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
582
588
|
id: z.ZodString;
|
|
583
589
|
platformOfferId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -698,6 +704,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
698
704
|
preferenceVariantId?: string | null | undefined;
|
|
699
705
|
conversationUserId?: string | null | undefined;
|
|
700
706
|
platformMessageId?: string | null | undefined;
|
|
707
|
+
scheduledAt?: Date | null | undefined;
|
|
701
708
|
statusHistory?: {
|
|
702
709
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
703
710
|
id: string;
|
|
@@ -743,6 +750,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
743
750
|
preferenceVariantId?: string | null | undefined;
|
|
744
751
|
conversationUserId?: string | null | undefined;
|
|
745
752
|
platformMessageId?: string | null | undefined;
|
|
753
|
+
scheduledAt?: Date | null | undefined;
|
|
746
754
|
statusHistory?: {
|
|
747
755
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
748
756
|
id: string;
|
|
@@ -839,6 +847,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
839
847
|
preferenceVariantId?: string | null | undefined;
|
|
840
848
|
conversationUserId?: string | null | undefined;
|
|
841
849
|
platformMessageId?: string | null | undefined;
|
|
850
|
+
scheduledAt?: Date | null | undefined;
|
|
842
851
|
statusHistory?: {
|
|
843
852
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
844
853
|
id: string;
|
|
@@ -886,6 +895,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
886
895
|
preferenceVariantId?: string | null | undefined;
|
|
887
896
|
conversationUserId?: string | null | undefined;
|
|
888
897
|
platformMessageId?: string | null | undefined;
|
|
898
|
+
scheduledAt?: Date | null | undefined;
|
|
889
899
|
statusHistory?: {
|
|
890
900
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
891
901
|
id: string;
|
|
@@ -982,6 +992,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
982
992
|
preferenceVariantId?: string | null | undefined;
|
|
983
993
|
conversationUserId?: string | null | undefined;
|
|
984
994
|
platformMessageId?: string | null | undefined;
|
|
995
|
+
scheduledAt?: Date | null | undefined;
|
|
985
996
|
statusHistory?: {
|
|
986
997
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
987
998
|
id: string;
|
|
@@ -1029,6 +1040,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
1029
1040
|
preferenceVariantId?: string | null | undefined;
|
|
1030
1041
|
conversationUserId?: string | null | undefined;
|
|
1031
1042
|
platformMessageId?: string | null | undefined;
|
|
1043
|
+
scheduledAt?: Date | null | undefined;
|
|
1032
1044
|
statusHistory?: {
|
|
1033
1045
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
1034
1046
|
id: string;
|
|
@@ -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
|
|
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"}
|