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
|
@@ -33,6 +33,26 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
33
33
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
34
34
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
35
35
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
36
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
38
|
+
id: z.ZodString;
|
|
39
|
+
userId: z.ZodNumber;
|
|
40
|
+
path: z.ZodString;
|
|
41
|
+
signedUrl: z.ZodString;
|
|
42
|
+
createdAt: z.ZodDate;
|
|
43
|
+
}, "strip", z.ZodTypeAny, {
|
|
44
|
+
path: string;
|
|
45
|
+
id: string;
|
|
46
|
+
createdAt: Date;
|
|
47
|
+
userId: number;
|
|
48
|
+
signedUrl: string;
|
|
49
|
+
}, {
|
|
50
|
+
path: string;
|
|
51
|
+
id: string;
|
|
52
|
+
createdAt: Date;
|
|
53
|
+
userId: number;
|
|
54
|
+
signedUrl: string;
|
|
55
|
+
}>>>;
|
|
36
56
|
}, "strip", z.ZodTypeAny, {
|
|
37
57
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
38
58
|
name: string;
|
|
@@ -47,6 +67,14 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
47
67
|
favoritesMaxDelay?: number | null | undefined;
|
|
48
68
|
ordersMaxDelay?: number | null | undefined;
|
|
49
69
|
conversationsMaxDelay?: number | null | undefined;
|
|
70
|
+
profilePictureFileId?: string | null | undefined;
|
|
71
|
+
profilePicture?: {
|
|
72
|
+
path: string;
|
|
73
|
+
id: string;
|
|
74
|
+
createdAt: Date;
|
|
75
|
+
userId: number;
|
|
76
|
+
signedUrl: string;
|
|
77
|
+
} | null | undefined;
|
|
50
78
|
}, {
|
|
51
79
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
52
80
|
name: string;
|
|
@@ -61,6 +89,14 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
61
89
|
favoritesMaxDelay?: number | null | undefined;
|
|
62
90
|
ordersMaxDelay?: number | null | undefined;
|
|
63
91
|
conversationsMaxDelay?: number | null | undefined;
|
|
92
|
+
profilePictureFileId?: string | null | undefined;
|
|
93
|
+
profilePicture?: {
|
|
94
|
+
path: string;
|
|
95
|
+
id: string;
|
|
96
|
+
createdAt: Date;
|
|
97
|
+
userId: number;
|
|
98
|
+
signedUrl: string;
|
|
99
|
+
} | null | undefined;
|
|
64
100
|
}>>>;
|
|
65
101
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
102
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -93,6 +129,14 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
93
129
|
favoritesMaxDelay?: number | null | undefined;
|
|
94
130
|
ordersMaxDelay?: number | null | undefined;
|
|
95
131
|
conversationsMaxDelay?: number | null | undefined;
|
|
132
|
+
profilePictureFileId?: string | null | undefined;
|
|
133
|
+
profilePicture?: {
|
|
134
|
+
path: string;
|
|
135
|
+
id: string;
|
|
136
|
+
createdAt: Date;
|
|
137
|
+
userId: number;
|
|
138
|
+
signedUrl: string;
|
|
139
|
+
} | null | undefined;
|
|
96
140
|
} | null | undefined;
|
|
97
141
|
}, {
|
|
98
142
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -122,6 +166,14 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
122
166
|
favoritesMaxDelay?: number | null | undefined;
|
|
123
167
|
ordersMaxDelay?: number | null | undefined;
|
|
124
168
|
conversationsMaxDelay?: number | null | undefined;
|
|
169
|
+
profilePictureFileId?: string | null | undefined;
|
|
170
|
+
profilePicture?: {
|
|
171
|
+
path: string;
|
|
172
|
+
id: string;
|
|
173
|
+
createdAt: Date;
|
|
174
|
+
userId: number;
|
|
175
|
+
signedUrl: string;
|
|
176
|
+
} | null | undefined;
|
|
125
177
|
} | null | undefined;
|
|
126
178
|
}>>>;
|
|
127
179
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -155,6 +207,14 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
155
207
|
favoritesMaxDelay?: number | null | undefined;
|
|
156
208
|
ordersMaxDelay?: number | null | undefined;
|
|
157
209
|
conversationsMaxDelay?: number | null | undefined;
|
|
210
|
+
profilePictureFileId?: string | null | undefined;
|
|
211
|
+
profilePicture?: {
|
|
212
|
+
path: string;
|
|
213
|
+
id: string;
|
|
214
|
+
createdAt: Date;
|
|
215
|
+
userId: number;
|
|
216
|
+
signedUrl: string;
|
|
217
|
+
} | null | undefined;
|
|
158
218
|
} | null | undefined;
|
|
159
219
|
} | null | undefined;
|
|
160
220
|
}, {
|
|
@@ -188,6 +248,14 @@ export declare const ItemInOrderSchema: z.ZodObject<{
|
|
|
188
248
|
favoritesMaxDelay?: number | null | undefined;
|
|
189
249
|
ordersMaxDelay?: number | null | undefined;
|
|
190
250
|
conversationsMaxDelay?: number | null | undefined;
|
|
251
|
+
profilePictureFileId?: string | null | undefined;
|
|
252
|
+
profilePicture?: {
|
|
253
|
+
path: string;
|
|
254
|
+
id: string;
|
|
255
|
+
createdAt: Date;
|
|
256
|
+
userId: number;
|
|
257
|
+
signedUrl: string;
|
|
258
|
+
} | null | undefined;
|
|
191
259
|
} | null | undefined;
|
|
192
260
|
} | null | undefined;
|
|
193
261
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemInOrder.d.ts","sourceRoot":"","sources":["ItemInOrder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"ItemInOrder.d.ts","sourceRoot":"","sources":["ItemInOrder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
|
@@ -44,6 +44,26 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
44
44
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
45
45
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
46
46
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
47
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
49
|
+
id: z.ZodString;
|
|
50
|
+
userId: z.ZodNumber;
|
|
51
|
+
path: z.ZodString;
|
|
52
|
+
signedUrl: z.ZodString;
|
|
53
|
+
createdAt: z.ZodDate;
|
|
54
|
+
}, "strip", z.ZodTypeAny, {
|
|
55
|
+
path: string;
|
|
56
|
+
id: string;
|
|
57
|
+
createdAt: Date;
|
|
58
|
+
userId: number;
|
|
59
|
+
signedUrl: string;
|
|
60
|
+
}, {
|
|
61
|
+
path: string;
|
|
62
|
+
id: string;
|
|
63
|
+
createdAt: Date;
|
|
64
|
+
userId: number;
|
|
65
|
+
signedUrl: string;
|
|
66
|
+
}>>>;
|
|
47
67
|
}, "strip", z.ZodTypeAny, {
|
|
48
68
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
49
69
|
name: string;
|
|
@@ -58,6 +78,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
58
78
|
favoritesMaxDelay?: number | null | undefined;
|
|
59
79
|
ordersMaxDelay?: number | null | undefined;
|
|
60
80
|
conversationsMaxDelay?: number | null | undefined;
|
|
81
|
+
profilePictureFileId?: string | null | undefined;
|
|
82
|
+
profilePicture?: {
|
|
83
|
+
path: string;
|
|
84
|
+
id: string;
|
|
85
|
+
createdAt: Date;
|
|
86
|
+
userId: number;
|
|
87
|
+
signedUrl: string;
|
|
88
|
+
} | null | undefined;
|
|
61
89
|
}, {
|
|
62
90
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
63
91
|
name: string;
|
|
@@ -72,6 +100,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
72
100
|
favoritesMaxDelay?: number | null | undefined;
|
|
73
101
|
ordersMaxDelay?: number | null | undefined;
|
|
74
102
|
conversationsMaxDelay?: number | null | undefined;
|
|
103
|
+
profilePictureFileId?: string | null | undefined;
|
|
104
|
+
profilePicture?: {
|
|
105
|
+
path: string;
|
|
106
|
+
id: string;
|
|
107
|
+
createdAt: Date;
|
|
108
|
+
userId: number;
|
|
109
|
+
signedUrl: string;
|
|
110
|
+
} | null | undefined;
|
|
75
111
|
}>>>;
|
|
76
112
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
113
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -104,6 +140,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
104
140
|
favoritesMaxDelay?: number | null | undefined;
|
|
105
141
|
ordersMaxDelay?: number | null | undefined;
|
|
106
142
|
conversationsMaxDelay?: number | null | undefined;
|
|
143
|
+
profilePictureFileId?: string | null | undefined;
|
|
144
|
+
profilePicture?: {
|
|
145
|
+
path: string;
|
|
146
|
+
id: string;
|
|
147
|
+
createdAt: Date;
|
|
148
|
+
userId: number;
|
|
149
|
+
signedUrl: string;
|
|
150
|
+
} | null | undefined;
|
|
107
151
|
} | null | undefined;
|
|
108
152
|
}, {
|
|
109
153
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -133,6 +177,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
133
177
|
favoritesMaxDelay?: number | null | undefined;
|
|
134
178
|
ordersMaxDelay?: number | null | undefined;
|
|
135
179
|
conversationsMaxDelay?: number | null | undefined;
|
|
180
|
+
profilePictureFileId?: string | null | undefined;
|
|
181
|
+
profilePicture?: {
|
|
182
|
+
path: string;
|
|
183
|
+
id: string;
|
|
184
|
+
createdAt: Date;
|
|
185
|
+
userId: number;
|
|
186
|
+
signedUrl: string;
|
|
187
|
+
} | null | undefined;
|
|
136
188
|
} | null | undefined;
|
|
137
189
|
}>>>;
|
|
138
190
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -166,6 +218,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
166
218
|
favoritesMaxDelay?: number | null | undefined;
|
|
167
219
|
ordersMaxDelay?: number | null | undefined;
|
|
168
220
|
conversationsMaxDelay?: number | null | undefined;
|
|
221
|
+
profilePictureFileId?: string | null | undefined;
|
|
222
|
+
profilePicture?: {
|
|
223
|
+
path: string;
|
|
224
|
+
id: string;
|
|
225
|
+
createdAt: Date;
|
|
226
|
+
userId: number;
|
|
227
|
+
signedUrl: string;
|
|
228
|
+
} | null | undefined;
|
|
169
229
|
} | null | undefined;
|
|
170
230
|
} | null | undefined;
|
|
171
231
|
}, {
|
|
@@ -199,6 +259,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
199
259
|
favoritesMaxDelay?: number | null | undefined;
|
|
200
260
|
ordersMaxDelay?: number | null | undefined;
|
|
201
261
|
conversationsMaxDelay?: number | null | undefined;
|
|
262
|
+
profilePictureFileId?: string | null | undefined;
|
|
263
|
+
profilePicture?: {
|
|
264
|
+
path: string;
|
|
265
|
+
id: string;
|
|
266
|
+
createdAt: Date;
|
|
267
|
+
userId: number;
|
|
268
|
+
signedUrl: string;
|
|
269
|
+
} | null | undefined;
|
|
202
270
|
} | null | undefined;
|
|
203
271
|
} | null | undefined;
|
|
204
272
|
}>, "many">>>;
|
|
@@ -851,6 +919,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
851
919
|
favoritesMaxDelay?: number | null | undefined;
|
|
852
920
|
ordersMaxDelay?: number | null | undefined;
|
|
853
921
|
conversationsMaxDelay?: number | null | undefined;
|
|
922
|
+
profilePictureFileId?: string | null | undefined;
|
|
923
|
+
profilePicture?: {
|
|
924
|
+
path: string;
|
|
925
|
+
id: string;
|
|
926
|
+
createdAt: Date;
|
|
927
|
+
userId: number;
|
|
928
|
+
signedUrl: string;
|
|
929
|
+
} | null | undefined;
|
|
854
930
|
} | null | undefined;
|
|
855
931
|
} | null | undefined;
|
|
856
932
|
}[] | null | undefined;
|
|
@@ -1024,6 +1100,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1024
1100
|
favoritesMaxDelay?: number | null | undefined;
|
|
1025
1101
|
ordersMaxDelay?: number | null | undefined;
|
|
1026
1102
|
conversationsMaxDelay?: number | null | undefined;
|
|
1103
|
+
profilePictureFileId?: string | null | undefined;
|
|
1104
|
+
profilePicture?: {
|
|
1105
|
+
path: string;
|
|
1106
|
+
id: string;
|
|
1107
|
+
createdAt: Date;
|
|
1108
|
+
userId: number;
|
|
1109
|
+
signedUrl: string;
|
|
1110
|
+
} | null | undefined;
|
|
1027
1111
|
} | null | undefined;
|
|
1028
1112
|
} | null | undefined;
|
|
1029
1113
|
}[] | null | undefined;
|
|
@@ -1898,18 +1982,21 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1898
1982
|
value: z.ZodNumber;
|
|
1899
1983
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1900
1984
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1985
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1901
1986
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1902
1987
|
}, "strip", z.ZodTypeAny, {
|
|
1903
1988
|
value: number;
|
|
1904
1989
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1905
1990
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1906
1991
|
roundStep?: number | null | undefined;
|
|
1992
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1907
1993
|
maxRounds?: number | null | undefined;
|
|
1908
1994
|
}, {
|
|
1909
1995
|
value: number;
|
|
1910
1996
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1911
1997
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1912
1998
|
roundStep?: number | null | undefined;
|
|
1999
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1913
2000
|
maxRounds?: number | null | undefined;
|
|
1914
2001
|
}>>>;
|
|
1915
2002
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1923,6 +2010,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1923
2010
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1924
2011
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1925
2012
|
roundStep?: number | null | undefined;
|
|
2013
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1926
2014
|
maxRounds?: number | null | undefined;
|
|
1927
2015
|
} | null | undefined;
|
|
1928
2016
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1936,6 +2024,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1936
2024
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1937
2025
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1938
2026
|
roundStep?: number | null | undefined;
|
|
2027
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1939
2028
|
maxRounds?: number | null | undefined;
|
|
1940
2029
|
} | null | undefined;
|
|
1941
2030
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1953,6 +2042,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1953
2042
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1954
2043
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1955
2044
|
roundStep?: number | null | undefined;
|
|
2045
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1956
2046
|
maxRounds?: number | null | undefined;
|
|
1957
2047
|
} | null | undefined;
|
|
1958
2048
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1969,6 +2059,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1969
2059
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1970
2060
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1971
2061
|
roundStep?: number | null | undefined;
|
|
2062
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1972
2063
|
maxRounds?: number | null | undefined;
|
|
1973
2064
|
} | null | undefined;
|
|
1974
2065
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2000,18 +2091,21 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2000
2091
|
value: z.ZodNumber;
|
|
2001
2092
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2002
2093
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2094
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2003
2095
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2004
2096
|
}, "strip", z.ZodTypeAny, {
|
|
2005
2097
|
value: number;
|
|
2006
2098
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2007
2099
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2008
2100
|
roundStep?: number | null | undefined;
|
|
2101
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2009
2102
|
maxRounds?: number | null | undefined;
|
|
2010
2103
|
}, {
|
|
2011
2104
|
value: number;
|
|
2012
2105
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2013
2106
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2014
2107
|
roundStep?: number | null | undefined;
|
|
2108
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2015
2109
|
maxRounds?: number | null | undefined;
|
|
2016
2110
|
}>>>;
|
|
2017
2111
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2030,6 +2124,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2030
2124
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2031
2125
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2032
2126
|
roundStep?: number | null | undefined;
|
|
2127
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2033
2128
|
maxRounds?: number | null | undefined;
|
|
2034
2129
|
} | null | undefined;
|
|
2035
2130
|
}, {
|
|
@@ -2048,6 +2143,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2048
2143
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2049
2144
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2050
2145
|
roundStep?: number | null | undefined;
|
|
2146
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2051
2147
|
maxRounds?: number | null | undefined;
|
|
2052
2148
|
} | null | undefined;
|
|
2053
2149
|
}>;
|
|
@@ -2070,6 +2166,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2070
2166
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2071
2167
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2072
2168
|
roundStep?: number | null | undefined;
|
|
2169
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2073
2170
|
maxRounds?: number | null | undefined;
|
|
2074
2171
|
} | null | undefined;
|
|
2075
2172
|
};
|
|
@@ -2091,6 +2188,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2091
2188
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2092
2189
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2093
2190
|
roundStep?: number | null | undefined;
|
|
2191
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2094
2192
|
maxRounds?: number | null | undefined;
|
|
2095
2193
|
} | null | undefined;
|
|
2096
2194
|
};
|
|
@@ -2538,6 +2636,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2538
2636
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2539
2637
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2540
2638
|
roundStep?: number | null | undefined;
|
|
2639
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2541
2640
|
maxRounds?: number | null | undefined;
|
|
2542
2641
|
} | null | undefined;
|
|
2543
2642
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2562,6 +2661,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2562
2661
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2563
2662
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2564
2663
|
roundStep?: number | null | undefined;
|
|
2664
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2565
2665
|
maxRounds?: number | null | undefined;
|
|
2566
2666
|
} | null | undefined;
|
|
2567
2667
|
};
|
|
@@ -2746,6 +2846,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2746
2846
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2747
2847
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2748
2848
|
roundStep?: number | null | undefined;
|
|
2849
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2749
2850
|
maxRounds?: number | null | undefined;
|
|
2750
2851
|
} | null | undefined;
|
|
2751
2852
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2770,6 +2871,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2770
2871
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2771
2872
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2772
2873
|
roundStep?: number | null | undefined;
|
|
2874
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2773
2875
|
maxRounds?: number | null | undefined;
|
|
2774
2876
|
} | null | undefined;
|
|
2775
2877
|
};
|
|
@@ -2867,6 +2969,26 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2867
2969
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2868
2970
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2869
2971
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2972
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2973
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2974
|
+
id: z.ZodString;
|
|
2975
|
+
userId: z.ZodNumber;
|
|
2976
|
+
path: z.ZodString;
|
|
2977
|
+
signedUrl: z.ZodString;
|
|
2978
|
+
createdAt: z.ZodDate;
|
|
2979
|
+
}, "strip", z.ZodTypeAny, {
|
|
2980
|
+
path: string;
|
|
2981
|
+
id: string;
|
|
2982
|
+
createdAt: Date;
|
|
2983
|
+
userId: number;
|
|
2984
|
+
signedUrl: string;
|
|
2985
|
+
}, {
|
|
2986
|
+
path: string;
|
|
2987
|
+
id: string;
|
|
2988
|
+
createdAt: Date;
|
|
2989
|
+
userId: number;
|
|
2990
|
+
signedUrl: string;
|
|
2991
|
+
}>>>;
|
|
2870
2992
|
}, "strip", z.ZodTypeAny, {
|
|
2871
2993
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2872
2994
|
name: string;
|
|
@@ -2881,6 +3003,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2881
3003
|
favoritesMaxDelay?: number | null | undefined;
|
|
2882
3004
|
ordersMaxDelay?: number | null | undefined;
|
|
2883
3005
|
conversationsMaxDelay?: number | null | undefined;
|
|
3006
|
+
profilePictureFileId?: string | null | undefined;
|
|
3007
|
+
profilePicture?: {
|
|
3008
|
+
path: string;
|
|
3009
|
+
id: string;
|
|
3010
|
+
createdAt: Date;
|
|
3011
|
+
userId: number;
|
|
3012
|
+
signedUrl: string;
|
|
3013
|
+
} | null | undefined;
|
|
2884
3014
|
}, {
|
|
2885
3015
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2886
3016
|
name: string;
|
|
@@ -2895,6 +3025,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2895
3025
|
favoritesMaxDelay?: number | null | undefined;
|
|
2896
3026
|
ordersMaxDelay?: number | null | undefined;
|
|
2897
3027
|
conversationsMaxDelay?: number | null | undefined;
|
|
3028
|
+
profilePictureFileId?: string | null | undefined;
|
|
3029
|
+
profilePicture?: {
|
|
3030
|
+
path: string;
|
|
3031
|
+
id: string;
|
|
3032
|
+
createdAt: Date;
|
|
3033
|
+
userId: number;
|
|
3034
|
+
signedUrl: string;
|
|
3035
|
+
} | null | undefined;
|
|
2898
3036
|
}>>>;
|
|
2899
3037
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2900
3038
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2927,6 +3065,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2927
3065
|
favoritesMaxDelay?: number | null | undefined;
|
|
2928
3066
|
ordersMaxDelay?: number | null | undefined;
|
|
2929
3067
|
conversationsMaxDelay?: number | null | undefined;
|
|
3068
|
+
profilePictureFileId?: string | null | undefined;
|
|
3069
|
+
profilePicture?: {
|
|
3070
|
+
path: string;
|
|
3071
|
+
id: string;
|
|
3072
|
+
createdAt: Date;
|
|
3073
|
+
userId: number;
|
|
3074
|
+
signedUrl: string;
|
|
3075
|
+
} | null | undefined;
|
|
2930
3076
|
} | null | undefined;
|
|
2931
3077
|
}, {
|
|
2932
3078
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -2956,6 +3102,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2956
3102
|
favoritesMaxDelay?: number | null | undefined;
|
|
2957
3103
|
ordersMaxDelay?: number | null | undefined;
|
|
2958
3104
|
conversationsMaxDelay?: number | null | undefined;
|
|
3105
|
+
profilePictureFileId?: string | null | undefined;
|
|
3106
|
+
profilePicture?: {
|
|
3107
|
+
path: string;
|
|
3108
|
+
id: string;
|
|
3109
|
+
createdAt: Date;
|
|
3110
|
+
userId: number;
|
|
3111
|
+
signedUrl: string;
|
|
3112
|
+
} | null | undefined;
|
|
2959
3113
|
} | null | undefined;
|
|
2960
3114
|
}>, "many">>>;
|
|
2961
3115
|
actions: z.ZodObject<{
|
|
@@ -3041,6 +3195,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3041
3195
|
favoritesMaxDelay?: number | null | undefined;
|
|
3042
3196
|
ordersMaxDelay?: number | null | undefined;
|
|
3043
3197
|
conversationsMaxDelay?: number | null | undefined;
|
|
3198
|
+
profilePictureFileId?: string | null | undefined;
|
|
3199
|
+
profilePicture?: {
|
|
3200
|
+
path: string;
|
|
3201
|
+
id: string;
|
|
3202
|
+
createdAt: Date;
|
|
3203
|
+
userId: number;
|
|
3204
|
+
signedUrl: string;
|
|
3205
|
+
} | null | undefined;
|
|
3044
3206
|
} | null | undefined;
|
|
3045
3207
|
}[] | null | undefined;
|
|
3046
3208
|
brandId?: number | null | undefined;
|
|
@@ -3190,6 +3352,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3190
3352
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3191
3353
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3192
3354
|
roundStep?: number | null | undefined;
|
|
3355
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3193
3356
|
maxRounds?: number | null | undefined;
|
|
3194
3357
|
} | null | undefined;
|
|
3195
3358
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3214,6 +3377,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3214
3377
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3215
3378
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3216
3379
|
roundStep?: number | null | undefined;
|
|
3380
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3217
3381
|
maxRounds?: number | null | undefined;
|
|
3218
3382
|
} | null | undefined;
|
|
3219
3383
|
};
|
|
@@ -3354,6 +3518,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3354
3518
|
favoritesMaxDelay?: number | null | undefined;
|
|
3355
3519
|
ordersMaxDelay?: number | null | undefined;
|
|
3356
3520
|
conversationsMaxDelay?: number | null | undefined;
|
|
3521
|
+
profilePictureFileId?: string | null | undefined;
|
|
3522
|
+
profilePicture?: {
|
|
3523
|
+
path: string;
|
|
3524
|
+
id: string;
|
|
3525
|
+
createdAt: Date;
|
|
3526
|
+
userId: number;
|
|
3527
|
+
signedUrl: string;
|
|
3528
|
+
} | null | undefined;
|
|
3357
3529
|
} | null | undefined;
|
|
3358
3530
|
}[] | null | undefined;
|
|
3359
3531
|
brandId?: number | null | undefined;
|
|
@@ -3503,6 +3675,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3503
3675
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3504
3676
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3505
3677
|
roundStep?: number | null | undefined;
|
|
3678
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3506
3679
|
maxRounds?: number | null | undefined;
|
|
3507
3680
|
} | null | undefined;
|
|
3508
3681
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3527,6 +3700,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3527
3700
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3528
3701
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3529
3702
|
roundStep?: number | null | undefined;
|
|
3703
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3530
3704
|
maxRounds?: number | null | undefined;
|
|
3531
3705
|
} | null | undefined;
|
|
3532
3706
|
};
|
|
@@ -3669,6 +3843,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3669
3843
|
favoritesMaxDelay?: number | null | undefined;
|
|
3670
3844
|
ordersMaxDelay?: number | null | undefined;
|
|
3671
3845
|
conversationsMaxDelay?: number | null | undefined;
|
|
3846
|
+
profilePictureFileId?: string | null | undefined;
|
|
3847
|
+
profilePicture?: {
|
|
3848
|
+
path: string;
|
|
3849
|
+
id: string;
|
|
3850
|
+
createdAt: Date;
|
|
3851
|
+
userId: number;
|
|
3852
|
+
signedUrl: string;
|
|
3853
|
+
} | null | undefined;
|
|
3672
3854
|
} | null | undefined;
|
|
3673
3855
|
}[] | null | undefined;
|
|
3674
3856
|
brandId?: number | null | undefined;
|
|
@@ -3818,6 +4000,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3818
4000
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3819
4001
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3820
4002
|
roundStep?: number | null | undefined;
|
|
4003
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3821
4004
|
maxRounds?: number | null | undefined;
|
|
3822
4005
|
} | null | undefined;
|
|
3823
4006
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3842,6 +4025,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3842
4025
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3843
4026
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3844
4027
|
roundStep?: number | null | undefined;
|
|
4028
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3845
4029
|
maxRounds?: number | null | undefined;
|
|
3846
4030
|
} | null | undefined;
|
|
3847
4031
|
};
|
|
@@ -4001,6 +4185,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4001
4185
|
favoritesMaxDelay?: number | null | undefined;
|
|
4002
4186
|
ordersMaxDelay?: number | null | undefined;
|
|
4003
4187
|
conversationsMaxDelay?: number | null | undefined;
|
|
4188
|
+
profilePictureFileId?: string | null | undefined;
|
|
4189
|
+
profilePicture?: {
|
|
4190
|
+
path: string;
|
|
4191
|
+
id: string;
|
|
4192
|
+
createdAt: Date;
|
|
4193
|
+
userId: number;
|
|
4194
|
+
signedUrl: string;
|
|
4195
|
+
} | null | undefined;
|
|
4004
4196
|
} | null | undefined;
|
|
4005
4197
|
} | null | undefined;
|
|
4006
4198
|
}[] | null | undefined;
|
|
@@ -4158,6 +4350,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4158
4350
|
favoritesMaxDelay?: number | null | undefined;
|
|
4159
4351
|
ordersMaxDelay?: number | null | undefined;
|
|
4160
4352
|
conversationsMaxDelay?: number | null | undefined;
|
|
4353
|
+
profilePictureFileId?: string | null | undefined;
|
|
4354
|
+
profilePicture?: {
|
|
4355
|
+
path: string;
|
|
4356
|
+
id: string;
|
|
4357
|
+
createdAt: Date;
|
|
4358
|
+
userId: number;
|
|
4359
|
+
signedUrl: string;
|
|
4360
|
+
} | null | undefined;
|
|
4161
4361
|
} | null | undefined;
|
|
4162
4362
|
}[] | null | undefined;
|
|
4163
4363
|
brandId?: number | null | undefined;
|
|
@@ -4307,6 +4507,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4307
4507
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4308
4508
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4309
4509
|
roundStep?: number | null | undefined;
|
|
4510
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4310
4511
|
maxRounds?: number | null | undefined;
|
|
4311
4512
|
} | null | undefined;
|
|
4312
4513
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4331,6 +4532,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4331
4532
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4332
4533
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4333
4534
|
roundStep?: number | null | undefined;
|
|
4535
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4334
4536
|
maxRounds?: number | null | undefined;
|
|
4335
4537
|
} | null | undefined;
|
|
4336
4538
|
};
|
|
@@ -4490,6 +4692,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4490
4692
|
favoritesMaxDelay?: number | null | undefined;
|
|
4491
4693
|
ordersMaxDelay?: number | null | undefined;
|
|
4492
4694
|
conversationsMaxDelay?: number | null | undefined;
|
|
4695
|
+
profilePictureFileId?: string | null | undefined;
|
|
4696
|
+
profilePicture?: {
|
|
4697
|
+
path: string;
|
|
4698
|
+
id: string;
|
|
4699
|
+
createdAt: Date;
|
|
4700
|
+
userId: number;
|
|
4701
|
+
signedUrl: string;
|
|
4702
|
+
} | null | undefined;
|
|
4493
4703
|
} | null | undefined;
|
|
4494
4704
|
} | null | undefined;
|
|
4495
4705
|
}[] | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderWithItems.d.ts","sourceRoot":"","sources":["OrderWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"OrderWithItems.d.ts","sourceRoot":"","sources":["OrderWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG/B,CAAA;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA"}
|