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
|
@@ -74,9 +74,17 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
74
74
|
isModerator: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
75
75
|
photo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
76
76
|
location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
78
|
+
billingName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
|
+
billingAddressLine1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
80
|
+
billingAddressLine2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
billingPostalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
|
+
billingCity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
billingCountryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
84
|
}, "strip", z.ZodTypeAny, {
|
|
78
85
|
id: string;
|
|
79
86
|
login: string;
|
|
87
|
+
email?: string | null | undefined;
|
|
80
88
|
lastLoggedInAt?: Date | null | undefined;
|
|
81
89
|
isSystem?: boolean | null | undefined;
|
|
82
90
|
reviewCount?: number | null | undefined;
|
|
@@ -85,9 +93,16 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
85
93
|
isModerator?: boolean | null | undefined;
|
|
86
94
|
photo?: string | null | undefined;
|
|
87
95
|
location?: string | null | undefined;
|
|
96
|
+
billingName?: string | null | undefined;
|
|
97
|
+
billingAddressLine1?: string | null | undefined;
|
|
98
|
+
billingAddressLine2?: string | null | undefined;
|
|
99
|
+
billingPostalCode?: string | null | undefined;
|
|
100
|
+
billingCity?: string | null | undefined;
|
|
101
|
+
billingCountryCode?: string | null | undefined;
|
|
88
102
|
}, {
|
|
89
103
|
id: string;
|
|
90
104
|
login: string;
|
|
105
|
+
email?: string | null | undefined;
|
|
91
106
|
lastLoggedInAt?: Date | null | undefined;
|
|
92
107
|
isSystem?: boolean | null | undefined;
|
|
93
108
|
reviewCount?: number | null | undefined;
|
|
@@ -96,6 +111,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
96
111
|
isModerator?: boolean | null | undefined;
|
|
97
112
|
photo?: string | null | undefined;
|
|
98
113
|
location?: string | null | undefined;
|
|
114
|
+
billingName?: string | null | undefined;
|
|
115
|
+
billingAddressLine1?: string | null | undefined;
|
|
116
|
+
billingAddressLine2?: string | null | undefined;
|
|
117
|
+
billingPostalCode?: string | null | undefined;
|
|
118
|
+
billingCity?: string | null | undefined;
|
|
119
|
+
billingCountryCode?: string | null | undefined;
|
|
99
120
|
}>, "many">>>;
|
|
100
121
|
transactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
101
122
|
id: z.ZodString;
|
|
@@ -410,6 +431,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
410
431
|
currencyCode: z.ZodString;
|
|
411
432
|
status: z.ZodCatch<z.ZodEnum<["PAYMENT_VALIDATED", "ORDER_CANCELED", "SHIPPING_LABEL_SENT_TO_SELLER", "ORDER_SHIPPED", "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT", "ORDER_RECEIVED", "ORDER_FINALIZED", "RETURN_INITIATED", "REFUND_IN_PROGRESS", "REFUND_DONE", "ORDER_CANCELED_ITEM_UNAVAILABLE", "ORDER_CANCELED_BY_VINTED", "ORDER_DISPUTE_STARTED", "ORDER_CANCELED_DUE_TO_LATE_SHIPPING", "SHIPPING_LABEL_ORDERED", "FAILED_TO_ORDER_SHIPPING_LABEL", "ORDER_RETURNED_TO_SENDER", "PAYMENT_FAILED", "ORDER_SUSPENDED", "SHIPPING_TO_VERIFICATION_CENTER", "RECEIVED_AT_VERIFICATION_CENTER", "PAYMENT_IN_PROGRESS", "SENT_TO_VERIFICATION_CENTER", "SHIPPING_FROM_VERIFICATION_CENTER", "VERIFICATION_FAILED", "ORDER_DISPUTE_RESOLVED", "UNKNOWN"]>>;
|
|
412
433
|
date: z.ZodDate;
|
|
434
|
+
platformFee: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
435
|
+
shippingFee: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
436
|
+
shippingVat: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
437
|
+
vatAmount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
438
|
+
totalAmount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
439
|
+
refundAmount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
413
440
|
}, "strip", z.ZodTypeAny, {
|
|
414
441
|
type: "SALE" | "PURCHASE";
|
|
415
442
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_IN_PROGRESS" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "FAILED_TO_ORDER_SHIPPING_LABEL" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "RECEIVED_AT_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER" | "VERIFICATION_FAILED" | "ORDER_DISPUTE_RESOLVED";
|
|
@@ -419,6 +446,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
419
446
|
currencyCode: string;
|
|
420
447
|
conversationId?: string | null | undefined;
|
|
421
448
|
transactionId?: string | null | undefined;
|
|
449
|
+
platformFee?: number | null | undefined;
|
|
450
|
+
shippingFee?: number | null | undefined;
|
|
451
|
+
shippingVat?: number | null | undefined;
|
|
452
|
+
vatAmount?: number | null | undefined;
|
|
453
|
+
totalAmount?: number | null | undefined;
|
|
454
|
+
refundAmount?: number | null | undefined;
|
|
422
455
|
}, {
|
|
423
456
|
type: "SALE" | "PURCHASE";
|
|
424
457
|
date: Date;
|
|
@@ -428,6 +461,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
428
461
|
status?: unknown;
|
|
429
462
|
conversationId?: string | null | undefined;
|
|
430
463
|
transactionId?: string | null | undefined;
|
|
464
|
+
platformFee?: number | null | undefined;
|
|
465
|
+
shippingFee?: number | null | undefined;
|
|
466
|
+
shippingVat?: number | null | undefined;
|
|
467
|
+
vatAmount?: number | null | undefined;
|
|
468
|
+
totalAmount?: number | null | undefined;
|
|
469
|
+
refundAmount?: number | null | undefined;
|
|
431
470
|
}>, "many">>>;
|
|
432
471
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
433
472
|
orderId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -559,6 +598,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
559
598
|
users?: {
|
|
560
599
|
id: string;
|
|
561
600
|
login: string;
|
|
601
|
+
email?: string | null | undefined;
|
|
562
602
|
lastLoggedInAt?: Date | null | undefined;
|
|
563
603
|
isSystem?: boolean | null | undefined;
|
|
564
604
|
reviewCount?: number | null | undefined;
|
|
@@ -567,6 +607,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
567
607
|
isModerator?: boolean | null | undefined;
|
|
568
608
|
photo?: string | null | undefined;
|
|
569
609
|
location?: string | null | undefined;
|
|
610
|
+
billingName?: string | null | undefined;
|
|
611
|
+
billingAddressLine1?: string | null | undefined;
|
|
612
|
+
billingAddressLine2?: string | null | undefined;
|
|
613
|
+
billingPostalCode?: string | null | undefined;
|
|
614
|
+
billingCity?: string | null | undefined;
|
|
615
|
+
billingCountryCode?: string | null | undefined;
|
|
570
616
|
}[] | null | undefined;
|
|
571
617
|
transactions?: {
|
|
572
618
|
id: string;
|
|
@@ -597,6 +643,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
597
643
|
currencyCode: string;
|
|
598
644
|
conversationId?: string | null | undefined;
|
|
599
645
|
transactionId?: string | null | undefined;
|
|
646
|
+
platformFee?: number | null | undefined;
|
|
647
|
+
shippingFee?: number | null | undefined;
|
|
648
|
+
shippingVat?: number | null | undefined;
|
|
649
|
+
vatAmount?: number | null | undefined;
|
|
650
|
+
totalAmount?: number | null | undefined;
|
|
651
|
+
refundAmount?: number | null | undefined;
|
|
600
652
|
}[] | null | undefined;
|
|
601
653
|
pickupPoints?: {
|
|
602
654
|
code: string;
|
|
@@ -690,6 +742,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
690
742
|
users?: {
|
|
691
743
|
id: string;
|
|
692
744
|
login: string;
|
|
745
|
+
email?: string | null | undefined;
|
|
693
746
|
lastLoggedInAt?: Date | null | undefined;
|
|
694
747
|
isSystem?: boolean | null | undefined;
|
|
695
748
|
reviewCount?: number | null | undefined;
|
|
@@ -698,6 +751,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
698
751
|
isModerator?: boolean | null | undefined;
|
|
699
752
|
photo?: string | null | undefined;
|
|
700
753
|
location?: string | null | undefined;
|
|
754
|
+
billingName?: string | null | undefined;
|
|
755
|
+
billingAddressLine1?: string | null | undefined;
|
|
756
|
+
billingAddressLine2?: string | null | undefined;
|
|
757
|
+
billingPostalCode?: string | null | undefined;
|
|
758
|
+
billingCity?: string | null | undefined;
|
|
759
|
+
billingCountryCode?: string | null | undefined;
|
|
701
760
|
}[] | null | undefined;
|
|
702
761
|
transactions?: {
|
|
703
762
|
id: string;
|
|
@@ -728,6 +787,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
728
787
|
status?: unknown;
|
|
729
788
|
conversationId?: string | null | undefined;
|
|
730
789
|
transactionId?: string | null | undefined;
|
|
790
|
+
platformFee?: number | null | undefined;
|
|
791
|
+
shippingFee?: number | null | undefined;
|
|
792
|
+
shippingVat?: number | null | undefined;
|
|
793
|
+
vatAmount?: number | null | undefined;
|
|
794
|
+
totalAmount?: number | null | undefined;
|
|
795
|
+
refundAmount?: number | null | undefined;
|
|
731
796
|
}[] | null | undefined;
|
|
732
797
|
pickupPoints?: {
|
|
733
798
|
code: string;
|
|
@@ -748,7 +813,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
748
813
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
749
814
|
name: z.ZodString;
|
|
750
815
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
751
|
-
status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]
|
|
816
|
+
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
752
817
|
night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
753
818
|
startsAt: z.ZodDate;
|
|
754
819
|
endsAt: z.ZodDate;
|
|
@@ -789,8 +854,9 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
789
854
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
790
855
|
}>>>;
|
|
791
856
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
857
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
792
858
|
}, "strip", z.ZodTypeAny, {
|
|
793
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
859
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
794
860
|
name: string;
|
|
795
861
|
userId: number;
|
|
796
862
|
accountId: string;
|
|
@@ -816,12 +882,13 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
816
882
|
signedUrl: string;
|
|
817
883
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
818
884
|
} | null | undefined;
|
|
885
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
819
886
|
}, {
|
|
820
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
821
887
|
name: string;
|
|
822
888
|
userId: number;
|
|
823
889
|
accountId: string;
|
|
824
890
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
891
|
+
status?: unknown;
|
|
825
892
|
locale?: string | null | undefined;
|
|
826
893
|
lockReason?: unknown;
|
|
827
894
|
night?: {
|
|
@@ -843,6 +910,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
843
910
|
signedUrl: string;
|
|
844
911
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
845
912
|
} | null | undefined;
|
|
913
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
846
914
|
}>;
|
|
847
915
|
}, "strip", z.ZodTypeAny, {
|
|
848
916
|
conversation: {
|
|
@@ -925,6 +993,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
925
993
|
users?: {
|
|
926
994
|
id: string;
|
|
927
995
|
login: string;
|
|
996
|
+
email?: string | null | undefined;
|
|
928
997
|
lastLoggedInAt?: Date | null | undefined;
|
|
929
998
|
isSystem?: boolean | null | undefined;
|
|
930
999
|
reviewCount?: number | null | undefined;
|
|
@@ -933,6 +1002,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
933
1002
|
isModerator?: boolean | null | undefined;
|
|
934
1003
|
photo?: string | null | undefined;
|
|
935
1004
|
location?: string | null | undefined;
|
|
1005
|
+
billingName?: string | null | undefined;
|
|
1006
|
+
billingAddressLine1?: string | null | undefined;
|
|
1007
|
+
billingAddressLine2?: string | null | undefined;
|
|
1008
|
+
billingPostalCode?: string | null | undefined;
|
|
1009
|
+
billingCity?: string | null | undefined;
|
|
1010
|
+
billingCountryCode?: string | null | undefined;
|
|
936
1011
|
}[] | null | undefined;
|
|
937
1012
|
transactions?: {
|
|
938
1013
|
id: string;
|
|
@@ -963,6 +1038,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
963
1038
|
currencyCode: string;
|
|
964
1039
|
conversationId?: string | null | undefined;
|
|
965
1040
|
transactionId?: string | null | undefined;
|
|
1041
|
+
platformFee?: number | null | undefined;
|
|
1042
|
+
shippingFee?: number | null | undefined;
|
|
1043
|
+
shippingVat?: number | null | undefined;
|
|
1044
|
+
vatAmount?: number | null | undefined;
|
|
1045
|
+
totalAmount?: number | null | undefined;
|
|
1046
|
+
refundAmount?: number | null | undefined;
|
|
966
1047
|
}[] | null | undefined;
|
|
967
1048
|
pickupPoints?: {
|
|
968
1049
|
code: string;
|
|
@@ -978,7 +1059,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
978
1059
|
}[] | null | undefined;
|
|
979
1060
|
};
|
|
980
1061
|
account: {
|
|
981
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
1062
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
982
1063
|
name: string;
|
|
983
1064
|
userId: number;
|
|
984
1065
|
accountId: string;
|
|
@@ -1004,6 +1085,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1004
1085
|
signedUrl: string;
|
|
1005
1086
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1006
1087
|
} | null | undefined;
|
|
1088
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
1007
1089
|
};
|
|
1008
1090
|
}, {
|
|
1009
1091
|
conversation: {
|
|
@@ -1086,6 +1168,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1086
1168
|
users?: {
|
|
1087
1169
|
id: string;
|
|
1088
1170
|
login: string;
|
|
1171
|
+
email?: string | null | undefined;
|
|
1089
1172
|
lastLoggedInAt?: Date | null | undefined;
|
|
1090
1173
|
isSystem?: boolean | null | undefined;
|
|
1091
1174
|
reviewCount?: number | null | undefined;
|
|
@@ -1094,6 +1177,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1094
1177
|
isModerator?: boolean | null | undefined;
|
|
1095
1178
|
photo?: string | null | undefined;
|
|
1096
1179
|
location?: string | null | undefined;
|
|
1180
|
+
billingName?: string | null | undefined;
|
|
1181
|
+
billingAddressLine1?: string | null | undefined;
|
|
1182
|
+
billingAddressLine2?: string | null | undefined;
|
|
1183
|
+
billingPostalCode?: string | null | undefined;
|
|
1184
|
+
billingCity?: string | null | undefined;
|
|
1185
|
+
billingCountryCode?: string | null | undefined;
|
|
1097
1186
|
}[] | null | undefined;
|
|
1098
1187
|
transactions?: {
|
|
1099
1188
|
id: string;
|
|
@@ -1124,6 +1213,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1124
1213
|
status?: unknown;
|
|
1125
1214
|
conversationId?: string | null | undefined;
|
|
1126
1215
|
transactionId?: string | null | undefined;
|
|
1216
|
+
platformFee?: number | null | undefined;
|
|
1217
|
+
shippingFee?: number | null | undefined;
|
|
1218
|
+
shippingVat?: number | null | undefined;
|
|
1219
|
+
vatAmount?: number | null | undefined;
|
|
1220
|
+
totalAmount?: number | null | undefined;
|
|
1221
|
+
refundAmount?: number | null | undefined;
|
|
1127
1222
|
}[] | null | undefined;
|
|
1128
1223
|
pickupPoints?: {
|
|
1129
1224
|
code: string;
|
|
@@ -1139,11 +1234,11 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1139
1234
|
}[] | null | undefined;
|
|
1140
1235
|
};
|
|
1141
1236
|
account: {
|
|
1142
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
1143
1237
|
name: string;
|
|
1144
1238
|
userId: number;
|
|
1145
1239
|
accountId: string;
|
|
1146
1240
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1241
|
+
status?: unknown;
|
|
1147
1242
|
locale?: string | null | undefined;
|
|
1148
1243
|
lockReason?: unknown;
|
|
1149
1244
|
night?: {
|
|
@@ -1165,6 +1260,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1165
1260
|
signedUrl: string;
|
|
1166
1261
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1167
1262
|
} | null | undefined;
|
|
1263
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
1168
1264
|
};
|
|
1169
1265
|
}>;
|
|
1170
1266
|
export type ConversationOnPlatformUpdateRequest = z.infer<typeof ConversationOnPlatformUpdateRequestSchema>;
|
package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationOnPlatformUpdateRequest.d.ts","sourceRoot":"","sources":["ConversationOnPlatformUpdateRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,yCAAyC
|
|
1
|
+
{"version":3,"file":"ConversationOnPlatformUpdateRequest.d.ts","sourceRoot":"","sources":["ConversationOnPlatformUpdateRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}
|
|
@@ -13,7 +13,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
13
13
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
14
14
|
name: z.ZodString;
|
|
15
15
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
-
status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]
|
|
16
|
+
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
17
17
|
night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18
18
|
startsAt: z.ZodDate;
|
|
19
19
|
endsAt: z.ZodDate;
|
|
@@ -54,8 +54,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
54
54
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
55
55
|
}>>>;
|
|
56
56
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
57
|
+
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
57
58
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
59
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
59
60
|
name: string;
|
|
60
61
|
userId: number;
|
|
61
62
|
accountId: string;
|
|
@@ -81,12 +82,13 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
81
82
|
signedUrl: string;
|
|
82
83
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
83
84
|
} | null | undefined;
|
|
85
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
84
86
|
}, {
|
|
85
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
86
87
|
name: string;
|
|
87
88
|
userId: number;
|
|
88
89
|
accountId: string;
|
|
89
90
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
91
|
+
status?: unknown;
|
|
90
92
|
locale?: string | null | undefined;
|
|
91
93
|
lockReason?: unknown;
|
|
92
94
|
night?: {
|
|
@@ -108,6 +110,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
108
110
|
signedUrl: string;
|
|
109
111
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
110
112
|
} | null | undefined;
|
|
113
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
111
114
|
}>>>;
|
|
112
115
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
113
116
|
id: z.ZodString;
|
|
@@ -372,6 +375,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
372
375
|
reviewCount?: number | null | undefined;
|
|
373
376
|
reviewValue?: number | null | undefined;
|
|
374
377
|
location?: string | null | undefined;
|
|
378
|
+
billingName?: string | null | undefined;
|
|
379
|
+
billingAddressLine1?: string | null | undefined;
|
|
380
|
+
billingAddressLine2?: string | null | undefined;
|
|
381
|
+
billingPostalCode?: string | null | undefined;
|
|
382
|
+
billingCity?: string | null | undefined;
|
|
383
|
+
billingCountryCode?: string | null | undefined;
|
|
375
384
|
photoFileId?: string | null | undefined;
|
|
376
385
|
photoFile?: {
|
|
377
386
|
path: string;
|
|
@@ -381,12 +390,6 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
381
390
|
signedUrl: string;
|
|
382
391
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
383
392
|
} | null | undefined;
|
|
384
|
-
billingName?: string | null | undefined;
|
|
385
|
-
billingAddressLine1?: string | null | undefined;
|
|
386
|
-
billingAddressLine2?: string | null | undefined;
|
|
387
|
-
billingPostalCode?: string | null | undefined;
|
|
388
|
-
billingCity?: string | null | undefined;
|
|
389
|
-
billingCountryCode?: string | null | undefined;
|
|
390
393
|
}, {
|
|
391
394
|
id: string;
|
|
392
395
|
conversationId: string;
|
|
@@ -396,6 +399,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
396
399
|
reviewCount?: number | null | undefined;
|
|
397
400
|
reviewValue?: number | null | undefined;
|
|
398
401
|
location?: string | null | undefined;
|
|
402
|
+
billingName?: string | null | undefined;
|
|
403
|
+
billingAddressLine1?: string | null | undefined;
|
|
404
|
+
billingAddressLine2?: string | null | undefined;
|
|
405
|
+
billingPostalCode?: string | null | undefined;
|
|
406
|
+
billingCity?: string | null | undefined;
|
|
407
|
+
billingCountryCode?: string | null | undefined;
|
|
399
408
|
photoFileId?: string | null | undefined;
|
|
400
409
|
photoFile?: {
|
|
401
410
|
path: string;
|
|
@@ -405,12 +414,6 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
405
414
|
signedUrl: string;
|
|
406
415
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
407
416
|
} | null | undefined;
|
|
408
|
-
billingName?: string | null | undefined;
|
|
409
|
-
billingAddressLine1?: string | null | undefined;
|
|
410
|
-
billingAddressLine2?: string | null | undefined;
|
|
411
|
-
billingPostalCode?: string | null | undefined;
|
|
412
|
-
billingCity?: string | null | undefined;
|
|
413
|
-
billingCountryCode?: string | null | undefined;
|
|
414
417
|
}>, "many">>>;
|
|
415
418
|
lastRead: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
416
419
|
isPinned: z.ZodBoolean;
|
|
@@ -430,6 +433,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
430
433
|
reviewCount?: number | null | undefined;
|
|
431
434
|
reviewValue?: number | null | undefined;
|
|
432
435
|
location?: string | null | undefined;
|
|
436
|
+
billingName?: string | null | undefined;
|
|
437
|
+
billingAddressLine1?: string | null | undefined;
|
|
438
|
+
billingAddressLine2?: string | null | undefined;
|
|
439
|
+
billingPostalCode?: string | null | undefined;
|
|
440
|
+
billingCity?: string | null | undefined;
|
|
441
|
+
billingCountryCode?: string | null | undefined;
|
|
433
442
|
photoFileId?: string | null | undefined;
|
|
434
443
|
photoFile?: {
|
|
435
444
|
path: string;
|
|
@@ -439,15 +448,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
439
448
|
signedUrl: string;
|
|
440
449
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
441
450
|
} | null | undefined;
|
|
442
|
-
billingName?: string | null | undefined;
|
|
443
|
-
billingAddressLine1?: string | null | undefined;
|
|
444
|
-
billingAddressLine2?: string | null | undefined;
|
|
445
|
-
billingPostalCode?: string | null | undefined;
|
|
446
|
-
billingCity?: string | null | undefined;
|
|
447
|
-
billingCountryCode?: string | null | undefined;
|
|
448
451
|
}[] | null | undefined;
|
|
449
452
|
account?: {
|
|
450
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
453
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
451
454
|
name: string;
|
|
452
455
|
userId: number;
|
|
453
456
|
accountId: string;
|
|
@@ -473,6 +476,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
473
476
|
signedUrl: string;
|
|
474
477
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
475
478
|
} | null | undefined;
|
|
479
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
476
480
|
} | null | undefined;
|
|
477
481
|
lastRead?: Date | null | undefined;
|
|
478
482
|
lastMessage?: {
|
|
@@ -539,6 +543,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
539
543
|
reviewCount?: number | null | undefined;
|
|
540
544
|
reviewValue?: number | null | undefined;
|
|
541
545
|
location?: string | null | undefined;
|
|
546
|
+
billingName?: string | null | undefined;
|
|
547
|
+
billingAddressLine1?: string | null | undefined;
|
|
548
|
+
billingAddressLine2?: string | null | undefined;
|
|
549
|
+
billingPostalCode?: string | null | undefined;
|
|
550
|
+
billingCity?: string | null | undefined;
|
|
551
|
+
billingCountryCode?: string | null | undefined;
|
|
542
552
|
photoFileId?: string | null | undefined;
|
|
543
553
|
photoFile?: {
|
|
544
554
|
path: string;
|
|
@@ -548,19 +558,13 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
548
558
|
signedUrl: string;
|
|
549
559
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
550
560
|
} | null | undefined;
|
|
551
|
-
billingName?: string | null | undefined;
|
|
552
|
-
billingAddressLine1?: string | null | undefined;
|
|
553
|
-
billingAddressLine2?: string | null | undefined;
|
|
554
|
-
billingPostalCode?: string | null | undefined;
|
|
555
|
-
billingCity?: string | null | undefined;
|
|
556
|
-
billingCountryCode?: string | null | undefined;
|
|
557
561
|
}[] | null | undefined;
|
|
558
562
|
account?: {
|
|
559
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
560
563
|
name: string;
|
|
561
564
|
userId: number;
|
|
562
565
|
accountId: string;
|
|
563
566
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
567
|
+
status?: unknown;
|
|
564
568
|
locale?: string | null | undefined;
|
|
565
569
|
lockReason?: unknown;
|
|
566
570
|
night?: {
|
|
@@ -582,6 +586,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
582
586
|
signedUrl: string;
|
|
583
587
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
584
588
|
} | null | undefined;
|
|
589
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
585
590
|
} | null | undefined;
|
|
586
591
|
lastRead?: Date | null | undefined;
|
|
587
592
|
lastMessage?: {
|
|
@@ -867,6 +872,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
867
872
|
reviewCount?: number | null | undefined;
|
|
868
873
|
reviewValue?: number | null | undefined;
|
|
869
874
|
location?: string | null | undefined;
|
|
875
|
+
billingName?: string | null | undefined;
|
|
876
|
+
billingAddressLine1?: string | null | undefined;
|
|
877
|
+
billingAddressLine2?: string | null | undefined;
|
|
878
|
+
billingPostalCode?: string | null | undefined;
|
|
879
|
+
billingCity?: string | null | undefined;
|
|
880
|
+
billingCountryCode?: string | null | undefined;
|
|
870
881
|
photoFileId?: string | null | undefined;
|
|
871
882
|
photoFile?: {
|
|
872
883
|
path: string;
|
|
@@ -876,15 +887,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
876
887
|
signedUrl: string;
|
|
877
888
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
878
889
|
} | null | undefined;
|
|
879
|
-
billingName?: string | null | undefined;
|
|
880
|
-
billingAddressLine1?: string | null | undefined;
|
|
881
|
-
billingAddressLine2?: string | null | undefined;
|
|
882
|
-
billingPostalCode?: string | null | undefined;
|
|
883
|
-
billingCity?: string | null | undefined;
|
|
884
|
-
billingCountryCode?: string | null | undefined;
|
|
885
890
|
}[] | null | undefined;
|
|
886
891
|
account?: {
|
|
887
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
892
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
888
893
|
name: string;
|
|
889
894
|
userId: number;
|
|
890
895
|
accountId: string;
|
|
@@ -910,6 +915,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
910
915
|
signedUrl: string;
|
|
911
916
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
912
917
|
} | null | undefined;
|
|
918
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
913
919
|
} | null | undefined;
|
|
914
920
|
lastRead?: Date | null | undefined;
|
|
915
921
|
lastMessage?: {
|
|
@@ -1027,6 +1033,12 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
1027
1033
|
reviewCount?: number | null | undefined;
|
|
1028
1034
|
reviewValue?: number | null | undefined;
|
|
1029
1035
|
location?: string | null | undefined;
|
|
1036
|
+
billingName?: string | null | undefined;
|
|
1037
|
+
billingAddressLine1?: string | null | undefined;
|
|
1038
|
+
billingAddressLine2?: string | null | undefined;
|
|
1039
|
+
billingPostalCode?: string | null | undefined;
|
|
1040
|
+
billingCity?: string | null | undefined;
|
|
1041
|
+
billingCountryCode?: string | null | undefined;
|
|
1030
1042
|
photoFileId?: string | null | undefined;
|
|
1031
1043
|
photoFile?: {
|
|
1032
1044
|
path: string;
|
|
@@ -1036,19 +1048,13 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
1036
1048
|
signedUrl: string;
|
|
1037
1049
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1038
1050
|
} | null | undefined;
|
|
1039
|
-
billingName?: string | null | undefined;
|
|
1040
|
-
billingAddressLine1?: string | null | undefined;
|
|
1041
|
-
billingAddressLine2?: string | null | undefined;
|
|
1042
|
-
billingPostalCode?: string | null | undefined;
|
|
1043
|
-
billingCity?: string | null | undefined;
|
|
1044
|
-
billingCountryCode?: string | null | undefined;
|
|
1045
1051
|
}[] | null | undefined;
|
|
1046
1052
|
account?: {
|
|
1047
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
1048
1053
|
name: string;
|
|
1049
1054
|
userId: number;
|
|
1050
1055
|
accountId: string;
|
|
1051
1056
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1057
|
+
status?: unknown;
|
|
1052
1058
|
locale?: string | null | undefined;
|
|
1053
1059
|
lockReason?: unknown;
|
|
1054
1060
|
night?: {
|
|
@@ -1070,6 +1076,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
1070
1076
|
signedUrl: string;
|
|
1071
1077
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1072
1078
|
} | null | undefined;
|
|
1079
|
+
cooldownEndsAt?: Date | null | undefined;
|
|
1073
1080
|
} | null | undefined;
|
|
1074
1081
|
lastRead?: Date | null | undefined;
|
|
1075
1082
|
lastMessage?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationUpdate.d.ts","sourceRoot":"","sources":["ConversationUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,wBAAwB
|
|
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"}
|