controlresell 2.16.2 → 2.16.3
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 +26 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +22 -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/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/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 +52 -0
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +44 -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 +26 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +52 -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/platforms/orders/UserOrders.d.ts +30 -0
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +26 -0
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +26 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +52 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +1 -2
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -2
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -2
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts +0 -22
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.ts +0 -10
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts +0 -19
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.ts +0 -10
package/src/com/controlresell/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"}
|
|
@@ -3,7 +3,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
3
3
|
id: z.ZodString;
|
|
4
4
|
userId: z.ZodNumber;
|
|
5
5
|
itemFilters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6
|
-
sort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE"]>>>;
|
|
6
|
+
sort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE", "NAME_ASC", "NAME_DESC"]>>>;
|
|
7
7
|
sold: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
8
8
|
categoriesId: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9
9
|
brandsId: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -103,7 +103,6 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
103
103
|
first: Date;
|
|
104
104
|
second: Date;
|
|
105
105
|
}>, "many">>>;
|
|
106
|
-
userIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
107
106
|
historyCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
108
107
|
first: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
109
108
|
second: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -125,7 +124,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
125
124
|
second?: Date | null | undefined;
|
|
126
125
|
}>>>;
|
|
127
126
|
}, "strip", z.ZodTypeAny, {
|
|
128
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
127
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
129
128
|
isDraft?: boolean | null | undefined;
|
|
130
129
|
viewsCount?: {
|
|
131
130
|
first?: number | null | undefined;
|
|
@@ -177,7 +176,6 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
177
176
|
first: Date;
|
|
178
177
|
second: Date;
|
|
179
178
|
}[] | null | undefined;
|
|
180
|
-
userIds?: number[] | null | undefined;
|
|
181
179
|
historyCreatedAt?: {
|
|
182
180
|
first?: Date | null | undefined;
|
|
183
181
|
second?: Date | null | undefined;
|
|
@@ -187,7 +185,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
187
185
|
second?: Date | null | undefined;
|
|
188
186
|
} | null | undefined;
|
|
189
187
|
}, {
|
|
190
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
188
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
191
189
|
isDraft?: boolean | null | undefined;
|
|
192
190
|
viewsCount?: {
|
|
193
191
|
first?: number | null | undefined;
|
|
@@ -239,7 +237,6 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
239
237
|
first: Date;
|
|
240
238
|
second: Date;
|
|
241
239
|
}[] | null | undefined;
|
|
242
|
-
userIds?: number[] | null | undefined;
|
|
243
240
|
historyCreatedAt?: {
|
|
244
241
|
first?: Date | null | undefined;
|
|
245
242
|
second?: Date | null | undefined;
|
|
@@ -253,7 +250,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
253
250
|
id: string;
|
|
254
251
|
userId: number;
|
|
255
252
|
itemFilters?: {
|
|
256
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
253
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
257
254
|
isDraft?: boolean | null | undefined;
|
|
258
255
|
viewsCount?: {
|
|
259
256
|
first?: number | null | undefined;
|
|
@@ -305,7 +302,6 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
305
302
|
first: Date;
|
|
306
303
|
second: Date;
|
|
307
304
|
}[] | null | undefined;
|
|
308
|
-
userIds?: number[] | null | undefined;
|
|
309
305
|
historyCreatedAt?: {
|
|
310
306
|
first?: Date | null | undefined;
|
|
311
307
|
second?: Date | null | undefined;
|
|
@@ -319,7 +315,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
319
315
|
id: string;
|
|
320
316
|
userId: number;
|
|
321
317
|
itemFilters?: {
|
|
322
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
318
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
323
319
|
isDraft?: boolean | null | undefined;
|
|
324
320
|
viewsCount?: {
|
|
325
321
|
first?: number | null | undefined;
|
|
@@ -371,7 +367,6 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
371
367
|
first: Date;
|
|
372
368
|
second: Date;
|
|
373
369
|
}[] | null | undefined;
|
|
374
|
-
userIds?: number[] | null | undefined;
|
|
375
370
|
historyCreatedAt?: {
|
|
376
371
|
first?: Date | null | undefined;
|
|
377
372
|
second?: Date | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SavedFilters.d.ts","sourceRoot":"","sources":["SavedFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"SavedFilters.d.ts","sourceRoot":"","sources":["SavedFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
3
3
|
itemFilters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4
|
-
sort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE"]>>>;
|
|
4
|
+
sort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE", "NAME_ASC", "NAME_DESC"]>>>;
|
|
5
5
|
sold: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
6
6
|
categoriesId: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7
7
|
brandsId: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -101,7 +101,6 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
101
101
|
first: Date;
|
|
102
102
|
second: Date;
|
|
103
103
|
}>, "many">>>;
|
|
104
|
-
userIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
105
104
|
historyCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
106
105
|
first: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
107
106
|
second: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -123,7 +122,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
123
122
|
second?: Date | null | undefined;
|
|
124
123
|
}>>>;
|
|
125
124
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
125
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
127
126
|
isDraft?: boolean | null | undefined;
|
|
128
127
|
viewsCount?: {
|
|
129
128
|
first?: number | null | undefined;
|
|
@@ -175,7 +174,6 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
175
174
|
first: Date;
|
|
176
175
|
second: Date;
|
|
177
176
|
}[] | null | undefined;
|
|
178
|
-
userIds?: number[] | null | undefined;
|
|
179
177
|
historyCreatedAt?: {
|
|
180
178
|
first?: Date | null | undefined;
|
|
181
179
|
second?: Date | null | undefined;
|
|
@@ -185,7 +183,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
185
183
|
second?: Date | null | undefined;
|
|
186
184
|
} | null | undefined;
|
|
187
185
|
}, {
|
|
188
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
186
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
189
187
|
isDraft?: boolean | null | undefined;
|
|
190
188
|
viewsCount?: {
|
|
191
189
|
first?: number | null | undefined;
|
|
@@ -237,7 +235,6 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
237
235
|
first: Date;
|
|
238
236
|
second: Date;
|
|
239
237
|
}[] | null | undefined;
|
|
240
|
-
userIds?: number[] | null | undefined;
|
|
241
238
|
historyCreatedAt?: {
|
|
242
239
|
first?: Date | null | undefined;
|
|
243
240
|
second?: Date | null | undefined;
|
|
@@ -249,7 +246,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
249
246
|
}>>>;
|
|
250
247
|
}, "strip", z.ZodTypeAny, {
|
|
251
248
|
itemFilters?: {
|
|
252
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
249
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
253
250
|
isDraft?: boolean | null | undefined;
|
|
254
251
|
viewsCount?: {
|
|
255
252
|
first?: number | null | undefined;
|
|
@@ -301,7 +298,6 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
301
298
|
first: Date;
|
|
302
299
|
second: Date;
|
|
303
300
|
}[] | null | undefined;
|
|
304
|
-
userIds?: number[] | null | undefined;
|
|
305
301
|
historyCreatedAt?: {
|
|
306
302
|
first?: Date | null | undefined;
|
|
307
303
|
second?: Date | null | undefined;
|
|
@@ -313,7 +309,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
313
309
|
} | null | undefined;
|
|
314
310
|
}, {
|
|
315
311
|
itemFilters?: {
|
|
316
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
312
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
317
313
|
isDraft?: boolean | null | undefined;
|
|
318
314
|
viewsCount?: {
|
|
319
315
|
first?: number | null | undefined;
|
|
@@ -365,7 +361,6 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
365
361
|
first: Date;
|
|
366
362
|
second: Date;
|
|
367
363
|
}[] | null | undefined;
|
|
368
|
-
userIds?: number[] | null | undefined;
|
|
369
364
|
historyCreatedAt?: {
|
|
370
365
|
first?: Date | null | undefined;
|
|
371
366
|
second?: Date | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SavedFiltersPayload.d.ts","sourceRoot":"","sources":["SavedFiltersPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"SavedFiltersPayload.d.ts","sourceRoot":"","sources":["SavedFiltersPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEpC,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA"}
|
|
@@ -817,18 +817,21 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
817
817
|
value: z.ZodNumber;
|
|
818
818
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
819
819
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
820
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
820
821
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
821
822
|
}, "strip", z.ZodTypeAny, {
|
|
822
823
|
value: number;
|
|
823
824
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
824
825
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
825
826
|
roundStep?: number | null | undefined;
|
|
827
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
826
828
|
maxRounds?: number | null | undefined;
|
|
827
829
|
}, {
|
|
828
830
|
value: number;
|
|
829
831
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
830
832
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
831
833
|
roundStep?: number | null | undefined;
|
|
834
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
832
835
|
maxRounds?: number | null | undefined;
|
|
833
836
|
}>>>;
|
|
834
837
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -842,6 +845,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
842
845
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
843
846
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
844
847
|
roundStep?: number | null | undefined;
|
|
848
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
845
849
|
maxRounds?: number | null | undefined;
|
|
846
850
|
} | null | undefined;
|
|
847
851
|
isTransfer?: boolean | null | undefined;
|
|
@@ -855,6 +859,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
855
859
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
856
860
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
857
861
|
roundStep?: number | null | undefined;
|
|
862
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
858
863
|
maxRounds?: number | null | undefined;
|
|
859
864
|
} | null | undefined;
|
|
860
865
|
isTransfer?: boolean | null | undefined;
|
|
@@ -872,6 +877,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
872
877
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
873
878
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
874
879
|
roundStep?: number | null | undefined;
|
|
880
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
875
881
|
maxRounds?: number | null | undefined;
|
|
876
882
|
} | null | undefined;
|
|
877
883
|
isTransfer?: boolean | null | undefined;
|
|
@@ -888,6 +894,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
888
894
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
889
895
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
890
896
|
roundStep?: number | null | undefined;
|
|
897
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
891
898
|
maxRounds?: number | null | undefined;
|
|
892
899
|
} | null | undefined;
|
|
893
900
|
isTransfer?: boolean | null | undefined;
|
|
@@ -919,18 +926,21 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
919
926
|
value: z.ZodNumber;
|
|
920
927
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
921
928
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
929
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
922
930
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
923
931
|
}, "strip", z.ZodTypeAny, {
|
|
924
932
|
value: number;
|
|
925
933
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
926
934
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
927
935
|
roundStep?: number | null | undefined;
|
|
936
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
928
937
|
maxRounds?: number | null | undefined;
|
|
929
938
|
}, {
|
|
930
939
|
value: number;
|
|
931
940
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
932
941
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
933
942
|
roundStep?: number | null | undefined;
|
|
943
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
934
944
|
maxRounds?: number | null | undefined;
|
|
935
945
|
}>>>;
|
|
936
946
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -949,6 +959,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
949
959
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
950
960
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
951
961
|
roundStep?: number | null | undefined;
|
|
962
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
952
963
|
maxRounds?: number | null | undefined;
|
|
953
964
|
} | null | undefined;
|
|
954
965
|
}, {
|
|
@@ -967,6 +978,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
967
978
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
968
979
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
969
980
|
roundStep?: number | null | undefined;
|
|
981
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
970
982
|
maxRounds?: number | null | undefined;
|
|
971
983
|
} | null | undefined;
|
|
972
984
|
}>;
|
|
@@ -989,6 +1001,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
989
1001
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
990
1002
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
991
1003
|
roundStep?: number | null | undefined;
|
|
1004
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
992
1005
|
maxRounds?: number | null | undefined;
|
|
993
1006
|
} | null | undefined;
|
|
994
1007
|
};
|
|
@@ -1010,6 +1023,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1010
1023
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1011
1024
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1012
1025
|
roundStep?: number | null | undefined;
|
|
1026
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1013
1027
|
maxRounds?: number | null | undefined;
|
|
1014
1028
|
} | null | undefined;
|
|
1015
1029
|
};
|
|
@@ -1457,6 +1471,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1457
1471
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1458
1472
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1459
1473
|
roundStep?: number | null | undefined;
|
|
1474
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1460
1475
|
maxRounds?: number | null | undefined;
|
|
1461
1476
|
} | null | undefined;
|
|
1462
1477
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1481,6 +1496,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1481
1496
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1482
1497
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1483
1498
|
roundStep?: number | null | undefined;
|
|
1499
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1484
1500
|
maxRounds?: number | null | undefined;
|
|
1485
1501
|
} | null | undefined;
|
|
1486
1502
|
};
|
|
@@ -1665,6 +1681,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1665
1681
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1666
1682
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1667
1683
|
roundStep?: number | null | undefined;
|
|
1684
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1668
1685
|
maxRounds?: number | null | undefined;
|
|
1669
1686
|
} | null | undefined;
|
|
1670
1687
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1689,6 +1706,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1689
1706
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1690
1707
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1691
1708
|
roundStep?: number | null | undefined;
|
|
1709
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1692
1710
|
maxRounds?: number | null | undefined;
|
|
1693
1711
|
} | null | undefined;
|
|
1694
1712
|
};
|
|
@@ -2488,18 +2506,21 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2488
2506
|
value: z.ZodNumber;
|
|
2489
2507
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2490
2508
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2509
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2491
2510
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2492
2511
|
}, "strip", z.ZodTypeAny, {
|
|
2493
2512
|
value: number;
|
|
2494
2513
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2495
2514
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2496
2515
|
roundStep?: number | null | undefined;
|
|
2516
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2497
2517
|
maxRounds?: number | null | undefined;
|
|
2498
2518
|
}, {
|
|
2499
2519
|
value: number;
|
|
2500
2520
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2501
2521
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2502
2522
|
roundStep?: number | null | undefined;
|
|
2523
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2503
2524
|
maxRounds?: number | null | undefined;
|
|
2504
2525
|
}>>>;
|
|
2505
2526
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -2513,6 +2534,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2513
2534
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2514
2535
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2515
2536
|
roundStep?: number | null | undefined;
|
|
2537
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2516
2538
|
maxRounds?: number | null | undefined;
|
|
2517
2539
|
} | null | undefined;
|
|
2518
2540
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2526,6 +2548,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2526
2548
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2527
2549
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2528
2550
|
roundStep?: number | null | undefined;
|
|
2551
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2529
2552
|
maxRounds?: number | null | undefined;
|
|
2530
2553
|
} | null | undefined;
|
|
2531
2554
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2543,6 +2566,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2543
2566
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2544
2567
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2545
2568
|
roundStep?: number | null | undefined;
|
|
2569
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2546
2570
|
maxRounds?: number | null | undefined;
|
|
2547
2571
|
} | null | undefined;
|
|
2548
2572
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2559,6 +2583,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2559
2583
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2560
2584
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2561
2585
|
roundStep?: number | null | undefined;
|
|
2586
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2562
2587
|
maxRounds?: number | null | undefined;
|
|
2563
2588
|
} | null | undefined;
|
|
2564
2589
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2590,18 +2615,21 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2590
2615
|
value: z.ZodNumber;
|
|
2591
2616
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2592
2617
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2618
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2593
2619
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2594
2620
|
}, "strip", z.ZodTypeAny, {
|
|
2595
2621
|
value: number;
|
|
2596
2622
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2597
2623
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2598
2624
|
roundStep?: number | null | undefined;
|
|
2625
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2599
2626
|
maxRounds?: number | null | undefined;
|
|
2600
2627
|
}, {
|
|
2601
2628
|
value: number;
|
|
2602
2629
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2603
2630
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2604
2631
|
roundStep?: number | null | undefined;
|
|
2632
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2605
2633
|
maxRounds?: number | null | undefined;
|
|
2606
2634
|
}>>>;
|
|
2607
2635
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2620,6 +2648,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2620
2648
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2621
2649
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2622
2650
|
roundStep?: number | null | undefined;
|
|
2651
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2623
2652
|
maxRounds?: number | null | undefined;
|
|
2624
2653
|
} | null | undefined;
|
|
2625
2654
|
}, {
|
|
@@ -2638,6 +2667,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2638
2667
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2639
2668
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2640
2669
|
roundStep?: number | null | undefined;
|
|
2670
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2641
2671
|
maxRounds?: number | null | undefined;
|
|
2642
2672
|
} | null | undefined;
|
|
2643
2673
|
}>;
|
|
@@ -2660,6 +2690,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2660
2690
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2661
2691
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2662
2692
|
roundStep?: number | null | undefined;
|
|
2693
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2663
2694
|
maxRounds?: number | null | undefined;
|
|
2664
2695
|
} | null | undefined;
|
|
2665
2696
|
};
|
|
@@ -2681,6 +2712,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2681
2712
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2682
2713
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2683
2714
|
roundStep?: number | null | undefined;
|
|
2715
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2684
2716
|
maxRounds?: number | null | undefined;
|
|
2685
2717
|
} | null | undefined;
|
|
2686
2718
|
};
|
|
@@ -3128,6 +3160,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3128
3160
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3129
3161
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3130
3162
|
roundStep?: number | null | undefined;
|
|
3163
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3131
3164
|
maxRounds?: number | null | undefined;
|
|
3132
3165
|
} | null | undefined;
|
|
3133
3166
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3152,6 +3185,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3152
3185
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3153
3186
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3154
3187
|
roundStep?: number | null | undefined;
|
|
3188
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3155
3189
|
maxRounds?: number | null | undefined;
|
|
3156
3190
|
} | null | undefined;
|
|
3157
3191
|
};
|
|
@@ -3336,6 +3370,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3336
3370
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3337
3371
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3338
3372
|
roundStep?: number | null | undefined;
|
|
3373
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3339
3374
|
maxRounds?: number | null | undefined;
|
|
3340
3375
|
} | null | undefined;
|
|
3341
3376
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3360,6 +3395,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3360
3395
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3361
3396
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3362
3397
|
roundStep?: number | null | undefined;
|
|
3398
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3363
3399
|
maxRounds?: number | null | undefined;
|
|
3364
3400
|
} | null | undefined;
|
|
3365
3401
|
};
|
|
@@ -3650,6 +3686,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3650
3686
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3651
3687
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3652
3688
|
roundStep?: number | null | undefined;
|
|
3689
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3653
3690
|
maxRounds?: number | null | undefined;
|
|
3654
3691
|
} | null | undefined;
|
|
3655
3692
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3674,6 +3711,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3674
3711
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3675
3712
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3676
3713
|
roundStep?: number | null | undefined;
|
|
3714
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3677
3715
|
maxRounds?: number | null | undefined;
|
|
3678
3716
|
} | null | undefined;
|
|
3679
3717
|
};
|
|
@@ -3868,6 +3906,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3868
3906
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3869
3907
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3870
3908
|
roundStep?: number | null | undefined;
|
|
3909
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3871
3910
|
maxRounds?: number | null | undefined;
|
|
3872
3911
|
} | null | undefined;
|
|
3873
3912
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3892,6 +3931,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3892
3931
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3893
3932
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3894
3933
|
roundStep?: number | null | undefined;
|
|
3934
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3895
3935
|
maxRounds?: number | null | undefined;
|
|
3896
3936
|
} | null | undefined;
|
|
3897
3937
|
};
|
|
@@ -4180,6 +4220,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4180
4220
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4181
4221
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4182
4222
|
roundStep?: number | null | undefined;
|
|
4223
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4183
4224
|
maxRounds?: number | null | undefined;
|
|
4184
4225
|
} | null | undefined;
|
|
4185
4226
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4204,6 +4245,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4204
4245
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4205
4246
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4206
4247
|
roundStep?: number | null | undefined;
|
|
4248
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4207
4249
|
maxRounds?: number | null | undefined;
|
|
4208
4250
|
} | null | undefined;
|
|
4209
4251
|
};
|
|
@@ -4398,6 +4440,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4398
4440
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4399
4441
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4400
4442
|
roundStep?: number | null | undefined;
|
|
4443
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4401
4444
|
maxRounds?: number | null | undefined;
|
|
4402
4445
|
} | null | undefined;
|
|
4403
4446
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4422,6 +4465,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4422
4465
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4423
4466
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4424
4467
|
roundStep?: number | null | undefined;
|
|
4468
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4425
4469
|
maxRounds?: number | null | undefined;
|
|
4426
4470
|
} | null | undefined;
|
|
4427
4471
|
};
|
|
@@ -4737,6 +4781,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4737
4781
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4738
4782
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4739
4783
|
roundStep?: number | null | undefined;
|
|
4784
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4740
4785
|
maxRounds?: number | null | undefined;
|
|
4741
4786
|
} | null | undefined;
|
|
4742
4787
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4761,6 +4806,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4761
4806
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4762
4807
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4763
4808
|
roundStep?: number | null | undefined;
|
|
4809
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4764
4810
|
maxRounds?: number | null | undefined;
|
|
4765
4811
|
} | null | undefined;
|
|
4766
4812
|
};
|
|
@@ -4955,6 +5001,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4955
5001
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4956
5002
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4957
5003
|
roundStep?: number | null | undefined;
|
|
5004
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4958
5005
|
maxRounds?: number | null | undefined;
|
|
4959
5006
|
} | null | undefined;
|
|
4960
5007
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4979,6 +5026,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4979
5026
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4980
5027
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4981
5028
|
roundStep?: number | null | undefined;
|
|
5029
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4982
5030
|
maxRounds?: number | null | undefined;
|
|
4983
5031
|
} | null | undefined;
|
|
4984
5032
|
};
|
|
@@ -5278,6 +5326,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5278
5326
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5279
5327
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5280
5328
|
roundStep?: number | null | undefined;
|
|
5329
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5281
5330
|
maxRounds?: number | null | undefined;
|
|
5282
5331
|
} | null | undefined;
|
|
5283
5332
|
isTransfer?: boolean | null | undefined;
|
|
@@ -5302,6 +5351,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5302
5351
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5303
5352
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5304
5353
|
roundStep?: number | null | undefined;
|
|
5354
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5305
5355
|
maxRounds?: number | null | undefined;
|
|
5306
5356
|
} | null | undefined;
|
|
5307
5357
|
};
|
|
@@ -5496,6 +5546,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5496
5546
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5497
5547
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5498
5548
|
roundStep?: number | null | undefined;
|
|
5549
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5499
5550
|
maxRounds?: number | null | undefined;
|
|
5500
5551
|
} | null | undefined;
|
|
5501
5552
|
isTransfer?: boolean | null | undefined;
|
|
@@ -5520,6 +5571,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5520
5571
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5521
5572
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5522
5573
|
roundStep?: number | null | undefined;
|
|
5574
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5523
5575
|
maxRounds?: number | null | undefined;
|
|
5524
5576
|
} | null | undefined;
|
|
5525
5577
|
};
|