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
|
@@ -36,18 +36,21 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
36
36
|
value: z.ZodNumber;
|
|
37
37
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
38
38
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
39
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
39
40
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
40
41
|
}, "strip", z.ZodTypeAny, {
|
|
41
42
|
value: number;
|
|
42
43
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
43
44
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
44
45
|
roundStep?: number | null | undefined;
|
|
46
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
45
47
|
maxRounds?: number | null | undefined;
|
|
46
48
|
}, {
|
|
47
49
|
value: number;
|
|
48
50
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
49
51
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
50
52
|
roundStep?: number | null | undefined;
|
|
53
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
51
54
|
maxRounds?: number | null | undefined;
|
|
52
55
|
}>;
|
|
53
56
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -58,6 +61,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
58
61
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
59
62
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
60
63
|
roundStep?: number | null | undefined;
|
|
64
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
61
65
|
maxRounds?: number | null | undefined;
|
|
62
66
|
};
|
|
63
67
|
}, {
|
|
@@ -67,6 +71,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
67
71
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
68
72
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
69
73
|
roundStep?: number | null | undefined;
|
|
74
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
70
75
|
maxRounds?: number | null | undefined;
|
|
71
76
|
};
|
|
72
77
|
}>, z.ZodObject<{
|
|
@@ -140,6 +145,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
140
145
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
141
146
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
142
147
|
roundStep?: number | null | undefined;
|
|
148
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
143
149
|
maxRounds?: number | null | undefined;
|
|
144
150
|
};
|
|
145
151
|
} | {
|
|
@@ -171,6 +177,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
171
177
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
172
178
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
173
179
|
roundStep?: number | null | undefined;
|
|
180
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
174
181
|
maxRounds?: number | null | undefined;
|
|
175
182
|
};
|
|
176
183
|
} | {
|
|
@@ -250,6 +257,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
250
257
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
251
258
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
252
259
|
roundStep?: number | null | undefined;
|
|
260
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
253
261
|
maxRounds?: number | null | undefined;
|
|
254
262
|
};
|
|
255
263
|
} | {
|
|
@@ -299,6 +307,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
299
307
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
300
308
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
301
309
|
roundStep?: number | null | undefined;
|
|
310
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
302
311
|
maxRounds?: number | null | undefined;
|
|
303
312
|
};
|
|
304
313
|
} | {
|
|
@@ -352,6 +361,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
352
361
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
353
362
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
354
363
|
roundStep?: number | null | undefined;
|
|
364
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
355
365
|
maxRounds?: number | null | undefined;
|
|
356
366
|
};
|
|
357
367
|
} | {
|
|
@@ -404,6 +414,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
404
414
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
405
415
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
406
416
|
roundStep?: number | null | undefined;
|
|
417
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
407
418
|
maxRounds?: number | null | undefined;
|
|
408
419
|
};
|
|
409
420
|
} | {
|
|
@@ -493,18 +504,21 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
493
504
|
value: z.ZodNumber;
|
|
494
505
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
495
506
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
507
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
496
508
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
497
509
|
}, "strip", z.ZodTypeAny, {
|
|
498
510
|
value: number;
|
|
499
511
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
500
512
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
501
513
|
roundStep?: number | null | undefined;
|
|
514
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
502
515
|
maxRounds?: number | null | undefined;
|
|
503
516
|
}, {
|
|
504
517
|
value: number;
|
|
505
518
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
506
519
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
507
520
|
roundStep?: number | null | undefined;
|
|
521
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
508
522
|
maxRounds?: number | null | undefined;
|
|
509
523
|
}>;
|
|
510
524
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -515,6 +529,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
515
529
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
516
530
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
517
531
|
roundStep?: number | null | undefined;
|
|
532
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
518
533
|
maxRounds?: number | null | undefined;
|
|
519
534
|
};
|
|
520
535
|
}, {
|
|
@@ -524,6 +539,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
524
539
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
525
540
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
526
541
|
roundStep?: number | null | undefined;
|
|
542
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
527
543
|
maxRounds?: number | null | undefined;
|
|
528
544
|
};
|
|
529
545
|
}>, z.ZodObject<{
|
|
@@ -791,6 +807,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
791
807
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
792
808
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
793
809
|
roundStep?: number | null | undefined;
|
|
810
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
794
811
|
maxRounds?: number | null | undefined;
|
|
795
812
|
};
|
|
796
813
|
} | {
|
|
@@ -845,6 +862,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
845
862
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
846
863
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
847
864
|
roundStep?: number | null | undefined;
|
|
865
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
848
866
|
maxRounds?: number | null | undefined;
|
|
849
867
|
};
|
|
850
868
|
} | {
|
|
@@ -922,6 +940,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
922
940
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
923
941
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
924
942
|
roundStep?: number | null | undefined;
|
|
943
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
925
944
|
maxRounds?: number | null | undefined;
|
|
926
945
|
};
|
|
927
946
|
} | {
|
|
@@ -976,6 +995,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
976
995
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
977
996
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
978
997
|
roundStep?: number | null | undefined;
|
|
998
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
979
999
|
maxRounds?: number | null | undefined;
|
|
980
1000
|
};
|
|
981
1001
|
} | {
|
|
@@ -1063,6 +1083,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1063
1083
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1064
1084
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1065
1085
|
roundStep?: number | null | undefined;
|
|
1086
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1066
1087
|
maxRounds?: number | null | undefined;
|
|
1067
1088
|
};
|
|
1068
1089
|
} | {
|
|
@@ -1117,6 +1138,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1117
1138
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1118
1139
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1119
1140
|
roundStep?: number | null | undefined;
|
|
1141
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1120
1142
|
maxRounds?: number | null | undefined;
|
|
1121
1143
|
};
|
|
1122
1144
|
} | {
|
|
@@ -1203,6 +1225,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1203
1225
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1204
1226
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1205
1227
|
roundStep?: number | null | undefined;
|
|
1228
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1206
1229
|
maxRounds?: number | null | undefined;
|
|
1207
1230
|
};
|
|
1208
1231
|
} | {
|
|
@@ -1257,6 +1280,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1257
1280
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1258
1281
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1259
1282
|
roundStep?: number | null | undefined;
|
|
1283
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1260
1284
|
maxRounds?: number | null | undefined;
|
|
1261
1285
|
};
|
|
1262
1286
|
} | {
|
|
@@ -1351,6 +1375,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1351
1375
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1352
1376
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1353
1377
|
roundStep?: number | null | undefined;
|
|
1378
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1354
1379
|
maxRounds?: number | null | undefined;
|
|
1355
1380
|
};
|
|
1356
1381
|
} | {
|
|
@@ -1405,6 +1430,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1405
1430
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1406
1431
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1407
1432
|
roundStep?: number | null | undefined;
|
|
1433
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1408
1434
|
maxRounds?: number | null | undefined;
|
|
1409
1435
|
};
|
|
1410
1436
|
} | {
|
|
@@ -1499,6 +1525,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1499
1525
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1500
1526
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1501
1527
|
roundStep?: number | null | undefined;
|
|
1528
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1502
1529
|
maxRounds?: number | null | undefined;
|
|
1503
1530
|
};
|
|
1504
1531
|
} | {
|
|
@@ -1553,6 +1580,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1553
1580
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1554
1581
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1555
1582
|
roundStep?: number | null | undefined;
|
|
1583
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1556
1584
|
maxRounds?: number | null | undefined;
|
|
1557
1585
|
};
|
|
1558
1586
|
} | {
|
|
@@ -1646,18 +1674,21 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1646
1674
|
value: z.ZodNumber;
|
|
1647
1675
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1648
1676
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1677
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1649
1678
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1650
1679
|
}, "strip", z.ZodTypeAny, {
|
|
1651
1680
|
value: number;
|
|
1652
1681
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1653
1682
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1654
1683
|
roundStep?: number | null | undefined;
|
|
1684
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1655
1685
|
maxRounds?: number | null | undefined;
|
|
1656
1686
|
}, {
|
|
1657
1687
|
value: number;
|
|
1658
1688
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1659
1689
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1660
1690
|
roundStep?: number | null | undefined;
|
|
1691
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1661
1692
|
maxRounds?: number | null | undefined;
|
|
1662
1693
|
}>;
|
|
1663
1694
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -1668,6 +1699,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1668
1699
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1669
1700
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1670
1701
|
roundStep?: number | null | undefined;
|
|
1702
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1671
1703
|
maxRounds?: number | null | undefined;
|
|
1672
1704
|
};
|
|
1673
1705
|
}, {
|
|
@@ -1677,6 +1709,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1677
1709
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1678
1710
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1679
1711
|
roundStep?: number | null | undefined;
|
|
1712
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1680
1713
|
maxRounds?: number | null | undefined;
|
|
1681
1714
|
};
|
|
1682
1715
|
}>, z.ZodObject<{
|
|
@@ -1750,6 +1783,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1750
1783
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1751
1784
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1752
1785
|
roundStep?: number | null | undefined;
|
|
1786
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1753
1787
|
maxRounds?: number | null | undefined;
|
|
1754
1788
|
};
|
|
1755
1789
|
} | {
|
|
@@ -1781,6 +1815,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1781
1815
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1782
1816
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1783
1817
|
roundStep?: number | null | undefined;
|
|
1818
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1784
1819
|
maxRounds?: number | null | undefined;
|
|
1785
1820
|
};
|
|
1786
1821
|
} | {
|
|
@@ -1860,6 +1895,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1860
1895
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1861
1896
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1862
1897
|
roundStep?: number | null | undefined;
|
|
1898
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1863
1899
|
maxRounds?: number | null | undefined;
|
|
1864
1900
|
};
|
|
1865
1901
|
} | {
|
|
@@ -1909,6 +1945,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1909
1945
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1910
1946
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1911
1947
|
roundStep?: number | null | undefined;
|
|
1948
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1912
1949
|
maxRounds?: number | null | undefined;
|
|
1913
1950
|
};
|
|
1914
1951
|
} | {
|
|
@@ -1962,6 +1999,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
1962
1999
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1963
2000
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1964
2001
|
roundStep?: number | null | undefined;
|
|
2002
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1965
2003
|
maxRounds?: number | null | undefined;
|
|
1966
2004
|
};
|
|
1967
2005
|
} | {
|
|
@@ -2014,6 +2052,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2014
2052
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2015
2053
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2016
2054
|
roundStep?: number | null | undefined;
|
|
2055
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2017
2056
|
maxRounds?: number | null | undefined;
|
|
2018
2057
|
};
|
|
2019
2058
|
} | {
|
|
@@ -2103,18 +2142,21 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2103
2142
|
value: z.ZodNumber;
|
|
2104
2143
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2105
2144
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2145
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2106
2146
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2107
2147
|
}, "strip", z.ZodTypeAny, {
|
|
2108
2148
|
value: number;
|
|
2109
2149
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2110
2150
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2111
2151
|
roundStep?: number | null | undefined;
|
|
2152
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2112
2153
|
maxRounds?: number | null | undefined;
|
|
2113
2154
|
}, {
|
|
2114
2155
|
value: number;
|
|
2115
2156
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2116
2157
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2117
2158
|
roundStep?: number | null | undefined;
|
|
2159
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2118
2160
|
maxRounds?: number | null | undefined;
|
|
2119
2161
|
}>;
|
|
2120
2162
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -2125,6 +2167,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2125
2167
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2126
2168
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2127
2169
|
roundStep?: number | null | undefined;
|
|
2170
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2128
2171
|
maxRounds?: number | null | undefined;
|
|
2129
2172
|
};
|
|
2130
2173
|
}, {
|
|
@@ -2134,6 +2177,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2134
2177
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2135
2178
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2136
2179
|
roundStep?: number | null | undefined;
|
|
2180
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2137
2181
|
maxRounds?: number | null | undefined;
|
|
2138
2182
|
};
|
|
2139
2183
|
}>, z.ZodObject<{
|
|
@@ -2401,6 +2445,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2401
2445
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2402
2446
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2403
2447
|
roundStep?: number | null | undefined;
|
|
2448
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2404
2449
|
maxRounds?: number | null | undefined;
|
|
2405
2450
|
};
|
|
2406
2451
|
} | {
|
|
@@ -2455,6 +2500,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2455
2500
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2456
2501
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2457
2502
|
roundStep?: number | null | undefined;
|
|
2503
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2458
2504
|
maxRounds?: number | null | undefined;
|
|
2459
2505
|
};
|
|
2460
2506
|
} | {
|
|
@@ -2532,6 +2578,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2532
2578
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2533
2579
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2534
2580
|
roundStep?: number | null | undefined;
|
|
2581
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2535
2582
|
maxRounds?: number | null | undefined;
|
|
2536
2583
|
};
|
|
2537
2584
|
} | {
|
|
@@ -2586,6 +2633,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2586
2633
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2587
2634
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2588
2635
|
roundStep?: number | null | undefined;
|
|
2636
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2589
2637
|
maxRounds?: number | null | undefined;
|
|
2590
2638
|
};
|
|
2591
2639
|
} | {
|
|
@@ -2673,6 +2721,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2673
2721
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2674
2722
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2675
2723
|
roundStep?: number | null | undefined;
|
|
2724
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2676
2725
|
maxRounds?: number | null | undefined;
|
|
2677
2726
|
};
|
|
2678
2727
|
} | {
|
|
@@ -2727,6 +2776,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2727
2776
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2728
2777
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2729
2778
|
roundStep?: number | null | undefined;
|
|
2779
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2730
2780
|
maxRounds?: number | null | undefined;
|
|
2731
2781
|
};
|
|
2732
2782
|
} | {
|
|
@@ -2813,6 +2863,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2813
2863
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2814
2864
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2815
2865
|
roundStep?: number | null | undefined;
|
|
2866
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2816
2867
|
maxRounds?: number | null | undefined;
|
|
2817
2868
|
};
|
|
2818
2869
|
} | {
|
|
@@ -2867,6 +2918,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2867
2918
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2868
2919
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2869
2920
|
roundStep?: number | null | undefined;
|
|
2921
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2870
2922
|
maxRounds?: number | null | undefined;
|
|
2871
2923
|
};
|
|
2872
2924
|
} | {
|
|
@@ -2952,18 +3004,21 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2952
3004
|
value: z.ZodNumber;
|
|
2953
3005
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2954
3006
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3007
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2955
3008
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2956
3009
|
}, "strip", z.ZodTypeAny, {
|
|
2957
3010
|
value: number;
|
|
2958
3011
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2959
3012
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2960
3013
|
roundStep?: number | null | undefined;
|
|
3014
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2961
3015
|
maxRounds?: number | null | undefined;
|
|
2962
3016
|
}, {
|
|
2963
3017
|
value: number;
|
|
2964
3018
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2965
3019
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2966
3020
|
roundStep?: number | null | undefined;
|
|
3021
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2967
3022
|
maxRounds?: number | null | undefined;
|
|
2968
3023
|
}>;
|
|
2969
3024
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -2974,6 +3029,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2974
3029
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2975
3030
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2976
3031
|
roundStep?: number | null | undefined;
|
|
3032
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2977
3033
|
maxRounds?: number | null | undefined;
|
|
2978
3034
|
};
|
|
2979
3035
|
}, {
|
|
@@ -2983,6 +3039,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
2983
3039
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2984
3040
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2985
3041
|
roundStep?: number | null | undefined;
|
|
3042
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2986
3043
|
maxRounds?: number | null | undefined;
|
|
2987
3044
|
};
|
|
2988
3045
|
}>, z.ZodObject<{
|
|
@@ -3056,6 +3113,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3056
3113
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3057
3114
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3058
3115
|
roundStep?: number | null | undefined;
|
|
3116
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3059
3117
|
maxRounds?: number | null | undefined;
|
|
3060
3118
|
};
|
|
3061
3119
|
} | {
|
|
@@ -3087,6 +3145,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3087
3145
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3088
3146
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3089
3147
|
roundStep?: number | null | undefined;
|
|
3148
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3090
3149
|
maxRounds?: number | null | undefined;
|
|
3091
3150
|
};
|
|
3092
3151
|
} | {
|
|
@@ -3166,6 +3225,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3166
3225
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3167
3226
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3168
3227
|
roundStep?: number | null | undefined;
|
|
3228
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3169
3229
|
maxRounds?: number | null | undefined;
|
|
3170
3230
|
};
|
|
3171
3231
|
} | {
|
|
@@ -3215,6 +3275,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3215
3275
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3216
3276
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3217
3277
|
roundStep?: number | null | undefined;
|
|
3278
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3218
3279
|
maxRounds?: number | null | undefined;
|
|
3219
3280
|
};
|
|
3220
3281
|
} | {
|
|
@@ -3268,6 +3329,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3268
3329
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3269
3330
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3270
3331
|
roundStep?: number | null | undefined;
|
|
3332
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3271
3333
|
maxRounds?: number | null | undefined;
|
|
3272
3334
|
};
|
|
3273
3335
|
} | {
|
|
@@ -3320,6 +3382,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3320
3382
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3321
3383
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3322
3384
|
roundStep?: number | null | undefined;
|
|
3385
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3323
3386
|
maxRounds?: number | null | undefined;
|
|
3324
3387
|
};
|
|
3325
3388
|
} | {
|
|
@@ -3409,18 +3472,21 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3409
3472
|
value: z.ZodNumber;
|
|
3410
3473
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
3411
3474
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3475
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
3412
3476
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3413
3477
|
}, "strip", z.ZodTypeAny, {
|
|
3414
3478
|
value: number;
|
|
3415
3479
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3416
3480
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3417
3481
|
roundStep?: number | null | undefined;
|
|
3482
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3418
3483
|
maxRounds?: number | null | undefined;
|
|
3419
3484
|
}, {
|
|
3420
3485
|
value: number;
|
|
3421
3486
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3422
3487
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3423
3488
|
roundStep?: number | null | undefined;
|
|
3489
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3424
3490
|
maxRounds?: number | null | undefined;
|
|
3425
3491
|
}>;
|
|
3426
3492
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -3431,6 +3497,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3431
3497
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3432
3498
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3433
3499
|
roundStep?: number | null | undefined;
|
|
3500
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3434
3501
|
maxRounds?: number | null | undefined;
|
|
3435
3502
|
};
|
|
3436
3503
|
}, {
|
|
@@ -3440,6 +3507,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3440
3507
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3441
3508
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3442
3509
|
roundStep?: number | null | undefined;
|
|
3510
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3443
3511
|
maxRounds?: number | null | undefined;
|
|
3444
3512
|
};
|
|
3445
3513
|
}>, z.ZodObject<{
|
|
@@ -3707,6 +3775,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3707
3775
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3708
3776
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3709
3777
|
roundStep?: number | null | undefined;
|
|
3778
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3710
3779
|
maxRounds?: number | null | undefined;
|
|
3711
3780
|
};
|
|
3712
3781
|
} | {
|
|
@@ -3761,6 +3830,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3761
3830
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3762
3831
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3763
3832
|
roundStep?: number | null | undefined;
|
|
3833
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3764
3834
|
maxRounds?: number | null | undefined;
|
|
3765
3835
|
};
|
|
3766
3836
|
} | {
|
|
@@ -3838,6 +3908,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3838
3908
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3839
3909
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3840
3910
|
roundStep?: number | null | undefined;
|
|
3911
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3841
3912
|
maxRounds?: number | null | undefined;
|
|
3842
3913
|
};
|
|
3843
3914
|
} | {
|
|
@@ -3892,6 +3963,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3892
3963
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3893
3964
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3894
3965
|
roundStep?: number | null | undefined;
|
|
3966
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3895
3967
|
maxRounds?: number | null | undefined;
|
|
3896
3968
|
};
|
|
3897
3969
|
} | {
|
|
@@ -3986,6 +4058,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
3986
4058
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3987
4059
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3988
4060
|
roundStep?: number | null | undefined;
|
|
4061
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3989
4062
|
maxRounds?: number | null | undefined;
|
|
3990
4063
|
};
|
|
3991
4064
|
} | {
|
|
@@ -4040,6 +4113,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4040
4113
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4041
4114
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4042
4115
|
roundStep?: number | null | undefined;
|
|
4116
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4043
4117
|
maxRounds?: number | null | undefined;
|
|
4044
4118
|
};
|
|
4045
4119
|
} | {
|
|
@@ -4128,6 +4202,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4128
4202
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4129
4203
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4130
4204
|
roundStep?: number | null | undefined;
|
|
4205
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4131
4206
|
maxRounds?: number | null | undefined;
|
|
4132
4207
|
};
|
|
4133
4208
|
} | {
|
|
@@ -4182,6 +4257,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4182
4257
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4183
4258
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4184
4259
|
roundStep?: number | null | undefined;
|
|
4260
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4185
4261
|
maxRounds?: number | null | undefined;
|
|
4186
4262
|
};
|
|
4187
4263
|
} | {
|
|
@@ -4261,6 +4337,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4261
4337
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4262
4338
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4263
4339
|
roundStep?: number | null | undefined;
|
|
4340
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4264
4341
|
maxRounds?: number | null | undefined;
|
|
4265
4342
|
};
|
|
4266
4343
|
} | {
|
|
@@ -4315,6 +4392,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4315
4392
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4316
4393
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4317
4394
|
roundStep?: number | null | undefined;
|
|
4395
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4318
4396
|
maxRounds?: number | null | undefined;
|
|
4319
4397
|
};
|
|
4320
4398
|
} | {
|
|
@@ -4409,6 +4487,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4409
4487
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4410
4488
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4411
4489
|
roundStep?: number | null | undefined;
|
|
4490
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4412
4491
|
maxRounds?: number | null | undefined;
|
|
4413
4492
|
};
|
|
4414
4493
|
} | {
|
|
@@ -4463,6 +4542,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4463
4542
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4464
4543
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4465
4544
|
roundStep?: number | null | undefined;
|
|
4545
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4466
4546
|
maxRounds?: number | null | undefined;
|
|
4467
4547
|
};
|
|
4468
4548
|
} | {
|
|
@@ -4551,6 +4631,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4551
4631
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4552
4632
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4553
4633
|
roundStep?: number | null | undefined;
|
|
4634
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4554
4635
|
maxRounds?: number | null | undefined;
|
|
4555
4636
|
};
|
|
4556
4637
|
} | {
|
|
@@ -4605,6 +4686,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4605
4686
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4606
4687
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4607
4688
|
roundStep?: number | null | undefined;
|
|
4689
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4608
4690
|
maxRounds?: number | null | undefined;
|
|
4609
4691
|
};
|
|
4610
4692
|
} | {
|
|
@@ -4684,6 +4766,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4684
4766
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4685
4767
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4686
4768
|
roundStep?: number | null | undefined;
|
|
4769
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4687
4770
|
maxRounds?: number | null | undefined;
|
|
4688
4771
|
};
|
|
4689
4772
|
} | {
|
|
@@ -4738,6 +4821,7 @@ export declare const PreferenceWithCaseSchema: z.ZodObject<{
|
|
|
4738
4821
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4739
4822
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4740
4823
|
roundStep?: number | null | undefined;
|
|
4824
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4741
4825
|
maxRounds?: number | null | undefined;
|
|
4742
4826
|
};
|
|
4743
4827
|
} | {
|