controlresell 2.20.19 → 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 +26 -17
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +20 -13
- 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 +34 -29
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +101 -5
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +50 -43
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +50 -43
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +10 -5
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +14 -7
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +14 -7
- 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 +10 -5
- 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 +44 -26
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +14 -7
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +26 -17
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +44 -26
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +10 -5
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +10 -5
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +18 -0
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.js +3 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.js.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.ts +3 -1
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +18 -9
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.d.ts +13 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.d.ts.map +1 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.js +6 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.js.map +1 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.ts +7 -0
- 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 +34 -25
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +40 -5
- 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 +102 -78
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +14 -7
- 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 +78 -58
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +18 -9
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +14 -7
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +48 -28
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +10 -5
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +10 -5
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +6 -3
- 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 +6 -3
- 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/platforms/UserOnPlatformStatus.d.ts +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.js +2 -2
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.ts +2 -2
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +152 -120
- 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
|
@@ -24,7 +24,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
24
24
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
25
25
|
name: z.ZodString;
|
|
26
26
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
|
-
status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]
|
|
27
|
+
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
28
28
|
night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
29
29
|
startsAt: z.ZodDate;
|
|
30
30
|
endsAt: z.ZodDate;
|
|
@@ -65,8 +65,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
65
65
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
66
66
|
}>>>;
|
|
67
67
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
68
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
68
69
|
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
70
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
70
71
|
name: string;
|
|
71
72
|
userId: number;
|
|
72
73
|
accountId: string;
|
|
@@ -92,12 +93,13 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
92
93
|
signedUrl: string;
|
|
93
94
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
94
95
|
} | null | undefined;
|
|
96
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
95
97
|
}, {
|
|
96
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
97
98
|
name: string;
|
|
98
99
|
userId: number;
|
|
99
100
|
accountId: string;
|
|
100
101
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
102
|
+
status?: unknown;
|
|
101
103
|
locale?: string | null | undefined;
|
|
102
104
|
lockReason?: unknown;
|
|
103
105
|
night?: {
|
|
@@ -119,6 +121,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
119
121
|
signedUrl: string;
|
|
120
122
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
121
123
|
} | null | undefined;
|
|
124
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
122
125
|
}>>>;
|
|
123
126
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
124
127
|
id: z.ZodString;
|
|
@@ -383,6 +386,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
383
386
|
reviewCount?: number | null | undefined;
|
|
384
387
|
reviewValue?: number | null | undefined;
|
|
385
388
|
location?: string | null | undefined;
|
|
389
|
+
billingName?: string | null | undefined;
|
|
390
|
+
billingAddressLine1?: string | null | undefined;
|
|
391
|
+
billingAddressLine2?: string | null | undefined;
|
|
392
|
+
billingPostalCode?: string | null | undefined;
|
|
393
|
+
billingCity?: string | null | undefined;
|
|
394
|
+
billingCountryCode?: string | null | undefined;
|
|
386
395
|
photoFileId?: string | null | undefined;
|
|
387
396
|
photoFile?: {
|
|
388
397
|
path: string;
|
|
@@ -392,12 +401,6 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
392
401
|
signedUrl: string;
|
|
393
402
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
394
403
|
} | null | undefined;
|
|
395
|
-
billingName?: string | null | undefined;
|
|
396
|
-
billingAddressLine1?: string | null | undefined;
|
|
397
|
-
billingAddressLine2?: string | null | undefined;
|
|
398
|
-
billingPostalCode?: string | null | undefined;
|
|
399
|
-
billingCity?: string | null | undefined;
|
|
400
|
-
billingCountryCode?: string | null | undefined;
|
|
401
404
|
}, {
|
|
402
405
|
id: string;
|
|
403
406
|
conversationId: string;
|
|
@@ -407,6 +410,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
407
410
|
reviewCount?: number | null | undefined;
|
|
408
411
|
reviewValue?: number | null | undefined;
|
|
409
412
|
location?: string | null | undefined;
|
|
413
|
+
billingName?: string | null | undefined;
|
|
414
|
+
billingAddressLine1?: string | null | undefined;
|
|
415
|
+
billingAddressLine2?: string | null | undefined;
|
|
416
|
+
billingPostalCode?: string | null | undefined;
|
|
417
|
+
billingCity?: string | null | undefined;
|
|
418
|
+
billingCountryCode?: string | null | undefined;
|
|
410
419
|
photoFileId?: string | null | undefined;
|
|
411
420
|
photoFile?: {
|
|
412
421
|
path: string;
|
|
@@ -416,12 +425,6 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
416
425
|
signedUrl: string;
|
|
417
426
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
418
427
|
} | null | undefined;
|
|
419
|
-
billingName?: string | null | undefined;
|
|
420
|
-
billingAddressLine1?: string | null | undefined;
|
|
421
|
-
billingAddressLine2?: string | null | undefined;
|
|
422
|
-
billingPostalCode?: string | null | undefined;
|
|
423
|
-
billingCity?: string | null | undefined;
|
|
424
|
-
billingCountryCode?: string | null | undefined;
|
|
425
428
|
}>, "many">>>;
|
|
426
429
|
lastRead: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
427
430
|
isPinned: z.ZodBoolean;
|
|
@@ -441,6 +444,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
441
444
|
reviewCount?: number | null | undefined;
|
|
442
445
|
reviewValue?: number | null | undefined;
|
|
443
446
|
location?: string | null | undefined;
|
|
447
|
+
billingName?: string | null | undefined;
|
|
448
|
+
billingAddressLine1?: string | null | undefined;
|
|
449
|
+
billingAddressLine2?: string | null | undefined;
|
|
450
|
+
billingPostalCode?: string | null | undefined;
|
|
451
|
+
billingCity?: string | null | undefined;
|
|
452
|
+
billingCountryCode?: string | null | undefined;
|
|
444
453
|
photoFileId?: string | null | undefined;
|
|
445
454
|
photoFile?: {
|
|
446
455
|
path: string;
|
|
@@ -450,15 +459,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
450
459
|
signedUrl: string;
|
|
451
460
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
452
461
|
} | null | undefined;
|
|
453
|
-
billingName?: string | null | undefined;
|
|
454
|
-
billingAddressLine1?: string | null | undefined;
|
|
455
|
-
billingAddressLine2?: string | null | undefined;
|
|
456
|
-
billingPostalCode?: string | null | undefined;
|
|
457
|
-
billingCity?: string | null | undefined;
|
|
458
|
-
billingCountryCode?: string | null | undefined;
|
|
459
462
|
}[] | null | undefined;
|
|
460
463
|
account?: {
|
|
461
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
464
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
462
465
|
name: string;
|
|
463
466
|
userId: number;
|
|
464
467
|
accountId: string;
|
|
@@ -484,6 +487,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
484
487
|
signedUrl: string;
|
|
485
488
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
486
489
|
} | null | undefined;
|
|
490
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
487
491
|
} | null | undefined;
|
|
488
492
|
lastRead?: Date | null | undefined;
|
|
489
493
|
lastMessage?: {
|
|
@@ -550,6 +554,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
550
554
|
reviewCount?: number | null | undefined;
|
|
551
555
|
reviewValue?: number | null | undefined;
|
|
552
556
|
location?: string | null | undefined;
|
|
557
|
+
billingName?: string | null | undefined;
|
|
558
|
+
billingAddressLine1?: string | null | undefined;
|
|
559
|
+
billingAddressLine2?: string | null | undefined;
|
|
560
|
+
billingPostalCode?: string | null | undefined;
|
|
561
|
+
billingCity?: string | null | undefined;
|
|
562
|
+
billingCountryCode?: string | null | undefined;
|
|
553
563
|
photoFileId?: string | null | undefined;
|
|
554
564
|
photoFile?: {
|
|
555
565
|
path: string;
|
|
@@ -559,19 +569,13 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
559
569
|
signedUrl: string;
|
|
560
570
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
561
571
|
} | null | undefined;
|
|
562
|
-
billingName?: string | null | undefined;
|
|
563
|
-
billingAddressLine1?: string | null | undefined;
|
|
564
|
-
billingAddressLine2?: string | null | undefined;
|
|
565
|
-
billingPostalCode?: string | null | undefined;
|
|
566
|
-
billingCity?: string | null | undefined;
|
|
567
|
-
billingCountryCode?: string | null | undefined;
|
|
568
572
|
}[] | null | undefined;
|
|
569
573
|
account?: {
|
|
570
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
571
574
|
name: string;
|
|
572
575
|
userId: number;
|
|
573
576
|
accountId: string;
|
|
574
577
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
578
|
+
status?: unknown;
|
|
575
579
|
locale?: string | null | undefined;
|
|
576
580
|
lockReason?: unknown;
|
|
577
581
|
night?: {
|
|
@@ -593,6 +597,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
593
597
|
signedUrl: string;
|
|
594
598
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
595
599
|
} | null | undefined;
|
|
600
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
596
601
|
} | null | undefined;
|
|
597
602
|
lastRead?: Date | null | undefined;
|
|
598
603
|
lastMessage?: {
|
|
@@ -664,6 +669,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
664
669
|
reviewCount?: number | null | undefined;
|
|
665
670
|
reviewValue?: number | null | undefined;
|
|
666
671
|
location?: string | null | undefined;
|
|
672
|
+
billingName?: string | null | undefined;
|
|
673
|
+
billingAddressLine1?: string | null | undefined;
|
|
674
|
+
billingAddressLine2?: string | null | undefined;
|
|
675
|
+
billingPostalCode?: string | null | undefined;
|
|
676
|
+
billingCity?: string | null | undefined;
|
|
677
|
+
billingCountryCode?: string | null | undefined;
|
|
667
678
|
photoFileId?: string | null | undefined;
|
|
668
679
|
photoFile?: {
|
|
669
680
|
path: string;
|
|
@@ -673,15 +684,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
673
684
|
signedUrl: string;
|
|
674
685
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
675
686
|
} | null | undefined;
|
|
676
|
-
billingName?: string | null | undefined;
|
|
677
|
-
billingAddressLine1?: string | null | undefined;
|
|
678
|
-
billingAddressLine2?: string | null | undefined;
|
|
679
|
-
billingPostalCode?: string | null | undefined;
|
|
680
|
-
billingCity?: string | null | undefined;
|
|
681
|
-
billingCountryCode?: string | null | undefined;
|
|
682
687
|
}[] | null | undefined;
|
|
683
688
|
account?: {
|
|
684
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
689
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
685
690
|
name: string;
|
|
686
691
|
userId: number;
|
|
687
692
|
accountId: string;
|
|
@@ -707,6 +712,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
707
712
|
signedUrl: string;
|
|
708
713
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
709
714
|
} | null | undefined;
|
|
715
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
710
716
|
} | null | undefined;
|
|
711
717
|
lastRead?: Date | null | undefined;
|
|
712
718
|
lastMessage?: {
|
|
@@ -783,6 +789,12 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
783
789
|
reviewCount?: number | null | undefined;
|
|
784
790
|
reviewValue?: number | null | undefined;
|
|
785
791
|
location?: string | null | undefined;
|
|
792
|
+
billingName?: string | null | undefined;
|
|
793
|
+
billingAddressLine1?: string | null | undefined;
|
|
794
|
+
billingAddressLine2?: string | null | undefined;
|
|
795
|
+
billingPostalCode?: string | null | undefined;
|
|
796
|
+
billingCity?: string | null | undefined;
|
|
797
|
+
billingCountryCode?: string | null | undefined;
|
|
786
798
|
photoFileId?: string | null | undefined;
|
|
787
799
|
photoFile?: {
|
|
788
800
|
path: string;
|
|
@@ -792,19 +804,13 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
792
804
|
signedUrl: string;
|
|
793
805
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
794
806
|
} | null | undefined;
|
|
795
|
-
billingName?: string | null | undefined;
|
|
796
|
-
billingAddressLine1?: string | null | undefined;
|
|
797
|
-
billingAddressLine2?: string | null | undefined;
|
|
798
|
-
billingPostalCode?: string | null | undefined;
|
|
799
|
-
billingCity?: string | null | undefined;
|
|
800
|
-
billingCountryCode?: string | null | undefined;
|
|
801
807
|
}[] | null | undefined;
|
|
802
808
|
account?: {
|
|
803
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
804
809
|
name: string;
|
|
805
810
|
userId: number;
|
|
806
811
|
accountId: string;
|
|
807
812
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
813
|
+
status?: unknown;
|
|
808
814
|
locale?: string | null | undefined;
|
|
809
815
|
lockReason?: unknown;
|
|
810
816
|
night?: {
|
|
@@ -826,6 +832,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
826
832
|
signedUrl: string;
|
|
827
833
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
828
834
|
} | null | undefined;
|
|
835
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
829
836
|
} | null | undefined;
|
|
830
837
|
lastRead?: Date | null | undefined;
|
|
831
838
|
lastMessage?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserConversations.d.ts","sourceRoot":"","sources":["UserConversations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uBAAuB
|
|
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"}
|
|
@@ -15,7 +15,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
15
15
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
16
16
|
name: z.ZodString;
|
|
17
17
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
-
status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]
|
|
18
|
+
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
19
19
|
night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
20
20
|
startsAt: z.ZodDate;
|
|
21
21
|
endsAt: z.ZodDate;
|
|
@@ -56,8 +56,9 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
56
56
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
57
57
|
}>>>;
|
|
58
58
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
59
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
59
60
|
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
61
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
61
62
|
name: string;
|
|
62
63
|
userId: number;
|
|
63
64
|
accountId: string;
|
|
@@ -83,12 +84,13 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
83
84
|
signedUrl: string;
|
|
84
85
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
85
86
|
} | null | undefined;
|
|
87
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
86
88
|
}, {
|
|
87
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
88
89
|
name: string;
|
|
89
90
|
userId: number;
|
|
90
91
|
accountId: string;
|
|
91
92
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
93
|
+
status?: unknown;
|
|
92
94
|
locale?: string | null | undefined;
|
|
93
95
|
lockReason?: unknown;
|
|
94
96
|
night?: {
|
|
@@ -110,6 +112,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
110
112
|
signedUrl: string;
|
|
111
113
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
112
114
|
} | null | undefined;
|
|
115
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
113
116
|
}>>>;
|
|
114
117
|
}, "strip", z.ZodTypeAny, {
|
|
115
118
|
id: string;
|
|
@@ -121,7 +124,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
121
124
|
savedAt: Date;
|
|
122
125
|
rateLimited: boolean;
|
|
123
126
|
account?: {
|
|
124
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
127
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
125
128
|
name: string;
|
|
126
129
|
userId: number;
|
|
127
130
|
accountId: string;
|
|
@@ -147,6 +150,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
147
150
|
signedUrl: string;
|
|
148
151
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
149
152
|
} | null | undefined;
|
|
153
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
150
154
|
} | null | undefined;
|
|
151
155
|
sentAt?: Date | null | undefined;
|
|
152
156
|
}, {
|
|
@@ -159,11 +163,11 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
159
163
|
savedAt: Date;
|
|
160
164
|
rateLimited: boolean;
|
|
161
165
|
account?: {
|
|
162
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
163
166
|
name: string;
|
|
164
167
|
userId: number;
|
|
165
168
|
accountId: string;
|
|
166
169
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
170
|
+
status?: unknown;
|
|
167
171
|
locale?: string | null | undefined;
|
|
168
172
|
lockReason?: unknown;
|
|
169
173
|
night?: {
|
|
@@ -185,6 +189,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
185
189
|
signedUrl: string;
|
|
186
190
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
187
191
|
} | null | undefined;
|
|
192
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
188
193
|
} | null | undefined;
|
|
189
194
|
sentAt?: Date | null | undefined;
|
|
190
195
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationFavorite.d.ts","sourceRoot":"","sources":["ConversationFavorite.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,0BAA0B
|
|
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"}
|
package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
16
16
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
17
17
|
name: z.ZodString;
|
|
18
18
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
-
status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]
|
|
19
|
+
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
20
20
|
night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
21
21
|
startsAt: z.ZodDate;
|
|
22
22
|
endsAt: z.ZodDate;
|
|
@@ -57,8 +57,9 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
57
57
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
58
58
|
}>>>;
|
|
59
59
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
60
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
60
61
|
}, "strip", z.ZodTypeAny, {
|
|
61
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
62
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
62
63
|
name: string;
|
|
63
64
|
userId: number;
|
|
64
65
|
accountId: string;
|
|
@@ -84,12 +85,13 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
84
85
|
signedUrl: string;
|
|
85
86
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
86
87
|
} | null | undefined;
|
|
88
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
87
89
|
}, {
|
|
88
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
89
90
|
name: string;
|
|
90
91
|
userId: number;
|
|
91
92
|
accountId: string;
|
|
92
93
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
94
|
+
status?: unknown;
|
|
93
95
|
locale?: string | null | undefined;
|
|
94
96
|
lockReason?: unknown;
|
|
95
97
|
night?: {
|
|
@@ -111,6 +113,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
111
113
|
signedUrl: string;
|
|
112
114
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
113
115
|
} | null | undefined;
|
|
116
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
114
117
|
}>>>;
|
|
115
118
|
}, "strip", z.ZodTypeAny, {
|
|
116
119
|
id: string;
|
|
@@ -122,7 +125,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
122
125
|
savedAt: Date;
|
|
123
126
|
rateLimited: boolean;
|
|
124
127
|
account?: {
|
|
125
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
128
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
126
129
|
name: string;
|
|
127
130
|
userId: number;
|
|
128
131
|
accountId: string;
|
|
@@ -148,6 +151,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
148
151
|
signedUrl: string;
|
|
149
152
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
150
153
|
} | null | undefined;
|
|
154
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
151
155
|
} | null | undefined;
|
|
152
156
|
sentAt?: Date | null | undefined;
|
|
153
157
|
}, {
|
|
@@ -160,11 +164,11 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
160
164
|
savedAt: Date;
|
|
161
165
|
rateLimited: boolean;
|
|
162
166
|
account?: {
|
|
163
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
164
167
|
name: string;
|
|
165
168
|
userId: number;
|
|
166
169
|
accountId: string;
|
|
167
170
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
171
|
+
status?: unknown;
|
|
168
172
|
locale?: string | null | undefined;
|
|
169
173
|
lockReason?: unknown;
|
|
170
174
|
night?: {
|
|
@@ -186,6 +190,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
186
190
|
signedUrl: string;
|
|
187
191
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
188
192
|
} | null | undefined;
|
|
193
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
189
194
|
} | null | undefined;
|
|
190
195
|
sentAt?: Date | null | undefined;
|
|
191
196
|
}>, "many">;
|
|
@@ -200,7 +205,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
200
205
|
savedAt: Date;
|
|
201
206
|
rateLimited: boolean;
|
|
202
207
|
account?: {
|
|
203
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
208
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
204
209
|
name: string;
|
|
205
210
|
userId: number;
|
|
206
211
|
accountId: string;
|
|
@@ -226,6 +231,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
226
231
|
signedUrl: string;
|
|
227
232
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
228
233
|
} | null | undefined;
|
|
234
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
229
235
|
} | null | undefined;
|
|
230
236
|
sentAt?: Date | null | undefined;
|
|
231
237
|
}[];
|
|
@@ -240,11 +246,11 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
240
246
|
savedAt: Date;
|
|
241
247
|
rateLimited: boolean;
|
|
242
248
|
account?: {
|
|
243
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
244
249
|
name: string;
|
|
245
250
|
userId: number;
|
|
246
251
|
accountId: string;
|
|
247
252
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
253
|
+
status?: unknown;
|
|
248
254
|
locale?: string | null | undefined;
|
|
249
255
|
lockReason?: unknown;
|
|
250
256
|
night?: {
|
|
@@ -266,6 +272,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
266
272
|
signedUrl: string;
|
|
267
273
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
268
274
|
} | null | undefined;
|
|
275
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
269
276
|
} | null | undefined;
|
|
270
277
|
sentAt?: Date | null | undefined;
|
|
271
278
|
}[];
|
package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map
CHANGED
|
@@ -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
|
|
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"}
|
|
@@ -16,7 +16,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
16
16
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
17
17
|
name: z.ZodString;
|
|
18
18
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
-
status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]
|
|
19
|
+
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
20
20
|
night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
21
21
|
startsAt: z.ZodDate;
|
|
22
22
|
endsAt: z.ZodDate;
|
|
@@ -57,8 +57,9 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
57
57
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
58
58
|
}>>>;
|
|
59
59
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
60
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
60
61
|
}, "strip", z.ZodTypeAny, {
|
|
61
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
62
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
62
63
|
name: string;
|
|
63
64
|
userId: number;
|
|
64
65
|
accountId: string;
|
|
@@ -84,12 +85,13 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
84
85
|
signedUrl: string;
|
|
85
86
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
86
87
|
} | null | undefined;
|
|
88
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
87
89
|
}, {
|
|
88
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
89
90
|
name: string;
|
|
90
91
|
userId: number;
|
|
91
92
|
accountId: string;
|
|
92
93
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
94
|
+
status?: unknown;
|
|
93
95
|
locale?: string | null | undefined;
|
|
94
96
|
lockReason?: unknown;
|
|
95
97
|
night?: {
|
|
@@ -111,6 +113,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
111
113
|
signedUrl: string;
|
|
112
114
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
113
115
|
} | null | undefined;
|
|
116
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
114
117
|
}>>>;
|
|
115
118
|
}, "strip", z.ZodTypeAny, {
|
|
116
119
|
id: string;
|
|
@@ -122,7 +125,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
122
125
|
savedAt: Date;
|
|
123
126
|
rateLimited: boolean;
|
|
124
127
|
account?: {
|
|
125
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
128
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
126
129
|
name: string;
|
|
127
130
|
userId: number;
|
|
128
131
|
accountId: string;
|
|
@@ -148,6 +151,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
148
151
|
signedUrl: string;
|
|
149
152
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
150
153
|
} | null | undefined;
|
|
154
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
151
155
|
} | null | undefined;
|
|
152
156
|
sentAt?: Date | null | undefined;
|
|
153
157
|
}, {
|
|
@@ -160,11 +164,11 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
160
164
|
savedAt: Date;
|
|
161
165
|
rateLimited: boolean;
|
|
162
166
|
account?: {
|
|
163
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
164
167
|
name: string;
|
|
165
168
|
userId: number;
|
|
166
169
|
accountId: string;
|
|
167
170
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
171
|
+
status?: unknown;
|
|
168
172
|
locale?: string | null | undefined;
|
|
169
173
|
lockReason?: unknown;
|
|
170
174
|
night?: {
|
|
@@ -186,6 +190,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
186
190
|
signedUrl: string;
|
|
187
191
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
188
192
|
} | null | undefined;
|
|
193
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
189
194
|
} | null | undefined;
|
|
190
195
|
sentAt?: Date | null | undefined;
|
|
191
196
|
}>, "many">;
|
|
@@ -200,7 +205,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
200
205
|
savedAt: Date;
|
|
201
206
|
rateLimited: boolean;
|
|
202
207
|
account?: {
|
|
203
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
208
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
204
209
|
name: string;
|
|
205
210
|
userId: number;
|
|
206
211
|
accountId: string;
|
|
@@ -226,6 +231,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
226
231
|
signedUrl: string;
|
|
227
232
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
228
233
|
} | null | undefined;
|
|
234
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
229
235
|
} | null | undefined;
|
|
230
236
|
sentAt?: Date | null | undefined;
|
|
231
237
|
}[];
|
|
@@ -240,11 +246,11 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
240
246
|
savedAt: Date;
|
|
241
247
|
rateLimited: boolean;
|
|
242
248
|
account?: {
|
|
243
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
244
249
|
name: string;
|
|
245
250
|
userId: number;
|
|
246
251
|
accountId: string;
|
|
247
252
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
253
|
+
status?: unknown;
|
|
248
254
|
locale?: string | null | undefined;
|
|
249
255
|
lockReason?: unknown;
|
|
250
256
|
night?: {
|
|
@@ -266,6 +272,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
266
272
|
signedUrl: string;
|
|
267
273
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
268
274
|
} | null | undefined;
|
|
275
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
269
276
|
} | null | undefined;
|
|
270
277
|
sentAt?: Date | null | undefined;
|
|
271
278
|
}[];
|
package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map
CHANGED
|
@@ -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
|
|
1
|
+
{"version":3,"file":"SubmitFavoritesResponse.d.ts","sourceRoot":"","sources":["SubmitFavoritesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExC,CAAA;AACF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAA"}
|
|
@@ -46,6 +46,12 @@ export declare const ConversationUserSchema: z.ZodObject<{
|
|
|
46
46
|
reviewCount?: number | null | undefined;
|
|
47
47
|
reviewValue?: number | null | undefined;
|
|
48
48
|
location?: string | null | undefined;
|
|
49
|
+
billingName?: string | null | undefined;
|
|
50
|
+
billingAddressLine1?: string | null | undefined;
|
|
51
|
+
billingAddressLine2?: string | null | undefined;
|
|
52
|
+
billingPostalCode?: string | null | undefined;
|
|
53
|
+
billingCity?: string | null | undefined;
|
|
54
|
+
billingCountryCode?: string | null | undefined;
|
|
49
55
|
photoFileId?: string | null | undefined;
|
|
50
56
|
photoFile?: {
|
|
51
57
|
path: string;
|
|
@@ -55,12 +61,6 @@ export declare const ConversationUserSchema: z.ZodObject<{
|
|
|
55
61
|
signedUrl: string;
|
|
56
62
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
57
63
|
} | null | undefined;
|
|
58
|
-
billingName?: string | null | undefined;
|
|
59
|
-
billingAddressLine1?: string | null | undefined;
|
|
60
|
-
billingAddressLine2?: string | null | undefined;
|
|
61
|
-
billingPostalCode?: string | null | undefined;
|
|
62
|
-
billingCity?: string | null | undefined;
|
|
63
|
-
billingCountryCode?: string | null | undefined;
|
|
64
64
|
}, {
|
|
65
65
|
id: string;
|
|
66
66
|
conversationId: string;
|
|
@@ -70,6 +70,12 @@ export declare const ConversationUserSchema: z.ZodObject<{
|
|
|
70
70
|
reviewCount?: number | null | undefined;
|
|
71
71
|
reviewValue?: number | null | undefined;
|
|
72
72
|
location?: string | null | undefined;
|
|
73
|
+
billingName?: string | null | undefined;
|
|
74
|
+
billingAddressLine1?: string | null | undefined;
|
|
75
|
+
billingAddressLine2?: string | null | undefined;
|
|
76
|
+
billingPostalCode?: string | null | undefined;
|
|
77
|
+
billingCity?: string | null | undefined;
|
|
78
|
+
billingCountryCode?: string | null | undefined;
|
|
73
79
|
photoFileId?: string | null | undefined;
|
|
74
80
|
photoFile?: {
|
|
75
81
|
path: string;
|
|
@@ -79,12 +85,6 @@ export declare const ConversationUserSchema: z.ZodObject<{
|
|
|
79
85
|
signedUrl: string;
|
|
80
86
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
81
87
|
} | null | undefined;
|
|
82
|
-
billingName?: string | null | undefined;
|
|
83
|
-
billingAddressLine1?: string | null | undefined;
|
|
84
|
-
billingAddressLine2?: string | null | undefined;
|
|
85
|
-
billingPostalCode?: string | null | undefined;
|
|
86
|
-
billingCity?: string | null | undefined;
|
|
87
|
-
billingCountryCode?: string | null | undefined;
|
|
88
88
|
}>;
|
|
89
89
|
export type ConversationUser = z.infer<typeof ConversationUserSchema>;
|
|
90
90
|
//# sourceMappingURL=ConversationUser.d.ts.map
|