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
package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceNextActionPayload.d.ts","sourceRoot":"","sources":["PreferenceNextActionPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"PreferenceNextActionPayload.d.ts","sourceRoot":"","sources":["PreferenceNextActionPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS5C,CAAA;AACF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAA"}
|
|
@@ -19,18 +19,21 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
19
19
|
value: z.ZodNumber;
|
|
20
20
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
21
21
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
22
23
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
23
24
|
}, "strip", z.ZodTypeAny, {
|
|
24
25
|
value: number;
|
|
25
26
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
26
27
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
27
28
|
roundStep?: number | null | undefined;
|
|
29
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
28
30
|
maxRounds?: number | null | undefined;
|
|
29
31
|
}, {
|
|
30
32
|
value: number;
|
|
31
33
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
32
34
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
33
35
|
roundStep?: number | null | undefined;
|
|
36
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
34
37
|
maxRounds?: number | null | undefined;
|
|
35
38
|
}>;
|
|
36
39
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -41,6 +44,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
41
44
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
42
45
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
43
46
|
roundStep?: number | null | undefined;
|
|
47
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
44
48
|
maxRounds?: number | null | undefined;
|
|
45
49
|
};
|
|
46
50
|
}, {
|
|
@@ -50,6 +54,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
50
54
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
51
55
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
52
56
|
roundStep?: number | null | undefined;
|
|
57
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
53
58
|
maxRounds?: number | null | undefined;
|
|
54
59
|
};
|
|
55
60
|
}>, z.ZodObject<{
|
|
@@ -123,6 +128,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
123
128
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
124
129
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
125
130
|
roundStep?: number | null | undefined;
|
|
131
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
126
132
|
maxRounds?: number | null | undefined;
|
|
127
133
|
};
|
|
128
134
|
} | {
|
|
@@ -154,6 +160,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
154
160
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
155
161
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
156
162
|
roundStep?: number | null | undefined;
|
|
163
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
157
164
|
maxRounds?: number | null | undefined;
|
|
158
165
|
};
|
|
159
166
|
} | {
|
|
@@ -233,6 +240,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
233
240
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
234
241
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
235
242
|
roundStep?: number | null | undefined;
|
|
243
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
236
244
|
maxRounds?: number | null | undefined;
|
|
237
245
|
};
|
|
238
246
|
} | {
|
|
@@ -282,6 +290,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
282
290
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
283
291
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
284
292
|
roundStep?: number | null | undefined;
|
|
293
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
285
294
|
maxRounds?: number | null | undefined;
|
|
286
295
|
};
|
|
287
296
|
} | {
|
|
@@ -335,6 +344,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
335
344
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
336
345
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
337
346
|
roundStep?: number | null | undefined;
|
|
347
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
338
348
|
maxRounds?: number | null | undefined;
|
|
339
349
|
};
|
|
340
350
|
} | {
|
|
@@ -387,6 +397,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
387
397
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
388
398
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
389
399
|
roundStep?: number | null | undefined;
|
|
400
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
390
401
|
maxRounds?: number | null | undefined;
|
|
391
402
|
};
|
|
392
403
|
} | {
|
|
@@ -476,18 +487,21 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
476
487
|
value: z.ZodNumber;
|
|
477
488
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
478
489
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
490
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
479
491
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
480
492
|
}, "strip", z.ZodTypeAny, {
|
|
481
493
|
value: number;
|
|
482
494
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
483
495
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
484
496
|
roundStep?: number | null | undefined;
|
|
497
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
485
498
|
maxRounds?: number | null | undefined;
|
|
486
499
|
}, {
|
|
487
500
|
value: number;
|
|
488
501
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
489
502
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
490
503
|
roundStep?: number | null | undefined;
|
|
504
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
491
505
|
maxRounds?: number | null | undefined;
|
|
492
506
|
}>;
|
|
493
507
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -498,6 +512,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
498
512
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
499
513
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
500
514
|
roundStep?: number | null | undefined;
|
|
515
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
501
516
|
maxRounds?: number | null | undefined;
|
|
502
517
|
};
|
|
503
518
|
}, {
|
|
@@ -507,6 +522,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
507
522
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
508
523
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
509
524
|
roundStep?: number | null | undefined;
|
|
525
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
510
526
|
maxRounds?: number | null | undefined;
|
|
511
527
|
};
|
|
512
528
|
}>, z.ZodObject<{
|
|
@@ -774,6 +790,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
774
790
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
775
791
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
776
792
|
roundStep?: number | null | undefined;
|
|
793
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
777
794
|
maxRounds?: number | null | undefined;
|
|
778
795
|
};
|
|
779
796
|
} | {
|
|
@@ -828,6 +845,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
828
845
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
829
846
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
830
847
|
roundStep?: number | null | undefined;
|
|
848
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
831
849
|
maxRounds?: number | null | undefined;
|
|
832
850
|
};
|
|
833
851
|
} | {
|
|
@@ -903,6 +921,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
903
921
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
904
922
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
905
923
|
roundStep?: number | null | undefined;
|
|
924
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
906
925
|
maxRounds?: number | null | undefined;
|
|
907
926
|
};
|
|
908
927
|
} | {
|
|
@@ -957,6 +976,7 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
957
976
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
958
977
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
959
978
|
roundStep?: number | null | undefined;
|
|
979
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
960
980
|
maxRounds?: number | null | undefined;
|
|
961
981
|
};
|
|
962
982
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartialPreferenceCaseVariantPayload.d.ts","sourceRoot":"","sources":["PartialPreferenceCaseVariantPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yCAAyC
|
|
1
|
+
{"version":3,"file":"PartialPreferenceCaseVariantPayload.d.ts","sourceRoot":"","sources":["PartialPreferenceCaseVariantPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}
|
|
@@ -21,18 +21,21 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
21
21
|
value: z.ZodNumber;
|
|
22
22
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
23
23
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
24
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
24
25
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
25
26
|
}, "strip", z.ZodTypeAny, {
|
|
26
27
|
value: number;
|
|
27
28
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
28
29
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
29
30
|
roundStep?: number | null | undefined;
|
|
31
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
30
32
|
maxRounds?: number | null | undefined;
|
|
31
33
|
}, {
|
|
32
34
|
value: number;
|
|
33
35
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
34
36
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
35
37
|
roundStep?: number | null | undefined;
|
|
38
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
36
39
|
maxRounds?: number | null | undefined;
|
|
37
40
|
}>;
|
|
38
41
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -43,6 +46,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
43
46
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
44
47
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
45
48
|
roundStep?: number | null | undefined;
|
|
49
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
46
50
|
maxRounds?: number | null | undefined;
|
|
47
51
|
};
|
|
48
52
|
}, {
|
|
@@ -52,6 +56,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
52
56
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
53
57
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
54
58
|
roundStep?: number | null | undefined;
|
|
59
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
55
60
|
maxRounds?: number | null | undefined;
|
|
56
61
|
};
|
|
57
62
|
}>, z.ZodObject<{
|
|
@@ -125,6 +130,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
125
130
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
126
131
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
127
132
|
roundStep?: number | null | undefined;
|
|
133
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
128
134
|
maxRounds?: number | null | undefined;
|
|
129
135
|
};
|
|
130
136
|
} | {
|
|
@@ -156,6 +162,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
156
162
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
157
163
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
158
164
|
roundStep?: number | null | undefined;
|
|
165
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
159
166
|
maxRounds?: number | null | undefined;
|
|
160
167
|
};
|
|
161
168
|
} | {
|
|
@@ -235,6 +242,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
235
242
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
236
243
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
237
244
|
roundStep?: number | null | undefined;
|
|
245
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
238
246
|
maxRounds?: number | null | undefined;
|
|
239
247
|
};
|
|
240
248
|
} | {
|
|
@@ -284,6 +292,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
284
292
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
285
293
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
286
294
|
roundStep?: number | null | undefined;
|
|
295
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
287
296
|
maxRounds?: number | null | undefined;
|
|
288
297
|
};
|
|
289
298
|
} | {
|
|
@@ -337,6 +346,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
337
346
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
338
347
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
339
348
|
roundStep?: number | null | undefined;
|
|
349
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
340
350
|
maxRounds?: number | null | undefined;
|
|
341
351
|
};
|
|
342
352
|
} | {
|
|
@@ -389,6 +399,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
389
399
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
390
400
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
391
401
|
roundStep?: number | null | undefined;
|
|
402
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
392
403
|
maxRounds?: number | null | undefined;
|
|
393
404
|
};
|
|
394
405
|
} | {
|
|
@@ -478,18 +489,21 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
478
489
|
value: z.ZodNumber;
|
|
479
490
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
480
491
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
492
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
481
493
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
482
494
|
}, "strip", z.ZodTypeAny, {
|
|
483
495
|
value: number;
|
|
484
496
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
485
497
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
486
498
|
roundStep?: number | null | undefined;
|
|
499
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
487
500
|
maxRounds?: number | null | undefined;
|
|
488
501
|
}, {
|
|
489
502
|
value: number;
|
|
490
503
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
491
504
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
492
505
|
roundStep?: number | null | undefined;
|
|
506
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
493
507
|
maxRounds?: number | null | undefined;
|
|
494
508
|
}>;
|
|
495
509
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -500,6 +514,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
500
514
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
501
515
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
502
516
|
roundStep?: number | null | undefined;
|
|
517
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
503
518
|
maxRounds?: number | null | undefined;
|
|
504
519
|
};
|
|
505
520
|
}, {
|
|
@@ -509,6 +524,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
509
524
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
510
525
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
511
526
|
roundStep?: number | null | undefined;
|
|
527
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
512
528
|
maxRounds?: number | null | undefined;
|
|
513
529
|
};
|
|
514
530
|
}>, z.ZodObject<{
|
|
@@ -776,6 +792,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
776
792
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
777
793
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
778
794
|
roundStep?: number | null | undefined;
|
|
795
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
779
796
|
maxRounds?: number | null | undefined;
|
|
780
797
|
};
|
|
781
798
|
} | {
|
|
@@ -830,6 +847,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
830
847
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
831
848
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
832
849
|
roundStep?: number | null | undefined;
|
|
850
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
833
851
|
maxRounds?: number | null | undefined;
|
|
834
852
|
};
|
|
835
853
|
} | {
|
|
@@ -907,6 +925,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
907
925
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
908
926
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
909
927
|
roundStep?: number | null | undefined;
|
|
928
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
910
929
|
maxRounds?: number | null | undefined;
|
|
911
930
|
};
|
|
912
931
|
} | {
|
|
@@ -961,6 +980,7 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
961
980
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
962
981
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
963
982
|
roundStep?: number | null | undefined;
|
|
983
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
964
984
|
maxRounds?: number | null | undefined;
|
|
965
985
|
};
|
|
966
986
|
} | {
|
package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceCaseVariant.d.ts","sourceRoot":"","sources":["PreferenceCaseVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"PreferenceCaseVariant.d.ts","sourceRoot":"","sources":["PreferenceCaseVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMtC,CAAA;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAA"}
|
|
@@ -16,18 +16,21 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
16
16
|
value: z.ZodNumber;
|
|
17
17
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
18
18
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
19
20
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
20
21
|
}, "strip", z.ZodTypeAny, {
|
|
21
22
|
value: number;
|
|
22
23
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
23
24
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
24
25
|
roundStep?: number | null | undefined;
|
|
26
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
25
27
|
maxRounds?: number | null | undefined;
|
|
26
28
|
}, {
|
|
27
29
|
value: number;
|
|
28
30
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
29
31
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
30
32
|
roundStep?: number | null | undefined;
|
|
33
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
31
34
|
maxRounds?: number | null | undefined;
|
|
32
35
|
}>;
|
|
33
36
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -38,6 +41,7 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
38
41
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
39
42
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
40
43
|
roundStep?: number | null | undefined;
|
|
44
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
41
45
|
maxRounds?: number | null | undefined;
|
|
42
46
|
};
|
|
43
47
|
}, {
|
|
@@ -47,6 +51,7 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
47
51
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
48
52
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
49
53
|
roundStep?: number | null | undefined;
|
|
54
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
50
55
|
maxRounds?: number | null | undefined;
|
|
51
56
|
};
|
|
52
57
|
}>, z.ZodObject<{
|
|
@@ -120,6 +125,7 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
120
125
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
121
126
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
122
127
|
roundStep?: number | null | undefined;
|
|
128
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
123
129
|
maxRounds?: number | null | undefined;
|
|
124
130
|
};
|
|
125
131
|
} | {
|
|
@@ -151,6 +157,7 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
151
157
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
152
158
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
153
159
|
roundStep?: number | null | undefined;
|
|
160
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
154
161
|
maxRounds?: number | null | undefined;
|
|
155
162
|
};
|
|
156
163
|
} | {
|
|
@@ -230,6 +237,7 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
230
237
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
231
238
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
232
239
|
roundStep?: number | null | undefined;
|
|
240
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
233
241
|
maxRounds?: number | null | undefined;
|
|
234
242
|
};
|
|
235
243
|
} | {
|
|
@@ -279,6 +287,7 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
279
287
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
280
288
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
281
289
|
roundStep?: number | null | undefined;
|
|
290
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
282
291
|
maxRounds?: number | null | undefined;
|
|
283
292
|
};
|
|
284
293
|
} | {
|
|
@@ -332,6 +341,7 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
332
341
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
333
342
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
334
343
|
roundStep?: number | null | undefined;
|
|
344
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
335
345
|
maxRounds?: number | null | undefined;
|
|
336
346
|
};
|
|
337
347
|
} | {
|
|
@@ -384,6 +394,7 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
384
394
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
385
395
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
386
396
|
roundStep?: number | null | undefined;
|
|
397
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
387
398
|
maxRounds?: number | null | undefined;
|
|
388
399
|
};
|
|
389
400
|
} | {
|
|
@@ -479,18 +490,21 @@ export declare const PreferenceCaseVariantDecodedPayloadPriceSchema: z.ZodObject
|
|
|
479
490
|
value: z.ZodNumber;
|
|
480
491
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
481
492
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
493
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
482
494
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
483
495
|
}, "strip", z.ZodTypeAny, {
|
|
484
496
|
value: number;
|
|
485
497
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
486
498
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
487
499
|
roundStep?: number | null | undefined;
|
|
500
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
488
501
|
maxRounds?: number | null | undefined;
|
|
489
502
|
}, {
|
|
490
503
|
value: number;
|
|
491
504
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
492
505
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
493
506
|
roundStep?: number | null | undefined;
|
|
507
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
494
508
|
maxRounds?: number | null | undefined;
|
|
495
509
|
}>;
|
|
496
510
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -501,6 +515,7 @@ export declare const PreferenceCaseVariantDecodedPayloadPriceSchema: z.ZodObject
|
|
|
501
515
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
502
516
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
503
517
|
roundStep?: number | null | undefined;
|
|
518
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
504
519
|
maxRounds?: number | null | undefined;
|
|
505
520
|
};
|
|
506
521
|
}, {
|
|
@@ -510,6 +525,7 @@ export declare const PreferenceCaseVariantDecodedPayloadPriceSchema: z.ZodObject
|
|
|
510
525
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
511
526
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
512
527
|
roundStep?: number | null | undefined;
|
|
528
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
513
529
|
maxRounds?: number | null | undefined;
|
|
514
530
|
};
|
|
515
531
|
}>;
|
|
@@ -789,18 +805,21 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
789
805
|
value: z.ZodNumber;
|
|
790
806
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
791
807
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
808
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
792
809
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
793
810
|
}, "strip", z.ZodTypeAny, {
|
|
794
811
|
value: number;
|
|
795
812
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
796
813
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
797
814
|
roundStep?: number | null | undefined;
|
|
815
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
798
816
|
maxRounds?: number | null | undefined;
|
|
799
817
|
}, {
|
|
800
818
|
value: number;
|
|
801
819
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
802
820
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
803
821
|
roundStep?: number | null | undefined;
|
|
822
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
804
823
|
maxRounds?: number | null | undefined;
|
|
805
824
|
}>;
|
|
806
825
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -811,6 +830,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
811
830
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
812
831
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
813
832
|
roundStep?: number | null | undefined;
|
|
833
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
814
834
|
maxRounds?: number | null | undefined;
|
|
815
835
|
};
|
|
816
836
|
}, {
|
|
@@ -820,6 +840,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
820
840
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
821
841
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
822
842
|
roundStep?: number | null | undefined;
|
|
843
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
823
844
|
maxRounds?: number | null | undefined;
|
|
824
845
|
};
|
|
825
846
|
}>, z.ZodObject<{
|
|
@@ -893,6 +914,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
893
914
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
894
915
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
895
916
|
roundStep?: number | null | undefined;
|
|
917
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
896
918
|
maxRounds?: number | null | undefined;
|
|
897
919
|
};
|
|
898
920
|
} | {
|
|
@@ -924,6 +946,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
924
946
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
925
947
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
926
948
|
roundStep?: number | null | undefined;
|
|
949
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
927
950
|
maxRounds?: number | null | undefined;
|
|
928
951
|
};
|
|
929
952
|
} | {
|
|
@@ -1003,6 +1026,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
1003
1026
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1004
1027
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1005
1028
|
roundStep?: number | null | undefined;
|
|
1029
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1006
1030
|
maxRounds?: number | null | undefined;
|
|
1007
1031
|
};
|
|
1008
1032
|
} | {
|
|
@@ -1052,6 +1076,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
1052
1076
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1053
1077
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1054
1078
|
roundStep?: number | null | undefined;
|
|
1079
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1055
1080
|
maxRounds?: number | null | undefined;
|
|
1056
1081
|
};
|
|
1057
1082
|
} | {
|
|
@@ -1105,6 +1130,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
1105
1130
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1106
1131
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1107
1132
|
roundStep?: number | null | undefined;
|
|
1133
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1108
1134
|
maxRounds?: number | null | undefined;
|
|
1109
1135
|
};
|
|
1110
1136
|
} | {
|
|
@@ -1157,6 +1183,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
1157
1183
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1158
1184
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1159
1185
|
roundStep?: number | null | undefined;
|
|
1186
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1160
1187
|
maxRounds?: number | null | undefined;
|
|
1161
1188
|
};
|
|
1162
1189
|
} | {
|
|
@@ -1246,18 +1273,21 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
1246
1273
|
value: z.ZodNumber;
|
|
1247
1274
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1248
1275
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1276
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1249
1277
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1250
1278
|
}, "strip", z.ZodTypeAny, {
|
|
1251
1279
|
value: number;
|
|
1252
1280
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1253
1281
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1254
1282
|
roundStep?: number | null | undefined;
|
|
1283
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1255
1284
|
maxRounds?: number | null | undefined;
|
|
1256
1285
|
}, {
|
|
1257
1286
|
value: number;
|
|
1258
1287
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1259
1288
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1260
1289
|
roundStep?: number | null | undefined;
|
|
1290
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1261
1291
|
maxRounds?: number | null | undefined;
|
|
1262
1292
|
}>;
|
|
1263
1293
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -1268,6 +1298,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
1268
1298
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1269
1299
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1270
1300
|
roundStep?: number | null | undefined;
|
|
1301
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1271
1302
|
maxRounds?: number | null | undefined;
|
|
1272
1303
|
};
|
|
1273
1304
|
}, {
|
|
@@ -1277,6 +1308,7 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
1277
1308
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1278
1309
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1279
1310
|
roundStep?: number | null | undefined;
|
|
1311
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1280
1312
|
maxRounds?: number | null | undefined;
|
|
1281
1313
|
};
|
|
1282
1314
|
}>, z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceCaseVariantDecodedPayload.d.ts","sourceRoot":"","sources":["PreferenceCaseVariantDecodedPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAUrB,eAAO,MAAM,gDAAgD
|
|
1
|
+
{"version":3,"file":"PreferenceCaseVariantDecodedPayload.d.ts","sourceRoot":"","sources":["PreferenceCaseVariantDecodedPayload.ts"],"names":[],"mappings":"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"}
|