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
|
@@ -42,6 +42,26 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
42
42
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
43
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
44
44
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
45
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
47
|
+
id: z.ZodString;
|
|
48
|
+
userId: z.ZodNumber;
|
|
49
|
+
path: z.ZodString;
|
|
50
|
+
signedUrl: z.ZodString;
|
|
51
|
+
createdAt: z.ZodDate;
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
path: string;
|
|
54
|
+
id: string;
|
|
55
|
+
createdAt: Date;
|
|
56
|
+
userId: number;
|
|
57
|
+
signedUrl: string;
|
|
58
|
+
}, {
|
|
59
|
+
path: string;
|
|
60
|
+
id: string;
|
|
61
|
+
createdAt: Date;
|
|
62
|
+
userId: number;
|
|
63
|
+
signedUrl: string;
|
|
64
|
+
}>>>;
|
|
45
65
|
}, "strip", z.ZodTypeAny, {
|
|
46
66
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
47
67
|
name: string;
|
|
@@ -56,6 +76,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
56
76
|
favoritesMaxDelay?: number | null | undefined;
|
|
57
77
|
ordersMaxDelay?: number | null | undefined;
|
|
58
78
|
conversationsMaxDelay?: number | null | undefined;
|
|
79
|
+
profilePictureFileId?: string | null | undefined;
|
|
80
|
+
profilePicture?: {
|
|
81
|
+
path: string;
|
|
82
|
+
id: string;
|
|
83
|
+
createdAt: Date;
|
|
84
|
+
userId: number;
|
|
85
|
+
signedUrl: string;
|
|
86
|
+
} | null | undefined;
|
|
59
87
|
}, {
|
|
60
88
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
61
89
|
name: string;
|
|
@@ -70,6 +98,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
70
98
|
favoritesMaxDelay?: number | null | undefined;
|
|
71
99
|
ordersMaxDelay?: number | null | undefined;
|
|
72
100
|
conversationsMaxDelay?: number | null | undefined;
|
|
101
|
+
profilePictureFileId?: string | null | undefined;
|
|
102
|
+
profilePicture?: {
|
|
103
|
+
path: string;
|
|
104
|
+
id: string;
|
|
105
|
+
createdAt: Date;
|
|
106
|
+
userId: number;
|
|
107
|
+
signedUrl: string;
|
|
108
|
+
} | null | undefined;
|
|
73
109
|
}>>>;
|
|
74
110
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
111
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -102,6 +138,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
102
138
|
favoritesMaxDelay?: number | null | undefined;
|
|
103
139
|
ordersMaxDelay?: number | null | undefined;
|
|
104
140
|
conversationsMaxDelay?: number | null | undefined;
|
|
141
|
+
profilePictureFileId?: string | null | undefined;
|
|
142
|
+
profilePicture?: {
|
|
143
|
+
path: string;
|
|
144
|
+
id: string;
|
|
145
|
+
createdAt: Date;
|
|
146
|
+
userId: number;
|
|
147
|
+
signedUrl: string;
|
|
148
|
+
} | null | undefined;
|
|
105
149
|
} | null | undefined;
|
|
106
150
|
}, {
|
|
107
151
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -131,6 +175,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
131
175
|
favoritesMaxDelay?: number | null | undefined;
|
|
132
176
|
ordersMaxDelay?: number | null | undefined;
|
|
133
177
|
conversationsMaxDelay?: number | null | undefined;
|
|
178
|
+
profilePictureFileId?: string | null | undefined;
|
|
179
|
+
profilePicture?: {
|
|
180
|
+
path: string;
|
|
181
|
+
id: string;
|
|
182
|
+
createdAt: Date;
|
|
183
|
+
userId: number;
|
|
184
|
+
signedUrl: string;
|
|
185
|
+
} | null | undefined;
|
|
134
186
|
} | null | undefined;
|
|
135
187
|
}>>>;
|
|
136
188
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -164,6 +216,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
164
216
|
favoritesMaxDelay?: number | null | undefined;
|
|
165
217
|
ordersMaxDelay?: number | null | undefined;
|
|
166
218
|
conversationsMaxDelay?: number | null | undefined;
|
|
219
|
+
profilePictureFileId?: string | null | undefined;
|
|
220
|
+
profilePicture?: {
|
|
221
|
+
path: string;
|
|
222
|
+
id: string;
|
|
223
|
+
createdAt: Date;
|
|
224
|
+
userId: number;
|
|
225
|
+
signedUrl: string;
|
|
226
|
+
} | null | undefined;
|
|
167
227
|
} | null | undefined;
|
|
168
228
|
} | null | undefined;
|
|
169
229
|
}, {
|
|
@@ -197,6 +257,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
197
257
|
favoritesMaxDelay?: number | null | undefined;
|
|
198
258
|
ordersMaxDelay?: number | null | undefined;
|
|
199
259
|
conversationsMaxDelay?: number | null | undefined;
|
|
260
|
+
profilePictureFileId?: string | null | undefined;
|
|
261
|
+
profilePicture?: {
|
|
262
|
+
path: string;
|
|
263
|
+
id: string;
|
|
264
|
+
createdAt: Date;
|
|
265
|
+
userId: number;
|
|
266
|
+
signedUrl: string;
|
|
267
|
+
} | null | undefined;
|
|
200
268
|
} | null | undefined;
|
|
201
269
|
} | null | undefined;
|
|
202
270
|
}>, "many">>>;
|
|
@@ -237,6 +305,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
237
305
|
favoritesMaxDelay?: number | null | undefined;
|
|
238
306
|
ordersMaxDelay?: number | null | undefined;
|
|
239
307
|
conversationsMaxDelay?: number | null | undefined;
|
|
308
|
+
profilePictureFileId?: string | null | undefined;
|
|
309
|
+
profilePicture?: {
|
|
310
|
+
path: string;
|
|
311
|
+
id: string;
|
|
312
|
+
createdAt: Date;
|
|
313
|
+
userId: number;
|
|
314
|
+
signedUrl: string;
|
|
315
|
+
} | null | undefined;
|
|
240
316
|
} | null | undefined;
|
|
241
317
|
} | null | undefined;
|
|
242
318
|
}[] | null | undefined;
|
|
@@ -279,6 +355,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
279
355
|
favoritesMaxDelay?: number | null | undefined;
|
|
280
356
|
ordersMaxDelay?: number | null | undefined;
|
|
281
357
|
conversationsMaxDelay?: number | null | undefined;
|
|
358
|
+
profilePictureFileId?: string | null | undefined;
|
|
359
|
+
profilePicture?: {
|
|
360
|
+
path: string;
|
|
361
|
+
id: string;
|
|
362
|
+
createdAt: Date;
|
|
363
|
+
userId: number;
|
|
364
|
+
signedUrl: string;
|
|
365
|
+
} | null | undefined;
|
|
282
366
|
} | null | undefined;
|
|
283
367
|
} | null | undefined;
|
|
284
368
|
}[] | null | undefined;
|
|
@@ -1077,18 +1161,21 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1077
1161
|
value: z.ZodNumber;
|
|
1078
1162
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1079
1163
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1164
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1080
1165
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1081
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1082
1167
|
value: number;
|
|
1083
1168
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1084
1169
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1085
1170
|
roundStep?: number | null | undefined;
|
|
1171
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1086
1172
|
maxRounds?: number | null | undefined;
|
|
1087
1173
|
}, {
|
|
1088
1174
|
value: number;
|
|
1089
1175
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1090
1176
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1091
1177
|
roundStep?: number | null | undefined;
|
|
1178
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1092
1179
|
maxRounds?: number | null | undefined;
|
|
1093
1180
|
}>>>;
|
|
1094
1181
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1102,6 +1189,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1102
1189
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1103
1190
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1104
1191
|
roundStep?: number | null | undefined;
|
|
1192
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1105
1193
|
maxRounds?: number | null | undefined;
|
|
1106
1194
|
} | null | undefined;
|
|
1107
1195
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1115,6 +1203,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1115
1203
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1116
1204
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1117
1205
|
roundStep?: number | null | undefined;
|
|
1206
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1118
1207
|
maxRounds?: number | null | undefined;
|
|
1119
1208
|
} | null | undefined;
|
|
1120
1209
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1132,6 +1221,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1132
1221
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1133
1222
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1134
1223
|
roundStep?: number | null | undefined;
|
|
1224
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1135
1225
|
maxRounds?: number | null | undefined;
|
|
1136
1226
|
} | null | undefined;
|
|
1137
1227
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1148,6 +1238,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1148
1238
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1149
1239
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1150
1240
|
roundStep?: number | null | undefined;
|
|
1241
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1151
1242
|
maxRounds?: number | null | undefined;
|
|
1152
1243
|
} | null | undefined;
|
|
1153
1244
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1179,18 +1270,21 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1179
1270
|
value: z.ZodNumber;
|
|
1180
1271
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1181
1272
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1273
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1182
1274
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1183
1275
|
}, "strip", z.ZodTypeAny, {
|
|
1184
1276
|
value: number;
|
|
1185
1277
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1186
1278
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1187
1279
|
roundStep?: number | null | undefined;
|
|
1280
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1188
1281
|
maxRounds?: number | null | undefined;
|
|
1189
1282
|
}, {
|
|
1190
1283
|
value: number;
|
|
1191
1284
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1192
1285
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1193
1286
|
roundStep?: number | null | undefined;
|
|
1287
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1194
1288
|
maxRounds?: number | null | undefined;
|
|
1195
1289
|
}>>>;
|
|
1196
1290
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1209,6 +1303,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1209
1303
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1210
1304
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1211
1305
|
roundStep?: number | null | undefined;
|
|
1306
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1212
1307
|
maxRounds?: number | null | undefined;
|
|
1213
1308
|
} | null | undefined;
|
|
1214
1309
|
}, {
|
|
@@ -1227,6 +1322,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1227
1322
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1228
1323
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1229
1324
|
roundStep?: number | null | undefined;
|
|
1325
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1230
1326
|
maxRounds?: number | null | undefined;
|
|
1231
1327
|
} | null | undefined;
|
|
1232
1328
|
}>;
|
|
@@ -1249,6 +1345,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1249
1345
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1250
1346
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1251
1347
|
roundStep?: number | null | undefined;
|
|
1348
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1252
1349
|
maxRounds?: number | null | undefined;
|
|
1253
1350
|
} | null | undefined;
|
|
1254
1351
|
};
|
|
@@ -1270,6 +1367,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1270
1367
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1271
1368
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1272
1369
|
roundStep?: number | null | undefined;
|
|
1370
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1273
1371
|
maxRounds?: number | null | undefined;
|
|
1274
1372
|
} | null | undefined;
|
|
1275
1373
|
};
|
|
@@ -1717,6 +1815,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1717
1815
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1718
1816
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1719
1817
|
roundStep?: number | null | undefined;
|
|
1818
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1720
1819
|
maxRounds?: number | null | undefined;
|
|
1721
1820
|
} | null | undefined;
|
|
1722
1821
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1741,6 +1840,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1741
1840
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1742
1841
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1743
1842
|
roundStep?: number | null | undefined;
|
|
1843
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1744
1844
|
maxRounds?: number | null | undefined;
|
|
1745
1845
|
} | null | undefined;
|
|
1746
1846
|
};
|
|
@@ -1925,6 +2025,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1925
2025
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1926
2026
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1927
2027
|
roundStep?: number | null | undefined;
|
|
2028
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1928
2029
|
maxRounds?: number | null | undefined;
|
|
1929
2030
|
} | null | undefined;
|
|
1930
2031
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1949,6 +2050,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1949
2050
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1950
2051
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1951
2052
|
roundStep?: number | null | undefined;
|
|
2053
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1952
2054
|
maxRounds?: number | null | undefined;
|
|
1953
2055
|
} | null | undefined;
|
|
1954
2056
|
};
|
|
@@ -2046,6 +2148,26 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2046
2148
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2047
2149
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2048
2150
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2151
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2152
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2153
|
+
id: z.ZodString;
|
|
2154
|
+
userId: z.ZodNumber;
|
|
2155
|
+
path: z.ZodString;
|
|
2156
|
+
signedUrl: z.ZodString;
|
|
2157
|
+
createdAt: z.ZodDate;
|
|
2158
|
+
}, "strip", z.ZodTypeAny, {
|
|
2159
|
+
path: string;
|
|
2160
|
+
id: string;
|
|
2161
|
+
createdAt: Date;
|
|
2162
|
+
userId: number;
|
|
2163
|
+
signedUrl: string;
|
|
2164
|
+
}, {
|
|
2165
|
+
path: string;
|
|
2166
|
+
id: string;
|
|
2167
|
+
createdAt: Date;
|
|
2168
|
+
userId: number;
|
|
2169
|
+
signedUrl: string;
|
|
2170
|
+
}>>>;
|
|
2049
2171
|
}, "strip", z.ZodTypeAny, {
|
|
2050
2172
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2051
2173
|
name: string;
|
|
@@ -2060,6 +2182,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2060
2182
|
favoritesMaxDelay?: number | null | undefined;
|
|
2061
2183
|
ordersMaxDelay?: number | null | undefined;
|
|
2062
2184
|
conversationsMaxDelay?: number | null | undefined;
|
|
2185
|
+
profilePictureFileId?: string | null | undefined;
|
|
2186
|
+
profilePicture?: {
|
|
2187
|
+
path: string;
|
|
2188
|
+
id: string;
|
|
2189
|
+
createdAt: Date;
|
|
2190
|
+
userId: number;
|
|
2191
|
+
signedUrl: string;
|
|
2192
|
+
} | null | undefined;
|
|
2063
2193
|
}, {
|
|
2064
2194
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2065
2195
|
name: string;
|
|
@@ -2074,6 +2204,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2074
2204
|
favoritesMaxDelay?: number | null | undefined;
|
|
2075
2205
|
ordersMaxDelay?: number | null | undefined;
|
|
2076
2206
|
conversationsMaxDelay?: number | null | undefined;
|
|
2207
|
+
profilePictureFileId?: string | null | undefined;
|
|
2208
|
+
profilePicture?: {
|
|
2209
|
+
path: string;
|
|
2210
|
+
id: string;
|
|
2211
|
+
createdAt: Date;
|
|
2212
|
+
userId: number;
|
|
2213
|
+
signedUrl: string;
|
|
2214
|
+
} | null | undefined;
|
|
2077
2215
|
}>>>;
|
|
2078
2216
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2079
2217
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2106,6 +2244,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2106
2244
|
favoritesMaxDelay?: number | null | undefined;
|
|
2107
2245
|
ordersMaxDelay?: number | null | undefined;
|
|
2108
2246
|
conversationsMaxDelay?: number | null | undefined;
|
|
2247
|
+
profilePictureFileId?: string | null | undefined;
|
|
2248
|
+
profilePicture?: {
|
|
2249
|
+
path: string;
|
|
2250
|
+
id: string;
|
|
2251
|
+
createdAt: Date;
|
|
2252
|
+
userId: number;
|
|
2253
|
+
signedUrl: string;
|
|
2254
|
+
} | null | undefined;
|
|
2109
2255
|
} | null | undefined;
|
|
2110
2256
|
}, {
|
|
2111
2257
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -2135,6 +2281,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2135
2281
|
favoritesMaxDelay?: number | null | undefined;
|
|
2136
2282
|
ordersMaxDelay?: number | null | undefined;
|
|
2137
2283
|
conversationsMaxDelay?: number | null | undefined;
|
|
2284
|
+
profilePictureFileId?: string | null | undefined;
|
|
2285
|
+
profilePicture?: {
|
|
2286
|
+
path: string;
|
|
2287
|
+
id: string;
|
|
2288
|
+
createdAt: Date;
|
|
2289
|
+
userId: number;
|
|
2290
|
+
signedUrl: string;
|
|
2291
|
+
} | null | undefined;
|
|
2138
2292
|
} | null | undefined;
|
|
2139
2293
|
}>, "many">>>;
|
|
2140
2294
|
actions: z.ZodObject<{
|
|
@@ -2220,6 +2374,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2220
2374
|
favoritesMaxDelay?: number | null | undefined;
|
|
2221
2375
|
ordersMaxDelay?: number | null | undefined;
|
|
2222
2376
|
conversationsMaxDelay?: number | null | undefined;
|
|
2377
|
+
profilePictureFileId?: string | null | undefined;
|
|
2378
|
+
profilePicture?: {
|
|
2379
|
+
path: string;
|
|
2380
|
+
id: string;
|
|
2381
|
+
createdAt: Date;
|
|
2382
|
+
userId: number;
|
|
2383
|
+
signedUrl: string;
|
|
2384
|
+
} | null | undefined;
|
|
2223
2385
|
} | null | undefined;
|
|
2224
2386
|
}[] | null | undefined;
|
|
2225
2387
|
brandId?: number | null | undefined;
|
|
@@ -2369,6 +2531,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2369
2531
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2370
2532
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2371
2533
|
roundStep?: number | null | undefined;
|
|
2534
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2372
2535
|
maxRounds?: number | null | undefined;
|
|
2373
2536
|
} | null | undefined;
|
|
2374
2537
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2393,6 +2556,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2393
2556
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2394
2557
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2395
2558
|
roundStep?: number | null | undefined;
|
|
2559
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2396
2560
|
maxRounds?: number | null | undefined;
|
|
2397
2561
|
} | null | undefined;
|
|
2398
2562
|
};
|
|
@@ -2533,6 +2697,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2533
2697
|
favoritesMaxDelay?: number | null | undefined;
|
|
2534
2698
|
ordersMaxDelay?: number | null | undefined;
|
|
2535
2699
|
conversationsMaxDelay?: number | null | undefined;
|
|
2700
|
+
profilePictureFileId?: string | null | undefined;
|
|
2701
|
+
profilePicture?: {
|
|
2702
|
+
path: string;
|
|
2703
|
+
id: string;
|
|
2704
|
+
createdAt: Date;
|
|
2705
|
+
userId: number;
|
|
2706
|
+
signedUrl: string;
|
|
2707
|
+
} | null | undefined;
|
|
2536
2708
|
} | null | undefined;
|
|
2537
2709
|
}[] | null | undefined;
|
|
2538
2710
|
brandId?: number | null | undefined;
|
|
@@ -2682,6 +2854,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2682
2854
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2683
2855
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2684
2856
|
roundStep?: number | null | undefined;
|
|
2857
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2685
2858
|
maxRounds?: number | null | undefined;
|
|
2686
2859
|
} | null | undefined;
|
|
2687
2860
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2706,6 +2879,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2706
2879
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2707
2880
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2708
2881
|
roundStep?: number | null | undefined;
|
|
2882
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2709
2883
|
maxRounds?: number | null | undefined;
|
|
2710
2884
|
} | null | undefined;
|
|
2711
2885
|
};
|
|
@@ -2848,6 +3022,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2848
3022
|
favoritesMaxDelay?: number | null | undefined;
|
|
2849
3023
|
ordersMaxDelay?: number | null | undefined;
|
|
2850
3024
|
conversationsMaxDelay?: number | null | undefined;
|
|
3025
|
+
profilePictureFileId?: string | null | undefined;
|
|
3026
|
+
profilePicture?: {
|
|
3027
|
+
path: string;
|
|
3028
|
+
id: string;
|
|
3029
|
+
createdAt: Date;
|
|
3030
|
+
userId: number;
|
|
3031
|
+
signedUrl: string;
|
|
3032
|
+
} | null | undefined;
|
|
2851
3033
|
} | null | undefined;
|
|
2852
3034
|
}[] | null | undefined;
|
|
2853
3035
|
brandId?: number | null | undefined;
|
|
@@ -2997,6 +3179,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2997
3179
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2998
3180
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2999
3181
|
roundStep?: number | null | undefined;
|
|
3182
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3000
3183
|
maxRounds?: number | null | undefined;
|
|
3001
3184
|
} | null | undefined;
|
|
3002
3185
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3021,6 +3204,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3021
3204
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3022
3205
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3023
3206
|
roundStep?: number | null | undefined;
|
|
3207
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3024
3208
|
maxRounds?: number | null | undefined;
|
|
3025
3209
|
} | null | undefined;
|
|
3026
3210
|
};
|
|
@@ -3125,6 +3309,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3125
3309
|
favoritesMaxDelay?: number | null | undefined;
|
|
3126
3310
|
ordersMaxDelay?: number | null | undefined;
|
|
3127
3311
|
conversationsMaxDelay?: number | null | undefined;
|
|
3312
|
+
profilePictureFileId?: string | null | undefined;
|
|
3313
|
+
profilePicture?: {
|
|
3314
|
+
path: string;
|
|
3315
|
+
id: string;
|
|
3316
|
+
createdAt: Date;
|
|
3317
|
+
userId: number;
|
|
3318
|
+
signedUrl: string;
|
|
3319
|
+
} | null | undefined;
|
|
3128
3320
|
} | null | undefined;
|
|
3129
3321
|
} | null | undefined;
|
|
3130
3322
|
}[] | null | undefined;
|
|
@@ -3206,6 +3398,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3206
3398
|
favoritesMaxDelay?: number | null | undefined;
|
|
3207
3399
|
ordersMaxDelay?: number | null | undefined;
|
|
3208
3400
|
conversationsMaxDelay?: number | null | undefined;
|
|
3401
|
+
profilePictureFileId?: string | null | undefined;
|
|
3402
|
+
profilePicture?: {
|
|
3403
|
+
path: string;
|
|
3404
|
+
id: string;
|
|
3405
|
+
createdAt: Date;
|
|
3406
|
+
userId: number;
|
|
3407
|
+
signedUrl: string;
|
|
3408
|
+
} | null | undefined;
|
|
3209
3409
|
} | null | undefined;
|
|
3210
3410
|
}[] | null | undefined;
|
|
3211
3411
|
brandId?: number | null | undefined;
|
|
@@ -3355,6 +3555,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3355
3555
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3356
3556
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3357
3557
|
roundStep?: number | null | undefined;
|
|
3558
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3358
3559
|
maxRounds?: number | null | undefined;
|
|
3359
3560
|
} | null | undefined;
|
|
3360
3561
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3379,6 +3580,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3379
3580
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3380
3581
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3381
3582
|
roundStep?: number | null | undefined;
|
|
3583
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3382
3584
|
maxRounds?: number | null | undefined;
|
|
3383
3585
|
} | null | undefined;
|
|
3384
3586
|
};
|
|
@@ -3483,6 +3685,14 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3483
3685
|
favoritesMaxDelay?: number | null | undefined;
|
|
3484
3686
|
ordersMaxDelay?: number | null | undefined;
|
|
3485
3687
|
conversationsMaxDelay?: number | null | undefined;
|
|
3688
|
+
profilePictureFileId?: string | null | undefined;
|
|
3689
|
+
profilePicture?: {
|
|
3690
|
+
path: string;
|
|
3691
|
+
id: string;
|
|
3692
|
+
createdAt: Date;
|
|
3693
|
+
userId: number;
|
|
3694
|
+
signedUrl: string;
|
|
3695
|
+
} | null | undefined;
|
|
3486
3696
|
} | null | undefined;
|
|
3487
3697
|
} | null | undefined;
|
|
3488
3698
|
}[] | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionWithItems.d.ts","sourceRoot":"","sources":["TransactionWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"TransactionWithItems.d.ts","sourceRoot":"","sources":["TransactionWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
|
|
@@ -20,6 +20,26 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
20
20
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
21
21
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
22
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
23
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
25
|
+
id: z.ZodString;
|
|
26
|
+
userId: z.ZodNumber;
|
|
27
|
+
path: z.ZodString;
|
|
28
|
+
signedUrl: z.ZodString;
|
|
29
|
+
createdAt: z.ZodDate;
|
|
30
|
+
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
path: string;
|
|
32
|
+
id: string;
|
|
33
|
+
createdAt: Date;
|
|
34
|
+
userId: number;
|
|
35
|
+
signedUrl: string;
|
|
36
|
+
}, {
|
|
37
|
+
path: string;
|
|
38
|
+
id: string;
|
|
39
|
+
createdAt: Date;
|
|
40
|
+
userId: number;
|
|
41
|
+
signedUrl: string;
|
|
42
|
+
}>>>;
|
|
23
43
|
}, "strip", z.ZodTypeAny, {
|
|
24
44
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
25
45
|
name: string;
|
|
@@ -34,6 +54,14 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
34
54
|
favoritesMaxDelay?: number | null | undefined;
|
|
35
55
|
ordersMaxDelay?: number | null | undefined;
|
|
36
56
|
conversationsMaxDelay?: number | null | undefined;
|
|
57
|
+
profilePictureFileId?: string | null | undefined;
|
|
58
|
+
profilePicture?: {
|
|
59
|
+
path: string;
|
|
60
|
+
id: string;
|
|
61
|
+
createdAt: Date;
|
|
62
|
+
userId: number;
|
|
63
|
+
signedUrl: string;
|
|
64
|
+
} | null | undefined;
|
|
37
65
|
}, {
|
|
38
66
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
39
67
|
name: string;
|
|
@@ -48,6 +76,14 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
48
76
|
favoritesMaxDelay?: number | null | undefined;
|
|
49
77
|
ordersMaxDelay?: number | null | undefined;
|
|
50
78
|
conversationsMaxDelay?: number | null | undefined;
|
|
79
|
+
profilePictureFileId?: string | null | undefined;
|
|
80
|
+
profilePicture?: {
|
|
81
|
+
path: string;
|
|
82
|
+
id: string;
|
|
83
|
+
createdAt: Date;
|
|
84
|
+
userId: number;
|
|
85
|
+
signedUrl: string;
|
|
86
|
+
} | null | undefined;
|
|
51
87
|
}>;
|
|
52
88
|
otp: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
53
89
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -66,6 +102,14 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
66
102
|
favoritesMaxDelay?: number | null | undefined;
|
|
67
103
|
ordersMaxDelay?: number | null | undefined;
|
|
68
104
|
conversationsMaxDelay?: number | null | undefined;
|
|
105
|
+
profilePictureFileId?: string | null | undefined;
|
|
106
|
+
profilePicture?: {
|
|
107
|
+
path: string;
|
|
108
|
+
id: string;
|
|
109
|
+
createdAt: Date;
|
|
110
|
+
userId: number;
|
|
111
|
+
signedUrl: string;
|
|
112
|
+
} | null | undefined;
|
|
69
113
|
};
|
|
70
114
|
otp?: number | null | undefined;
|
|
71
115
|
error?: string | null | undefined;
|
|
@@ -84,6 +128,14 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
84
128
|
favoritesMaxDelay?: number | null | undefined;
|
|
85
129
|
ordersMaxDelay?: number | null | undefined;
|
|
86
130
|
conversationsMaxDelay?: number | null | undefined;
|
|
131
|
+
profilePictureFileId?: string | null | undefined;
|
|
132
|
+
profilePicture?: {
|
|
133
|
+
path: string;
|
|
134
|
+
id: string;
|
|
135
|
+
createdAt: Date;
|
|
136
|
+
userId: number;
|
|
137
|
+
signedUrl: string;
|
|
138
|
+
} | null | undefined;
|
|
87
139
|
};
|
|
88
140
|
otp?: number | null | undefined;
|
|
89
141
|
error?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlatformAuthRequest.d.ts","sourceRoot":"","sources":["PlatformAuthRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"PlatformAuthRequest.d.ts","sourceRoot":"","sources":["PlatformAuthRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA"}
|