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
|
@@ -36,6 +36,26 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
36
36
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
37
37
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
38
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
39
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41
|
+
id: z.ZodString;
|
|
42
|
+
userId: z.ZodNumber;
|
|
43
|
+
path: z.ZodString;
|
|
44
|
+
signedUrl: z.ZodString;
|
|
45
|
+
createdAt: z.ZodDate;
|
|
46
|
+
}, "strip", z.ZodTypeAny, {
|
|
47
|
+
path: string;
|
|
48
|
+
id: string;
|
|
49
|
+
createdAt: Date;
|
|
50
|
+
userId: number;
|
|
51
|
+
signedUrl: string;
|
|
52
|
+
}, {
|
|
53
|
+
path: string;
|
|
54
|
+
id: string;
|
|
55
|
+
createdAt: Date;
|
|
56
|
+
userId: number;
|
|
57
|
+
signedUrl: string;
|
|
58
|
+
}>>>;
|
|
39
59
|
}, "strip", z.ZodTypeAny, {
|
|
40
60
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
41
61
|
name: string;
|
|
@@ -50,6 +70,14 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
50
70
|
favoritesMaxDelay?: number | null | undefined;
|
|
51
71
|
ordersMaxDelay?: number | null | undefined;
|
|
52
72
|
conversationsMaxDelay?: number | null | undefined;
|
|
73
|
+
profilePictureFileId?: string | null | undefined;
|
|
74
|
+
profilePicture?: {
|
|
75
|
+
path: string;
|
|
76
|
+
id: string;
|
|
77
|
+
createdAt: Date;
|
|
78
|
+
userId: number;
|
|
79
|
+
signedUrl: string;
|
|
80
|
+
} | null | undefined;
|
|
53
81
|
}, {
|
|
54
82
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
55
83
|
name: string;
|
|
@@ -64,6 +92,14 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
64
92
|
favoritesMaxDelay?: number | null | undefined;
|
|
65
93
|
ordersMaxDelay?: number | null | undefined;
|
|
66
94
|
conversationsMaxDelay?: number | null | undefined;
|
|
95
|
+
profilePictureFileId?: string | null | undefined;
|
|
96
|
+
profilePicture?: {
|
|
97
|
+
path: string;
|
|
98
|
+
id: string;
|
|
99
|
+
createdAt: Date;
|
|
100
|
+
userId: number;
|
|
101
|
+
signedUrl: string;
|
|
102
|
+
} | null | undefined;
|
|
67
103
|
}>>>;
|
|
68
104
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
69
105
|
id: z.ZodString;
|
|
@@ -178,6 +214,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
178
214
|
} | null | undefined;
|
|
179
215
|
index?: number | null | undefined;
|
|
180
216
|
}>, "many">>>;
|
|
217
|
+
preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
|
|
218
|
+
preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
219
|
+
preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
181
220
|
}, "strip", z.ZodTypeAny, {
|
|
182
221
|
type: "MESSAGE" | "STATUS_MESSAGE" | "ACTION_MESSAGE" | "OFFER_REQUEST_MESSAGE" | "OFFER_MESSAGE";
|
|
183
222
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
@@ -207,6 +246,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
207
246
|
index?: number | null | undefined;
|
|
208
247
|
}[] | null | undefined;
|
|
209
248
|
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;
|
|
249
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
250
|
+
preferenceCaseId?: string | null | undefined;
|
|
251
|
+
preferenceVariantId?: string | null | undefined;
|
|
210
252
|
conversationUserId?: string | null | undefined;
|
|
211
253
|
platformMessageId?: string | null | undefined;
|
|
212
254
|
statusHistory?: {
|
|
@@ -250,6 +292,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
250
292
|
index?: number | null | undefined;
|
|
251
293
|
}[] | null | undefined;
|
|
252
294
|
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;
|
|
295
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
296
|
+
preferenceCaseId?: string | null | undefined;
|
|
297
|
+
preferenceVariantId?: string | null | undefined;
|
|
253
298
|
conversationUserId?: string | null | undefined;
|
|
254
299
|
platformMessageId?: string | null | undefined;
|
|
255
300
|
statusHistory?: {
|
|
@@ -365,6 +410,14 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
365
410
|
favoritesMaxDelay?: number | null | undefined;
|
|
366
411
|
ordersMaxDelay?: number | null | undefined;
|
|
367
412
|
conversationsMaxDelay?: number | null | undefined;
|
|
413
|
+
profilePictureFileId?: string | null | undefined;
|
|
414
|
+
profilePicture?: {
|
|
415
|
+
path: string;
|
|
416
|
+
id: string;
|
|
417
|
+
createdAt: Date;
|
|
418
|
+
userId: number;
|
|
419
|
+
signedUrl: string;
|
|
420
|
+
} | null | undefined;
|
|
368
421
|
} | null | undefined;
|
|
369
422
|
lastRead?: Date | null | undefined;
|
|
370
423
|
lastMessage?: {
|
|
@@ -396,6 +449,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
396
449
|
index?: number | null | undefined;
|
|
397
450
|
}[] | null | undefined;
|
|
398
451
|
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;
|
|
452
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
453
|
+
preferenceCaseId?: string | null | undefined;
|
|
454
|
+
preferenceVariantId?: string | null | undefined;
|
|
399
455
|
conversationUserId?: string | null | undefined;
|
|
400
456
|
platformMessageId?: string | null | undefined;
|
|
401
457
|
statusHistory?: {
|
|
@@ -448,6 +504,14 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
448
504
|
favoritesMaxDelay?: number | null | undefined;
|
|
449
505
|
ordersMaxDelay?: number | null | undefined;
|
|
450
506
|
conversationsMaxDelay?: number | null | undefined;
|
|
507
|
+
profilePictureFileId?: string | null | undefined;
|
|
508
|
+
profilePicture?: {
|
|
509
|
+
path: string;
|
|
510
|
+
id: string;
|
|
511
|
+
createdAt: Date;
|
|
512
|
+
userId: number;
|
|
513
|
+
signedUrl: string;
|
|
514
|
+
} | null | undefined;
|
|
451
515
|
} | null | undefined;
|
|
452
516
|
lastRead?: Date | null | undefined;
|
|
453
517
|
lastMessage?: {
|
|
@@ -479,6 +543,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
479
543
|
index?: number | null | undefined;
|
|
480
544
|
}[] | null | undefined;
|
|
481
545
|
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;
|
|
546
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
547
|
+
preferenceCaseId?: string | null | undefined;
|
|
548
|
+
preferenceVariantId?: string | null | undefined;
|
|
482
549
|
conversationUserId?: string | null | undefined;
|
|
483
550
|
platformMessageId?: string | null | undefined;
|
|
484
551
|
statusHistory?: {
|
|
@@ -608,6 +675,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
608
675
|
} | null | undefined;
|
|
609
676
|
index?: number | null | undefined;
|
|
610
677
|
}>, "many">>>;
|
|
678
|
+
preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
|
|
679
|
+
preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
680
|
+
preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
611
681
|
}, "strip", z.ZodTypeAny, {
|
|
612
682
|
type: "MESSAGE" | "STATUS_MESSAGE" | "ACTION_MESSAGE" | "OFFER_REQUEST_MESSAGE" | "OFFER_MESSAGE";
|
|
613
683
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
@@ -637,6 +707,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
637
707
|
index?: number | null | undefined;
|
|
638
708
|
}[] | null | undefined;
|
|
639
709
|
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;
|
|
710
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
711
|
+
preferenceCaseId?: string | null | undefined;
|
|
712
|
+
preferenceVariantId?: string | null | undefined;
|
|
640
713
|
conversationUserId?: string | null | undefined;
|
|
641
714
|
platformMessageId?: string | null | undefined;
|
|
642
715
|
statusHistory?: {
|
|
@@ -680,6 +753,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
680
753
|
index?: number | null | undefined;
|
|
681
754
|
}[] | null | undefined;
|
|
682
755
|
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;
|
|
756
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
757
|
+
preferenceCaseId?: string | null | undefined;
|
|
758
|
+
preferenceVariantId?: string | null | undefined;
|
|
683
759
|
conversationUserId?: string | null | undefined;
|
|
684
760
|
platformMessageId?: string | null | undefined;
|
|
685
761
|
statusHistory?: {
|
|
@@ -735,6 +811,14 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
735
811
|
favoritesMaxDelay?: number | null | undefined;
|
|
736
812
|
ordersMaxDelay?: number | null | undefined;
|
|
737
813
|
conversationsMaxDelay?: number | null | undefined;
|
|
814
|
+
profilePictureFileId?: string | null | undefined;
|
|
815
|
+
profilePicture?: {
|
|
816
|
+
path: string;
|
|
817
|
+
id: string;
|
|
818
|
+
createdAt: Date;
|
|
819
|
+
userId: number;
|
|
820
|
+
signedUrl: string;
|
|
821
|
+
} | null | undefined;
|
|
738
822
|
} | null | undefined;
|
|
739
823
|
lastRead?: Date | null | undefined;
|
|
740
824
|
lastMessage?: {
|
|
@@ -766,6 +850,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
766
850
|
index?: number | null | undefined;
|
|
767
851
|
}[] | null | undefined;
|
|
768
852
|
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;
|
|
853
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
854
|
+
preferenceCaseId?: string | null | undefined;
|
|
855
|
+
preferenceVariantId?: string | null | undefined;
|
|
769
856
|
conversationUserId?: string | null | undefined;
|
|
770
857
|
platformMessageId?: string | null | undefined;
|
|
771
858
|
statusHistory?: {
|
|
@@ -811,6 +898,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
811
898
|
index?: number | null | undefined;
|
|
812
899
|
}[] | null | undefined;
|
|
813
900
|
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;
|
|
901
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
902
|
+
preferenceCaseId?: string | null | undefined;
|
|
903
|
+
preferenceVariantId?: string | null | undefined;
|
|
814
904
|
conversationUserId?: string | null | undefined;
|
|
815
905
|
platformMessageId?: string | null | undefined;
|
|
816
906
|
statusHistory?: {
|
|
@@ -865,6 +955,14 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
865
955
|
favoritesMaxDelay?: number | null | undefined;
|
|
866
956
|
ordersMaxDelay?: number | null | undefined;
|
|
867
957
|
conversationsMaxDelay?: number | null | undefined;
|
|
958
|
+
profilePictureFileId?: string | null | undefined;
|
|
959
|
+
profilePicture?: {
|
|
960
|
+
path: string;
|
|
961
|
+
id: string;
|
|
962
|
+
createdAt: Date;
|
|
963
|
+
userId: number;
|
|
964
|
+
signedUrl: string;
|
|
965
|
+
} | null | undefined;
|
|
868
966
|
} | null | undefined;
|
|
869
967
|
lastRead?: Date | null | undefined;
|
|
870
968
|
lastMessage?: {
|
|
@@ -896,6 +994,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
896
994
|
index?: number | null | undefined;
|
|
897
995
|
}[] | null | undefined;
|
|
898
996
|
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;
|
|
997
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
998
|
+
preferenceCaseId?: string | null | undefined;
|
|
999
|
+
preferenceVariantId?: string | null | undefined;
|
|
899
1000
|
conversationUserId?: string | null | undefined;
|
|
900
1001
|
platformMessageId?: string | null | undefined;
|
|
901
1002
|
statusHistory?: {
|
|
@@ -941,6 +1042,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
|
|
|
941
1042
|
index?: number | null | undefined;
|
|
942
1043
|
}[] | null | undefined;
|
|
943
1044
|
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;
|
|
1045
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
1046
|
+
preferenceCaseId?: string | null | undefined;
|
|
1047
|
+
preferenceVariantId?: string | null | undefined;
|
|
944
1048
|
conversationUserId?: string | null | undefined;
|
|
945
1049
|
platformMessageId?: string | null | undefined;
|
|
946
1050
|
statusHistory?: {
|
|
@@ -1759,18 +1863,21 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1759
1863
|
value: z.ZodNumber;
|
|
1760
1864
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1761
1865
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1866
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1762
1867
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1763
1868
|
}, "strip", z.ZodTypeAny, {
|
|
1764
1869
|
value: number;
|
|
1765
1870
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1766
1871
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1767
1872
|
roundStep?: number | null | undefined;
|
|
1873
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1768
1874
|
maxRounds?: number | null | undefined;
|
|
1769
1875
|
}, {
|
|
1770
1876
|
value: number;
|
|
1771
1877
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1772
1878
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1773
1879
|
roundStep?: number | null | undefined;
|
|
1880
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1774
1881
|
maxRounds?: number | null | undefined;
|
|
1775
1882
|
}>>>;
|
|
1776
1883
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1784,6 +1891,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1784
1891
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1785
1892
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1786
1893
|
roundStep?: number | null | undefined;
|
|
1894
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1787
1895
|
maxRounds?: number | null | undefined;
|
|
1788
1896
|
} | null | undefined;
|
|
1789
1897
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1797,6 +1905,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1797
1905
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1798
1906
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1799
1907
|
roundStep?: number | null | undefined;
|
|
1908
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1800
1909
|
maxRounds?: number | null | undefined;
|
|
1801
1910
|
} | null | undefined;
|
|
1802
1911
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1814,6 +1923,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1814
1923
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1815
1924
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1816
1925
|
roundStep?: number | null | undefined;
|
|
1926
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1817
1927
|
maxRounds?: number | null | undefined;
|
|
1818
1928
|
} | null | undefined;
|
|
1819
1929
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1830,6 +1940,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1830
1940
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1831
1941
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1832
1942
|
roundStep?: number | null | undefined;
|
|
1943
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1833
1944
|
maxRounds?: number | null | undefined;
|
|
1834
1945
|
} | null | undefined;
|
|
1835
1946
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1861,18 +1972,21 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1861
1972
|
value: z.ZodNumber;
|
|
1862
1973
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1863
1974
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1975
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1864
1976
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1865
1977
|
}, "strip", z.ZodTypeAny, {
|
|
1866
1978
|
value: number;
|
|
1867
1979
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1868
1980
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1869
1981
|
roundStep?: number | null | undefined;
|
|
1982
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1870
1983
|
maxRounds?: number | null | undefined;
|
|
1871
1984
|
}, {
|
|
1872
1985
|
value: number;
|
|
1873
1986
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1874
1987
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1875
1988
|
roundStep?: number | null | undefined;
|
|
1989
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1876
1990
|
maxRounds?: number | null | undefined;
|
|
1877
1991
|
}>>>;
|
|
1878
1992
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1891,6 +2005,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1891
2005
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1892
2006
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1893
2007
|
roundStep?: number | null | undefined;
|
|
2008
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1894
2009
|
maxRounds?: number | null | undefined;
|
|
1895
2010
|
} | null | undefined;
|
|
1896
2011
|
}, {
|
|
@@ -1909,6 +2024,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1909
2024
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1910
2025
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1911
2026
|
roundStep?: number | null | undefined;
|
|
2027
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1912
2028
|
maxRounds?: number | null | undefined;
|
|
1913
2029
|
} | null | undefined;
|
|
1914
2030
|
}>;
|
|
@@ -1931,6 +2047,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1931
2047
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1932
2048
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1933
2049
|
roundStep?: number | null | undefined;
|
|
2050
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1934
2051
|
maxRounds?: number | null | undefined;
|
|
1935
2052
|
} | null | undefined;
|
|
1936
2053
|
};
|
|
@@ -1952,6 +2069,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1952
2069
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1953
2070
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1954
2071
|
roundStep?: number | null | undefined;
|
|
2072
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1955
2073
|
maxRounds?: number | null | undefined;
|
|
1956
2074
|
} | null | undefined;
|
|
1957
2075
|
};
|
|
@@ -2399,6 +2517,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2399
2517
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2400
2518
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2401
2519
|
roundStep?: number | null | undefined;
|
|
2520
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2402
2521
|
maxRounds?: number | null | undefined;
|
|
2403
2522
|
} | null | undefined;
|
|
2404
2523
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2423,6 +2542,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2423
2542
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2424
2543
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2425
2544
|
roundStep?: number | null | undefined;
|
|
2545
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2426
2546
|
maxRounds?: number | null | undefined;
|
|
2427
2547
|
} | null | undefined;
|
|
2428
2548
|
};
|
|
@@ -2607,6 +2727,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2607
2727
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2608
2728
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2609
2729
|
roundStep?: number | null | undefined;
|
|
2730
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2610
2731
|
maxRounds?: number | null | undefined;
|
|
2611
2732
|
} | null | undefined;
|
|
2612
2733
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2631,6 +2752,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2631
2752
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2632
2753
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2633
2754
|
roundStep?: number | null | undefined;
|
|
2755
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2634
2756
|
maxRounds?: number | null | undefined;
|
|
2635
2757
|
} | null | undefined;
|
|
2636
2758
|
};
|
|
@@ -2728,6 +2850,26 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2728
2850
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2729
2851
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2730
2852
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2853
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2854
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2855
|
+
id: z.ZodString;
|
|
2856
|
+
userId: z.ZodNumber;
|
|
2857
|
+
path: z.ZodString;
|
|
2858
|
+
signedUrl: z.ZodString;
|
|
2859
|
+
createdAt: z.ZodDate;
|
|
2860
|
+
}, "strip", z.ZodTypeAny, {
|
|
2861
|
+
path: string;
|
|
2862
|
+
id: string;
|
|
2863
|
+
createdAt: Date;
|
|
2864
|
+
userId: number;
|
|
2865
|
+
signedUrl: string;
|
|
2866
|
+
}, {
|
|
2867
|
+
path: string;
|
|
2868
|
+
id: string;
|
|
2869
|
+
createdAt: Date;
|
|
2870
|
+
userId: number;
|
|
2871
|
+
signedUrl: string;
|
|
2872
|
+
}>>>;
|
|
2731
2873
|
}, "strip", z.ZodTypeAny, {
|
|
2732
2874
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2733
2875
|
name: string;
|
|
@@ -2742,6 +2884,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2742
2884
|
favoritesMaxDelay?: number | null | undefined;
|
|
2743
2885
|
ordersMaxDelay?: number | null | undefined;
|
|
2744
2886
|
conversationsMaxDelay?: number | null | undefined;
|
|
2887
|
+
profilePictureFileId?: string | null | undefined;
|
|
2888
|
+
profilePicture?: {
|
|
2889
|
+
path: string;
|
|
2890
|
+
id: string;
|
|
2891
|
+
createdAt: Date;
|
|
2892
|
+
userId: number;
|
|
2893
|
+
signedUrl: string;
|
|
2894
|
+
} | null | undefined;
|
|
2745
2895
|
}, {
|
|
2746
2896
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2747
2897
|
name: string;
|
|
@@ -2756,6 +2906,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2756
2906
|
favoritesMaxDelay?: number | null | undefined;
|
|
2757
2907
|
ordersMaxDelay?: number | null | undefined;
|
|
2758
2908
|
conversationsMaxDelay?: number | null | undefined;
|
|
2909
|
+
profilePictureFileId?: string | null | undefined;
|
|
2910
|
+
profilePicture?: {
|
|
2911
|
+
path: string;
|
|
2912
|
+
id: string;
|
|
2913
|
+
createdAt: Date;
|
|
2914
|
+
userId: number;
|
|
2915
|
+
signedUrl: string;
|
|
2916
|
+
} | null | undefined;
|
|
2759
2917
|
}>>>;
|
|
2760
2918
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2761
2919
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2788,6 +2946,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2788
2946
|
favoritesMaxDelay?: number | null | undefined;
|
|
2789
2947
|
ordersMaxDelay?: number | null | undefined;
|
|
2790
2948
|
conversationsMaxDelay?: number | null | undefined;
|
|
2949
|
+
profilePictureFileId?: string | null | undefined;
|
|
2950
|
+
profilePicture?: {
|
|
2951
|
+
path: string;
|
|
2952
|
+
id: string;
|
|
2953
|
+
createdAt: Date;
|
|
2954
|
+
userId: number;
|
|
2955
|
+
signedUrl: string;
|
|
2956
|
+
} | null | undefined;
|
|
2791
2957
|
} | null | undefined;
|
|
2792
2958
|
}, {
|
|
2793
2959
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -2817,6 +2983,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2817
2983
|
favoritesMaxDelay?: number | null | undefined;
|
|
2818
2984
|
ordersMaxDelay?: number | null | undefined;
|
|
2819
2985
|
conversationsMaxDelay?: number | null | undefined;
|
|
2986
|
+
profilePictureFileId?: string | null | undefined;
|
|
2987
|
+
profilePicture?: {
|
|
2988
|
+
path: string;
|
|
2989
|
+
id: string;
|
|
2990
|
+
createdAt: Date;
|
|
2991
|
+
userId: number;
|
|
2992
|
+
signedUrl: string;
|
|
2993
|
+
} | null | undefined;
|
|
2820
2994
|
} | null | undefined;
|
|
2821
2995
|
}>, "many">>>;
|
|
2822
2996
|
actions: z.ZodObject<{
|
|
@@ -2902,6 +3076,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2902
3076
|
favoritesMaxDelay?: number | null | undefined;
|
|
2903
3077
|
ordersMaxDelay?: number | null | undefined;
|
|
2904
3078
|
conversationsMaxDelay?: number | null | undefined;
|
|
3079
|
+
profilePictureFileId?: string | null | undefined;
|
|
3080
|
+
profilePicture?: {
|
|
3081
|
+
path: string;
|
|
3082
|
+
id: string;
|
|
3083
|
+
createdAt: Date;
|
|
3084
|
+
userId: number;
|
|
3085
|
+
signedUrl: string;
|
|
3086
|
+
} | null | undefined;
|
|
2905
3087
|
} | null | undefined;
|
|
2906
3088
|
}[] | null | undefined;
|
|
2907
3089
|
brandId?: number | null | undefined;
|
|
@@ -3051,6 +3233,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3051
3233
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3052
3234
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3053
3235
|
roundStep?: number | null | undefined;
|
|
3236
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3054
3237
|
maxRounds?: number | null | undefined;
|
|
3055
3238
|
} | null | undefined;
|
|
3056
3239
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3075,6 +3258,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3075
3258
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3076
3259
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3077
3260
|
roundStep?: number | null | undefined;
|
|
3261
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3078
3262
|
maxRounds?: number | null | undefined;
|
|
3079
3263
|
} | null | undefined;
|
|
3080
3264
|
};
|
|
@@ -3215,6 +3399,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3215
3399
|
favoritesMaxDelay?: number | null | undefined;
|
|
3216
3400
|
ordersMaxDelay?: number | null | undefined;
|
|
3217
3401
|
conversationsMaxDelay?: number | null | undefined;
|
|
3402
|
+
profilePictureFileId?: string | null | undefined;
|
|
3403
|
+
profilePicture?: {
|
|
3404
|
+
path: string;
|
|
3405
|
+
id: string;
|
|
3406
|
+
createdAt: Date;
|
|
3407
|
+
userId: number;
|
|
3408
|
+
signedUrl: string;
|
|
3409
|
+
} | null | undefined;
|
|
3218
3410
|
} | null | undefined;
|
|
3219
3411
|
}[] | null | undefined;
|
|
3220
3412
|
brandId?: number | null | undefined;
|
|
@@ -3364,6 +3556,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3364
3556
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3365
3557
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3366
3558
|
roundStep?: number | null | undefined;
|
|
3559
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3367
3560
|
maxRounds?: number | null | undefined;
|
|
3368
3561
|
} | null | undefined;
|
|
3369
3562
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3388,6 +3581,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3388
3581
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3389
3582
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3390
3583
|
roundStep?: number | null | undefined;
|
|
3584
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3391
3585
|
maxRounds?: number | null | undefined;
|
|
3392
3586
|
} | null | undefined;
|
|
3393
3587
|
};
|
|
@@ -3533,6 +3727,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3533
3727
|
favoritesMaxDelay?: number | null | undefined;
|
|
3534
3728
|
ordersMaxDelay?: number | null | undefined;
|
|
3535
3729
|
conversationsMaxDelay?: number | null | undefined;
|
|
3730
|
+
profilePictureFileId?: string | null | undefined;
|
|
3731
|
+
profilePicture?: {
|
|
3732
|
+
path: string;
|
|
3733
|
+
id: string;
|
|
3734
|
+
createdAt: Date;
|
|
3735
|
+
userId: number;
|
|
3736
|
+
signedUrl: string;
|
|
3737
|
+
} | null | undefined;
|
|
3536
3738
|
} | null | undefined;
|
|
3537
3739
|
}[] | null | undefined;
|
|
3538
3740
|
brandId?: number | null | undefined;
|
|
@@ -3682,6 +3884,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3682
3884
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3683
3885
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3684
3886
|
roundStep?: number | null | undefined;
|
|
3887
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3685
3888
|
maxRounds?: number | null | undefined;
|
|
3686
3889
|
} | null | undefined;
|
|
3687
3890
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3706,6 +3909,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3706
3909
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3707
3910
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3708
3911
|
roundStep?: number | null | undefined;
|
|
3912
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3709
3913
|
maxRounds?: number | null | undefined;
|
|
3710
3914
|
} | null | undefined;
|
|
3711
3915
|
};
|
|
@@ -3850,6 +4054,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3850
4054
|
favoritesMaxDelay?: number | null | undefined;
|
|
3851
4055
|
ordersMaxDelay?: number | null | undefined;
|
|
3852
4056
|
conversationsMaxDelay?: number | null | undefined;
|
|
4057
|
+
profilePictureFileId?: string | null | undefined;
|
|
4058
|
+
profilePicture?: {
|
|
4059
|
+
path: string;
|
|
4060
|
+
id: string;
|
|
4061
|
+
createdAt: Date;
|
|
4062
|
+
userId: number;
|
|
4063
|
+
signedUrl: string;
|
|
4064
|
+
} | null | undefined;
|
|
3853
4065
|
} | null | undefined;
|
|
3854
4066
|
}[] | null | undefined;
|
|
3855
4067
|
brandId?: number | null | undefined;
|
|
@@ -3999,6 +4211,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3999
4211
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4000
4212
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4001
4213
|
roundStep?: number | null | undefined;
|
|
4214
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4002
4215
|
maxRounds?: number | null | undefined;
|
|
4003
4216
|
} | null | undefined;
|
|
4004
4217
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4023,6 +4236,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4023
4236
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4024
4237
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4025
4238
|
roundStep?: number | null | undefined;
|
|
4239
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4026
4240
|
maxRounds?: number | null | undefined;
|
|
4027
4241
|
} | null | undefined;
|
|
4028
4242
|
};
|
|
@@ -5410,6 +5624,26 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5410
5624
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5411
5625
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5412
5626
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5627
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5628
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5629
|
+
id: z.ZodString;
|
|
5630
|
+
userId: z.ZodNumber;
|
|
5631
|
+
path: z.ZodString;
|
|
5632
|
+
signedUrl: z.ZodString;
|
|
5633
|
+
createdAt: z.ZodDate;
|
|
5634
|
+
}, "strip", z.ZodTypeAny, {
|
|
5635
|
+
path: string;
|
|
5636
|
+
id: string;
|
|
5637
|
+
createdAt: Date;
|
|
5638
|
+
userId: number;
|
|
5639
|
+
signedUrl: string;
|
|
5640
|
+
}, {
|
|
5641
|
+
path: string;
|
|
5642
|
+
id: string;
|
|
5643
|
+
createdAt: Date;
|
|
5644
|
+
userId: number;
|
|
5645
|
+
signedUrl: string;
|
|
5646
|
+
}>>>;
|
|
5413
5647
|
}, "strip", z.ZodTypeAny, {
|
|
5414
5648
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
5415
5649
|
name: string;
|
|
@@ -5424,6 +5658,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5424
5658
|
favoritesMaxDelay?: number | null | undefined;
|
|
5425
5659
|
ordersMaxDelay?: number | null | undefined;
|
|
5426
5660
|
conversationsMaxDelay?: number | null | undefined;
|
|
5661
|
+
profilePictureFileId?: string | null | undefined;
|
|
5662
|
+
profilePicture?: {
|
|
5663
|
+
path: string;
|
|
5664
|
+
id: string;
|
|
5665
|
+
createdAt: Date;
|
|
5666
|
+
userId: number;
|
|
5667
|
+
signedUrl: string;
|
|
5668
|
+
} | null | undefined;
|
|
5427
5669
|
}, {
|
|
5428
5670
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
5429
5671
|
name: string;
|
|
@@ -5438,6 +5680,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5438
5680
|
favoritesMaxDelay?: number | null | undefined;
|
|
5439
5681
|
ordersMaxDelay?: number | null | undefined;
|
|
5440
5682
|
conversationsMaxDelay?: number | null | undefined;
|
|
5683
|
+
profilePictureFileId?: string | null | undefined;
|
|
5684
|
+
profilePicture?: {
|
|
5685
|
+
path: string;
|
|
5686
|
+
id: string;
|
|
5687
|
+
createdAt: Date;
|
|
5688
|
+
userId: number;
|
|
5689
|
+
signedUrl: string;
|
|
5690
|
+
} | null | undefined;
|
|
5441
5691
|
}>>>;
|
|
5442
5692
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5443
5693
|
id: z.ZodString;
|
|
@@ -5552,6 +5802,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5552
5802
|
} | null | undefined;
|
|
5553
5803
|
index?: number | null | undefined;
|
|
5554
5804
|
}>, "many">>>;
|
|
5805
|
+
preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
|
|
5806
|
+
preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5807
|
+
preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5555
5808
|
}, "strip", z.ZodTypeAny, {
|
|
5556
5809
|
type: "MESSAGE" | "STATUS_MESSAGE" | "ACTION_MESSAGE" | "OFFER_REQUEST_MESSAGE" | "OFFER_MESSAGE";
|
|
5557
5810
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
@@ -5581,6 +5834,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5581
5834
|
index?: number | null | undefined;
|
|
5582
5835
|
}[] | null | undefined;
|
|
5583
5836
|
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;
|
|
5837
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
5838
|
+
preferenceCaseId?: string | null | undefined;
|
|
5839
|
+
preferenceVariantId?: string | null | undefined;
|
|
5584
5840
|
conversationUserId?: string | null | undefined;
|
|
5585
5841
|
platformMessageId?: string | null | undefined;
|
|
5586
5842
|
statusHistory?: {
|
|
@@ -5624,6 +5880,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5624
5880
|
index?: number | null | undefined;
|
|
5625
5881
|
}[] | null | undefined;
|
|
5626
5882
|
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;
|
|
5883
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
5884
|
+
preferenceCaseId?: string | null | undefined;
|
|
5885
|
+
preferenceVariantId?: string | null | undefined;
|
|
5627
5886
|
conversationUserId?: string | null | undefined;
|
|
5628
5887
|
platformMessageId?: string | null | undefined;
|
|
5629
5888
|
statusHistory?: {
|
|
@@ -5739,6 +5998,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5739
5998
|
favoritesMaxDelay?: number | null | undefined;
|
|
5740
5999
|
ordersMaxDelay?: number | null | undefined;
|
|
5741
6000
|
conversationsMaxDelay?: number | null | undefined;
|
|
6001
|
+
profilePictureFileId?: string | null | undefined;
|
|
6002
|
+
profilePicture?: {
|
|
6003
|
+
path: string;
|
|
6004
|
+
id: string;
|
|
6005
|
+
createdAt: Date;
|
|
6006
|
+
userId: number;
|
|
6007
|
+
signedUrl: string;
|
|
6008
|
+
} | null | undefined;
|
|
5742
6009
|
} | null | undefined;
|
|
5743
6010
|
lastRead?: Date | null | undefined;
|
|
5744
6011
|
lastMessage?: {
|
|
@@ -5770,6 +6037,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5770
6037
|
index?: number | null | undefined;
|
|
5771
6038
|
}[] | null | undefined;
|
|
5772
6039
|
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;
|
|
6040
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
6041
|
+
preferenceCaseId?: string | null | undefined;
|
|
6042
|
+
preferenceVariantId?: string | null | undefined;
|
|
5773
6043
|
conversationUserId?: string | null | undefined;
|
|
5774
6044
|
platformMessageId?: string | null | undefined;
|
|
5775
6045
|
statusHistory?: {
|
|
@@ -5822,6 +6092,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5822
6092
|
favoritesMaxDelay?: number | null | undefined;
|
|
5823
6093
|
ordersMaxDelay?: number | null | undefined;
|
|
5824
6094
|
conversationsMaxDelay?: number | null | undefined;
|
|
6095
|
+
profilePictureFileId?: string | null | undefined;
|
|
6096
|
+
profilePicture?: {
|
|
6097
|
+
path: string;
|
|
6098
|
+
id: string;
|
|
6099
|
+
createdAt: Date;
|
|
6100
|
+
userId: number;
|
|
6101
|
+
signedUrl: string;
|
|
6102
|
+
} | null | undefined;
|
|
5825
6103
|
} | null | undefined;
|
|
5826
6104
|
lastRead?: Date | null | undefined;
|
|
5827
6105
|
lastMessage?: {
|
|
@@ -5853,6 +6131,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5853
6131
|
index?: number | null | undefined;
|
|
5854
6132
|
}[] | null | undefined;
|
|
5855
6133
|
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;
|
|
6134
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
6135
|
+
preferenceCaseId?: string | null | undefined;
|
|
6136
|
+
preferenceVariantId?: string | null | undefined;
|
|
5856
6137
|
conversationUserId?: string | null | undefined;
|
|
5857
6138
|
platformMessageId?: string | null | undefined;
|
|
5858
6139
|
statusHistory?: {
|
|
@@ -5982,6 +6263,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
5982
6263
|
} | null | undefined;
|
|
5983
6264
|
index?: number | null | undefined;
|
|
5984
6265
|
}>, "many">>>;
|
|
6266
|
+
preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
|
|
6267
|
+
preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6268
|
+
preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5985
6269
|
}, "strip", z.ZodTypeAny, {
|
|
5986
6270
|
type: "MESSAGE" | "STATUS_MESSAGE" | "ACTION_MESSAGE" | "OFFER_REQUEST_MESSAGE" | "OFFER_MESSAGE";
|
|
5987
6271
|
status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
|
|
@@ -6011,6 +6295,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6011
6295
|
index?: number | null | undefined;
|
|
6012
6296
|
}[] | null | undefined;
|
|
6013
6297
|
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;
|
|
6298
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
6299
|
+
preferenceCaseId?: string | null | undefined;
|
|
6300
|
+
preferenceVariantId?: string | null | undefined;
|
|
6014
6301
|
conversationUserId?: string | null | undefined;
|
|
6015
6302
|
platformMessageId?: string | null | undefined;
|
|
6016
6303
|
statusHistory?: {
|
|
@@ -6054,6 +6341,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6054
6341
|
index?: number | null | undefined;
|
|
6055
6342
|
}[] | null | undefined;
|
|
6056
6343
|
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;
|
|
6344
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
6345
|
+
preferenceCaseId?: string | null | undefined;
|
|
6346
|
+
preferenceVariantId?: string | null | undefined;
|
|
6057
6347
|
conversationUserId?: string | null | undefined;
|
|
6058
6348
|
platformMessageId?: string | null | undefined;
|
|
6059
6349
|
statusHistory?: {
|
|
@@ -6109,6 +6399,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6109
6399
|
favoritesMaxDelay?: number | null | undefined;
|
|
6110
6400
|
ordersMaxDelay?: number | null | undefined;
|
|
6111
6401
|
conversationsMaxDelay?: number | null | undefined;
|
|
6402
|
+
profilePictureFileId?: string | null | undefined;
|
|
6403
|
+
profilePicture?: {
|
|
6404
|
+
path: string;
|
|
6405
|
+
id: string;
|
|
6406
|
+
createdAt: Date;
|
|
6407
|
+
userId: number;
|
|
6408
|
+
signedUrl: string;
|
|
6409
|
+
} | null | undefined;
|
|
6112
6410
|
} | null | undefined;
|
|
6113
6411
|
lastRead?: Date | null | undefined;
|
|
6114
6412
|
lastMessage?: {
|
|
@@ -6140,6 +6438,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6140
6438
|
index?: number | null | undefined;
|
|
6141
6439
|
}[] | null | undefined;
|
|
6142
6440
|
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;
|
|
6441
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
6442
|
+
preferenceCaseId?: string | null | undefined;
|
|
6443
|
+
preferenceVariantId?: string | null | undefined;
|
|
6143
6444
|
conversationUserId?: string | null | undefined;
|
|
6144
6445
|
platformMessageId?: string | null | undefined;
|
|
6145
6446
|
statusHistory?: {
|
|
@@ -6185,6 +6486,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6185
6486
|
index?: number | null | undefined;
|
|
6186
6487
|
}[] | null | undefined;
|
|
6187
6488
|
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;
|
|
6489
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
6490
|
+
preferenceCaseId?: string | null | undefined;
|
|
6491
|
+
preferenceVariantId?: string | null | undefined;
|
|
6188
6492
|
conversationUserId?: string | null | undefined;
|
|
6189
6493
|
platformMessageId?: string | null | undefined;
|
|
6190
6494
|
statusHistory?: {
|
|
@@ -6239,6 +6543,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6239
6543
|
favoritesMaxDelay?: number | null | undefined;
|
|
6240
6544
|
ordersMaxDelay?: number | null | undefined;
|
|
6241
6545
|
conversationsMaxDelay?: number | null | undefined;
|
|
6546
|
+
profilePictureFileId?: string | null | undefined;
|
|
6547
|
+
profilePicture?: {
|
|
6548
|
+
path: string;
|
|
6549
|
+
id: string;
|
|
6550
|
+
createdAt: Date;
|
|
6551
|
+
userId: number;
|
|
6552
|
+
signedUrl: string;
|
|
6553
|
+
} | null | undefined;
|
|
6242
6554
|
} | null | undefined;
|
|
6243
6555
|
lastRead?: Date | null | undefined;
|
|
6244
6556
|
lastMessage?: {
|
|
@@ -6270,6 +6582,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6270
6582
|
index?: number | null | undefined;
|
|
6271
6583
|
}[] | null | undefined;
|
|
6272
6584
|
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;
|
|
6585
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
6586
|
+
preferenceCaseId?: string | null | undefined;
|
|
6587
|
+
preferenceVariantId?: string | null | undefined;
|
|
6273
6588
|
conversationUserId?: string | null | undefined;
|
|
6274
6589
|
platformMessageId?: string | null | undefined;
|
|
6275
6590
|
statusHistory?: {
|
|
@@ -6315,6 +6630,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6315
6630
|
index?: number | null | undefined;
|
|
6316
6631
|
}[] | null | undefined;
|
|
6317
6632
|
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;
|
|
6633
|
+
preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
6634
|
+
preferenceCaseId?: string | null | undefined;
|
|
6635
|
+
preferenceVariantId?: string | null | undefined;
|
|
6318
6636
|
conversationUserId?: string | null | undefined;
|
|
6319
6637
|
platformMessageId?: string | null | undefined;
|
|
6320
6638
|
statusHistory?: {
|
|
@@ -7129,18 +7447,21 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7129
7447
|
value: z.ZodNumber;
|
|
7130
7448
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
7131
7449
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7450
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
7132
7451
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7133
7452
|
}, "strip", z.ZodTypeAny, {
|
|
7134
7453
|
value: number;
|
|
7135
7454
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7136
7455
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7137
7456
|
roundStep?: number | null | undefined;
|
|
7457
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7138
7458
|
maxRounds?: number | null | undefined;
|
|
7139
7459
|
}, {
|
|
7140
7460
|
value: number;
|
|
7141
7461
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7142
7462
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7143
7463
|
roundStep?: number | null | undefined;
|
|
7464
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7144
7465
|
maxRounds?: number | null | undefined;
|
|
7145
7466
|
}>>>;
|
|
7146
7467
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -7154,6 +7475,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7154
7475
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7155
7476
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7156
7477
|
roundStep?: number | null | undefined;
|
|
7478
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7157
7479
|
maxRounds?: number | null | undefined;
|
|
7158
7480
|
} | null | undefined;
|
|
7159
7481
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7167,6 +7489,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7167
7489
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7168
7490
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7169
7491
|
roundStep?: number | null | undefined;
|
|
7492
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7170
7493
|
maxRounds?: number | null | undefined;
|
|
7171
7494
|
} | null | undefined;
|
|
7172
7495
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7184,6 +7507,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7184
7507
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7185
7508
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7186
7509
|
roundStep?: number | null | undefined;
|
|
7510
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7187
7511
|
maxRounds?: number | null | undefined;
|
|
7188
7512
|
} | null | undefined;
|
|
7189
7513
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7200,6 +7524,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7200
7524
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7201
7525
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7202
7526
|
roundStep?: number | null | undefined;
|
|
7527
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7203
7528
|
maxRounds?: number | null | undefined;
|
|
7204
7529
|
} | null | undefined;
|
|
7205
7530
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7231,18 +7556,21 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7231
7556
|
value: z.ZodNumber;
|
|
7232
7557
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
7233
7558
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7559
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
7234
7560
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7235
7561
|
}, "strip", z.ZodTypeAny, {
|
|
7236
7562
|
value: number;
|
|
7237
7563
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7238
7564
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7239
7565
|
roundStep?: number | null | undefined;
|
|
7566
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7240
7567
|
maxRounds?: number | null | undefined;
|
|
7241
7568
|
}, {
|
|
7242
7569
|
value: number;
|
|
7243
7570
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7244
7571
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7245
7572
|
roundStep?: number | null | undefined;
|
|
7573
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7246
7574
|
maxRounds?: number | null | undefined;
|
|
7247
7575
|
}>>>;
|
|
7248
7576
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7261,6 +7589,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7261
7589
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7262
7590
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7263
7591
|
roundStep?: number | null | undefined;
|
|
7592
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7264
7593
|
maxRounds?: number | null | undefined;
|
|
7265
7594
|
} | null | undefined;
|
|
7266
7595
|
}, {
|
|
@@ -7279,6 +7608,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7279
7608
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7280
7609
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7281
7610
|
roundStep?: number | null | undefined;
|
|
7611
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7282
7612
|
maxRounds?: number | null | undefined;
|
|
7283
7613
|
} | null | undefined;
|
|
7284
7614
|
}>;
|
|
@@ -7301,6 +7631,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7301
7631
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7302
7632
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7303
7633
|
roundStep?: number | null | undefined;
|
|
7634
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7304
7635
|
maxRounds?: number | null | undefined;
|
|
7305
7636
|
} | null | undefined;
|
|
7306
7637
|
};
|
|
@@ -7322,6 +7653,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7322
7653
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7323
7654
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7324
7655
|
roundStep?: number | null | undefined;
|
|
7656
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7325
7657
|
maxRounds?: number | null | undefined;
|
|
7326
7658
|
} | null | undefined;
|
|
7327
7659
|
};
|
|
@@ -7769,6 +8101,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7769
8101
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7770
8102
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7771
8103
|
roundStep?: number | null | undefined;
|
|
8104
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7772
8105
|
maxRounds?: number | null | undefined;
|
|
7773
8106
|
} | null | undefined;
|
|
7774
8107
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7793,6 +8126,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7793
8126
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7794
8127
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7795
8128
|
roundStep?: number | null | undefined;
|
|
8129
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7796
8130
|
maxRounds?: number | null | undefined;
|
|
7797
8131
|
} | null | undefined;
|
|
7798
8132
|
};
|
|
@@ -7977,6 +8311,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7977
8311
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7978
8312
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7979
8313
|
roundStep?: number | null | undefined;
|
|
8314
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7980
8315
|
maxRounds?: number | null | undefined;
|
|
7981
8316
|
} | null | undefined;
|
|
7982
8317
|
isTransfer?: boolean | null | undefined;
|
|
@@ -8001,6 +8336,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8001
8336
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8002
8337
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8003
8338
|
roundStep?: number | null | undefined;
|
|
8339
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8004
8340
|
maxRounds?: number | null | undefined;
|
|
8005
8341
|
} | null | undefined;
|
|
8006
8342
|
};
|
|
@@ -8098,6 +8434,26 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8098
8434
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8099
8435
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8100
8436
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8437
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8438
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8439
|
+
id: z.ZodString;
|
|
8440
|
+
userId: z.ZodNumber;
|
|
8441
|
+
path: z.ZodString;
|
|
8442
|
+
signedUrl: z.ZodString;
|
|
8443
|
+
createdAt: z.ZodDate;
|
|
8444
|
+
}, "strip", z.ZodTypeAny, {
|
|
8445
|
+
path: string;
|
|
8446
|
+
id: string;
|
|
8447
|
+
createdAt: Date;
|
|
8448
|
+
userId: number;
|
|
8449
|
+
signedUrl: string;
|
|
8450
|
+
}, {
|
|
8451
|
+
path: string;
|
|
8452
|
+
id: string;
|
|
8453
|
+
createdAt: Date;
|
|
8454
|
+
userId: number;
|
|
8455
|
+
signedUrl: string;
|
|
8456
|
+
}>>>;
|
|
8101
8457
|
}, "strip", z.ZodTypeAny, {
|
|
8102
8458
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
8103
8459
|
name: string;
|
|
@@ -8112,6 +8468,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8112
8468
|
favoritesMaxDelay?: number | null | undefined;
|
|
8113
8469
|
ordersMaxDelay?: number | null | undefined;
|
|
8114
8470
|
conversationsMaxDelay?: number | null | undefined;
|
|
8471
|
+
profilePictureFileId?: string | null | undefined;
|
|
8472
|
+
profilePicture?: {
|
|
8473
|
+
path: string;
|
|
8474
|
+
id: string;
|
|
8475
|
+
createdAt: Date;
|
|
8476
|
+
userId: number;
|
|
8477
|
+
signedUrl: string;
|
|
8478
|
+
} | null | undefined;
|
|
8115
8479
|
}, {
|
|
8116
8480
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
8117
8481
|
name: string;
|
|
@@ -8126,6 +8490,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8126
8490
|
favoritesMaxDelay?: number | null | undefined;
|
|
8127
8491
|
ordersMaxDelay?: number | null | undefined;
|
|
8128
8492
|
conversationsMaxDelay?: number | null | undefined;
|
|
8493
|
+
profilePictureFileId?: string | null | undefined;
|
|
8494
|
+
profilePicture?: {
|
|
8495
|
+
path: string;
|
|
8496
|
+
id: string;
|
|
8497
|
+
createdAt: Date;
|
|
8498
|
+
userId: number;
|
|
8499
|
+
signedUrl: string;
|
|
8500
|
+
} | null | undefined;
|
|
8129
8501
|
}>>>;
|
|
8130
8502
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8131
8503
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -8158,6 +8530,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8158
8530
|
favoritesMaxDelay?: number | null | undefined;
|
|
8159
8531
|
ordersMaxDelay?: number | null | undefined;
|
|
8160
8532
|
conversationsMaxDelay?: number | null | undefined;
|
|
8533
|
+
profilePictureFileId?: string | null | undefined;
|
|
8534
|
+
profilePicture?: {
|
|
8535
|
+
path: string;
|
|
8536
|
+
id: string;
|
|
8537
|
+
createdAt: Date;
|
|
8538
|
+
userId: number;
|
|
8539
|
+
signedUrl: string;
|
|
8540
|
+
} | null | undefined;
|
|
8161
8541
|
} | null | undefined;
|
|
8162
8542
|
}, {
|
|
8163
8543
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -8187,6 +8567,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8187
8567
|
favoritesMaxDelay?: number | null | undefined;
|
|
8188
8568
|
ordersMaxDelay?: number | null | undefined;
|
|
8189
8569
|
conversationsMaxDelay?: number | null | undefined;
|
|
8570
|
+
profilePictureFileId?: string | null | undefined;
|
|
8571
|
+
profilePicture?: {
|
|
8572
|
+
path: string;
|
|
8573
|
+
id: string;
|
|
8574
|
+
createdAt: Date;
|
|
8575
|
+
userId: number;
|
|
8576
|
+
signedUrl: string;
|
|
8577
|
+
} | null | undefined;
|
|
8190
8578
|
} | null | undefined;
|
|
8191
8579
|
}>, "many">>>;
|
|
8192
8580
|
actions: z.ZodObject<{
|
|
@@ -8272,6 +8660,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8272
8660
|
favoritesMaxDelay?: number | null | undefined;
|
|
8273
8661
|
ordersMaxDelay?: number | null | undefined;
|
|
8274
8662
|
conversationsMaxDelay?: number | null | undefined;
|
|
8663
|
+
profilePictureFileId?: string | null | undefined;
|
|
8664
|
+
profilePicture?: {
|
|
8665
|
+
path: string;
|
|
8666
|
+
id: string;
|
|
8667
|
+
createdAt: Date;
|
|
8668
|
+
userId: number;
|
|
8669
|
+
signedUrl: string;
|
|
8670
|
+
} | null | undefined;
|
|
8275
8671
|
} | null | undefined;
|
|
8276
8672
|
}[] | null | undefined;
|
|
8277
8673
|
brandId?: number | null | undefined;
|
|
@@ -8421,6 +8817,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8421
8817
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8422
8818
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8423
8819
|
roundStep?: number | null | undefined;
|
|
8820
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8424
8821
|
maxRounds?: number | null | undefined;
|
|
8425
8822
|
} | null | undefined;
|
|
8426
8823
|
isTransfer?: boolean | null | undefined;
|
|
@@ -8445,6 +8842,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8445
8842
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8446
8843
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8447
8844
|
roundStep?: number | null | undefined;
|
|
8845
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8448
8846
|
maxRounds?: number | null | undefined;
|
|
8449
8847
|
} | null | undefined;
|
|
8450
8848
|
};
|
|
@@ -8585,6 +8983,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8585
8983
|
favoritesMaxDelay?: number | null | undefined;
|
|
8586
8984
|
ordersMaxDelay?: number | null | undefined;
|
|
8587
8985
|
conversationsMaxDelay?: number | null | undefined;
|
|
8986
|
+
profilePictureFileId?: string | null | undefined;
|
|
8987
|
+
profilePicture?: {
|
|
8988
|
+
path: string;
|
|
8989
|
+
id: string;
|
|
8990
|
+
createdAt: Date;
|
|
8991
|
+
userId: number;
|
|
8992
|
+
signedUrl: string;
|
|
8993
|
+
} | null | undefined;
|
|
8588
8994
|
} | null | undefined;
|
|
8589
8995
|
}[] | null | undefined;
|
|
8590
8996
|
brandId?: number | null | undefined;
|
|
@@ -8734,6 +9140,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8734
9140
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8735
9141
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8736
9142
|
roundStep?: number | null | undefined;
|
|
9143
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8737
9144
|
maxRounds?: number | null | undefined;
|
|
8738
9145
|
} | null | undefined;
|
|
8739
9146
|
isTransfer?: boolean | null | undefined;
|
|
@@ -8758,6 +9165,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8758
9165
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8759
9166
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8760
9167
|
roundStep?: number | null | undefined;
|
|
9168
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8761
9169
|
maxRounds?: number | null | undefined;
|
|
8762
9170
|
} | null | undefined;
|
|
8763
9171
|
};
|
|
@@ -8903,6 +9311,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8903
9311
|
favoritesMaxDelay?: number | null | undefined;
|
|
8904
9312
|
ordersMaxDelay?: number | null | undefined;
|
|
8905
9313
|
conversationsMaxDelay?: number | null | undefined;
|
|
9314
|
+
profilePictureFileId?: string | null | undefined;
|
|
9315
|
+
profilePicture?: {
|
|
9316
|
+
path: string;
|
|
9317
|
+
id: string;
|
|
9318
|
+
createdAt: Date;
|
|
9319
|
+
userId: number;
|
|
9320
|
+
signedUrl: string;
|
|
9321
|
+
} | null | undefined;
|
|
8906
9322
|
} | null | undefined;
|
|
8907
9323
|
}[] | null | undefined;
|
|
8908
9324
|
brandId?: number | null | undefined;
|
|
@@ -9052,6 +9468,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
9052
9468
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
9053
9469
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
9054
9470
|
roundStep?: number | null | undefined;
|
|
9471
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
9055
9472
|
maxRounds?: number | null | undefined;
|
|
9056
9473
|
} | null | undefined;
|
|
9057
9474
|
isTransfer?: boolean | null | undefined;
|
|
@@ -9076,6 +9493,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
9076
9493
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
9077
9494
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
9078
9495
|
roundStep?: number | null | undefined;
|
|
9496
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
9079
9497
|
maxRounds?: number | null | undefined;
|
|
9080
9498
|
} | null | undefined;
|
|
9081
9499
|
};
|
|
@@ -9220,6 +9638,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
9220
9638
|
favoritesMaxDelay?: number | null | undefined;
|
|
9221
9639
|
ordersMaxDelay?: number | null | undefined;
|
|
9222
9640
|
conversationsMaxDelay?: number | null | undefined;
|
|
9641
|
+
profilePictureFileId?: string | null | undefined;
|
|
9642
|
+
profilePicture?: {
|
|
9643
|
+
path: string;
|
|
9644
|
+
id: string;
|
|
9645
|
+
createdAt: Date;
|
|
9646
|
+
userId: number;
|
|
9647
|
+
signedUrl: string;
|
|
9648
|
+
} | null | undefined;
|
|
9223
9649
|
} | null | undefined;
|
|
9224
9650
|
}[] | null | undefined;
|
|
9225
9651
|
brandId?: number | null | undefined;
|
|
@@ -9369,6 +9795,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
9369
9795
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
9370
9796
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
9371
9797
|
roundStep?: number | null | undefined;
|
|
9798
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
9372
9799
|
maxRounds?: number | null | undefined;
|
|
9373
9800
|
} | null | undefined;
|
|
9374
9801
|
isTransfer?: boolean | null | undefined;
|
|
@@ -9393,6 +9820,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
9393
9820
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
9394
9821
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
9395
9822
|
roundStep?: number | null | undefined;
|
|
9823
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
9396
9824
|
maxRounds?: number | null | undefined;
|
|
9397
9825
|
} | null | undefined;
|
|
9398
9826
|
};
|