controlresell 2.16.2 → 2.16.4
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/pricedrop/PriceDropRequest.d.ts +5 -0
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +5 -0
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +110 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +90 -0
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +28 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +84 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +60 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +24 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +24 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +24 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +7 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts +10 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +9 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +105 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +32 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/Conversation.d.ts +67 -0
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.d.ts +34 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.js +9 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.js.map +1 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.ts +10 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +52 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +104 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +89 -0
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +52 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +68 -0
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +68 -0
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts +9 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.js +5 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.ts +5 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts +4 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js +5 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js.map +1 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.ts +6 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts +12 -3
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.js +6 -2
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.ts +6 -2
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts +12 -3
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.js +6 -3
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.ts +6 -3
- package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts +15 -0
- package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.d.ts +0 -3
- package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.js +0 -2
- package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.ts +0 -2
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts +9 -3
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.js +5 -2
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.js.map +1 -1
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.ts +5 -2
- package/src/com/controlresell/models/conversations/offers/OfferUpdate.d.ts +13 -0
- package/src/com/controlresell/models/conversations/offers/OfferUpdate.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/offers/OfferUpdate.js +6 -0
- package/src/com/controlresell/models/conversations/offers/OfferUpdate.js.map +1 -0
- package/src/com/controlresell/models/conversations/offers/OfferUpdate.ts +7 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts +4 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js +5 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js.map +1 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.ts +6 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.d.ts +3 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.js +2 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.js.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.ts +2 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts +18 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts +7 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts +5 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts +9 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts +7 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts +5 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +52 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -10
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -10
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/CreatedItems.d.ts +136 -0
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +112 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -6
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js +0 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.ts +0 -1
- package/src/com/controlresell/models/items/ItemSort.d.ts +1 -1
- package/src/com/controlresell/models/items/ItemSort.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemSort.js +1 -1
- package/src/com/controlresell/models/items/ItemSort.js.map +1 -1
- package/src/com/controlresell/models/items/ItemSort.ts +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +110 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +136 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +18 -0
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +18 -0
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +28 -0
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +5 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +5 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +52 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +52 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +84 -0
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +52 -0
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +246 -0
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +68 -0
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +210 -0
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +84 -0
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +68 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +210 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +52 -0
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +52 -0
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +3 -0
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js +2 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.ts +2 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +36 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +4 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +4 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +428 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +4 -2
- package/src/index.d.ts.map +1 -1
- package/src/index.js +4 -2
- package/src/index.js.map +1 -1
- package/src/index.ts +4 -2
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts +0 -22
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.ts +0 -10
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts +0 -19
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.ts +0 -10
|
@@ -26,6 +26,26 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
26
26
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
27
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28
28
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
29
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
31
|
+
id: z.ZodString;
|
|
32
|
+
userId: z.ZodNumber;
|
|
33
|
+
path: z.ZodString;
|
|
34
|
+
signedUrl: z.ZodString;
|
|
35
|
+
createdAt: z.ZodDate;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
path: string;
|
|
38
|
+
id: string;
|
|
39
|
+
createdAt: Date;
|
|
40
|
+
userId: number;
|
|
41
|
+
signedUrl: string;
|
|
42
|
+
}, {
|
|
43
|
+
path: string;
|
|
44
|
+
id: string;
|
|
45
|
+
createdAt: Date;
|
|
46
|
+
userId: number;
|
|
47
|
+
signedUrl: string;
|
|
48
|
+
}>>>;
|
|
29
49
|
}, "strip", z.ZodTypeAny, {
|
|
30
50
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
31
51
|
name: string;
|
|
@@ -40,6 +60,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
40
60
|
favoritesMaxDelay?: number | null | undefined;
|
|
41
61
|
ordersMaxDelay?: number | null | undefined;
|
|
42
62
|
conversationsMaxDelay?: number | null | undefined;
|
|
63
|
+
profilePictureFileId?: string | null | undefined;
|
|
64
|
+
profilePicture?: {
|
|
65
|
+
path: string;
|
|
66
|
+
id: string;
|
|
67
|
+
createdAt: Date;
|
|
68
|
+
userId: number;
|
|
69
|
+
signedUrl: string;
|
|
70
|
+
} | null | undefined;
|
|
43
71
|
}, {
|
|
44
72
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
45
73
|
name: string;
|
|
@@ -54,6 +82,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
54
82
|
favoritesMaxDelay?: number | null | undefined;
|
|
55
83
|
ordersMaxDelay?: number | null | undefined;
|
|
56
84
|
conversationsMaxDelay?: number | null | undefined;
|
|
85
|
+
profilePictureFileId?: string | null | undefined;
|
|
86
|
+
profilePicture?: {
|
|
87
|
+
path: string;
|
|
88
|
+
id: string;
|
|
89
|
+
createdAt: Date;
|
|
90
|
+
userId: number;
|
|
91
|
+
signedUrl: string;
|
|
92
|
+
} | null | undefined;
|
|
57
93
|
}>>>;
|
|
58
94
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
59
95
|
id: z.ZodString;
|
|
@@ -168,6 +204,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
168
204
|
} | null | undefined;
|
|
169
205
|
index?: number | null | undefined;
|
|
170
206
|
}>, "many">>>;
|
|
207
|
+
preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
|
|
208
|
+
preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
209
|
+
preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
171
210
|
}, "strip", z.ZodTypeAny, {
|
|
172
211
|
type: "MESSAGE" | "STATUS_MESSAGE" | "ACTION_MESSAGE" | "OFFER_REQUEST_MESSAGE" | "OFFER_MESSAGE";
|
|
173
212
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
@@ -197,6 +236,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
197
236
|
index?: number | null | undefined;
|
|
198
237
|
}[] | null | undefined;
|
|
199
238
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
239
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
240
|
+
preferenceCaseId?: string | null | undefined;
|
|
241
|
+
preferenceVariantId?: string | null | undefined;
|
|
200
242
|
conversationUserId?: string | null | undefined;
|
|
201
243
|
platformMessageId?: string | null | undefined;
|
|
202
244
|
statusHistory?: {
|
|
@@ -240,6 +282,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
240
282
|
index?: number | null | undefined;
|
|
241
283
|
}[] | null | undefined;
|
|
242
284
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
285
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
286
|
+
preferenceCaseId?: string | null | undefined;
|
|
287
|
+
preferenceVariantId?: string | null | undefined;
|
|
243
288
|
conversationUserId?: string | null | undefined;
|
|
244
289
|
platformMessageId?: string | null | undefined;
|
|
245
290
|
statusHistory?: {
|
|
@@ -355,6 +400,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
355
400
|
favoritesMaxDelay?: number | null | undefined;
|
|
356
401
|
ordersMaxDelay?: number | null | undefined;
|
|
357
402
|
conversationsMaxDelay?: number | null | undefined;
|
|
403
|
+
profilePictureFileId?: string | null | undefined;
|
|
404
|
+
profilePicture?: {
|
|
405
|
+
path: string;
|
|
406
|
+
id: string;
|
|
407
|
+
createdAt: Date;
|
|
408
|
+
userId: number;
|
|
409
|
+
signedUrl: string;
|
|
410
|
+
} | null | undefined;
|
|
358
411
|
} | null | undefined;
|
|
359
412
|
lastRead?: Date | null | undefined;
|
|
360
413
|
lastMessage?: {
|
|
@@ -386,6 +439,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
386
439
|
index?: number | null | undefined;
|
|
387
440
|
}[] | null | undefined;
|
|
388
441
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
442
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
443
|
+
preferenceCaseId?: string | null | undefined;
|
|
444
|
+
preferenceVariantId?: string | null | undefined;
|
|
389
445
|
conversationUserId?: string | null | undefined;
|
|
390
446
|
platformMessageId?: string | null | undefined;
|
|
391
447
|
statusHistory?: {
|
|
@@ -438,6 +494,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
438
494
|
favoritesMaxDelay?: number | null | undefined;
|
|
439
495
|
ordersMaxDelay?: number | null | undefined;
|
|
440
496
|
conversationsMaxDelay?: number | null | undefined;
|
|
497
|
+
profilePictureFileId?: string | null | undefined;
|
|
498
|
+
profilePicture?: {
|
|
499
|
+
path: string;
|
|
500
|
+
id: string;
|
|
501
|
+
createdAt: Date;
|
|
502
|
+
userId: number;
|
|
503
|
+
signedUrl: string;
|
|
504
|
+
} | null | undefined;
|
|
441
505
|
} | null | undefined;
|
|
442
506
|
lastRead?: Date | null | undefined;
|
|
443
507
|
lastMessage?: {
|
|
@@ -469,6 +533,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
469
533
|
index?: number | null | undefined;
|
|
470
534
|
}[] | null | undefined;
|
|
471
535
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
536
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
537
|
+
preferenceCaseId?: string | null | undefined;
|
|
538
|
+
preferenceVariantId?: string | null | undefined;
|
|
472
539
|
conversationUserId?: string | null | undefined;
|
|
473
540
|
platformMessageId?: string | null | undefined;
|
|
474
541
|
statusHistory?: {
|
|
@@ -598,6 +665,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
598
665
|
} | null | undefined;
|
|
599
666
|
index?: number | null | undefined;
|
|
600
667
|
}>, "many">>>;
|
|
668
|
+
preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
|
|
669
|
+
preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
670
|
+
preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
601
671
|
}, "strip", z.ZodTypeAny, {
|
|
602
672
|
type: "MESSAGE" | "STATUS_MESSAGE" | "ACTION_MESSAGE" | "OFFER_REQUEST_MESSAGE" | "OFFER_MESSAGE";
|
|
603
673
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
@@ -627,6 +697,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
627
697
|
index?: number | null | undefined;
|
|
628
698
|
}[] | null | undefined;
|
|
629
699
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
700
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
701
|
+
preferenceCaseId?: string | null | undefined;
|
|
702
|
+
preferenceVariantId?: string | null | undefined;
|
|
630
703
|
conversationUserId?: string | null | undefined;
|
|
631
704
|
platformMessageId?: string | null | undefined;
|
|
632
705
|
statusHistory?: {
|
|
@@ -670,6 +743,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
670
743
|
index?: number | null | undefined;
|
|
671
744
|
}[] | null | undefined;
|
|
672
745
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
746
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
747
|
+
preferenceCaseId?: string | null | undefined;
|
|
748
|
+
preferenceVariantId?: string | null | undefined;
|
|
673
749
|
conversationUserId?: string | null | undefined;
|
|
674
750
|
platformMessageId?: string | null | undefined;
|
|
675
751
|
statusHistory?: {
|
|
@@ -724,6 +800,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
724
800
|
favoritesMaxDelay?: number | null | undefined;
|
|
725
801
|
ordersMaxDelay?: number | null | undefined;
|
|
726
802
|
conversationsMaxDelay?: number | null | undefined;
|
|
803
|
+
profilePictureFileId?: string | null | undefined;
|
|
804
|
+
profilePicture?: {
|
|
805
|
+
path: string;
|
|
806
|
+
id: string;
|
|
807
|
+
createdAt: Date;
|
|
808
|
+
userId: number;
|
|
809
|
+
signedUrl: string;
|
|
810
|
+
} | null | undefined;
|
|
727
811
|
} | null | undefined;
|
|
728
812
|
lastRead?: Date | null | undefined;
|
|
729
813
|
lastMessage?: {
|
|
@@ -755,6 +839,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
755
839
|
index?: number | null | undefined;
|
|
756
840
|
}[] | null | undefined;
|
|
757
841
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
842
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
843
|
+
preferenceCaseId?: string | null | undefined;
|
|
844
|
+
preferenceVariantId?: string | null | undefined;
|
|
758
845
|
conversationUserId?: string | null | undefined;
|
|
759
846
|
platformMessageId?: string | null | undefined;
|
|
760
847
|
statusHistory?: {
|
|
@@ -800,6 +887,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
800
887
|
index?: number | null | undefined;
|
|
801
888
|
}[] | null | undefined;
|
|
802
889
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
890
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
891
|
+
preferenceCaseId?: string | null | undefined;
|
|
892
|
+
preferenceVariantId?: string | null | undefined;
|
|
803
893
|
conversationUserId?: string | null | undefined;
|
|
804
894
|
platformMessageId?: string | null | undefined;
|
|
805
895
|
statusHistory?: {
|
|
@@ -854,6 +944,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
854
944
|
favoritesMaxDelay?: number | null | undefined;
|
|
855
945
|
ordersMaxDelay?: number | null | undefined;
|
|
856
946
|
conversationsMaxDelay?: number | null | undefined;
|
|
947
|
+
profilePictureFileId?: string | null | undefined;
|
|
948
|
+
profilePicture?: {
|
|
949
|
+
path: string;
|
|
950
|
+
id: string;
|
|
951
|
+
createdAt: Date;
|
|
952
|
+
userId: number;
|
|
953
|
+
signedUrl: string;
|
|
954
|
+
} | null | undefined;
|
|
857
955
|
} | null | undefined;
|
|
858
956
|
lastRead?: Date | null | undefined;
|
|
859
957
|
lastMessage?: {
|
|
@@ -885,6 +983,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
885
983
|
index?: number | null | undefined;
|
|
886
984
|
}[] | null | undefined;
|
|
887
985
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
986
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
987
|
+
preferenceCaseId?: string | null | undefined;
|
|
988
|
+
preferenceVariantId?: string | null | undefined;
|
|
888
989
|
conversationUserId?: string | null | undefined;
|
|
889
990
|
platformMessageId?: string | null | undefined;
|
|
890
991
|
statusHistory?: {
|
|
@@ -930,6 +1031,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
930
1031
|
index?: number | null | undefined;
|
|
931
1032
|
}[] | null | undefined;
|
|
932
1033
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
1034
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
1035
|
+
preferenceCaseId?: string | null | undefined;
|
|
1036
|
+
preferenceVariantId?: string | null | undefined;
|
|
933
1037
|
conversationUserId?: string | null | undefined;
|
|
934
1038
|
platformMessageId?: string | null | undefined;
|
|
935
1039
|
statusHistory?: {
|
|
@@ -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"}
|
|
@@ -37,6 +37,26 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
37
37
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
38
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
39
39
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
40
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
42
|
+
id: z.ZodString;
|
|
43
|
+
userId: z.ZodNumber;
|
|
44
|
+
path: z.ZodString;
|
|
45
|
+
signedUrl: z.ZodString;
|
|
46
|
+
createdAt: z.ZodDate;
|
|
47
|
+
}, "strip", z.ZodTypeAny, {
|
|
48
|
+
path: string;
|
|
49
|
+
id: string;
|
|
50
|
+
createdAt: Date;
|
|
51
|
+
userId: number;
|
|
52
|
+
signedUrl: string;
|
|
53
|
+
}, {
|
|
54
|
+
path: string;
|
|
55
|
+
id: string;
|
|
56
|
+
createdAt: Date;
|
|
57
|
+
userId: number;
|
|
58
|
+
signedUrl: string;
|
|
59
|
+
}>>>;
|
|
40
60
|
}, "strip", z.ZodTypeAny, {
|
|
41
61
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
42
62
|
name: string;
|
|
@@ -51,6 +71,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
51
71
|
favoritesMaxDelay?: number | null | undefined;
|
|
52
72
|
ordersMaxDelay?: number | null | undefined;
|
|
53
73
|
conversationsMaxDelay?: number | null | undefined;
|
|
74
|
+
profilePictureFileId?: string | null | undefined;
|
|
75
|
+
profilePicture?: {
|
|
76
|
+
path: string;
|
|
77
|
+
id: string;
|
|
78
|
+
createdAt: Date;
|
|
79
|
+
userId: number;
|
|
80
|
+
signedUrl: string;
|
|
81
|
+
} | null | undefined;
|
|
54
82
|
}, {
|
|
55
83
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
56
84
|
name: string;
|
|
@@ -65,6 +93,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
65
93
|
favoritesMaxDelay?: number | null | undefined;
|
|
66
94
|
ordersMaxDelay?: number | null | undefined;
|
|
67
95
|
conversationsMaxDelay?: number | null | undefined;
|
|
96
|
+
profilePictureFileId?: string | null | undefined;
|
|
97
|
+
profilePicture?: {
|
|
98
|
+
path: string;
|
|
99
|
+
id: string;
|
|
100
|
+
createdAt: Date;
|
|
101
|
+
userId: number;
|
|
102
|
+
signedUrl: string;
|
|
103
|
+
} | null | undefined;
|
|
68
104
|
}>>>;
|
|
69
105
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
70
106
|
id: z.ZodString;
|
|
@@ -179,6 +215,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
179
215
|
} | null | undefined;
|
|
180
216
|
index?: number | null | undefined;
|
|
181
217
|
}>, "many">>>;
|
|
218
|
+
preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
|
|
219
|
+
preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
220
|
+
preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
182
221
|
}, "strip", z.ZodTypeAny, {
|
|
183
222
|
type: "MESSAGE" | "STATUS_MESSAGE" | "ACTION_MESSAGE" | "OFFER_REQUEST_MESSAGE" | "OFFER_MESSAGE";
|
|
184
223
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
@@ -208,6 +247,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
208
247
|
index?: number | null | undefined;
|
|
209
248
|
}[] | null | undefined;
|
|
210
249
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
250
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
251
|
+
preferenceCaseId?: string | null | undefined;
|
|
252
|
+
preferenceVariantId?: string | null | undefined;
|
|
211
253
|
conversationUserId?: string | null | undefined;
|
|
212
254
|
platformMessageId?: string | null | undefined;
|
|
213
255
|
statusHistory?: {
|
|
@@ -251,6 +293,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
251
293
|
index?: number | null | undefined;
|
|
252
294
|
}[] | null | undefined;
|
|
253
295
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
296
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
297
|
+
preferenceCaseId?: string | null | undefined;
|
|
298
|
+
preferenceVariantId?: string | null | undefined;
|
|
254
299
|
conversationUserId?: string | null | undefined;
|
|
255
300
|
platformMessageId?: string | null | undefined;
|
|
256
301
|
statusHistory?: {
|
|
@@ -366,6 +411,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
366
411
|
favoritesMaxDelay?: number | null | undefined;
|
|
367
412
|
ordersMaxDelay?: number | null | undefined;
|
|
368
413
|
conversationsMaxDelay?: number | null | undefined;
|
|
414
|
+
profilePictureFileId?: string | null | undefined;
|
|
415
|
+
profilePicture?: {
|
|
416
|
+
path: string;
|
|
417
|
+
id: string;
|
|
418
|
+
createdAt: Date;
|
|
419
|
+
userId: number;
|
|
420
|
+
signedUrl: string;
|
|
421
|
+
} | null | undefined;
|
|
369
422
|
} | null | undefined;
|
|
370
423
|
lastRead?: Date | null | undefined;
|
|
371
424
|
lastMessage?: {
|
|
@@ -397,6 +450,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
397
450
|
index?: number | null | undefined;
|
|
398
451
|
}[] | null | undefined;
|
|
399
452
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
453
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
454
|
+
preferenceCaseId?: string | null | undefined;
|
|
455
|
+
preferenceVariantId?: string | null | undefined;
|
|
400
456
|
conversationUserId?: string | null | undefined;
|
|
401
457
|
platformMessageId?: string | null | undefined;
|
|
402
458
|
statusHistory?: {
|
|
@@ -449,6 +505,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
449
505
|
favoritesMaxDelay?: number | null | undefined;
|
|
450
506
|
ordersMaxDelay?: number | null | undefined;
|
|
451
507
|
conversationsMaxDelay?: number | null | undefined;
|
|
508
|
+
profilePictureFileId?: string | null | undefined;
|
|
509
|
+
profilePicture?: {
|
|
510
|
+
path: string;
|
|
511
|
+
id: string;
|
|
512
|
+
createdAt: Date;
|
|
513
|
+
userId: number;
|
|
514
|
+
signedUrl: string;
|
|
515
|
+
} | null | undefined;
|
|
452
516
|
} | null | undefined;
|
|
453
517
|
lastRead?: Date | null | undefined;
|
|
454
518
|
lastMessage?: {
|
|
@@ -480,6 +544,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
480
544
|
index?: number | null | undefined;
|
|
481
545
|
}[] | null | undefined;
|
|
482
546
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
547
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
548
|
+
preferenceCaseId?: string | null | undefined;
|
|
549
|
+
preferenceVariantId?: string | null | undefined;
|
|
483
550
|
conversationUserId?: string | null | undefined;
|
|
484
551
|
platformMessageId?: string | null | undefined;
|
|
485
552
|
statusHistory?: {
|
|
@@ -537,6 +604,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
537
604
|
favoritesMaxDelay?: number | null | undefined;
|
|
538
605
|
ordersMaxDelay?: number | null | undefined;
|
|
539
606
|
conversationsMaxDelay?: number | null | undefined;
|
|
607
|
+
profilePictureFileId?: string | null | undefined;
|
|
608
|
+
profilePicture?: {
|
|
609
|
+
path: string;
|
|
610
|
+
id: string;
|
|
611
|
+
createdAt: Date;
|
|
612
|
+
userId: number;
|
|
613
|
+
signedUrl: string;
|
|
614
|
+
} | null | undefined;
|
|
540
615
|
} | null | undefined;
|
|
541
616
|
lastRead?: Date | null | undefined;
|
|
542
617
|
lastMessage?: {
|
|
@@ -568,6 +643,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
568
643
|
index?: number | null | undefined;
|
|
569
644
|
}[] | null | undefined;
|
|
570
645
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
646
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
647
|
+
preferenceCaseId?: string | null | undefined;
|
|
648
|
+
preferenceVariantId?: string | null | undefined;
|
|
571
649
|
conversationUserId?: string | null | undefined;
|
|
572
650
|
platformMessageId?: string | null | undefined;
|
|
573
651
|
statusHistory?: {
|
|
@@ -630,6 +708,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
630
708
|
favoritesMaxDelay?: number | null | undefined;
|
|
631
709
|
ordersMaxDelay?: number | null | undefined;
|
|
632
710
|
conversationsMaxDelay?: number | null | undefined;
|
|
711
|
+
profilePictureFileId?: string | null | undefined;
|
|
712
|
+
profilePicture?: {
|
|
713
|
+
path: string;
|
|
714
|
+
id: string;
|
|
715
|
+
createdAt: Date;
|
|
716
|
+
userId: number;
|
|
717
|
+
signedUrl: string;
|
|
718
|
+
} | null | undefined;
|
|
633
719
|
} | null | undefined;
|
|
634
720
|
lastRead?: Date | null | undefined;
|
|
635
721
|
lastMessage?: {
|
|
@@ -661,6 +747,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
661
747
|
index?: number | null | undefined;
|
|
662
748
|
}[] | null | undefined;
|
|
663
749
|
associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
750
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
751
|
+
preferenceCaseId?: string | null | undefined;
|
|
752
|
+
preferenceVariantId?: string | null | undefined;
|
|
664
753
|
conversationUserId?: string | null | undefined;
|
|
665
754
|
platformMessageId?: string | null | undefined;
|
|
666
755
|
statusHistory?: {
|
|
@@ -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"}
|
|
@@ -28,6 +28,26 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
28
28
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
29
29
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
30
30
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33
|
+
id: z.ZodString;
|
|
34
|
+
userId: z.ZodNumber;
|
|
35
|
+
path: z.ZodString;
|
|
36
|
+
signedUrl: z.ZodString;
|
|
37
|
+
createdAt: z.ZodDate;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
path: string;
|
|
40
|
+
id: string;
|
|
41
|
+
createdAt: Date;
|
|
42
|
+
userId: number;
|
|
43
|
+
signedUrl: string;
|
|
44
|
+
}, {
|
|
45
|
+
path: string;
|
|
46
|
+
id: string;
|
|
47
|
+
createdAt: Date;
|
|
48
|
+
userId: number;
|
|
49
|
+
signedUrl: string;
|
|
50
|
+
}>>>;
|
|
31
51
|
}, "strip", z.ZodTypeAny, {
|
|
32
52
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
33
53
|
name: string;
|
|
@@ -42,6 +62,14 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
42
62
|
favoritesMaxDelay?: number | null | undefined;
|
|
43
63
|
ordersMaxDelay?: number | null | undefined;
|
|
44
64
|
conversationsMaxDelay?: number | null | undefined;
|
|
65
|
+
profilePictureFileId?: string | null | undefined;
|
|
66
|
+
profilePicture?: {
|
|
67
|
+
path: string;
|
|
68
|
+
id: string;
|
|
69
|
+
createdAt: Date;
|
|
70
|
+
userId: number;
|
|
71
|
+
signedUrl: string;
|
|
72
|
+
} | null | undefined;
|
|
45
73
|
}, {
|
|
46
74
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
47
75
|
name: string;
|
|
@@ -56,6 +84,14 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
56
84
|
favoritesMaxDelay?: number | null | undefined;
|
|
57
85
|
ordersMaxDelay?: number | null | undefined;
|
|
58
86
|
conversationsMaxDelay?: number | null | undefined;
|
|
87
|
+
profilePictureFileId?: string | null | undefined;
|
|
88
|
+
profilePicture?: {
|
|
89
|
+
path: string;
|
|
90
|
+
id: string;
|
|
91
|
+
createdAt: Date;
|
|
92
|
+
userId: number;
|
|
93
|
+
signedUrl: string;
|
|
94
|
+
} | null | undefined;
|
|
59
95
|
}>>>;
|
|
60
96
|
}, "strip", z.ZodTypeAny, {
|
|
61
97
|
id: string;
|
|
@@ -80,6 +116,14 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
80
116
|
favoritesMaxDelay?: number | null | undefined;
|
|
81
117
|
ordersMaxDelay?: number | null | undefined;
|
|
82
118
|
conversationsMaxDelay?: number | null | undefined;
|
|
119
|
+
profilePictureFileId?: string | null | undefined;
|
|
120
|
+
profilePicture?: {
|
|
121
|
+
path: string;
|
|
122
|
+
id: string;
|
|
123
|
+
createdAt: Date;
|
|
124
|
+
userId: number;
|
|
125
|
+
signedUrl: string;
|
|
126
|
+
} | null | undefined;
|
|
83
127
|
} | null | undefined;
|
|
84
128
|
}, {
|
|
85
129
|
id: string;
|
|
@@ -104,6 +148,14 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
104
148
|
favoritesMaxDelay?: number | null | undefined;
|
|
105
149
|
ordersMaxDelay?: number | null | undefined;
|
|
106
150
|
conversationsMaxDelay?: number | null | undefined;
|
|
151
|
+
profilePictureFileId?: string | null | undefined;
|
|
152
|
+
profilePicture?: {
|
|
153
|
+
path: string;
|
|
154
|
+
id: string;
|
|
155
|
+
createdAt: Date;
|
|
156
|
+
userId: number;
|
|
157
|
+
signedUrl: string;
|
|
158
|
+
} | null | undefined;
|
|
107
159
|
} | null | undefined;
|
|
108
160
|
}>;
|
|
109
161
|
export type ConversationFavorite = z.infer<typeof ConversationFavoriteSchema>;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUrC,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
|
@@ -29,6 +29,26 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
29
29
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
30
30
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31
31
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34
|
+
id: z.ZodString;
|
|
35
|
+
userId: z.ZodNumber;
|
|
36
|
+
path: z.ZodString;
|
|
37
|
+
signedUrl: z.ZodString;
|
|
38
|
+
createdAt: z.ZodDate;
|
|
39
|
+
}, "strip", z.ZodTypeAny, {
|
|
40
|
+
path: string;
|
|
41
|
+
id: string;
|
|
42
|
+
createdAt: Date;
|
|
43
|
+
userId: number;
|
|
44
|
+
signedUrl: string;
|
|
45
|
+
}, {
|
|
46
|
+
path: string;
|
|
47
|
+
id: string;
|
|
48
|
+
createdAt: Date;
|
|
49
|
+
userId: number;
|
|
50
|
+
signedUrl: string;
|
|
51
|
+
}>>>;
|
|
32
52
|
}, "strip", z.ZodTypeAny, {
|
|
33
53
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
34
54
|
name: string;
|
|
@@ -43,6 +63,14 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
43
63
|
favoritesMaxDelay?: number | null | undefined;
|
|
44
64
|
ordersMaxDelay?: number | null | undefined;
|
|
45
65
|
conversationsMaxDelay?: number | null | undefined;
|
|
66
|
+
profilePictureFileId?: string | null | undefined;
|
|
67
|
+
profilePicture?: {
|
|
68
|
+
path: string;
|
|
69
|
+
id: string;
|
|
70
|
+
createdAt: Date;
|
|
71
|
+
userId: number;
|
|
72
|
+
signedUrl: string;
|
|
73
|
+
} | null | undefined;
|
|
46
74
|
}, {
|
|
47
75
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
48
76
|
name: string;
|
|
@@ -57,6 +85,14 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
57
85
|
favoritesMaxDelay?: number | null | undefined;
|
|
58
86
|
ordersMaxDelay?: number | null | undefined;
|
|
59
87
|
conversationsMaxDelay?: number | null | undefined;
|
|
88
|
+
profilePictureFileId?: string | null | undefined;
|
|
89
|
+
profilePicture?: {
|
|
90
|
+
path: string;
|
|
91
|
+
id: string;
|
|
92
|
+
createdAt: Date;
|
|
93
|
+
userId: number;
|
|
94
|
+
signedUrl: string;
|
|
95
|
+
} | null | undefined;
|
|
60
96
|
}>>>;
|
|
61
97
|
}, "strip", z.ZodTypeAny, {
|
|
62
98
|
id: string;
|
|
@@ -81,6 +117,14 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
81
117
|
favoritesMaxDelay?: number | null | undefined;
|
|
82
118
|
ordersMaxDelay?: number | null | undefined;
|
|
83
119
|
conversationsMaxDelay?: number | null | undefined;
|
|
120
|
+
profilePictureFileId?: string | null | undefined;
|
|
121
|
+
profilePicture?: {
|
|
122
|
+
path: string;
|
|
123
|
+
id: string;
|
|
124
|
+
createdAt: Date;
|
|
125
|
+
userId: number;
|
|
126
|
+
signedUrl: string;
|
|
127
|
+
} | null | undefined;
|
|
84
128
|
} | null | undefined;
|
|
85
129
|
}, {
|
|
86
130
|
id: string;
|
|
@@ -105,6 +149,14 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
105
149
|
favoritesMaxDelay?: number | null | undefined;
|
|
106
150
|
ordersMaxDelay?: number | null | undefined;
|
|
107
151
|
conversationsMaxDelay?: number | null | undefined;
|
|
152
|
+
profilePictureFileId?: string | null | undefined;
|
|
153
|
+
profilePicture?: {
|
|
154
|
+
path: string;
|
|
155
|
+
id: string;
|
|
156
|
+
createdAt: Date;
|
|
157
|
+
userId: number;
|
|
158
|
+
signedUrl: string;
|
|
159
|
+
} | null | undefined;
|
|
108
160
|
} | null | undefined;
|
|
109
161
|
}>, "many">;
|
|
110
162
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -131,6 +183,14 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
131
183
|
favoritesMaxDelay?: number | null | undefined;
|
|
132
184
|
ordersMaxDelay?: number | null | undefined;
|
|
133
185
|
conversationsMaxDelay?: number | null | undefined;
|
|
186
|
+
profilePictureFileId?: string | null | undefined;
|
|
187
|
+
profilePicture?: {
|
|
188
|
+
path: string;
|
|
189
|
+
id: string;
|
|
190
|
+
createdAt: Date;
|
|
191
|
+
userId: number;
|
|
192
|
+
signedUrl: string;
|
|
193
|
+
} | null | undefined;
|
|
134
194
|
} | null | undefined;
|
|
135
195
|
}[];
|
|
136
196
|
}, {
|
|
@@ -157,6 +217,14 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
157
217
|
favoritesMaxDelay?: number | null | undefined;
|
|
158
218
|
ordersMaxDelay?: number | null | undefined;
|
|
159
219
|
conversationsMaxDelay?: number | null | undefined;
|
|
220
|
+
profilePictureFileId?: string | null | undefined;
|
|
221
|
+
profilePicture?: {
|
|
222
|
+
path: string;
|
|
223
|
+
id: string;
|
|
224
|
+
createdAt: Date;
|
|
225
|
+
userId: number;
|
|
226
|
+
signedUrl: string;
|
|
227
|
+
} | null | undefined;
|
|
160
228
|
} | null | undefined;
|
|
161
229
|
}[];
|
|
162
230
|
}>;
|