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
|
@@ -791,18 +791,21 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
791
791
|
value: z.ZodNumber;
|
|
792
792
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
793
793
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
794
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
794
795
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
795
796
|
}, "strip", z.ZodTypeAny, {
|
|
796
797
|
value: number;
|
|
797
798
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
798
799
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
799
800
|
roundStep?: number | null | undefined;
|
|
801
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
800
802
|
maxRounds?: number | null | undefined;
|
|
801
803
|
}, {
|
|
802
804
|
value: number;
|
|
803
805
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
804
806
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
805
807
|
roundStep?: number | null | undefined;
|
|
808
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
806
809
|
maxRounds?: number | null | undefined;
|
|
807
810
|
}>>>;
|
|
808
811
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -816,6 +819,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
816
819
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
817
820
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
818
821
|
roundStep?: number | null | undefined;
|
|
822
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
819
823
|
maxRounds?: number | null | undefined;
|
|
820
824
|
} | null | undefined;
|
|
821
825
|
isTransfer?: boolean | null | undefined;
|
|
@@ -829,6 +833,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
829
833
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
830
834
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
831
835
|
roundStep?: number | null | undefined;
|
|
836
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
832
837
|
maxRounds?: number | null | undefined;
|
|
833
838
|
} | null | undefined;
|
|
834
839
|
isTransfer?: boolean | null | undefined;
|
|
@@ -846,6 +851,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
846
851
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
847
852
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
848
853
|
roundStep?: number | null | undefined;
|
|
854
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
849
855
|
maxRounds?: number | null | undefined;
|
|
850
856
|
} | null | undefined;
|
|
851
857
|
isTransfer?: boolean | null | undefined;
|
|
@@ -862,6 +868,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
862
868
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
863
869
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
864
870
|
roundStep?: number | null | undefined;
|
|
871
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
865
872
|
maxRounds?: number | null | undefined;
|
|
866
873
|
} | null | undefined;
|
|
867
874
|
isTransfer?: boolean | null | undefined;
|
|
@@ -893,18 +900,21 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
893
900
|
value: z.ZodNumber;
|
|
894
901
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
895
902
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
903
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
896
904
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
897
905
|
}, "strip", z.ZodTypeAny, {
|
|
898
906
|
value: number;
|
|
899
907
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
900
908
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
901
909
|
roundStep?: number | null | undefined;
|
|
910
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
902
911
|
maxRounds?: number | null | undefined;
|
|
903
912
|
}, {
|
|
904
913
|
value: number;
|
|
905
914
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
906
915
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
907
916
|
roundStep?: number | null | undefined;
|
|
917
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
908
918
|
maxRounds?: number | null | undefined;
|
|
909
919
|
}>>>;
|
|
910
920
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -923,6 +933,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
923
933
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
924
934
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
925
935
|
roundStep?: number | null | undefined;
|
|
936
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
926
937
|
maxRounds?: number | null | undefined;
|
|
927
938
|
} | null | undefined;
|
|
928
939
|
}, {
|
|
@@ -941,6 +952,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
941
952
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
942
953
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
943
954
|
roundStep?: number | null | undefined;
|
|
955
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
944
956
|
maxRounds?: number | null | undefined;
|
|
945
957
|
} | null | undefined;
|
|
946
958
|
}>;
|
|
@@ -963,6 +975,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
963
975
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
964
976
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
965
977
|
roundStep?: number | null | undefined;
|
|
978
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
966
979
|
maxRounds?: number | null | undefined;
|
|
967
980
|
} | null | undefined;
|
|
968
981
|
};
|
|
@@ -984,6 +997,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
984
997
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
985
998
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
986
999
|
roundStep?: number | null | undefined;
|
|
1000
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
987
1001
|
maxRounds?: number | null | undefined;
|
|
988
1002
|
} | null | undefined;
|
|
989
1003
|
};
|
|
@@ -1431,6 +1445,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1431
1445
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1432
1446
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1433
1447
|
roundStep?: number | null | undefined;
|
|
1448
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1434
1449
|
maxRounds?: number | null | undefined;
|
|
1435
1450
|
} | null | undefined;
|
|
1436
1451
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1455,6 +1470,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1455
1470
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1456
1471
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1457
1472
|
roundStep?: number | null | undefined;
|
|
1473
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1458
1474
|
maxRounds?: number | null | undefined;
|
|
1459
1475
|
} | null | undefined;
|
|
1460
1476
|
};
|
|
@@ -1639,6 +1655,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1639
1655
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1640
1656
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1641
1657
|
roundStep?: number | null | undefined;
|
|
1658
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1642
1659
|
maxRounds?: number | null | undefined;
|
|
1643
1660
|
} | null | undefined;
|
|
1644
1661
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1663,6 +1680,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1663
1680
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1664
1681
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1665
1682
|
roundStep?: number | null | undefined;
|
|
1683
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1666
1684
|
maxRounds?: number | null | undefined;
|
|
1667
1685
|
} | null | undefined;
|
|
1668
1686
|
};
|
|
@@ -1760,6 +1778,26 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1760
1778
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1761
1779
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1762
1780
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1781
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1782
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1783
|
+
id: z.ZodString;
|
|
1784
|
+
userId: z.ZodNumber;
|
|
1785
|
+
path: z.ZodString;
|
|
1786
|
+
signedUrl: z.ZodString;
|
|
1787
|
+
createdAt: z.ZodDate;
|
|
1788
|
+
}, "strip", z.ZodTypeAny, {
|
|
1789
|
+
path: string;
|
|
1790
|
+
id: string;
|
|
1791
|
+
createdAt: Date;
|
|
1792
|
+
userId: number;
|
|
1793
|
+
signedUrl: string;
|
|
1794
|
+
}, {
|
|
1795
|
+
path: string;
|
|
1796
|
+
id: string;
|
|
1797
|
+
createdAt: Date;
|
|
1798
|
+
userId: number;
|
|
1799
|
+
signedUrl: string;
|
|
1800
|
+
}>>>;
|
|
1763
1801
|
}, "strip", z.ZodTypeAny, {
|
|
1764
1802
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
1765
1803
|
name: string;
|
|
@@ -1774,6 +1812,14 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1774
1812
|
favoritesMaxDelay?: number | null | undefined;
|
|
1775
1813
|
ordersMaxDelay?: number | null | undefined;
|
|
1776
1814
|
conversationsMaxDelay?: number | null | undefined;
|
|
1815
|
+
profilePictureFileId?: string | null | undefined;
|
|
1816
|
+
profilePicture?: {
|
|
1817
|
+
path: string;
|
|
1818
|
+
id: string;
|
|
1819
|
+
createdAt: Date;
|
|
1820
|
+
userId: number;
|
|
1821
|
+
signedUrl: string;
|
|
1822
|
+
} | null | undefined;
|
|
1777
1823
|
}, {
|
|
1778
1824
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
1779
1825
|
name: string;
|
|
@@ -1788,6 +1834,14 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1788
1834
|
favoritesMaxDelay?: number | null | undefined;
|
|
1789
1835
|
ordersMaxDelay?: number | null | undefined;
|
|
1790
1836
|
conversationsMaxDelay?: number | null | undefined;
|
|
1837
|
+
profilePictureFileId?: string | null | undefined;
|
|
1838
|
+
profilePicture?: {
|
|
1839
|
+
path: string;
|
|
1840
|
+
id: string;
|
|
1841
|
+
createdAt: Date;
|
|
1842
|
+
userId: number;
|
|
1843
|
+
signedUrl: string;
|
|
1844
|
+
} | null | undefined;
|
|
1791
1845
|
}>>>;
|
|
1792
1846
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1793
1847
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1820,6 +1874,14 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1820
1874
|
favoritesMaxDelay?: number | null | undefined;
|
|
1821
1875
|
ordersMaxDelay?: number | null | undefined;
|
|
1822
1876
|
conversationsMaxDelay?: number | null | undefined;
|
|
1877
|
+
profilePictureFileId?: string | null | undefined;
|
|
1878
|
+
profilePicture?: {
|
|
1879
|
+
path: string;
|
|
1880
|
+
id: string;
|
|
1881
|
+
createdAt: Date;
|
|
1882
|
+
userId: number;
|
|
1883
|
+
signedUrl: string;
|
|
1884
|
+
} | null | undefined;
|
|
1823
1885
|
} | null | undefined;
|
|
1824
1886
|
}, {
|
|
1825
1887
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -1849,6 +1911,14 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1849
1911
|
favoritesMaxDelay?: number | null | undefined;
|
|
1850
1912
|
ordersMaxDelay?: number | null | undefined;
|
|
1851
1913
|
conversationsMaxDelay?: number | null | undefined;
|
|
1914
|
+
profilePictureFileId?: string | null | undefined;
|
|
1915
|
+
profilePicture?: {
|
|
1916
|
+
path: string;
|
|
1917
|
+
id: string;
|
|
1918
|
+
createdAt: Date;
|
|
1919
|
+
userId: number;
|
|
1920
|
+
signedUrl: string;
|
|
1921
|
+
} | null | undefined;
|
|
1852
1922
|
} | null | undefined;
|
|
1853
1923
|
}>, "many">>>;
|
|
1854
1924
|
actions: z.ZodObject<{
|
|
@@ -1934,6 +2004,14 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1934
2004
|
favoritesMaxDelay?: number | null | undefined;
|
|
1935
2005
|
ordersMaxDelay?: number | null | undefined;
|
|
1936
2006
|
conversationsMaxDelay?: number | null | undefined;
|
|
2007
|
+
profilePictureFileId?: string | null | undefined;
|
|
2008
|
+
profilePicture?: {
|
|
2009
|
+
path: string;
|
|
2010
|
+
id: string;
|
|
2011
|
+
createdAt: Date;
|
|
2012
|
+
userId: number;
|
|
2013
|
+
signedUrl: string;
|
|
2014
|
+
} | null | undefined;
|
|
1937
2015
|
} | null | undefined;
|
|
1938
2016
|
}[] | null | undefined;
|
|
1939
2017
|
brandId?: number | null | undefined;
|
|
@@ -2083,6 +2161,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2083
2161
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2084
2162
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2085
2163
|
roundStep?: number | null | undefined;
|
|
2164
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2086
2165
|
maxRounds?: number | null | undefined;
|
|
2087
2166
|
} | null | undefined;
|
|
2088
2167
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2107,6 +2186,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2107
2186
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2108
2187
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2109
2188
|
roundStep?: number | null | undefined;
|
|
2189
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2110
2190
|
maxRounds?: number | null | undefined;
|
|
2111
2191
|
} | null | undefined;
|
|
2112
2192
|
};
|
|
@@ -2247,6 +2327,14 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2247
2327
|
favoritesMaxDelay?: number | null | undefined;
|
|
2248
2328
|
ordersMaxDelay?: number | null | undefined;
|
|
2249
2329
|
conversationsMaxDelay?: number | null | undefined;
|
|
2330
|
+
profilePictureFileId?: string | null | undefined;
|
|
2331
|
+
profilePicture?: {
|
|
2332
|
+
path: string;
|
|
2333
|
+
id: string;
|
|
2334
|
+
createdAt: Date;
|
|
2335
|
+
userId: number;
|
|
2336
|
+
signedUrl: string;
|
|
2337
|
+
} | null | undefined;
|
|
2250
2338
|
} | null | undefined;
|
|
2251
2339
|
}[] | null | undefined;
|
|
2252
2340
|
brandId?: number | null | undefined;
|
|
@@ -2396,6 +2484,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2396
2484
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2397
2485
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2398
2486
|
roundStep?: number | null | undefined;
|
|
2487
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2399
2488
|
maxRounds?: number | null | undefined;
|
|
2400
2489
|
} | null | undefined;
|
|
2401
2490
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2420,6 +2509,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2420
2509
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2421
2510
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2422
2511
|
roundStep?: number | null | undefined;
|
|
2512
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2423
2513
|
maxRounds?: number | null | undefined;
|
|
2424
2514
|
} | null | undefined;
|
|
2425
2515
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"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"}
|
|
@@ -35,18 +35,21 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
35
35
|
value: z.ZodNumber;
|
|
36
36
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
37
37
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
38
39
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
39
40
|
}, "strip", z.ZodTypeAny, {
|
|
40
41
|
value: number;
|
|
41
42
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
42
43
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
43
44
|
roundStep?: number | null | undefined;
|
|
45
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
44
46
|
maxRounds?: number | null | undefined;
|
|
45
47
|
}, {
|
|
46
48
|
value: number;
|
|
47
49
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
48
50
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
49
51
|
roundStep?: number | null | undefined;
|
|
52
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
50
53
|
maxRounds?: number | null | undefined;
|
|
51
54
|
}>;
|
|
52
55
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -57,6 +60,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
57
60
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
58
61
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
59
62
|
roundStep?: number | null | undefined;
|
|
63
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
60
64
|
maxRounds?: number | null | undefined;
|
|
61
65
|
};
|
|
62
66
|
}, {
|
|
@@ -66,6 +70,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
66
70
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
67
71
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
68
72
|
roundStep?: number | null | undefined;
|
|
73
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
69
74
|
maxRounds?: number | null | undefined;
|
|
70
75
|
};
|
|
71
76
|
}>, z.ZodObject<{
|
|
@@ -139,6 +144,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
139
144
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
140
145
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
141
146
|
roundStep?: number | null | undefined;
|
|
147
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
142
148
|
maxRounds?: number | null | undefined;
|
|
143
149
|
};
|
|
144
150
|
} | {
|
|
@@ -170,6 +176,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
170
176
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
171
177
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
172
178
|
roundStep?: number | null | undefined;
|
|
179
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
173
180
|
maxRounds?: number | null | undefined;
|
|
174
181
|
};
|
|
175
182
|
} | {
|
|
@@ -249,6 +256,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
249
256
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
250
257
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
251
258
|
roundStep?: number | null | undefined;
|
|
259
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
252
260
|
maxRounds?: number | null | undefined;
|
|
253
261
|
};
|
|
254
262
|
} | {
|
|
@@ -298,6 +306,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
298
306
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
299
307
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
300
308
|
roundStep?: number | null | undefined;
|
|
309
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
301
310
|
maxRounds?: number | null | undefined;
|
|
302
311
|
};
|
|
303
312
|
} | {
|
|
@@ -351,6 +360,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
351
360
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
352
361
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
353
362
|
roundStep?: number | null | undefined;
|
|
363
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
354
364
|
maxRounds?: number | null | undefined;
|
|
355
365
|
};
|
|
356
366
|
} | {
|
|
@@ -403,6 +413,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
403
413
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
404
414
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
405
415
|
roundStep?: number | null | undefined;
|
|
416
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
406
417
|
maxRounds?: number | null | undefined;
|
|
407
418
|
};
|
|
408
419
|
} | {
|
|
@@ -492,18 +503,21 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
492
503
|
value: z.ZodNumber;
|
|
493
504
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
494
505
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
506
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
495
507
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
496
508
|
}, "strip", z.ZodTypeAny, {
|
|
497
509
|
value: number;
|
|
498
510
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
499
511
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
500
512
|
roundStep?: number | null | undefined;
|
|
513
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
501
514
|
maxRounds?: number | null | undefined;
|
|
502
515
|
}, {
|
|
503
516
|
value: number;
|
|
504
517
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
505
518
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
506
519
|
roundStep?: number | null | undefined;
|
|
520
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
507
521
|
maxRounds?: number | null | undefined;
|
|
508
522
|
}>;
|
|
509
523
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -514,6 +528,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
514
528
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
515
529
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
516
530
|
roundStep?: number | null | undefined;
|
|
531
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
517
532
|
maxRounds?: number | null | undefined;
|
|
518
533
|
};
|
|
519
534
|
}, {
|
|
@@ -523,6 +538,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
523
538
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
524
539
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
525
540
|
roundStep?: number | null | undefined;
|
|
541
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
526
542
|
maxRounds?: number | null | undefined;
|
|
527
543
|
};
|
|
528
544
|
}>, z.ZodObject<{
|
|
@@ -790,6 +806,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
790
806
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
791
807
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
792
808
|
roundStep?: number | null | undefined;
|
|
809
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
793
810
|
maxRounds?: number | null | undefined;
|
|
794
811
|
};
|
|
795
812
|
} | {
|
|
@@ -844,6 +861,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
844
861
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
845
862
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
846
863
|
roundStep?: number | null | undefined;
|
|
864
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
847
865
|
maxRounds?: number | null | undefined;
|
|
848
866
|
};
|
|
849
867
|
} | {
|
|
@@ -921,6 +939,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
921
939
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
922
940
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
923
941
|
roundStep?: number | null | undefined;
|
|
942
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
924
943
|
maxRounds?: number | null | undefined;
|
|
925
944
|
};
|
|
926
945
|
} | {
|
|
@@ -975,6 +994,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
975
994
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
976
995
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
977
996
|
roundStep?: number | null | undefined;
|
|
997
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
978
998
|
maxRounds?: number | null | undefined;
|
|
979
999
|
};
|
|
980
1000
|
} | {
|
|
@@ -1062,6 +1082,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1062
1082
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1063
1083
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1064
1084
|
roundStep?: number | null | undefined;
|
|
1085
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1065
1086
|
maxRounds?: number | null | undefined;
|
|
1066
1087
|
};
|
|
1067
1088
|
} | {
|
|
@@ -1116,6 +1137,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1116
1137
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1117
1138
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1118
1139
|
roundStep?: number | null | undefined;
|
|
1140
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1119
1141
|
maxRounds?: number | null | undefined;
|
|
1120
1142
|
};
|
|
1121
1143
|
} | {
|
|
@@ -1202,6 +1224,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1202
1224
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1203
1225
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1204
1226
|
roundStep?: number | null | undefined;
|
|
1227
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1205
1228
|
maxRounds?: number | null | undefined;
|
|
1206
1229
|
};
|
|
1207
1230
|
} | {
|
|
@@ -1256,6 +1279,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1256
1279
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1257
1280
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1258
1281
|
roundStep?: number | null | undefined;
|
|
1282
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1259
1283
|
maxRounds?: number | null | undefined;
|
|
1260
1284
|
};
|
|
1261
1285
|
} | {
|
|
@@ -1350,6 +1374,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1350
1374
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1351
1375
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1352
1376
|
roundStep?: number | null | undefined;
|
|
1377
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1353
1378
|
maxRounds?: number | null | undefined;
|
|
1354
1379
|
};
|
|
1355
1380
|
} | {
|
|
@@ -1404,6 +1429,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1404
1429
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1405
1430
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1406
1431
|
roundStep?: number | null | undefined;
|
|
1432
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1407
1433
|
maxRounds?: number | null | undefined;
|
|
1408
1434
|
};
|
|
1409
1435
|
} | {
|
|
@@ -1498,6 +1524,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1498
1524
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1499
1525
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1500
1526
|
roundStep?: number | null | undefined;
|
|
1527
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1501
1528
|
maxRounds?: number | null | undefined;
|
|
1502
1529
|
};
|
|
1503
1530
|
} | {
|
|
@@ -1552,6 +1579,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1552
1579
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1553
1580
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1554
1581
|
roundStep?: number | null | undefined;
|
|
1582
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1555
1583
|
maxRounds?: number | null | undefined;
|
|
1556
1584
|
};
|
|
1557
1585
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preference.d.ts","sourceRoot":"","sources":["Preference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"Preference.d.ts","sourceRoot":"","sources":["Preference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
|