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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationOfferRequest.js","sourceRoot":"","sources":["ConversationOfferRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,oBAAoB,EAAC,MAAM,iDAAiD,CAAA;
|
|
1
|
+
{"version":3,"file":"ConversationOfferRequest.js","sourceRoot":"","sources":["ConversationOfferRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,oBAAoB,EAAC,MAAM,iDAAiD,CAAA;AACpF,OAAO,EAAC,uCAAuC,EAAC,MAAM,+CAA+C,CAAA;AAErG,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IACnD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IAC1C,wBAAwB,EAAE,oBAAoB,CAAC,OAAO,EAAE;IACxD,cAAc,EAAE,uCAAuC,CAAC,OAAO,EAAE;IACjE,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACtC,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;CAC5C,CAAC,CAAA"}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import {z} from "zod"
|
|
2
2
|
import {PreferenceTypeSchema} from "../../../auth/models/preferences/PreferenceType"
|
|
3
|
+
import {ConversationMessagePreferenceTypeSchema} from "../messages/ConversationMessagePreferenceType"
|
|
3
4
|
|
|
4
5
|
export const ConversationOfferRequestSchema = z.object({
|
|
5
6
|
price: z.number(),
|
|
6
7
|
transactionId: z.string().uuid().nullish(),
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
associatedPreferenceType: PreferenceTypeSchema.nullish(),
|
|
9
|
+
preferenceType: ConversationMessagePreferenceTypeSchema.nullish(),
|
|
10
|
+
preferenceCaseId: z.string().nullish(),
|
|
11
|
+
preferenceVariantId: z.string().nullish()
|
|
9
12
|
})
|
|
10
13
|
export type ConversationOfferRequest = z.infer<typeof ConversationOfferRequestSchema>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const OfferUpdateSchema: z.ZodObject<{
|
|
3
|
+
offerId: z.ZodString;
|
|
4
|
+
accept: z.ZodBoolean;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
offerId: string;
|
|
7
|
+
accept: boolean;
|
|
8
|
+
}, {
|
|
9
|
+
offerId: string;
|
|
10
|
+
accept: boolean;
|
|
11
|
+
}>;
|
|
12
|
+
export type OfferUpdate = z.infer<typeof OfferUpdateSchema>;
|
|
13
|
+
//# sourceMappingURL=OfferUpdate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfferUpdate.d.ts","sourceRoot":"","sources":["OfferUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,iBAAiB;;;;;;;;;EAG5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfferUpdate.js","sourceRoot":"","sources":["OfferUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC1B,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;CACtB,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const PreferencePriceNegotiationProfileSchema: z.ZodEnum<["AUTO"]>;
|
|
3
|
+
export type PreferencePriceNegotiationProfile = z.infer<typeof PreferencePriceNegotiationProfileSchema>;
|
|
4
|
+
//# sourceMappingURL=PreferencePriceNegotiationProfile.d.ts.map
|
package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreferencePriceNegotiationProfile.d.ts","sourceRoot":"","sources":["PreferencePriceNegotiationProfile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,uCAAuC,qBAElD,CAAA;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreferencePriceNegotiationProfile.js","sourceRoot":"","sources":["PreferencePriceNegotiationProfile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC1D,MAAM;CACT,CAAC,CAAA"}
|
|
@@ -4,18 +4,21 @@ export declare const PreferencePricePayloadSchema: z.ZodObject<{
|
|
|
4
4
|
value: z.ZodNumber;
|
|
5
5
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
6
6
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
7
8
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8
9
|
}, "strip", z.ZodTypeAny, {
|
|
9
10
|
value: number;
|
|
10
11
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
11
12
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
12
13
|
roundStep?: number | null | undefined;
|
|
14
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
13
15
|
maxRounds?: number | null | undefined;
|
|
14
16
|
}, {
|
|
15
17
|
value: number;
|
|
16
18
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
17
19
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
18
20
|
roundStep?: number | null | undefined;
|
|
21
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
19
22
|
maxRounds?: number | null | undefined;
|
|
20
23
|
}>;
|
|
21
24
|
export type PreferencePricePayload = z.infer<typeof PreferencePricePayloadSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferencePricePayload.d.ts","sourceRoot":"","sources":["PreferencePricePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"PreferencePricePayload.d.ts","sourceRoot":"","sources":["PreferencePricePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;EAOvC,CAAA;AACF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAA"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import { PreferencePricePayloadTypeSchema } from "./PreferencePricePayloadType";
|
|
3
3
|
import { PreferencePricePayloadRoundTypeSchema } from "./PreferencePricePayloadRoundType";
|
|
4
|
+
import { PreferencePriceNegotiationProfileSchema } from "./PreferencePriceNegotiationProfile";
|
|
4
5
|
export const PreferencePricePayloadSchema = z.object({
|
|
5
6
|
type: PreferencePricePayloadTypeSchema,
|
|
6
7
|
value: z.number(),
|
|
7
8
|
roundType: PreferencePricePayloadRoundTypeSchema.nullish(),
|
|
8
9
|
roundStep: z.number().nullish(),
|
|
10
|
+
negotiationProfile: PreferencePriceNegotiationProfileSchema.nullish(),
|
|
9
11
|
maxRounds: z.number().int().nullish()
|
|
10
12
|
});
|
|
11
13
|
//# sourceMappingURL=PreferencePricePayload.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferencePricePayload.js","sourceRoot":"","sources":["PreferencePricePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,gCAAgC,EAAC,MAAM,8BAA8B,CAAA;AAC7E,OAAO,EAAC,qCAAqC,EAAC,MAAM,mCAAmC,CAAA;
|
|
1
|
+
{"version":3,"file":"PreferencePricePayload.js","sourceRoot":"","sources":["PreferencePricePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,gCAAgC,EAAC,MAAM,8BAA8B,CAAA;AAC7E,OAAO,EAAC,qCAAqC,EAAC,MAAM,mCAAmC,CAAA;AACvF,OAAO,EAAC,uCAAuC,EAAC,MAAM,qCAAqC,CAAA;AAE3F,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,MAAM,CAAC;IACjD,IAAI,EAAE,gCAAgC;IACtC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,SAAS,EAAE,qCAAqC,CAAC,OAAO,EAAE;IAC1D,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC/B,kBAAkB,EAAE,uCAAuC,CAAC,OAAO,EAAE;IACrE,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;CACxC,CAAC,CAAA"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import {z} from "zod"
|
|
2
2
|
import {PreferencePricePayloadTypeSchema} from "./PreferencePricePayloadType"
|
|
3
3
|
import {PreferencePricePayloadRoundTypeSchema} from "./PreferencePricePayloadRoundType"
|
|
4
|
+
import {PreferencePriceNegotiationProfileSchema} from "./PreferencePriceNegotiationProfile"
|
|
4
5
|
|
|
5
6
|
export const PreferencePricePayloadSchema = z.object({
|
|
6
7
|
type: PreferencePricePayloadTypeSchema,
|
|
7
8
|
value: z.number(),
|
|
8
9
|
roundType: PreferencePricePayloadRoundTypeSchema.nullish(),
|
|
9
10
|
roundStep: z.number().nullish(),
|
|
11
|
+
negotiationProfile: PreferencePriceNegotiationProfileSchema.nullish(),
|
|
10
12
|
maxRounds: z.number().int().nullish()
|
|
11
13
|
})
|
|
12
14
|
export type PreferencePricePayload = z.infer<typeof PreferencePricePayloadSchema>
|
package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts
CHANGED
|
@@ -39,18 +39,21 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
39
39
|
value: z.ZodNumber;
|
|
40
40
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
41
41
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
42
43
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
44
|
}, "strip", z.ZodTypeAny, {
|
|
44
45
|
value: number;
|
|
45
46
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
46
47
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
47
48
|
roundStep?: number | null | undefined;
|
|
49
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
48
50
|
maxRounds?: number | null | undefined;
|
|
49
51
|
}, {
|
|
50
52
|
value: number;
|
|
51
53
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
52
54
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
53
55
|
roundStep?: number | null | undefined;
|
|
56
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
54
57
|
maxRounds?: number | null | undefined;
|
|
55
58
|
}>;
|
|
56
59
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -71,6 +74,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
71
74
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
72
75
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
73
76
|
roundStep?: number | null | undefined;
|
|
77
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
74
78
|
maxRounds?: number | null | undefined;
|
|
75
79
|
};
|
|
76
80
|
}, {
|
|
@@ -91,6 +95,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
91
95
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
92
96
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
93
97
|
roundStep?: number | null | undefined;
|
|
98
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
94
99
|
maxRounds?: number | null | undefined;
|
|
95
100
|
};
|
|
96
101
|
}>, "many">;
|
|
@@ -115,6 +120,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
115
120
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
116
121
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
117
122
|
roundStep?: number | null | undefined;
|
|
123
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
118
124
|
maxRounds?: number | null | undefined;
|
|
119
125
|
};
|
|
120
126
|
}[];
|
|
@@ -140,6 +146,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
140
146
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
141
147
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
142
148
|
roundStep?: number | null | undefined;
|
|
149
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
143
150
|
maxRounds?: number | null | undefined;
|
|
144
151
|
};
|
|
145
152
|
}[];
|
|
@@ -182,18 +189,21 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
182
189
|
value: z.ZodNumber;
|
|
183
190
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
184
191
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
192
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
185
193
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
186
194
|
}, "strip", z.ZodTypeAny, {
|
|
187
195
|
value: number;
|
|
188
196
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
189
197
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
190
198
|
roundStep?: number | null | undefined;
|
|
199
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
191
200
|
maxRounds?: number | null | undefined;
|
|
192
201
|
}, {
|
|
193
202
|
value: number;
|
|
194
203
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
195
204
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
196
205
|
roundStep?: number | null | undefined;
|
|
206
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
197
207
|
maxRounds?: number | null | undefined;
|
|
198
208
|
}>;
|
|
199
209
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -214,6 +224,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
214
224
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
215
225
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
216
226
|
roundStep?: number | null | undefined;
|
|
227
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
217
228
|
maxRounds?: number | null | undefined;
|
|
218
229
|
};
|
|
219
230
|
}, {
|
|
@@ -234,6 +245,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
234
245
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
235
246
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
236
247
|
roundStep?: number | null | undefined;
|
|
248
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
237
249
|
maxRounds?: number | null | undefined;
|
|
238
250
|
};
|
|
239
251
|
}>, "many">;
|
|
@@ -258,6 +270,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
258
270
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
259
271
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
260
272
|
roundStep?: number | null | undefined;
|
|
273
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
261
274
|
maxRounds?: number | null | undefined;
|
|
262
275
|
};
|
|
263
276
|
}[];
|
|
@@ -283,6 +296,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
283
296
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
284
297
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
285
298
|
roundStep?: number | null | undefined;
|
|
299
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
286
300
|
maxRounds?: number | null | undefined;
|
|
287
301
|
};
|
|
288
302
|
}[];
|
|
@@ -313,6 +327,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
313
327
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
314
328
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
315
329
|
roundStep?: number | null | undefined;
|
|
330
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
316
331
|
maxRounds?: number | null | undefined;
|
|
317
332
|
};
|
|
318
333
|
}[];
|
|
@@ -340,6 +355,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
340
355
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
341
356
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
342
357
|
roundStep?: number | null | undefined;
|
|
358
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
343
359
|
maxRounds?: number | null | undefined;
|
|
344
360
|
};
|
|
345
361
|
}[];
|
|
@@ -370,6 +386,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
370
386
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
371
387
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
372
388
|
roundStep?: number | null | undefined;
|
|
389
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
373
390
|
maxRounds?: number | null | undefined;
|
|
374
391
|
};
|
|
375
392
|
}[];
|
|
@@ -397,6 +414,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
397
414
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
398
415
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
399
416
|
roundStep?: number | null | undefined;
|
|
417
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
400
418
|
maxRounds?: number | null | undefined;
|
|
401
419
|
};
|
|
402
420
|
}[];
|
package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FavoriteMessagesPreference.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"FavoriteMessagesPreference.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO3C,CAAA;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts
CHANGED
|
@@ -35,18 +35,21 @@ export declare const FavoriteMessagesPreferenceCaseSchema: z.ZodObject<{
|
|
|
35
35
|
value: z.ZodNumber;
|
|
36
36
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
37
37
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
38
39
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
39
40
|
}, "strip", z.ZodTypeAny, {
|
|
40
41
|
value: number;
|
|
41
42
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
42
43
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
43
44
|
roundStep?: number | null | undefined;
|
|
45
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
44
46
|
maxRounds?: number | null | undefined;
|
|
45
47
|
}, {
|
|
46
48
|
value: number;
|
|
47
49
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
48
50
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
49
51
|
roundStep?: number | null | undefined;
|
|
52
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
50
53
|
maxRounds?: number | null | undefined;
|
|
51
54
|
}>;
|
|
52
55
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -67,6 +70,7 @@ export declare const FavoriteMessagesPreferenceCaseSchema: z.ZodObject<{
|
|
|
67
70
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
68
71
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
69
72
|
roundStep?: number | null | undefined;
|
|
73
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
70
74
|
maxRounds?: number | null | undefined;
|
|
71
75
|
};
|
|
72
76
|
}, {
|
|
@@ -87,6 +91,7 @@ export declare const FavoriteMessagesPreferenceCaseSchema: z.ZodObject<{
|
|
|
87
91
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
88
92
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
89
93
|
roundStep?: number | null | undefined;
|
|
94
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
90
95
|
maxRounds?: number | null | undefined;
|
|
91
96
|
};
|
|
92
97
|
}>, "many">;
|
|
@@ -111,6 +116,7 @@ export declare const FavoriteMessagesPreferenceCaseSchema: z.ZodObject<{
|
|
|
111
116
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
112
117
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
113
118
|
roundStep?: number | null | undefined;
|
|
119
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
114
120
|
maxRounds?: number | null | undefined;
|
|
115
121
|
};
|
|
116
122
|
}[];
|
|
@@ -136,6 +142,7 @@ export declare const FavoriteMessagesPreferenceCaseSchema: z.ZodObject<{
|
|
|
136
142
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
137
143
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
138
144
|
roundStep?: number | null | undefined;
|
|
145
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
139
146
|
maxRounds?: number | null | undefined;
|
|
140
147
|
};
|
|
141
148
|
}[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FavoriteMessagesPreferenceCase.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreferenceCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"FavoriteMessagesPreferenceCase.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreferenceCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK/C,CAAA;AACF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAA"}
|
|
@@ -31,18 +31,21 @@ export declare const FavoriteMessagesPreferenceVariantSchema: z.ZodObject<{
|
|
|
31
31
|
value: z.ZodNumber;
|
|
32
32
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
33
33
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
34
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
34
35
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
35
36
|
}, "strip", z.ZodTypeAny, {
|
|
36
37
|
value: number;
|
|
37
38
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
38
39
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
39
40
|
roundStep?: number | null | undefined;
|
|
41
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
40
42
|
maxRounds?: number | null | undefined;
|
|
41
43
|
}, {
|
|
42
44
|
value: number;
|
|
43
45
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
44
46
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
45
47
|
roundStep?: number | null | undefined;
|
|
48
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
46
49
|
maxRounds?: number | null | undefined;
|
|
47
50
|
}>;
|
|
48
51
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -63,6 +66,7 @@ export declare const FavoriteMessagesPreferenceVariantSchema: z.ZodObject<{
|
|
|
63
66
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
64
67
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
65
68
|
roundStep?: number | null | undefined;
|
|
69
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
66
70
|
maxRounds?: number | null | undefined;
|
|
67
71
|
};
|
|
68
72
|
}, {
|
|
@@ -83,6 +87,7 @@ export declare const FavoriteMessagesPreferenceVariantSchema: z.ZodObject<{
|
|
|
83
87
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
84
88
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
85
89
|
roundStep?: number | null | undefined;
|
|
90
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
86
91
|
maxRounds?: number | null | undefined;
|
|
87
92
|
};
|
|
88
93
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FavoriteMessagesPreferenceVariant.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreferenceVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"FavoriteMessagesPreferenceVariant.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreferenceVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlD,CAAA;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAA"}
|
|
@@ -16,18 +16,21 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
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
|
acceptOfferWhenCorrect: z.ZodBoolean;
|
|
@@ -130,6 +133,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
130
133
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
131
134
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
132
135
|
roundStep?: number | null | undefined;
|
|
136
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
133
137
|
maxRounds?: number | null | undefined;
|
|
134
138
|
};
|
|
135
139
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -176,6 +180,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
176
180
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
177
181
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
178
182
|
roundStep?: number | null | undefined;
|
|
183
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
179
184
|
maxRounds?: number | null | undefined;
|
|
180
185
|
};
|
|
181
186
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -226,6 +231,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
226
231
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
227
232
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
228
233
|
roundStep?: number | null | undefined;
|
|
234
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
229
235
|
maxRounds?: number | null | undefined;
|
|
230
236
|
};
|
|
231
237
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -278,6 +284,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
278
284
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
279
285
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
280
286
|
roundStep?: number | null | undefined;
|
|
287
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
281
288
|
maxRounds?: number | null | undefined;
|
|
282
289
|
};
|
|
283
290
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -335,6 +342,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
335
342
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
336
343
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
337
344
|
roundStep?: number | null | undefined;
|
|
345
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
338
346
|
maxRounds?: number | null | undefined;
|
|
339
347
|
};
|
|
340
348
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -392,6 +400,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
392
400
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
393
401
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
394
402
|
roundStep?: number | null | undefined;
|
|
403
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
395
404
|
maxRounds?: number | null | undefined;
|
|
396
405
|
};
|
|
397
406
|
acceptOfferWhenCorrect: boolean;
|
package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NegotiationPreference.d.ts","sourceRoot":"","sources":["NegotiationPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"NegotiationPreference.d.ts","sourceRoot":"","sources":["NegotiationPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKtC,CAAA;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts
CHANGED
|
@@ -12,18 +12,21 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
12
12
|
value: z.ZodNumber;
|
|
13
13
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
14
14
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
15
16
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
17
|
}, "strip", z.ZodTypeAny, {
|
|
17
18
|
value: number;
|
|
18
19
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
19
20
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
20
21
|
roundStep?: number | null | undefined;
|
|
22
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
21
23
|
maxRounds?: number | null | undefined;
|
|
22
24
|
}, {
|
|
23
25
|
value: number;
|
|
24
26
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
25
27
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
26
28
|
roundStep?: number | null | undefined;
|
|
29
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
27
30
|
maxRounds?: number | null | undefined;
|
|
28
31
|
}>;
|
|
29
32
|
acceptOfferWhenCorrect: z.ZodBoolean;
|
|
@@ -126,6 +129,7 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
126
129
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
127
130
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
128
131
|
roundStep?: number | null | undefined;
|
|
132
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
129
133
|
maxRounds?: number | null | undefined;
|
|
130
134
|
};
|
|
131
135
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -172,6 +176,7 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
172
176
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
173
177
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
174
178
|
roundStep?: number | null | undefined;
|
|
179
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
175
180
|
maxRounds?: number | null | undefined;
|
|
176
181
|
};
|
|
177
182
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -222,6 +227,7 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
222
227
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
223
228
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
224
229
|
roundStep?: number | null | undefined;
|
|
230
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
225
231
|
maxRounds?: number | null | undefined;
|
|
226
232
|
};
|
|
227
233
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -274,6 +280,7 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
274
280
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
275
281
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
276
282
|
roundStep?: number | null | undefined;
|
|
283
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
277
284
|
maxRounds?: number | null | undefined;
|
|
278
285
|
};
|
|
279
286
|
acceptOfferWhenCorrect: boolean;
|
package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NegotiationPreferenceCase.d.ts","sourceRoot":"","sources":["NegotiationPreferenceCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"NegotiationPreferenceCase.d.ts","sourceRoot":"","sources":["NegotiationPreferenceCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM1C,CAAA;AACF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts
CHANGED
|
@@ -7,18 +7,21 @@ export declare const NegotiationPreferenceVariantSchema: 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
|
acceptOfferWhenCorrect: z.ZodBoolean;
|
|
@@ -121,6 +124,7 @@ export declare const NegotiationPreferenceVariantSchema: z.ZodObject<{
|
|
|
121
124
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
122
125
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
123
126
|
roundStep?: number | null | undefined;
|
|
127
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
124
128
|
maxRounds?: number | null | undefined;
|
|
125
129
|
};
|
|
126
130
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -167,6 +171,7 @@ export declare const NegotiationPreferenceVariantSchema: z.ZodObject<{
|
|
|
167
171
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
168
172
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
169
173
|
roundStep?: number | null | undefined;
|
|
174
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
170
175
|
maxRounds?: number | null | undefined;
|
|
171
176
|
};
|
|
172
177
|
acceptOfferWhenCorrect: boolean;
|
package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NegotiationPreferenceVariant.d.ts","sourceRoot":"","sources":["NegotiationPreferenceVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"NegotiationPreferenceVariant.d.ts","sourceRoot":"","sources":["NegotiationPreferenceVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAY7C,CAAA;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAA"}
|