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
|
@@ -817,18 +817,21 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
817
817
|
value: z.ZodNumber;
|
|
818
818
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
819
819
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
820
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
820
821
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
821
822
|
}, "strip", z.ZodTypeAny, {
|
|
822
823
|
value: number;
|
|
823
824
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
824
825
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
825
826
|
roundStep?: number | null | undefined;
|
|
827
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
826
828
|
maxRounds?: number | null | undefined;
|
|
827
829
|
}, {
|
|
828
830
|
value: number;
|
|
829
831
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
830
832
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
831
833
|
roundStep?: number | null | undefined;
|
|
834
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
832
835
|
maxRounds?: number | null | undefined;
|
|
833
836
|
}>>>;
|
|
834
837
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -842,6 +845,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
842
845
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
843
846
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
844
847
|
roundStep?: number | null | undefined;
|
|
848
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
845
849
|
maxRounds?: number | null | undefined;
|
|
846
850
|
} | null | undefined;
|
|
847
851
|
isTransfer?: boolean | null | undefined;
|
|
@@ -855,6 +859,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
855
859
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
856
860
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
857
861
|
roundStep?: number | null | undefined;
|
|
862
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
858
863
|
maxRounds?: number | null | undefined;
|
|
859
864
|
} | null | undefined;
|
|
860
865
|
isTransfer?: boolean | null | undefined;
|
|
@@ -872,6 +877,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
872
877
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
873
878
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
874
879
|
roundStep?: number | null | undefined;
|
|
880
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
875
881
|
maxRounds?: number | null | undefined;
|
|
876
882
|
} | null | undefined;
|
|
877
883
|
isTransfer?: boolean | null | undefined;
|
|
@@ -888,6 +894,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
888
894
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
889
895
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
890
896
|
roundStep?: number | null | undefined;
|
|
897
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
891
898
|
maxRounds?: number | null | undefined;
|
|
892
899
|
} | null | undefined;
|
|
893
900
|
isTransfer?: boolean | null | undefined;
|
|
@@ -919,18 +926,21 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
919
926
|
value: z.ZodNumber;
|
|
920
927
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
921
928
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
929
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
922
930
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
923
931
|
}, "strip", z.ZodTypeAny, {
|
|
924
932
|
value: number;
|
|
925
933
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
926
934
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
927
935
|
roundStep?: number | null | undefined;
|
|
936
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
928
937
|
maxRounds?: number | null | undefined;
|
|
929
938
|
}, {
|
|
930
939
|
value: number;
|
|
931
940
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
932
941
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
933
942
|
roundStep?: number | null | undefined;
|
|
943
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
934
944
|
maxRounds?: number | null | undefined;
|
|
935
945
|
}>>>;
|
|
936
946
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -949,6 +959,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
949
959
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
950
960
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
951
961
|
roundStep?: number | null | undefined;
|
|
962
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
952
963
|
maxRounds?: number | null | undefined;
|
|
953
964
|
} | null | undefined;
|
|
954
965
|
}, {
|
|
@@ -967,6 +978,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
967
978
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
968
979
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
969
980
|
roundStep?: number | null | undefined;
|
|
981
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
970
982
|
maxRounds?: number | null | undefined;
|
|
971
983
|
} | null | undefined;
|
|
972
984
|
}>;
|
|
@@ -989,6 +1001,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
989
1001
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
990
1002
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
991
1003
|
roundStep?: number | null | undefined;
|
|
1004
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
992
1005
|
maxRounds?: number | null | undefined;
|
|
993
1006
|
} | null | undefined;
|
|
994
1007
|
};
|
|
@@ -1010,6 +1023,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1010
1023
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1011
1024
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1012
1025
|
roundStep?: number | null | undefined;
|
|
1026
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1013
1027
|
maxRounds?: number | null | undefined;
|
|
1014
1028
|
} | null | undefined;
|
|
1015
1029
|
};
|
|
@@ -1457,6 +1471,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1457
1471
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1458
1472
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1459
1473
|
roundStep?: number | null | undefined;
|
|
1474
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1460
1475
|
maxRounds?: number | null | undefined;
|
|
1461
1476
|
} | null | undefined;
|
|
1462
1477
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1481,6 +1496,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1481
1496
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1482
1497
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1483
1498
|
roundStep?: number | null | undefined;
|
|
1499
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1484
1500
|
maxRounds?: number | null | undefined;
|
|
1485
1501
|
} | null | undefined;
|
|
1486
1502
|
};
|
|
@@ -1665,6 +1681,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1665
1681
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1666
1682
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1667
1683
|
roundStep?: number | null | undefined;
|
|
1684
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1668
1685
|
maxRounds?: number | null | undefined;
|
|
1669
1686
|
} | null | undefined;
|
|
1670
1687
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1689,6 +1706,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1689
1706
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1690
1707
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1691
1708
|
roundStep?: number | null | undefined;
|
|
1709
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1692
1710
|
maxRounds?: number | null | undefined;
|
|
1693
1711
|
} | null | undefined;
|
|
1694
1712
|
};
|
|
@@ -1786,6 +1804,26 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1786
1804
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1787
1805
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1788
1806
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1807
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1808
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1809
|
+
id: z.ZodString;
|
|
1810
|
+
userId: z.ZodNumber;
|
|
1811
|
+
path: z.ZodString;
|
|
1812
|
+
signedUrl: z.ZodString;
|
|
1813
|
+
createdAt: z.ZodDate;
|
|
1814
|
+
}, "strip", z.ZodTypeAny, {
|
|
1815
|
+
path: string;
|
|
1816
|
+
id: string;
|
|
1817
|
+
createdAt: Date;
|
|
1818
|
+
userId: number;
|
|
1819
|
+
signedUrl: string;
|
|
1820
|
+
}, {
|
|
1821
|
+
path: string;
|
|
1822
|
+
id: string;
|
|
1823
|
+
createdAt: Date;
|
|
1824
|
+
userId: number;
|
|
1825
|
+
signedUrl: string;
|
|
1826
|
+
}>>>;
|
|
1789
1827
|
}, "strip", z.ZodTypeAny, {
|
|
1790
1828
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
1791
1829
|
name: string;
|
|
@@ -1800,6 +1838,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1800
1838
|
favoritesMaxDelay?: number | null | undefined;
|
|
1801
1839
|
ordersMaxDelay?: number | null | undefined;
|
|
1802
1840
|
conversationsMaxDelay?: number | null | undefined;
|
|
1841
|
+
profilePictureFileId?: string | null | undefined;
|
|
1842
|
+
profilePicture?: {
|
|
1843
|
+
path: string;
|
|
1844
|
+
id: string;
|
|
1845
|
+
createdAt: Date;
|
|
1846
|
+
userId: number;
|
|
1847
|
+
signedUrl: string;
|
|
1848
|
+
} | null | undefined;
|
|
1803
1849
|
}, {
|
|
1804
1850
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
1805
1851
|
name: string;
|
|
@@ -1814,6 +1860,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1814
1860
|
favoritesMaxDelay?: number | null | undefined;
|
|
1815
1861
|
ordersMaxDelay?: number | null | undefined;
|
|
1816
1862
|
conversationsMaxDelay?: number | null | undefined;
|
|
1863
|
+
profilePictureFileId?: string | null | undefined;
|
|
1864
|
+
profilePicture?: {
|
|
1865
|
+
path: string;
|
|
1866
|
+
id: string;
|
|
1867
|
+
createdAt: Date;
|
|
1868
|
+
userId: number;
|
|
1869
|
+
signedUrl: string;
|
|
1870
|
+
} | null | undefined;
|
|
1817
1871
|
}>>>;
|
|
1818
1872
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1819
1873
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1846,6 +1900,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1846
1900
|
favoritesMaxDelay?: number | null | undefined;
|
|
1847
1901
|
ordersMaxDelay?: number | null | undefined;
|
|
1848
1902
|
conversationsMaxDelay?: number | null | undefined;
|
|
1903
|
+
profilePictureFileId?: string | null | undefined;
|
|
1904
|
+
profilePicture?: {
|
|
1905
|
+
path: string;
|
|
1906
|
+
id: string;
|
|
1907
|
+
createdAt: Date;
|
|
1908
|
+
userId: number;
|
|
1909
|
+
signedUrl: string;
|
|
1910
|
+
} | null | undefined;
|
|
1849
1911
|
} | null | undefined;
|
|
1850
1912
|
}, {
|
|
1851
1913
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -1875,6 +1937,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1875
1937
|
favoritesMaxDelay?: number | null | undefined;
|
|
1876
1938
|
ordersMaxDelay?: number | null | undefined;
|
|
1877
1939
|
conversationsMaxDelay?: number | null | undefined;
|
|
1940
|
+
profilePictureFileId?: string | null | undefined;
|
|
1941
|
+
profilePicture?: {
|
|
1942
|
+
path: string;
|
|
1943
|
+
id: string;
|
|
1944
|
+
createdAt: Date;
|
|
1945
|
+
userId: number;
|
|
1946
|
+
signedUrl: string;
|
|
1947
|
+
} | null | undefined;
|
|
1878
1948
|
} | null | undefined;
|
|
1879
1949
|
}>, "many">>>;
|
|
1880
1950
|
history: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -2488,18 +2558,21 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2488
2558
|
value: z.ZodNumber;
|
|
2489
2559
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2490
2560
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2561
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2491
2562
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2492
2563
|
}, "strip", z.ZodTypeAny, {
|
|
2493
2564
|
value: number;
|
|
2494
2565
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2495
2566
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2496
2567
|
roundStep?: number | null | undefined;
|
|
2568
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2497
2569
|
maxRounds?: number | null | undefined;
|
|
2498
2570
|
}, {
|
|
2499
2571
|
value: number;
|
|
2500
2572
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2501
2573
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2502
2574
|
roundStep?: number | null | undefined;
|
|
2575
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2503
2576
|
maxRounds?: number | null | undefined;
|
|
2504
2577
|
}>>>;
|
|
2505
2578
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -2513,6 +2586,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2513
2586
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2514
2587
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2515
2588
|
roundStep?: number | null | undefined;
|
|
2589
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2516
2590
|
maxRounds?: number | null | undefined;
|
|
2517
2591
|
} | null | undefined;
|
|
2518
2592
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2526,6 +2600,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2526
2600
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2527
2601
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2528
2602
|
roundStep?: number | null | undefined;
|
|
2603
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2529
2604
|
maxRounds?: number | null | undefined;
|
|
2530
2605
|
} | null | undefined;
|
|
2531
2606
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2543,6 +2618,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2543
2618
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2544
2619
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2545
2620
|
roundStep?: number | null | undefined;
|
|
2621
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2546
2622
|
maxRounds?: number | null | undefined;
|
|
2547
2623
|
} | null | undefined;
|
|
2548
2624
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2559,6 +2635,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2559
2635
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2560
2636
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2561
2637
|
roundStep?: number | null | undefined;
|
|
2638
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2562
2639
|
maxRounds?: number | null | undefined;
|
|
2563
2640
|
} | null | undefined;
|
|
2564
2641
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2590,18 +2667,21 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2590
2667
|
value: z.ZodNumber;
|
|
2591
2668
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2592
2669
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2670
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2593
2671
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2594
2672
|
}, "strip", z.ZodTypeAny, {
|
|
2595
2673
|
value: number;
|
|
2596
2674
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2597
2675
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2598
2676
|
roundStep?: number | null | undefined;
|
|
2677
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2599
2678
|
maxRounds?: number | null | undefined;
|
|
2600
2679
|
}, {
|
|
2601
2680
|
value: number;
|
|
2602
2681
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2603
2682
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2604
2683
|
roundStep?: number | null | undefined;
|
|
2684
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2605
2685
|
maxRounds?: number | null | undefined;
|
|
2606
2686
|
}>>>;
|
|
2607
2687
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2620,6 +2700,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2620
2700
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2621
2701
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2622
2702
|
roundStep?: number | null | undefined;
|
|
2703
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2623
2704
|
maxRounds?: number | null | undefined;
|
|
2624
2705
|
} | null | undefined;
|
|
2625
2706
|
}, {
|
|
@@ -2638,6 +2719,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2638
2719
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2639
2720
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2640
2721
|
roundStep?: number | null | undefined;
|
|
2722
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2641
2723
|
maxRounds?: number | null | undefined;
|
|
2642
2724
|
} | null | undefined;
|
|
2643
2725
|
}>;
|
|
@@ -2660,6 +2742,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2660
2742
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2661
2743
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2662
2744
|
roundStep?: number | null | undefined;
|
|
2745
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2663
2746
|
maxRounds?: number | null | undefined;
|
|
2664
2747
|
} | null | undefined;
|
|
2665
2748
|
};
|
|
@@ -2681,6 +2764,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2681
2764
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2682
2765
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2683
2766
|
roundStep?: number | null | undefined;
|
|
2767
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2684
2768
|
maxRounds?: number | null | undefined;
|
|
2685
2769
|
} | null | undefined;
|
|
2686
2770
|
};
|
|
@@ -3128,6 +3212,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3128
3212
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3129
3213
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3130
3214
|
roundStep?: number | null | undefined;
|
|
3215
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3131
3216
|
maxRounds?: number | null | undefined;
|
|
3132
3217
|
} | null | undefined;
|
|
3133
3218
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3152,6 +3237,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3152
3237
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3153
3238
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3154
3239
|
roundStep?: number | null | undefined;
|
|
3240
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3155
3241
|
maxRounds?: number | null | undefined;
|
|
3156
3242
|
} | null | undefined;
|
|
3157
3243
|
};
|
|
@@ -3336,6 +3422,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3336
3422
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3337
3423
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3338
3424
|
roundStep?: number | null | undefined;
|
|
3425
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3339
3426
|
maxRounds?: number | null | undefined;
|
|
3340
3427
|
} | null | undefined;
|
|
3341
3428
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3360,6 +3447,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3360
3447
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3361
3448
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3362
3449
|
roundStep?: number | null | undefined;
|
|
3450
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3363
3451
|
maxRounds?: number | null | undefined;
|
|
3364
3452
|
} | null | undefined;
|
|
3365
3453
|
};
|
|
@@ -3501,6 +3589,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3501
3589
|
favoritesMaxDelay?: number | null | undefined;
|
|
3502
3590
|
ordersMaxDelay?: number | null | undefined;
|
|
3503
3591
|
conversationsMaxDelay?: number | null | undefined;
|
|
3592
|
+
profilePictureFileId?: string | null | undefined;
|
|
3593
|
+
profilePicture?: {
|
|
3594
|
+
path: string;
|
|
3595
|
+
id: string;
|
|
3596
|
+
createdAt: Date;
|
|
3597
|
+
userId: number;
|
|
3598
|
+
signedUrl: string;
|
|
3599
|
+
} | null | undefined;
|
|
3504
3600
|
} | null | undefined;
|
|
3505
3601
|
}[] | null | undefined;
|
|
3506
3602
|
brandId?: number | null | undefined;
|
|
@@ -3650,6 +3746,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3650
3746
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3651
3747
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3652
3748
|
roundStep?: number | null | undefined;
|
|
3749
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3653
3750
|
maxRounds?: number | null | undefined;
|
|
3654
3751
|
} | null | undefined;
|
|
3655
3752
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3674,6 +3771,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3674
3771
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3675
3772
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3676
3773
|
roundStep?: number | null | undefined;
|
|
3774
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3677
3775
|
maxRounds?: number | null | undefined;
|
|
3678
3776
|
} | null | undefined;
|
|
3679
3777
|
};
|
|
@@ -3868,6 +3966,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3868
3966
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3869
3967
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3870
3968
|
roundStep?: number | null | undefined;
|
|
3969
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3871
3970
|
maxRounds?: number | null | undefined;
|
|
3872
3971
|
} | null | undefined;
|
|
3873
3972
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3892,6 +3991,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3892
3991
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3893
3992
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3894
3993
|
roundStep?: number | null | undefined;
|
|
3994
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3895
3995
|
maxRounds?: number | null | undefined;
|
|
3896
3996
|
} | null | undefined;
|
|
3897
3997
|
};
|
|
@@ -4031,6 +4131,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4031
4131
|
favoritesMaxDelay?: number | null | undefined;
|
|
4032
4132
|
ordersMaxDelay?: number | null | undefined;
|
|
4033
4133
|
conversationsMaxDelay?: number | null | undefined;
|
|
4134
|
+
profilePictureFileId?: string | null | undefined;
|
|
4135
|
+
profilePicture?: {
|
|
4136
|
+
path: string;
|
|
4137
|
+
id: string;
|
|
4138
|
+
createdAt: Date;
|
|
4139
|
+
userId: number;
|
|
4140
|
+
signedUrl: string;
|
|
4141
|
+
} | null | undefined;
|
|
4034
4142
|
} | null | undefined;
|
|
4035
4143
|
}[] | null | undefined;
|
|
4036
4144
|
brandId?: number | null | undefined;
|
|
@@ -4180,6 +4288,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4180
4288
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4181
4289
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4182
4290
|
roundStep?: number | null | undefined;
|
|
4291
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4183
4292
|
maxRounds?: number | null | undefined;
|
|
4184
4293
|
} | null | undefined;
|
|
4185
4294
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4204,6 +4313,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4204
4313
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4205
4314
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4206
4315
|
roundStep?: number | null | undefined;
|
|
4316
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4207
4317
|
maxRounds?: number | null | undefined;
|
|
4208
4318
|
} | null | undefined;
|
|
4209
4319
|
};
|
|
@@ -4398,6 +4508,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4398
4508
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4399
4509
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4400
4510
|
roundStep?: number | null | undefined;
|
|
4511
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4401
4512
|
maxRounds?: number | null | undefined;
|
|
4402
4513
|
} | null | undefined;
|
|
4403
4514
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4422,6 +4533,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4422
4533
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4423
4534
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4424
4535
|
roundStep?: number | null | undefined;
|
|
4536
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4425
4537
|
maxRounds?: number | null | undefined;
|
|
4426
4538
|
} | null | undefined;
|
|
4427
4539
|
};
|
|
@@ -4588,6 +4700,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4588
4700
|
favoritesMaxDelay?: number | null | undefined;
|
|
4589
4701
|
ordersMaxDelay?: number | null | undefined;
|
|
4590
4702
|
conversationsMaxDelay?: number | null | undefined;
|
|
4703
|
+
profilePictureFileId?: string | null | undefined;
|
|
4704
|
+
profilePicture?: {
|
|
4705
|
+
path: string;
|
|
4706
|
+
id: string;
|
|
4707
|
+
createdAt: Date;
|
|
4708
|
+
userId: number;
|
|
4709
|
+
signedUrl: string;
|
|
4710
|
+
} | null | undefined;
|
|
4591
4711
|
} | null | undefined;
|
|
4592
4712
|
}[] | null | undefined;
|
|
4593
4713
|
brandId?: number | null | undefined;
|
|
@@ -4737,6 +4857,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4737
4857
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4738
4858
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4739
4859
|
roundStep?: number | null | undefined;
|
|
4860
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4740
4861
|
maxRounds?: number | null | undefined;
|
|
4741
4862
|
} | null | undefined;
|
|
4742
4863
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4761,6 +4882,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4761
4882
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4762
4883
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4763
4884
|
roundStep?: number | null | undefined;
|
|
4885
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4764
4886
|
maxRounds?: number | null | undefined;
|
|
4765
4887
|
} | null | undefined;
|
|
4766
4888
|
};
|
|
@@ -4955,6 +5077,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4955
5077
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4956
5078
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4957
5079
|
roundStep?: number | null | undefined;
|
|
5080
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4958
5081
|
maxRounds?: number | null | undefined;
|
|
4959
5082
|
} | null | undefined;
|
|
4960
5083
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4979,6 +5102,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4979
5102
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4980
5103
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4981
5104
|
roundStep?: number | null | undefined;
|
|
5105
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4982
5106
|
maxRounds?: number | null | undefined;
|
|
4983
5107
|
} | null | undefined;
|
|
4984
5108
|
};
|
|
@@ -5129,6 +5253,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5129
5253
|
favoritesMaxDelay?: number | null | undefined;
|
|
5130
5254
|
ordersMaxDelay?: number | null | undefined;
|
|
5131
5255
|
conversationsMaxDelay?: number | null | undefined;
|
|
5256
|
+
profilePictureFileId?: string | null | undefined;
|
|
5257
|
+
profilePicture?: {
|
|
5258
|
+
path: string;
|
|
5259
|
+
id: string;
|
|
5260
|
+
createdAt: Date;
|
|
5261
|
+
userId: number;
|
|
5262
|
+
signedUrl: string;
|
|
5263
|
+
} | null | undefined;
|
|
5132
5264
|
} | null | undefined;
|
|
5133
5265
|
}[] | null | undefined;
|
|
5134
5266
|
brandId?: number | null | undefined;
|
|
@@ -5278,6 +5410,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5278
5410
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5279
5411
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5280
5412
|
roundStep?: number | null | undefined;
|
|
5413
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5281
5414
|
maxRounds?: number | null | undefined;
|
|
5282
5415
|
} | null | undefined;
|
|
5283
5416
|
isTransfer?: boolean | null | undefined;
|
|
@@ -5302,6 +5435,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5302
5435
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5303
5436
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5304
5437
|
roundStep?: number | null | undefined;
|
|
5438
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5305
5439
|
maxRounds?: number | null | undefined;
|
|
5306
5440
|
} | null | undefined;
|
|
5307
5441
|
};
|
|
@@ -5496,6 +5630,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5496
5630
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5497
5631
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5498
5632
|
roundStep?: number | null | undefined;
|
|
5633
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5499
5634
|
maxRounds?: number | null | undefined;
|
|
5500
5635
|
} | null | undefined;
|
|
5501
5636
|
isTransfer?: boolean | null | undefined;
|
|
@@ -5520,6 +5655,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5520
5655
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5521
5656
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5522
5657
|
roundStep?: number | null | undefined;
|
|
5658
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5523
5659
|
maxRounds?: number | null | undefined;
|
|
5524
5660
|
} | null | undefined;
|
|
5525
5661
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatedItems.d.ts","sourceRoot":"","sources":["CreatedItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"CreatedItems.d.ts","sourceRoot":"","sources":["CreatedItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
|