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
|
@@ -608,18 +608,21 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
608
608
|
value: z.ZodNumber;
|
|
609
609
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
610
610
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
611
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
611
612
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
612
613
|
}, "strip", z.ZodTypeAny, {
|
|
613
614
|
value: number;
|
|
614
615
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
615
616
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
616
617
|
roundStep?: number | null | undefined;
|
|
618
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
617
619
|
maxRounds?: number | null | undefined;
|
|
618
620
|
}, {
|
|
619
621
|
value: number;
|
|
620
622
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
621
623
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
622
624
|
roundStep?: number | null | undefined;
|
|
625
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
623
626
|
maxRounds?: number | null | undefined;
|
|
624
627
|
}>>>;
|
|
625
628
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -633,6 +636,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
633
636
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
634
637
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
635
638
|
roundStep?: number | null | undefined;
|
|
639
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
636
640
|
maxRounds?: number | null | undefined;
|
|
637
641
|
} | null | undefined;
|
|
638
642
|
isTransfer?: boolean | null | undefined;
|
|
@@ -646,6 +650,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
646
650
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
647
651
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
648
652
|
roundStep?: number | null | undefined;
|
|
653
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
649
654
|
maxRounds?: number | null | undefined;
|
|
650
655
|
} | null | undefined;
|
|
651
656
|
isTransfer?: boolean | null | undefined;
|
|
@@ -663,6 +668,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
663
668
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
664
669
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
665
670
|
roundStep?: number | null | undefined;
|
|
671
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
666
672
|
maxRounds?: number | null | undefined;
|
|
667
673
|
} | null | undefined;
|
|
668
674
|
isTransfer?: boolean | null | undefined;
|
|
@@ -679,6 +685,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
679
685
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
680
686
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
681
687
|
roundStep?: number | null | undefined;
|
|
688
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
682
689
|
maxRounds?: number | null | undefined;
|
|
683
690
|
} | null | undefined;
|
|
684
691
|
isTransfer?: boolean | null | undefined;
|
|
@@ -710,18 +717,21 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
710
717
|
value: z.ZodNumber;
|
|
711
718
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
712
719
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
720
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
713
721
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
714
722
|
}, "strip", z.ZodTypeAny, {
|
|
715
723
|
value: number;
|
|
716
724
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
717
725
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
718
726
|
roundStep?: number | null | undefined;
|
|
727
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
719
728
|
maxRounds?: number | null | undefined;
|
|
720
729
|
}, {
|
|
721
730
|
value: number;
|
|
722
731
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
723
732
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
724
733
|
roundStep?: number | null | undefined;
|
|
734
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
725
735
|
maxRounds?: number | null | undefined;
|
|
726
736
|
}>>>;
|
|
727
737
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -740,6 +750,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
740
750
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
741
751
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
742
752
|
roundStep?: number | null | undefined;
|
|
753
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
743
754
|
maxRounds?: number | null | undefined;
|
|
744
755
|
} | null | undefined;
|
|
745
756
|
}, {
|
|
@@ -758,6 +769,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
758
769
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
759
770
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
760
771
|
roundStep?: number | null | undefined;
|
|
772
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
761
773
|
maxRounds?: number | null | undefined;
|
|
762
774
|
} | null | undefined;
|
|
763
775
|
}>;
|
|
@@ -780,6 +792,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
780
792
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
781
793
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
782
794
|
roundStep?: number | null | undefined;
|
|
795
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
783
796
|
maxRounds?: number | null | undefined;
|
|
784
797
|
} | null | undefined;
|
|
785
798
|
};
|
|
@@ -801,6 +814,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
801
814
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
802
815
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
803
816
|
roundStep?: number | null | undefined;
|
|
817
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
804
818
|
maxRounds?: number | null | undefined;
|
|
805
819
|
} | null | undefined;
|
|
806
820
|
};
|
|
@@ -1243,6 +1257,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1243
1257
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1244
1258
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1245
1259
|
roundStep?: number | null | undefined;
|
|
1260
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1246
1261
|
maxRounds?: number | null | undefined;
|
|
1247
1262
|
} | null | undefined;
|
|
1248
1263
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1267,6 +1282,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1267
1282
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1268
1283
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1269
1284
|
roundStep?: number | null | undefined;
|
|
1285
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1270
1286
|
maxRounds?: number | null | undefined;
|
|
1271
1287
|
} | null | undefined;
|
|
1272
1288
|
};
|
|
@@ -1447,6 +1463,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1447
1463
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1448
1464
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1449
1465
|
roundStep?: number | null | undefined;
|
|
1466
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1450
1467
|
maxRounds?: number | null | undefined;
|
|
1451
1468
|
} | null | undefined;
|
|
1452
1469
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1471,6 +1488,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1471
1488
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1472
1489
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1473
1490
|
roundStep?: number | null | undefined;
|
|
1491
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1474
1492
|
maxRounds?: number | null | undefined;
|
|
1475
1493
|
} | null | undefined;
|
|
1476
1494
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateItemHistoryPayload.d.ts","sourceRoot":"","sources":["CreateItemHistoryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"CreateItemHistoryPayload.d.ts","sourceRoot":"","sources":["CreateItemHistoryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMzC,CAAA;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA"}
|
|
@@ -610,18 +610,21 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
610
610
|
value: z.ZodNumber;
|
|
611
611
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
612
612
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
613
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
613
614
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
614
615
|
}, "strip", z.ZodTypeAny, {
|
|
615
616
|
value: number;
|
|
616
617
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
617
618
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
618
619
|
roundStep?: number | null | undefined;
|
|
620
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
619
621
|
maxRounds?: number | null | undefined;
|
|
620
622
|
}, {
|
|
621
623
|
value: number;
|
|
622
624
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
623
625
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
624
626
|
roundStep?: number | null | undefined;
|
|
627
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
625
628
|
maxRounds?: number | null | undefined;
|
|
626
629
|
}>>>;
|
|
627
630
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -635,6 +638,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
635
638
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
636
639
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
637
640
|
roundStep?: number | null | undefined;
|
|
641
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
638
642
|
maxRounds?: number | null | undefined;
|
|
639
643
|
} | null | undefined;
|
|
640
644
|
isTransfer?: boolean | null | undefined;
|
|
@@ -648,6 +652,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
648
652
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
649
653
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
650
654
|
roundStep?: number | null | undefined;
|
|
655
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
651
656
|
maxRounds?: number | null | undefined;
|
|
652
657
|
} | null | undefined;
|
|
653
658
|
isTransfer?: boolean | null | undefined;
|
|
@@ -665,6 +670,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
665
670
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
666
671
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
667
672
|
roundStep?: number | null | undefined;
|
|
673
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
668
674
|
maxRounds?: number | null | undefined;
|
|
669
675
|
} | null | undefined;
|
|
670
676
|
isTransfer?: boolean | null | undefined;
|
|
@@ -681,6 +687,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
681
687
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
682
688
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
683
689
|
roundStep?: number | null | undefined;
|
|
690
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
684
691
|
maxRounds?: number | null | undefined;
|
|
685
692
|
} | null | undefined;
|
|
686
693
|
isTransfer?: boolean | null | undefined;
|
|
@@ -712,18 +719,21 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
712
719
|
value: z.ZodNumber;
|
|
713
720
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
714
721
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
722
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
715
723
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
716
724
|
}, "strip", z.ZodTypeAny, {
|
|
717
725
|
value: number;
|
|
718
726
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
719
727
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
720
728
|
roundStep?: number | null | undefined;
|
|
729
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
721
730
|
maxRounds?: number | null | undefined;
|
|
722
731
|
}, {
|
|
723
732
|
value: number;
|
|
724
733
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
725
734
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
726
735
|
roundStep?: number | null | undefined;
|
|
736
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
727
737
|
maxRounds?: number | null | undefined;
|
|
728
738
|
}>>>;
|
|
729
739
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -742,6 +752,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
742
752
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
743
753
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
744
754
|
roundStep?: number | null | undefined;
|
|
755
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
745
756
|
maxRounds?: number | null | undefined;
|
|
746
757
|
} | null | undefined;
|
|
747
758
|
}, {
|
|
@@ -760,6 +771,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
760
771
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
761
772
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
762
773
|
roundStep?: number | null | undefined;
|
|
774
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
763
775
|
maxRounds?: number | null | undefined;
|
|
764
776
|
} | null | undefined;
|
|
765
777
|
}>;
|
|
@@ -782,6 +794,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
782
794
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
783
795
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
784
796
|
roundStep?: number | null | undefined;
|
|
797
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
785
798
|
maxRounds?: number | null | undefined;
|
|
786
799
|
} | null | undefined;
|
|
787
800
|
};
|
|
@@ -803,6 +816,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
803
816
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
804
817
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
805
818
|
roundStep?: number | null | undefined;
|
|
819
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
806
820
|
maxRounds?: number | null | undefined;
|
|
807
821
|
} | null | undefined;
|
|
808
822
|
};
|
|
@@ -1250,6 +1264,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1250
1264
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1251
1265
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1252
1266
|
roundStep?: number | null | undefined;
|
|
1267
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1253
1268
|
maxRounds?: number | null | undefined;
|
|
1254
1269
|
} | null | undefined;
|
|
1255
1270
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1274,6 +1289,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1274
1289
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1275
1290
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1276
1291
|
roundStep?: number | null | undefined;
|
|
1292
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1277
1293
|
maxRounds?: number | null | undefined;
|
|
1278
1294
|
} | null | undefined;
|
|
1279
1295
|
};
|
|
@@ -1458,6 +1474,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1458
1474
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1459
1475
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1460
1476
|
roundStep?: number | null | undefined;
|
|
1477
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1461
1478
|
maxRounds?: number | null | undefined;
|
|
1462
1479
|
} | null | undefined;
|
|
1463
1480
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1482,6 +1499,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1482
1499
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1483
1500
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1484
1501
|
roundStep?: number | null | undefined;
|
|
1502
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1485
1503
|
maxRounds?: number | null | undefined;
|
|
1486
1504
|
} | null | undefined;
|
|
1487
1505
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistory.d.ts","sourceRoot":"","sources":["ItemHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"ItemHistory.d.ts","sourceRoot":"","sources":["ItemHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
|
@@ -626,18 +626,21 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
|
|
|
626
626
|
value: z.ZodNumber;
|
|
627
627
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
628
628
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
629
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
629
630
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
630
631
|
}, "strip", z.ZodTypeAny, {
|
|
631
632
|
value: number;
|
|
632
633
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
633
634
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
634
635
|
roundStep?: number | null | undefined;
|
|
636
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
635
637
|
maxRounds?: number | null | undefined;
|
|
636
638
|
}, {
|
|
637
639
|
value: number;
|
|
638
640
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
639
641
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
640
642
|
roundStep?: number | null | undefined;
|
|
643
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
641
644
|
maxRounds?: number | null | undefined;
|
|
642
645
|
}>>>;
|
|
643
646
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -651,6 +654,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
|
|
|
651
654
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
652
655
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
653
656
|
roundStep?: number | null | undefined;
|
|
657
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
654
658
|
maxRounds?: number | null | undefined;
|
|
655
659
|
} | null | undefined;
|
|
656
660
|
isTransfer?: boolean | null | undefined;
|
|
@@ -664,6 +668,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
|
|
|
664
668
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
665
669
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
666
670
|
roundStep?: number | null | undefined;
|
|
671
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
667
672
|
maxRounds?: number | null | undefined;
|
|
668
673
|
} | null | undefined;
|
|
669
674
|
isTransfer?: boolean | null | undefined;
|
|
@@ -681,6 +686,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
|
|
|
681
686
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
682
687
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
683
688
|
roundStep?: number | null | undefined;
|
|
689
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
684
690
|
maxRounds?: number | null | undefined;
|
|
685
691
|
} | null | undefined;
|
|
686
692
|
isTransfer?: boolean | null | undefined;
|
|
@@ -697,6 +703,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
|
|
|
697
703
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
698
704
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
699
705
|
roundStep?: number | null | undefined;
|
|
706
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
700
707
|
maxRounds?: number | null | undefined;
|
|
701
708
|
} | null | undefined;
|
|
702
709
|
isTransfer?: boolean | null | undefined;
|
|
@@ -730,18 +737,21 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
730
737
|
value: z.ZodNumber;
|
|
731
738
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
732
739
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
740
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
733
741
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
734
742
|
}, "strip", z.ZodTypeAny, {
|
|
735
743
|
value: number;
|
|
736
744
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
737
745
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
738
746
|
roundStep?: number | null | undefined;
|
|
747
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
739
748
|
maxRounds?: number | null | undefined;
|
|
740
749
|
}, {
|
|
741
750
|
value: number;
|
|
742
751
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
743
752
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
744
753
|
roundStep?: number | null | undefined;
|
|
754
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
745
755
|
maxRounds?: number | null | undefined;
|
|
746
756
|
}>>>;
|
|
747
757
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -760,6 +770,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
760
770
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
761
771
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
762
772
|
roundStep?: number | null | undefined;
|
|
773
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
763
774
|
maxRounds?: number | null | undefined;
|
|
764
775
|
} | null | undefined;
|
|
765
776
|
}, {
|
|
@@ -778,6 +789,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
778
789
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
779
790
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
780
791
|
roundStep?: number | null | undefined;
|
|
792
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
781
793
|
maxRounds?: number | null | undefined;
|
|
782
794
|
} | null | undefined;
|
|
783
795
|
}>;
|
|
@@ -800,6 +812,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
800
812
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
801
813
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
802
814
|
roundStep?: number | null | undefined;
|
|
815
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
803
816
|
maxRounds?: number | null | undefined;
|
|
804
817
|
} | null | undefined;
|
|
805
818
|
};
|
|
@@ -821,6 +834,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
821
834
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
822
835
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
823
836
|
roundStep?: number | null | undefined;
|
|
837
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
824
838
|
maxRounds?: number | null | undefined;
|
|
825
839
|
} | null | undefined;
|
|
826
840
|
};
|
|
@@ -1760,18 +1774,21 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1760
1774
|
value: z.ZodNumber;
|
|
1761
1775
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1762
1776
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1777
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1763
1778
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1764
1779
|
}, "strip", z.ZodTypeAny, {
|
|
1765
1780
|
value: number;
|
|
1766
1781
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1767
1782
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1768
1783
|
roundStep?: number | null | undefined;
|
|
1784
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1769
1785
|
maxRounds?: number | null | undefined;
|
|
1770
1786
|
}, {
|
|
1771
1787
|
value: number;
|
|
1772
1788
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1773
1789
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1774
1790
|
roundStep?: number | null | undefined;
|
|
1791
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1775
1792
|
maxRounds?: number | null | undefined;
|
|
1776
1793
|
}>>>;
|
|
1777
1794
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1785,6 +1802,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1785
1802
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1786
1803
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1787
1804
|
roundStep?: number | null | undefined;
|
|
1805
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1788
1806
|
maxRounds?: number | null | undefined;
|
|
1789
1807
|
} | null | undefined;
|
|
1790
1808
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1798,6 +1816,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1798
1816
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1799
1817
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1800
1818
|
roundStep?: number | null | undefined;
|
|
1819
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1801
1820
|
maxRounds?: number | null | undefined;
|
|
1802
1821
|
} | null | undefined;
|
|
1803
1822
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1815,6 +1834,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1815
1834
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1816
1835
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1817
1836
|
roundStep?: number | null | undefined;
|
|
1837
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1818
1838
|
maxRounds?: number | null | undefined;
|
|
1819
1839
|
} | null | undefined;
|
|
1820
1840
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1831,6 +1851,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1831
1851
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1832
1852
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1833
1853
|
roundStep?: number | null | undefined;
|
|
1854
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1834
1855
|
maxRounds?: number | null | undefined;
|
|
1835
1856
|
} | null | undefined;
|
|
1836
1857
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1862,18 +1883,21 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1862
1883
|
value: z.ZodNumber;
|
|
1863
1884
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1864
1885
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1886
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1865
1887
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1866
1888
|
}, "strip", z.ZodTypeAny, {
|
|
1867
1889
|
value: number;
|
|
1868
1890
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1869
1891
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1870
1892
|
roundStep?: number | null | undefined;
|
|
1893
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1871
1894
|
maxRounds?: number | null | undefined;
|
|
1872
1895
|
}, {
|
|
1873
1896
|
value: number;
|
|
1874
1897
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1875
1898
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1876
1899
|
roundStep?: number | null | undefined;
|
|
1900
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1877
1901
|
maxRounds?: number | null | undefined;
|
|
1878
1902
|
}>>>;
|
|
1879
1903
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1892,6 +1916,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1892
1916
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1893
1917
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1894
1918
|
roundStep?: number | null | undefined;
|
|
1919
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1895
1920
|
maxRounds?: number | null | undefined;
|
|
1896
1921
|
} | null | undefined;
|
|
1897
1922
|
}, {
|
|
@@ -1910,6 +1935,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1910
1935
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1911
1936
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1912
1937
|
roundStep?: number | null | undefined;
|
|
1938
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1913
1939
|
maxRounds?: number | null | undefined;
|
|
1914
1940
|
} | null | undefined;
|
|
1915
1941
|
}>;
|
|
@@ -1932,6 +1958,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1932
1958
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1933
1959
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1934
1960
|
roundStep?: number | null | undefined;
|
|
1961
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1935
1962
|
maxRounds?: number | null | undefined;
|
|
1936
1963
|
} | null | undefined;
|
|
1937
1964
|
};
|
|
@@ -1953,6 +1980,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1953
1980
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1954
1981
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1955
1982
|
roundStep?: number | null | undefined;
|
|
1983
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1956
1984
|
maxRounds?: number | null | undefined;
|
|
1957
1985
|
} | null | undefined;
|
|
1958
1986
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistoryDecodedPayload.d.ts","sourceRoot":"","sources":["ItemHistoryDecodedPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAiBrB,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;EAGxD,CAAA;AACF,MAAM,MAAM,uCAAuC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6CAA6C,CAAC,CAAA;AAEnH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGnD,CAAA;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAA;AAEzG,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGnD,CAAA;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAA;AAEzG,eAAO,MAAM,oCAAoC;;;;;;EAE/C,CAAA;AACF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAA;AAEjG,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGzD,CAAA;AACF,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8CAA8C,CAAC,CAAA;AAErH,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG7D,CAAA;AACF,MAAM,MAAM,4CAA4C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kDAAkD,CAAC,CAAA;AAE7H,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGlD,CAAA;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAA;AAEvG,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;EAG5D,CAAA;AACF,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iDAAiD,CAAC,CAAA;AAE3H,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;EAG1D,CAAA;AACF,MAAM,MAAM,yCAAyC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+CAA+C,CAAC,CAAA;AAEvH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGnD,CAAA;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAA;AAEzG,eAAO,MAAM,2CAA2C
|
|
1
|
+
{"version":3,"file":"ItemHistoryDecodedPayload.d.ts","sourceRoot":"","sources":["ItemHistoryDecodedPayload.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,18 +7,21 @@ export declare const ItemHistoryRepublishingPayloadSchema: z.ZodObject<{
|
|
|
7
7
|
value: z.ZodNumber;
|
|
8
8
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
9
9
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
10
11
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11
12
|
}, "strip", z.ZodTypeAny, {
|
|
12
13
|
value: number;
|
|
13
14
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
14
15
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
15
16
|
roundStep?: number | null | undefined;
|
|
17
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
16
18
|
maxRounds?: number | null | undefined;
|
|
17
19
|
}, {
|
|
18
20
|
value: number;
|
|
19
21
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
20
22
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
21
23
|
roundStep?: number | null | undefined;
|
|
24
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
22
25
|
maxRounds?: number | null | undefined;
|
|
23
26
|
}>>>;
|
|
24
27
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -32,6 +35,7 @@ export declare const ItemHistoryRepublishingPayloadSchema: z.ZodObject<{
|
|
|
32
35
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
33
36
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
34
37
|
roundStep?: number | null | undefined;
|
|
38
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
35
39
|
maxRounds?: number | null | undefined;
|
|
36
40
|
} | null | undefined;
|
|
37
41
|
isTransfer?: boolean | null | undefined;
|
|
@@ -45,6 +49,7 @@ export declare const ItemHistoryRepublishingPayloadSchema: z.ZodObject<{
|
|
|
45
49
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
46
50
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
47
51
|
roundStep?: number | null | undefined;
|
|
52
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
48
53
|
maxRounds?: number | null | undefined;
|
|
49
54
|
} | null | undefined;
|
|
50
55
|
isTransfer?: boolean | null | undefined;
|
package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistoryRepublishingPayload.d.ts","sourceRoot":"","sources":["ItemHistoryRepublishingPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"ItemHistoryRepublishingPayload.d.ts","sourceRoot":"","sources":["ItemHistoryRepublishingPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO/C,CAAA;AACF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAA"}
|
package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts
CHANGED
|
@@ -23,18 +23,21 @@ export declare const ItemHistoryRepublishingRetryPayloadSchema: z.ZodObject<{
|
|
|
23
23
|
value: z.ZodNumber;
|
|
24
24
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
25
25
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
26
27
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
28
|
}, "strip", z.ZodTypeAny, {
|
|
28
29
|
value: number;
|
|
29
30
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
30
31
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
31
32
|
roundStep?: number | null | undefined;
|
|
33
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
32
34
|
maxRounds?: number | null | undefined;
|
|
33
35
|
}, {
|
|
34
36
|
value: number;
|
|
35
37
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
36
38
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
37
39
|
roundStep?: number | null | undefined;
|
|
40
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
38
41
|
maxRounds?: number | null | undefined;
|
|
39
42
|
}>>>;
|
|
40
43
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -53,6 +56,7 @@ export declare const ItemHistoryRepublishingRetryPayloadSchema: z.ZodObject<{
|
|
|
53
56
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
54
57
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
55
58
|
roundStep?: number | null | undefined;
|
|
59
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
56
60
|
maxRounds?: number | null | undefined;
|
|
57
61
|
} | null | undefined;
|
|
58
62
|
}, {
|
|
@@ -71,6 +75,7 @@ export declare const ItemHistoryRepublishingRetryPayloadSchema: z.ZodObject<{
|
|
|
71
75
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
72
76
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
73
77
|
roundStep?: number | null | undefined;
|
|
78
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
74
79
|
maxRounds?: number | null | undefined;
|
|
75
80
|
} | null | undefined;
|
|
76
81
|
}>;
|
package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistoryRepublishingRetryPayload.d.ts","sourceRoot":"","sources":["ItemHistoryRepublishingRetryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,yCAAyC
|
|
1
|
+
{"version":3,"file":"ItemHistoryRepublishingRetryPayload.d.ts","sourceRoot":"","sources":["ItemHistoryRepublishingRetryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}
|