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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceWithCase.d.ts","sourceRoot":"","sources":["PreferenceWithCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"PreferenceWithCase.d.ts","sourceRoot":"","sources":["PreferenceWithCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAInC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
|
|
@@ -35,18 +35,21 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
35
35
|
value: z.ZodNumber;
|
|
36
36
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
37
37
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
38
39
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
39
40
|
}, "strip", z.ZodTypeAny, {
|
|
40
41
|
value: number;
|
|
41
42
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
42
43
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
43
44
|
roundStep?: number | null | undefined;
|
|
45
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
44
46
|
maxRounds?: number | null | undefined;
|
|
45
47
|
}, {
|
|
46
48
|
value: number;
|
|
47
49
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
48
50
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
49
51
|
roundStep?: number | null | undefined;
|
|
52
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
50
53
|
maxRounds?: number | null | undefined;
|
|
51
54
|
}>;
|
|
52
55
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -57,6 +60,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
57
60
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
58
61
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
59
62
|
roundStep?: number | null | undefined;
|
|
63
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
60
64
|
maxRounds?: number | null | undefined;
|
|
61
65
|
};
|
|
62
66
|
}, {
|
|
@@ -66,6 +70,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
66
70
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
67
71
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
68
72
|
roundStep?: number | null | undefined;
|
|
73
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
69
74
|
maxRounds?: number | null | undefined;
|
|
70
75
|
};
|
|
71
76
|
}>, z.ZodObject<{
|
|
@@ -139,6 +144,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
139
144
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
140
145
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
141
146
|
roundStep?: number | null | undefined;
|
|
147
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
142
148
|
maxRounds?: number | null | undefined;
|
|
143
149
|
};
|
|
144
150
|
} | {
|
|
@@ -170,6 +176,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
170
176
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
171
177
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
172
178
|
roundStep?: number | null | undefined;
|
|
179
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
173
180
|
maxRounds?: number | null | undefined;
|
|
174
181
|
};
|
|
175
182
|
} | {
|
|
@@ -249,6 +256,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
249
256
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
250
257
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
251
258
|
roundStep?: number | null | undefined;
|
|
259
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
252
260
|
maxRounds?: number | null | undefined;
|
|
253
261
|
};
|
|
254
262
|
} | {
|
|
@@ -298,6 +306,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
298
306
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
299
307
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
300
308
|
roundStep?: number | null | undefined;
|
|
309
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
301
310
|
maxRounds?: number | null | undefined;
|
|
302
311
|
};
|
|
303
312
|
} | {
|
|
@@ -351,6 +360,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
351
360
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
352
361
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
353
362
|
roundStep?: number | null | undefined;
|
|
363
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
354
364
|
maxRounds?: number | null | undefined;
|
|
355
365
|
};
|
|
356
366
|
} | {
|
|
@@ -403,6 +413,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
403
413
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
404
414
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
405
415
|
roundStep?: number | null | undefined;
|
|
416
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
406
417
|
maxRounds?: number | null | undefined;
|
|
407
418
|
};
|
|
408
419
|
} | {
|
|
@@ -492,18 +503,21 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
492
503
|
value: z.ZodNumber;
|
|
493
504
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
494
505
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
506
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
495
507
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
496
508
|
}, "strip", z.ZodTypeAny, {
|
|
497
509
|
value: number;
|
|
498
510
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
499
511
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
500
512
|
roundStep?: number | null | undefined;
|
|
513
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
501
514
|
maxRounds?: number | null | undefined;
|
|
502
515
|
}, {
|
|
503
516
|
value: number;
|
|
504
517
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
505
518
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
506
519
|
roundStep?: number | null | undefined;
|
|
520
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
507
521
|
maxRounds?: number | null | undefined;
|
|
508
522
|
}>;
|
|
509
523
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -514,6 +528,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
514
528
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
515
529
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
516
530
|
roundStep?: number | null | undefined;
|
|
531
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
517
532
|
maxRounds?: number | null | undefined;
|
|
518
533
|
};
|
|
519
534
|
}, {
|
|
@@ -523,6 +538,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
523
538
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
524
539
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
525
540
|
roundStep?: number | null | undefined;
|
|
541
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
526
542
|
maxRounds?: number | null | undefined;
|
|
527
543
|
};
|
|
528
544
|
}>, z.ZodObject<{
|
|
@@ -790,6 +806,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
790
806
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
791
807
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
792
808
|
roundStep?: number | null | undefined;
|
|
809
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
793
810
|
maxRounds?: number | null | undefined;
|
|
794
811
|
};
|
|
795
812
|
} | {
|
|
@@ -844,6 +861,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
844
861
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
845
862
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
846
863
|
roundStep?: number | null | undefined;
|
|
864
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
847
865
|
maxRounds?: number | null | undefined;
|
|
848
866
|
};
|
|
849
867
|
} | {
|
|
@@ -921,6 +939,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
921
939
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
922
940
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
923
941
|
roundStep?: number | null | undefined;
|
|
942
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
924
943
|
maxRounds?: number | null | undefined;
|
|
925
944
|
};
|
|
926
945
|
} | {
|
|
@@ -975,6 +994,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
975
994
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
976
995
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
977
996
|
roundStep?: number | null | undefined;
|
|
997
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
978
998
|
maxRounds?: number | null | undefined;
|
|
979
999
|
};
|
|
980
1000
|
} | {
|
|
@@ -1062,6 +1082,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1062
1082
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1063
1083
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1064
1084
|
roundStep?: number | null | undefined;
|
|
1085
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1065
1086
|
maxRounds?: number | null | undefined;
|
|
1066
1087
|
};
|
|
1067
1088
|
} | {
|
|
@@ -1116,6 +1137,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1116
1137
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1117
1138
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1118
1139
|
roundStep?: number | null | undefined;
|
|
1140
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1119
1141
|
maxRounds?: number | null | undefined;
|
|
1120
1142
|
};
|
|
1121
1143
|
} | {
|
|
@@ -1202,6 +1224,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1202
1224
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1203
1225
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1204
1226
|
roundStep?: number | null | undefined;
|
|
1227
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1205
1228
|
maxRounds?: number | null | undefined;
|
|
1206
1229
|
};
|
|
1207
1230
|
} | {
|
|
@@ -1256,6 +1279,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1256
1279
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1257
1280
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1258
1281
|
roundStep?: number | null | undefined;
|
|
1282
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1259
1283
|
maxRounds?: number | null | undefined;
|
|
1260
1284
|
};
|
|
1261
1285
|
} | {
|
|
@@ -1356,18 +1380,21 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1356
1380
|
value: z.ZodNumber;
|
|
1357
1381
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1358
1382
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1383
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1359
1384
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1360
1385
|
}, "strip", z.ZodTypeAny, {
|
|
1361
1386
|
value: number;
|
|
1362
1387
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1363
1388
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1364
1389
|
roundStep?: number | null | undefined;
|
|
1390
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1365
1391
|
maxRounds?: number | null | undefined;
|
|
1366
1392
|
}, {
|
|
1367
1393
|
value: number;
|
|
1368
1394
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1369
1395
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1370
1396
|
roundStep?: number | null | undefined;
|
|
1397
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1371
1398
|
maxRounds?: number | null | undefined;
|
|
1372
1399
|
}>;
|
|
1373
1400
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -1378,6 +1405,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1378
1405
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1379
1406
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1380
1407
|
roundStep?: number | null | undefined;
|
|
1408
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1381
1409
|
maxRounds?: number | null | undefined;
|
|
1382
1410
|
};
|
|
1383
1411
|
}, {
|
|
@@ -1387,6 +1415,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1387
1415
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1388
1416
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1389
1417
|
roundStep?: number | null | undefined;
|
|
1418
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1390
1419
|
maxRounds?: number | null | undefined;
|
|
1391
1420
|
};
|
|
1392
1421
|
}>, z.ZodObject<{
|
|
@@ -1460,6 +1489,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1460
1489
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1461
1490
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1462
1491
|
roundStep?: number | null | undefined;
|
|
1492
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1463
1493
|
maxRounds?: number | null | undefined;
|
|
1464
1494
|
};
|
|
1465
1495
|
} | {
|
|
@@ -1491,6 +1521,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1491
1521
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1492
1522
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1493
1523
|
roundStep?: number | null | undefined;
|
|
1524
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1494
1525
|
maxRounds?: number | null | undefined;
|
|
1495
1526
|
};
|
|
1496
1527
|
} | {
|
|
@@ -1570,6 +1601,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1570
1601
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1571
1602
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1572
1603
|
roundStep?: number | null | undefined;
|
|
1604
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1573
1605
|
maxRounds?: number | null | undefined;
|
|
1574
1606
|
};
|
|
1575
1607
|
} | {
|
|
@@ -1619,6 +1651,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1619
1651
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1620
1652
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1621
1653
|
roundStep?: number | null | undefined;
|
|
1654
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1622
1655
|
maxRounds?: number | null | undefined;
|
|
1623
1656
|
};
|
|
1624
1657
|
} | {
|
|
@@ -1672,6 +1705,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1672
1705
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1673
1706
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1674
1707
|
roundStep?: number | null | undefined;
|
|
1708
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1675
1709
|
maxRounds?: number | null | undefined;
|
|
1676
1710
|
};
|
|
1677
1711
|
} | {
|
|
@@ -1724,6 +1758,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1724
1758
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1725
1759
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1726
1760
|
roundStep?: number | null | undefined;
|
|
1761
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1727
1762
|
maxRounds?: number | null | undefined;
|
|
1728
1763
|
};
|
|
1729
1764
|
} | {
|
|
@@ -1813,18 +1848,21 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1813
1848
|
value: z.ZodNumber;
|
|
1814
1849
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1815
1850
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1851
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1816
1852
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1817
1853
|
}, "strip", z.ZodTypeAny, {
|
|
1818
1854
|
value: number;
|
|
1819
1855
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1820
1856
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1821
1857
|
roundStep?: number | null | undefined;
|
|
1858
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1822
1859
|
maxRounds?: number | null | undefined;
|
|
1823
1860
|
}, {
|
|
1824
1861
|
value: number;
|
|
1825
1862
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1826
1863
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1827
1864
|
roundStep?: number | null | undefined;
|
|
1865
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1828
1866
|
maxRounds?: number | null | undefined;
|
|
1829
1867
|
}>;
|
|
1830
1868
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -1835,6 +1873,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1835
1873
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1836
1874
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1837
1875
|
roundStep?: number | null | undefined;
|
|
1876
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1838
1877
|
maxRounds?: number | null | undefined;
|
|
1839
1878
|
};
|
|
1840
1879
|
}, {
|
|
@@ -1844,6 +1883,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
1844
1883
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1845
1884
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1846
1885
|
roundStep?: number | null | undefined;
|
|
1886
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1847
1887
|
maxRounds?: number | null | undefined;
|
|
1848
1888
|
};
|
|
1849
1889
|
}>, z.ZodObject<{
|
|
@@ -2111,6 +2151,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2111
2151
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2112
2152
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2113
2153
|
roundStep?: number | null | undefined;
|
|
2154
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2114
2155
|
maxRounds?: number | null | undefined;
|
|
2115
2156
|
};
|
|
2116
2157
|
} | {
|
|
@@ -2165,6 +2206,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2165
2206
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2166
2207
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2167
2208
|
roundStep?: number | null | undefined;
|
|
2209
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2168
2210
|
maxRounds?: number | null | undefined;
|
|
2169
2211
|
};
|
|
2170
2212
|
} | {
|
|
@@ -2242,6 +2284,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2242
2284
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2243
2285
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2244
2286
|
roundStep?: number | null | undefined;
|
|
2287
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2245
2288
|
maxRounds?: number | null | undefined;
|
|
2246
2289
|
};
|
|
2247
2290
|
} | {
|
|
@@ -2296,6 +2339,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2296
2339
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2297
2340
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2298
2341
|
roundStep?: number | null | undefined;
|
|
2342
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2299
2343
|
maxRounds?: number | null | undefined;
|
|
2300
2344
|
};
|
|
2301
2345
|
} | {
|
|
@@ -2383,6 +2427,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2383
2427
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2384
2428
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2385
2429
|
roundStep?: number | null | undefined;
|
|
2430
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2386
2431
|
maxRounds?: number | null | undefined;
|
|
2387
2432
|
};
|
|
2388
2433
|
} | {
|
|
@@ -2437,6 +2482,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2437
2482
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2438
2483
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2439
2484
|
roundStep?: number | null | undefined;
|
|
2485
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2440
2486
|
maxRounds?: number | null | undefined;
|
|
2441
2487
|
};
|
|
2442
2488
|
} | {
|
|
@@ -2523,6 +2569,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2523
2569
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2524
2570
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2525
2571
|
roundStep?: number | null | undefined;
|
|
2572
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2526
2573
|
maxRounds?: number | null | undefined;
|
|
2527
2574
|
};
|
|
2528
2575
|
} | {
|
|
@@ -2577,6 +2624,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2577
2624
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2578
2625
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2579
2626
|
roundStep?: number | null | undefined;
|
|
2627
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2580
2628
|
maxRounds?: number | null | undefined;
|
|
2581
2629
|
};
|
|
2582
2630
|
} | {
|
|
@@ -2671,6 +2719,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2671
2719
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2672
2720
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2673
2721
|
roundStep?: number | null | undefined;
|
|
2722
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2674
2723
|
maxRounds?: number | null | undefined;
|
|
2675
2724
|
};
|
|
2676
2725
|
} | {
|
|
@@ -2725,6 +2774,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2725
2774
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2726
2775
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2727
2776
|
roundStep?: number | null | undefined;
|
|
2777
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2728
2778
|
maxRounds?: number | null | undefined;
|
|
2729
2779
|
};
|
|
2730
2780
|
} | {
|
|
@@ -2819,6 +2869,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2819
2869
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2820
2870
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2821
2871
|
roundStep?: number | null | undefined;
|
|
2872
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2822
2873
|
maxRounds?: number | null | undefined;
|
|
2823
2874
|
};
|
|
2824
2875
|
} | {
|
|
@@ -2873,6 +2924,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2873
2924
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2874
2925
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2875
2926
|
roundStep?: number | null | undefined;
|
|
2927
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2876
2928
|
maxRounds?: number | null | undefined;
|
|
2877
2929
|
};
|
|
2878
2930
|
} | {
|
|
@@ -2968,6 +3020,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
2968
3020
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2969
3021
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2970
3022
|
roundStep?: number | null | undefined;
|
|
3023
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2971
3024
|
maxRounds?: number | null | undefined;
|
|
2972
3025
|
};
|
|
2973
3026
|
} | {
|
|
@@ -3022,6 +3075,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
3022
3075
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3023
3076
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3024
3077
|
roundStep?: number | null | undefined;
|
|
3078
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3025
3079
|
maxRounds?: number | null | undefined;
|
|
3026
3080
|
};
|
|
3027
3081
|
} | {
|
|
@@ -3116,6 +3170,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
3116
3170
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3117
3171
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3118
3172
|
roundStep?: number | null | undefined;
|
|
3173
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3119
3174
|
maxRounds?: number | null | undefined;
|
|
3120
3175
|
};
|
|
3121
3176
|
} | {
|
|
@@ -3170,6 +3225,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
3170
3225
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3171
3226
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3172
3227
|
roundStep?: number | null | undefined;
|
|
3228
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3173
3229
|
maxRounds?: number | null | undefined;
|
|
3174
3230
|
};
|
|
3175
3231
|
} | {
|
|
@@ -3265,6 +3321,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
3265
3321
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3266
3322
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3267
3323
|
roundStep?: number | null | undefined;
|
|
3324
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3268
3325
|
maxRounds?: number | null | undefined;
|
|
3269
3326
|
};
|
|
3270
3327
|
} | {
|
|
@@ -3319,6 +3376,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
3319
3376
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3320
3377
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3321
3378
|
roundStep?: number | null | undefined;
|
|
3379
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3322
3380
|
maxRounds?: number | null | undefined;
|
|
3323
3381
|
};
|
|
3324
3382
|
} | {
|
|
@@ -3413,6 +3471,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
3413
3471
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3414
3472
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3415
3473
|
roundStep?: number | null | undefined;
|
|
3474
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3416
3475
|
maxRounds?: number | null | undefined;
|
|
3417
3476
|
};
|
|
3418
3477
|
} | {
|
|
@@ -3467,6 +3526,7 @@ export declare const PreferenceWithChildrenSchema: z.ZodObject<{
|
|
|
3467
3526
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3468
3527
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3469
3528
|
roundStep?: number | null | undefined;
|
|
3529
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3470
3530
|
maxRounds?: number | null | undefined;
|
|
3471
3531
|
};
|
|
3472
3532
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceWithChildren.d.ts","sourceRoot":"","sources":["PreferenceWithChildren.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"PreferenceWithChildren.d.ts","sourceRoot":"","sources":["PreferenceWithChildren.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEvC,CAAA;AACF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAA"}
|