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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "controlresell",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.4",
|
|
4
4
|
"description": "Auto-generated zod project from Kotlin using guimauvedigital/zodable",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"typescript": "^5.9.3"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"controlresell-connector": "^1.3.
|
|
21
|
+
"controlresell-connector": "^1.3.1",
|
|
22
22
|
"zod": "^3.25.76",
|
|
23
23
|
"zodable-kotlin-primitives": "^1.0.0"
|
|
24
24
|
}
|
|
@@ -6,18 +6,21 @@ export declare const PriceDropRequestSchema: z.ZodObject<{
|
|
|
6
6
|
value: z.ZodNumber;
|
|
7
7
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
8
8
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
9
10
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10
11
|
}, "strip", z.ZodTypeAny, {
|
|
11
12
|
value: number;
|
|
12
13
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
13
14
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
14
15
|
roundStep?: number | null | undefined;
|
|
16
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
15
17
|
maxRounds?: number | null | undefined;
|
|
16
18
|
}, {
|
|
17
19
|
value: number;
|
|
18
20
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
19
21
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
20
22
|
roundStep?: number | null | undefined;
|
|
23
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
21
24
|
maxRounds?: number | null | undefined;
|
|
22
25
|
}>;
|
|
23
26
|
accountsId: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -28,6 +31,7 @@ export declare const PriceDropRequestSchema: z.ZodObject<{
|
|
|
28
31
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
29
32
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
30
33
|
roundStep?: number | null | undefined;
|
|
34
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
31
35
|
maxRounds?: number | null | undefined;
|
|
32
36
|
};
|
|
33
37
|
accountsId?: string[] | null | undefined;
|
|
@@ -38,6 +42,7 @@ export declare const PriceDropRequestSchema: z.ZodObject<{
|
|
|
38
42
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
39
43
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
40
44
|
roundStep?: number | null | undefined;
|
|
45
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
41
46
|
maxRounds?: number | null | undefined;
|
|
42
47
|
};
|
|
43
48
|
accountsId?: string[] | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceDropRequest.d.ts","sourceRoot":"","sources":["PriceDropRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"PriceDropRequest.d.ts","sourceRoot":"","sources":["PriceDropRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|
|
@@ -58,18 +58,21 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
58
58
|
value: z.ZodNumber;
|
|
59
59
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
60
60
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
61
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
61
62
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
62
63
|
}, "strip", z.ZodTypeAny, {
|
|
63
64
|
value: number;
|
|
64
65
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
65
66
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
66
67
|
roundStep?: number | null | undefined;
|
|
68
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
67
69
|
maxRounds?: number | null | undefined;
|
|
68
70
|
}, {
|
|
69
71
|
value: number;
|
|
70
72
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
71
73
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
72
74
|
roundStep?: number | null | undefined;
|
|
75
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
73
76
|
maxRounds?: number | null | undefined;
|
|
74
77
|
}>>>;
|
|
75
78
|
visionPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -142,6 +145,7 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
142
145
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
143
146
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
144
147
|
roundStep?: number | null | undefined;
|
|
148
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
145
149
|
maxRounds?: number | null | undefined;
|
|
146
150
|
} | null | undefined;
|
|
147
151
|
targetAccountId?: string | null | undefined;
|
|
@@ -186,6 +190,7 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
186
190
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
187
191
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
188
192
|
roundStep?: number | null | undefined;
|
|
193
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
189
194
|
maxRounds?: number | null | undefined;
|
|
190
195
|
} | null | undefined;
|
|
191
196
|
targetAccountId?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RepublishRequest.d.ts","sourceRoot":"","sources":["RepublishRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"RepublishRequest.d.ts","sourceRoot":"","sources":["RepublishRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|
|
@@ -794,18 +794,21 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
794
794
|
value: z.ZodNumber;
|
|
795
795
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
796
796
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
797
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
797
798
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
798
799
|
}, "strip", z.ZodTypeAny, {
|
|
799
800
|
value: number;
|
|
800
801
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
801
802
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
802
803
|
roundStep?: number | null | undefined;
|
|
804
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
803
805
|
maxRounds?: number | null | undefined;
|
|
804
806
|
}, {
|
|
805
807
|
value: number;
|
|
806
808
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
807
809
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
808
810
|
roundStep?: number | null | undefined;
|
|
811
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
809
812
|
maxRounds?: number | null | undefined;
|
|
810
813
|
}>>>;
|
|
811
814
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -819,6 +822,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
819
822
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
820
823
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
821
824
|
roundStep?: number | null | undefined;
|
|
825
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
822
826
|
maxRounds?: number | null | undefined;
|
|
823
827
|
} | null | undefined;
|
|
824
828
|
isTransfer?: boolean | null | undefined;
|
|
@@ -832,6 +836,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
832
836
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
833
837
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
834
838
|
roundStep?: number | null | undefined;
|
|
839
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
835
840
|
maxRounds?: number | null | undefined;
|
|
836
841
|
} | null | undefined;
|
|
837
842
|
isTransfer?: boolean | null | undefined;
|
|
@@ -849,6 +854,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
849
854
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
850
855
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
851
856
|
roundStep?: number | null | undefined;
|
|
857
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
852
858
|
maxRounds?: number | null | undefined;
|
|
853
859
|
} | null | undefined;
|
|
854
860
|
isTransfer?: boolean | null | undefined;
|
|
@@ -865,6 +871,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
865
871
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
866
872
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
867
873
|
roundStep?: number | null | undefined;
|
|
874
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
868
875
|
maxRounds?: number | null | undefined;
|
|
869
876
|
} | null | undefined;
|
|
870
877
|
isTransfer?: boolean | null | undefined;
|
|
@@ -896,18 +903,21 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
896
903
|
value: z.ZodNumber;
|
|
897
904
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
898
905
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
906
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
899
907
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
900
908
|
}, "strip", z.ZodTypeAny, {
|
|
901
909
|
value: number;
|
|
902
910
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
903
911
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
904
912
|
roundStep?: number | null | undefined;
|
|
913
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
905
914
|
maxRounds?: number | null | undefined;
|
|
906
915
|
}, {
|
|
907
916
|
value: number;
|
|
908
917
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
909
918
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
910
919
|
roundStep?: number | null | undefined;
|
|
920
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
911
921
|
maxRounds?: number | null | undefined;
|
|
912
922
|
}>>>;
|
|
913
923
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -926,6 +936,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
926
936
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
927
937
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
928
938
|
roundStep?: number | null | undefined;
|
|
939
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
929
940
|
maxRounds?: number | null | undefined;
|
|
930
941
|
} | null | undefined;
|
|
931
942
|
}, {
|
|
@@ -944,6 +955,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
944
955
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
945
956
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
946
957
|
roundStep?: number | null | undefined;
|
|
958
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
947
959
|
maxRounds?: number | null | undefined;
|
|
948
960
|
} | null | undefined;
|
|
949
961
|
}>;
|
|
@@ -966,6 +978,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
966
978
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
967
979
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
968
980
|
roundStep?: number | null | undefined;
|
|
981
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
969
982
|
maxRounds?: number | null | undefined;
|
|
970
983
|
} | null | undefined;
|
|
971
984
|
};
|
|
@@ -987,6 +1000,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
987
1000
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
988
1001
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
989
1002
|
roundStep?: number | null | undefined;
|
|
1003
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
990
1004
|
maxRounds?: number | null | undefined;
|
|
991
1005
|
} | null | undefined;
|
|
992
1006
|
};
|
|
@@ -1434,6 +1448,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1434
1448
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1435
1449
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1436
1450
|
roundStep?: number | null | undefined;
|
|
1451
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1437
1452
|
maxRounds?: number | null | undefined;
|
|
1438
1453
|
} | null | undefined;
|
|
1439
1454
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1458,6 +1473,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1458
1473
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1459
1474
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1460
1475
|
roundStep?: number | null | undefined;
|
|
1476
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1461
1477
|
maxRounds?: number | null | undefined;
|
|
1462
1478
|
} | null | undefined;
|
|
1463
1479
|
};
|
|
@@ -1642,6 +1658,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1642
1658
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1643
1659
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1644
1660
|
roundStep?: number | null | undefined;
|
|
1661
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1645
1662
|
maxRounds?: number | null | undefined;
|
|
1646
1663
|
} | null | undefined;
|
|
1647
1664
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1666,6 +1683,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1666
1683
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1667
1684
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1668
1685
|
roundStep?: number | null | undefined;
|
|
1686
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1669
1687
|
maxRounds?: number | null | undefined;
|
|
1670
1688
|
} | null | undefined;
|
|
1671
1689
|
};
|
|
@@ -1763,6 +1781,26 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1763
1781
|
favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1764
1782
|
ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1765
1783
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1784
|
+
profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1785
|
+
profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1786
|
+
id: z.ZodString;
|
|
1787
|
+
userId: z.ZodNumber;
|
|
1788
|
+
path: z.ZodString;
|
|
1789
|
+
signedUrl: z.ZodString;
|
|
1790
|
+
createdAt: z.ZodDate;
|
|
1791
|
+
}, "strip", z.ZodTypeAny, {
|
|
1792
|
+
path: string;
|
|
1793
|
+
id: string;
|
|
1794
|
+
createdAt: Date;
|
|
1795
|
+
userId: number;
|
|
1796
|
+
signedUrl: string;
|
|
1797
|
+
}, {
|
|
1798
|
+
path: string;
|
|
1799
|
+
id: string;
|
|
1800
|
+
createdAt: Date;
|
|
1801
|
+
userId: number;
|
|
1802
|
+
signedUrl: string;
|
|
1803
|
+
}>>>;
|
|
1766
1804
|
}, "strip", z.ZodTypeAny, {
|
|
1767
1805
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
1768
1806
|
name: string;
|
|
@@ -1777,6 +1815,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1777
1815
|
favoritesMaxDelay?: number | null | undefined;
|
|
1778
1816
|
ordersMaxDelay?: number | null | undefined;
|
|
1779
1817
|
conversationsMaxDelay?: number | null | undefined;
|
|
1818
|
+
profilePictureFileId?: string | null | undefined;
|
|
1819
|
+
profilePicture?: {
|
|
1820
|
+
path: string;
|
|
1821
|
+
id: string;
|
|
1822
|
+
createdAt: Date;
|
|
1823
|
+
userId: number;
|
|
1824
|
+
signedUrl: string;
|
|
1825
|
+
} | null | undefined;
|
|
1780
1826
|
}, {
|
|
1781
1827
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
1782
1828
|
name: string;
|
|
@@ -1791,6 +1837,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1791
1837
|
favoritesMaxDelay?: number | null | undefined;
|
|
1792
1838
|
ordersMaxDelay?: number | null | undefined;
|
|
1793
1839
|
conversationsMaxDelay?: number | null | undefined;
|
|
1840
|
+
profilePictureFileId?: string | null | undefined;
|
|
1841
|
+
profilePicture?: {
|
|
1842
|
+
path: string;
|
|
1843
|
+
id: string;
|
|
1844
|
+
createdAt: Date;
|
|
1845
|
+
userId: number;
|
|
1846
|
+
signedUrl: string;
|
|
1847
|
+
} | null | undefined;
|
|
1794
1848
|
}>>>;
|
|
1795
1849
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1796
1850
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1823,6 +1877,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1823
1877
|
favoritesMaxDelay?: number | null | undefined;
|
|
1824
1878
|
ordersMaxDelay?: number | null | undefined;
|
|
1825
1879
|
conversationsMaxDelay?: number | null | undefined;
|
|
1880
|
+
profilePictureFileId?: string | null | undefined;
|
|
1881
|
+
profilePicture?: {
|
|
1882
|
+
path: string;
|
|
1883
|
+
id: string;
|
|
1884
|
+
createdAt: Date;
|
|
1885
|
+
userId: number;
|
|
1886
|
+
signedUrl: string;
|
|
1887
|
+
} | null | undefined;
|
|
1826
1888
|
} | null | undefined;
|
|
1827
1889
|
}, {
|
|
1828
1890
|
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
@@ -1852,6 +1914,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1852
1914
|
favoritesMaxDelay?: number | null | undefined;
|
|
1853
1915
|
ordersMaxDelay?: number | null | undefined;
|
|
1854
1916
|
conversationsMaxDelay?: number | null | undefined;
|
|
1917
|
+
profilePictureFileId?: string | null | undefined;
|
|
1918
|
+
profilePicture?: {
|
|
1919
|
+
path: string;
|
|
1920
|
+
id: string;
|
|
1921
|
+
createdAt: Date;
|
|
1922
|
+
userId: number;
|
|
1923
|
+
signedUrl: string;
|
|
1924
|
+
} | null | undefined;
|
|
1855
1925
|
} | null | undefined;
|
|
1856
1926
|
}>, "many">>>;
|
|
1857
1927
|
actions: z.ZodObject<{
|
|
@@ -1937,6 +2007,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1937
2007
|
favoritesMaxDelay?: number | null | undefined;
|
|
1938
2008
|
ordersMaxDelay?: number | null | undefined;
|
|
1939
2009
|
conversationsMaxDelay?: number | null | undefined;
|
|
2010
|
+
profilePictureFileId?: string | null | undefined;
|
|
2011
|
+
profilePicture?: {
|
|
2012
|
+
path: string;
|
|
2013
|
+
id: string;
|
|
2014
|
+
createdAt: Date;
|
|
2015
|
+
userId: number;
|
|
2016
|
+
signedUrl: string;
|
|
2017
|
+
} | null | undefined;
|
|
1940
2018
|
} | null | undefined;
|
|
1941
2019
|
}[] | null | undefined;
|
|
1942
2020
|
brandId?: number | null | undefined;
|
|
@@ -2086,6 +2164,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2086
2164
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2087
2165
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2088
2166
|
roundStep?: number | null | undefined;
|
|
2167
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2089
2168
|
maxRounds?: number | null | undefined;
|
|
2090
2169
|
} | null | undefined;
|
|
2091
2170
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2110,6 +2189,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2110
2189
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2111
2190
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2112
2191
|
roundStep?: number | null | undefined;
|
|
2192
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2113
2193
|
maxRounds?: number | null | undefined;
|
|
2114
2194
|
} | null | undefined;
|
|
2115
2195
|
};
|
|
@@ -2250,6 +2330,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2250
2330
|
favoritesMaxDelay?: number | null | undefined;
|
|
2251
2331
|
ordersMaxDelay?: number | null | undefined;
|
|
2252
2332
|
conversationsMaxDelay?: number | null | undefined;
|
|
2333
|
+
profilePictureFileId?: string | null | undefined;
|
|
2334
|
+
profilePicture?: {
|
|
2335
|
+
path: string;
|
|
2336
|
+
id: string;
|
|
2337
|
+
createdAt: Date;
|
|
2338
|
+
userId: number;
|
|
2339
|
+
signedUrl: string;
|
|
2340
|
+
} | null | undefined;
|
|
2253
2341
|
} | null | undefined;
|
|
2254
2342
|
}[] | null | undefined;
|
|
2255
2343
|
brandId?: number | null | undefined;
|
|
@@ -2399,6 +2487,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2399
2487
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2400
2488
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2401
2489
|
roundStep?: number | null | undefined;
|
|
2490
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2402
2491
|
maxRounds?: number | null | undefined;
|
|
2403
2492
|
} | null | undefined;
|
|
2404
2493
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2423,6 +2512,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2423
2512
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2424
2513
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2425
2514
|
roundStep?: number | null | undefined;
|
|
2515
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2426
2516
|
maxRounds?: number | null | undefined;
|
|
2427
2517
|
} | null | undefined;
|
|
2428
2518
|
};
|
|
@@ -2568,6 +2658,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2568
2658
|
favoritesMaxDelay?: number | null | undefined;
|
|
2569
2659
|
ordersMaxDelay?: number | null | undefined;
|
|
2570
2660
|
conversationsMaxDelay?: number | null | undefined;
|
|
2661
|
+
profilePictureFileId?: string | null | undefined;
|
|
2662
|
+
profilePicture?: {
|
|
2663
|
+
path: string;
|
|
2664
|
+
id: string;
|
|
2665
|
+
createdAt: Date;
|
|
2666
|
+
userId: number;
|
|
2667
|
+
signedUrl: string;
|
|
2668
|
+
} | null | undefined;
|
|
2571
2669
|
} | null | undefined;
|
|
2572
2670
|
}[] | null | undefined;
|
|
2573
2671
|
brandId?: number | null | undefined;
|
|
@@ -2717,6 +2815,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2717
2815
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2718
2816
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2719
2817
|
roundStep?: number | null | undefined;
|
|
2818
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2720
2819
|
maxRounds?: number | null | undefined;
|
|
2721
2820
|
} | null | undefined;
|
|
2722
2821
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2741,6 +2840,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2741
2840
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2742
2841
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2743
2842
|
roundStep?: number | null | undefined;
|
|
2843
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2744
2844
|
maxRounds?: number | null | undefined;
|
|
2745
2845
|
} | null | undefined;
|
|
2746
2846
|
};
|
|
@@ -2887,6 +2987,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2887
2987
|
favoritesMaxDelay?: number | null | undefined;
|
|
2888
2988
|
ordersMaxDelay?: number | null | undefined;
|
|
2889
2989
|
conversationsMaxDelay?: number | null | undefined;
|
|
2990
|
+
profilePictureFileId?: string | null | undefined;
|
|
2991
|
+
profilePicture?: {
|
|
2992
|
+
path: string;
|
|
2993
|
+
id: string;
|
|
2994
|
+
createdAt: Date;
|
|
2995
|
+
userId: number;
|
|
2996
|
+
signedUrl: string;
|
|
2997
|
+
} | null | undefined;
|
|
2890
2998
|
} | null | undefined;
|
|
2891
2999
|
}[] | null | undefined;
|
|
2892
3000
|
brandId?: number | null | undefined;
|
|
@@ -3036,6 +3144,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3036
3144
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3037
3145
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3038
3146
|
roundStep?: number | null | undefined;
|
|
3147
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3039
3148
|
maxRounds?: number | null | undefined;
|
|
3040
3149
|
} | null | undefined;
|
|
3041
3150
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3060,6 +3169,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3060
3169
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3061
3170
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3062
3171
|
roundStep?: number | null | undefined;
|
|
3172
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3063
3173
|
maxRounds?: number | null | undefined;
|
|
3064
3174
|
} | null | undefined;
|
|
3065
3175
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|