controlresell 2.16.2 → 2.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.d.ts +5 -0
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +5 -0
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +26 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +22 -0
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +28 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +84 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +60 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +24 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +24 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +24 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +7 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts +10 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +9 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +105 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +32 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts +4 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js +5 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js.map +1 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.ts +6 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.d.ts +3 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.js +2 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.js.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.ts +2 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts +18 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts +7 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts +5 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts +9 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts +7 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts +5 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -10
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -10
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/CreatedItems.d.ts +52 -0
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +44 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -6
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js +0 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.ts +0 -1
- package/src/com/controlresell/models/items/ItemSort.d.ts +1 -1
- package/src/com/controlresell/models/items/ItemSort.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemSort.js +1 -1
- package/src/com/controlresell/models/items/ItemSort.js.map +1 -1
- package/src/com/controlresell/models/items/ItemSort.ts +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +26 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +52 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +18 -0
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +18 -0
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +28 -0
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +5 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +5 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +30 -0
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +26 -0
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +26 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +52 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +1 -2
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -2
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -2
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts +0 -22
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.ts +0 -10
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts +0 -19
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.ts +0 -10
package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts
CHANGED
|
@@ -15,18 +15,21 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
15
15
|
value: z.ZodNumber;
|
|
16
16
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
17
17
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
18
19
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
20
|
}, "strip", z.ZodTypeAny, {
|
|
20
21
|
value: number;
|
|
21
22
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
22
23
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
23
24
|
roundStep?: number | null | undefined;
|
|
25
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
24
26
|
maxRounds?: number | null | undefined;
|
|
25
27
|
}, {
|
|
26
28
|
value: number;
|
|
27
29
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
28
30
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
29
31
|
roundStep?: number | null | undefined;
|
|
32
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
30
33
|
maxRounds?: number | null | undefined;
|
|
31
34
|
}>;
|
|
32
35
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -37,6 +40,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
37
40
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
38
41
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
39
42
|
roundStep?: number | null | undefined;
|
|
43
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
40
44
|
maxRounds?: number | null | undefined;
|
|
41
45
|
};
|
|
42
46
|
}, {
|
|
@@ -46,6 +50,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
46
50
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
47
51
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
48
52
|
roundStep?: number | null | undefined;
|
|
53
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
49
54
|
maxRounds?: number | null | undefined;
|
|
50
55
|
};
|
|
51
56
|
}>, z.ZodObject<{
|
|
@@ -119,6 +124,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
119
124
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
120
125
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
121
126
|
roundStep?: number | null | undefined;
|
|
127
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
122
128
|
maxRounds?: number | null | undefined;
|
|
123
129
|
};
|
|
124
130
|
} | {
|
|
@@ -150,6 +156,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
150
156
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
151
157
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
152
158
|
roundStep?: number | null | undefined;
|
|
159
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
153
160
|
maxRounds?: number | null | undefined;
|
|
154
161
|
};
|
|
155
162
|
} | {
|
|
@@ -212,18 +219,21 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
212
219
|
value: z.ZodNumber;
|
|
213
220
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
214
221
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
222
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
215
223
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
216
224
|
}, "strip", z.ZodTypeAny, {
|
|
217
225
|
value: number;
|
|
218
226
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
219
227
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
220
228
|
roundStep?: number | null | undefined;
|
|
229
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
221
230
|
maxRounds?: number | null | undefined;
|
|
222
231
|
}, {
|
|
223
232
|
value: number;
|
|
224
233
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
225
234
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
226
235
|
roundStep?: number | null | undefined;
|
|
236
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
227
237
|
maxRounds?: number | null | undefined;
|
|
228
238
|
}>;
|
|
229
239
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -234,6 +244,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
234
244
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
235
245
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
236
246
|
roundStep?: number | null | undefined;
|
|
247
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
237
248
|
maxRounds?: number | null | undefined;
|
|
238
249
|
};
|
|
239
250
|
}, {
|
|
@@ -243,6 +254,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
243
254
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
244
255
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
245
256
|
roundStep?: number | null | undefined;
|
|
257
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
246
258
|
maxRounds?: number | null | undefined;
|
|
247
259
|
};
|
|
248
260
|
}>, z.ZodObject<{
|
|
@@ -316,6 +328,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
316
328
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
317
329
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
318
330
|
roundStep?: number | null | undefined;
|
|
331
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
319
332
|
maxRounds?: number | null | undefined;
|
|
320
333
|
};
|
|
321
334
|
} | {
|
|
@@ -347,6 +360,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
347
360
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
348
361
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
349
362
|
roundStep?: number | null | undefined;
|
|
363
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
350
364
|
maxRounds?: number | null | undefined;
|
|
351
365
|
};
|
|
352
366
|
} | {
|
|
@@ -426,6 +440,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
426
440
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
427
441
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
428
442
|
roundStep?: number | null | undefined;
|
|
443
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
429
444
|
maxRounds?: number | null | undefined;
|
|
430
445
|
};
|
|
431
446
|
} | {
|
|
@@ -475,6 +490,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
475
490
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
476
491
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
477
492
|
roundStep?: number | null | undefined;
|
|
493
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
478
494
|
maxRounds?: number | null | undefined;
|
|
479
495
|
};
|
|
480
496
|
} | {
|
|
@@ -528,6 +544,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
528
544
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
529
545
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
530
546
|
roundStep?: number | null | undefined;
|
|
547
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
531
548
|
maxRounds?: number | null | undefined;
|
|
532
549
|
};
|
|
533
550
|
} | {
|
|
@@ -580,6 +597,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
580
597
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
581
598
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
582
599
|
roundStep?: number | null | undefined;
|
|
600
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
583
601
|
maxRounds?: number | null | undefined;
|
|
584
602
|
};
|
|
585
603
|
} | {
|
|
@@ -669,18 +687,21 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
669
687
|
value: z.ZodNumber;
|
|
670
688
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
671
689
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
690
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
672
691
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
673
692
|
}, "strip", z.ZodTypeAny, {
|
|
674
693
|
value: number;
|
|
675
694
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
676
695
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
677
696
|
roundStep?: number | null | undefined;
|
|
697
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
678
698
|
maxRounds?: number | null | undefined;
|
|
679
699
|
}, {
|
|
680
700
|
value: number;
|
|
681
701
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
682
702
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
683
703
|
roundStep?: number | null | undefined;
|
|
704
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
684
705
|
maxRounds?: number | null | undefined;
|
|
685
706
|
}>;
|
|
686
707
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -691,6 +712,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
691
712
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
692
713
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
693
714
|
roundStep?: number | null | undefined;
|
|
715
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
694
716
|
maxRounds?: number | null | undefined;
|
|
695
717
|
};
|
|
696
718
|
}, {
|
|
@@ -700,6 +722,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
700
722
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
701
723
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
702
724
|
roundStep?: number | null | undefined;
|
|
725
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
703
726
|
maxRounds?: number | null | undefined;
|
|
704
727
|
};
|
|
705
728
|
}>, z.ZodObject<{
|
|
@@ -967,6 +990,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
967
990
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
968
991
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
969
992
|
roundStep?: number | null | undefined;
|
|
993
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
970
994
|
maxRounds?: number | null | undefined;
|
|
971
995
|
};
|
|
972
996
|
} | {
|
|
@@ -1021,6 +1045,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1021
1045
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1022
1046
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1023
1047
|
roundStep?: number | null | undefined;
|
|
1048
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1024
1049
|
maxRounds?: number | null | undefined;
|
|
1025
1050
|
};
|
|
1026
1051
|
} | {
|
|
@@ -1098,6 +1123,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1098
1123
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1099
1124
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1100
1125
|
roundStep?: number | null | undefined;
|
|
1126
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1101
1127
|
maxRounds?: number | null | undefined;
|
|
1102
1128
|
};
|
|
1103
1129
|
} | {
|
|
@@ -1152,6 +1178,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1152
1178
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1153
1179
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1154
1180
|
roundStep?: number | null | undefined;
|
|
1181
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1155
1182
|
maxRounds?: number | null | undefined;
|
|
1156
1183
|
};
|
|
1157
1184
|
} | {
|
|
@@ -1239,6 +1266,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1239
1266
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1240
1267
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1241
1268
|
roundStep?: number | null | undefined;
|
|
1269
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1242
1270
|
maxRounds?: number | null | undefined;
|
|
1243
1271
|
};
|
|
1244
1272
|
} | {
|
|
@@ -1293,6 +1321,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1293
1321
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1294
1322
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1295
1323
|
roundStep?: number | null | undefined;
|
|
1324
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1296
1325
|
maxRounds?: number | null | undefined;
|
|
1297
1326
|
};
|
|
1298
1327
|
} | {
|
|
@@ -1379,6 +1408,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1379
1408
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1380
1409
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1381
1410
|
roundStep?: number | null | undefined;
|
|
1411
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1382
1412
|
maxRounds?: number | null | undefined;
|
|
1383
1413
|
};
|
|
1384
1414
|
} | {
|
|
@@ -1433,6 +1463,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1433
1463
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1434
1464
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1435
1465
|
roundStep?: number | null | undefined;
|
|
1466
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1436
1467
|
maxRounds?: number | null | undefined;
|
|
1437
1468
|
};
|
|
1438
1469
|
} | {
|
|
@@ -1527,6 +1558,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1527
1558
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1528
1559
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1529
1560
|
roundStep?: number | null | undefined;
|
|
1561
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1530
1562
|
maxRounds?: number | null | undefined;
|
|
1531
1563
|
};
|
|
1532
1564
|
} | {
|
|
@@ -1581,6 +1613,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1581
1613
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1582
1614
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1583
1615
|
roundStep?: number | null | undefined;
|
|
1616
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1584
1617
|
maxRounds?: number | null | undefined;
|
|
1585
1618
|
};
|
|
1586
1619
|
} | {
|
|
@@ -1675,6 +1708,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1675
1708
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1676
1709
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1677
1710
|
roundStep?: number | null | undefined;
|
|
1711
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1678
1712
|
maxRounds?: number | null | undefined;
|
|
1679
1713
|
};
|
|
1680
1714
|
} | {
|
|
@@ -1729,6 +1763,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1729
1763
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1730
1764
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1731
1765
|
roundStep?: number | null | undefined;
|
|
1766
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1732
1767
|
maxRounds?: number | null | undefined;
|
|
1733
1768
|
};
|
|
1734
1769
|
} | {
|
|
@@ -1822,18 +1857,21 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1822
1857
|
value: z.ZodNumber;
|
|
1823
1858
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1824
1859
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1860
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1825
1861
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1826
1862
|
}, "strip", z.ZodTypeAny, {
|
|
1827
1863
|
value: number;
|
|
1828
1864
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1829
1865
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1830
1866
|
roundStep?: number | null | undefined;
|
|
1867
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1831
1868
|
maxRounds?: number | null | undefined;
|
|
1832
1869
|
}, {
|
|
1833
1870
|
value: number;
|
|
1834
1871
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1835
1872
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1836
1873
|
roundStep?: number | null | undefined;
|
|
1874
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1837
1875
|
maxRounds?: number | null | undefined;
|
|
1838
1876
|
}>;
|
|
1839
1877
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -1844,6 +1882,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1844
1882
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1845
1883
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1846
1884
|
roundStep?: number | null | undefined;
|
|
1885
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1847
1886
|
maxRounds?: number | null | undefined;
|
|
1848
1887
|
};
|
|
1849
1888
|
}, {
|
|
@@ -1853,6 +1892,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1853
1892
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1854
1893
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1855
1894
|
roundStep?: number | null | undefined;
|
|
1895
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1856
1896
|
maxRounds?: number | null | undefined;
|
|
1857
1897
|
};
|
|
1858
1898
|
}>, z.ZodObject<{
|
|
@@ -1926,6 +1966,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1926
1966
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1927
1967
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1928
1968
|
roundStep?: number | null | undefined;
|
|
1969
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1929
1970
|
maxRounds?: number | null | undefined;
|
|
1930
1971
|
};
|
|
1931
1972
|
} | {
|
|
@@ -1957,6 +1998,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1957
1998
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1958
1999
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1959
2000
|
roundStep?: number | null | undefined;
|
|
2001
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1960
2002
|
maxRounds?: number | null | undefined;
|
|
1961
2003
|
};
|
|
1962
2004
|
} | {
|
|
@@ -2036,6 +2078,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2036
2078
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2037
2079
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2038
2080
|
roundStep?: number | null | undefined;
|
|
2081
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2039
2082
|
maxRounds?: number | null | undefined;
|
|
2040
2083
|
};
|
|
2041
2084
|
} | {
|
|
@@ -2085,6 +2128,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2085
2128
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2086
2129
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2087
2130
|
roundStep?: number | null | undefined;
|
|
2131
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2088
2132
|
maxRounds?: number | null | undefined;
|
|
2089
2133
|
};
|
|
2090
2134
|
} | {
|
|
@@ -2138,6 +2182,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2138
2182
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2139
2183
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2140
2184
|
roundStep?: number | null | undefined;
|
|
2185
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2141
2186
|
maxRounds?: number | null | undefined;
|
|
2142
2187
|
};
|
|
2143
2188
|
} | {
|
|
@@ -2190,6 +2235,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2190
2235
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2191
2236
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2192
2237
|
roundStep?: number | null | undefined;
|
|
2238
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2193
2239
|
maxRounds?: number | null | undefined;
|
|
2194
2240
|
};
|
|
2195
2241
|
} | {
|
|
@@ -2279,18 +2325,21 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2279
2325
|
value: z.ZodNumber;
|
|
2280
2326
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2281
2327
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2328
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2282
2329
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2283
2330
|
}, "strip", z.ZodTypeAny, {
|
|
2284
2331
|
value: number;
|
|
2285
2332
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2286
2333
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2287
2334
|
roundStep?: number | null | undefined;
|
|
2335
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2288
2336
|
maxRounds?: number | null | undefined;
|
|
2289
2337
|
}, {
|
|
2290
2338
|
value: number;
|
|
2291
2339
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2292
2340
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2293
2341
|
roundStep?: number | null | undefined;
|
|
2342
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2294
2343
|
maxRounds?: number | null | undefined;
|
|
2295
2344
|
}>;
|
|
2296
2345
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -2301,6 +2350,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2301
2350
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2302
2351
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2303
2352
|
roundStep?: number | null | undefined;
|
|
2353
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2304
2354
|
maxRounds?: number | null | undefined;
|
|
2305
2355
|
};
|
|
2306
2356
|
}, {
|
|
@@ -2310,6 +2360,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2310
2360
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2311
2361
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2312
2362
|
roundStep?: number | null | undefined;
|
|
2363
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2313
2364
|
maxRounds?: number | null | undefined;
|
|
2314
2365
|
};
|
|
2315
2366
|
}>, z.ZodObject<{
|
|
@@ -2577,6 +2628,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2577
2628
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2578
2629
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2579
2630
|
roundStep?: number | null | undefined;
|
|
2631
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2580
2632
|
maxRounds?: number | null | undefined;
|
|
2581
2633
|
};
|
|
2582
2634
|
} | {
|
|
@@ -2631,6 +2683,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2631
2683
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2632
2684
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2633
2685
|
roundStep?: number | null | undefined;
|
|
2686
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2634
2687
|
maxRounds?: number | null | undefined;
|
|
2635
2688
|
};
|
|
2636
2689
|
} | {
|
|
@@ -2708,6 +2761,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2708
2761
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2709
2762
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2710
2763
|
roundStep?: number | null | undefined;
|
|
2764
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2711
2765
|
maxRounds?: number | null | undefined;
|
|
2712
2766
|
};
|
|
2713
2767
|
} | {
|
|
@@ -2762,6 +2816,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2762
2816
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2763
2817
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2764
2818
|
roundStep?: number | null | undefined;
|
|
2819
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2765
2820
|
maxRounds?: number | null | undefined;
|
|
2766
2821
|
};
|
|
2767
2822
|
} | {
|
|
@@ -2849,6 +2904,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2849
2904
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2850
2905
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2851
2906
|
roundStep?: number | null | undefined;
|
|
2907
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2852
2908
|
maxRounds?: number | null | undefined;
|
|
2853
2909
|
};
|
|
2854
2910
|
} | {
|
|
@@ -2903,6 +2959,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2903
2959
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2904
2960
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2905
2961
|
roundStep?: number | null | undefined;
|
|
2962
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2906
2963
|
maxRounds?: number | null | undefined;
|
|
2907
2964
|
};
|
|
2908
2965
|
} | {
|
|
@@ -2989,6 +3046,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2989
3046
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2990
3047
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2991
3048
|
roundStep?: number | null | undefined;
|
|
3049
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2992
3050
|
maxRounds?: number | null | undefined;
|
|
2993
3051
|
};
|
|
2994
3052
|
} | {
|
|
@@ -3043,6 +3101,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3043
3101
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3044
3102
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3045
3103
|
roundStep?: number | null | undefined;
|
|
3104
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3046
3105
|
maxRounds?: number | null | undefined;
|
|
3047
3106
|
};
|
|
3048
3107
|
} | {
|
|
@@ -3128,18 +3187,21 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3128
3187
|
value: z.ZodNumber;
|
|
3129
3188
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
3130
3189
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3190
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
3131
3191
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3132
3192
|
}, "strip", z.ZodTypeAny, {
|
|
3133
3193
|
value: number;
|
|
3134
3194
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3135
3195
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3136
3196
|
roundStep?: number | null | undefined;
|
|
3197
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3137
3198
|
maxRounds?: number | null | undefined;
|
|
3138
3199
|
}, {
|
|
3139
3200
|
value: number;
|
|
3140
3201
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3141
3202
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3142
3203
|
roundStep?: number | null | undefined;
|
|
3204
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3143
3205
|
maxRounds?: number | null | undefined;
|
|
3144
3206
|
}>;
|
|
3145
3207
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -3150,6 +3212,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3150
3212
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3151
3213
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3152
3214
|
roundStep?: number | null | undefined;
|
|
3215
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3153
3216
|
maxRounds?: number | null | undefined;
|
|
3154
3217
|
};
|
|
3155
3218
|
}, {
|
|
@@ -3159,6 +3222,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3159
3222
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3160
3223
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3161
3224
|
roundStep?: number | null | undefined;
|
|
3225
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3162
3226
|
maxRounds?: number | null | undefined;
|
|
3163
3227
|
};
|
|
3164
3228
|
}>, z.ZodObject<{
|
|
@@ -3232,6 +3296,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3232
3296
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3233
3297
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3234
3298
|
roundStep?: number | null | undefined;
|
|
3299
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3235
3300
|
maxRounds?: number | null | undefined;
|
|
3236
3301
|
};
|
|
3237
3302
|
} | {
|
|
@@ -3263,6 +3328,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3263
3328
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3264
3329
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3265
3330
|
roundStep?: number | null | undefined;
|
|
3331
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3266
3332
|
maxRounds?: number | null | undefined;
|
|
3267
3333
|
};
|
|
3268
3334
|
} | {
|
|
@@ -3342,6 +3408,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3342
3408
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3343
3409
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3344
3410
|
roundStep?: number | null | undefined;
|
|
3411
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3345
3412
|
maxRounds?: number | null | undefined;
|
|
3346
3413
|
};
|
|
3347
3414
|
} | {
|
|
@@ -3391,6 +3458,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3391
3458
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3392
3459
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3393
3460
|
roundStep?: number | null | undefined;
|
|
3461
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3394
3462
|
maxRounds?: number | null | undefined;
|
|
3395
3463
|
};
|
|
3396
3464
|
} | {
|
|
@@ -3444,6 +3512,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3444
3512
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3445
3513
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3446
3514
|
roundStep?: number | null | undefined;
|
|
3515
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3447
3516
|
maxRounds?: number | null | undefined;
|
|
3448
3517
|
};
|
|
3449
3518
|
} | {
|
|
@@ -3496,6 +3565,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3496
3565
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3497
3566
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3498
3567
|
roundStep?: number | null | undefined;
|
|
3568
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3499
3569
|
maxRounds?: number | null | undefined;
|
|
3500
3570
|
};
|
|
3501
3571
|
} | {
|
|
@@ -3585,18 +3655,21 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3585
3655
|
value: z.ZodNumber;
|
|
3586
3656
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
3587
3657
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3658
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
3588
3659
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3589
3660
|
}, "strip", z.ZodTypeAny, {
|
|
3590
3661
|
value: number;
|
|
3591
3662
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3592
3663
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3593
3664
|
roundStep?: number | null | undefined;
|
|
3665
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3594
3666
|
maxRounds?: number | null | undefined;
|
|
3595
3667
|
}, {
|
|
3596
3668
|
value: number;
|
|
3597
3669
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3598
3670
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3599
3671
|
roundStep?: number | null | undefined;
|
|
3672
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3600
3673
|
maxRounds?: number | null | undefined;
|
|
3601
3674
|
}>;
|
|
3602
3675
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -3607,6 +3680,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3607
3680
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3608
3681
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3609
3682
|
roundStep?: number | null | undefined;
|
|
3683
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3610
3684
|
maxRounds?: number | null | undefined;
|
|
3611
3685
|
};
|
|
3612
3686
|
}, {
|
|
@@ -3616,6 +3690,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3616
3690
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3617
3691
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3618
3692
|
roundStep?: number | null | undefined;
|
|
3693
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3619
3694
|
maxRounds?: number | null | undefined;
|
|
3620
3695
|
};
|
|
3621
3696
|
}>, z.ZodObject<{
|
|
@@ -3883,6 +3958,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3883
3958
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3884
3959
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3885
3960
|
roundStep?: number | null | undefined;
|
|
3961
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3886
3962
|
maxRounds?: number | null | undefined;
|
|
3887
3963
|
};
|
|
3888
3964
|
} | {
|
|
@@ -3937,6 +4013,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3937
4013
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3938
4014
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3939
4015
|
roundStep?: number | null | undefined;
|
|
4016
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3940
4017
|
maxRounds?: number | null | undefined;
|
|
3941
4018
|
};
|
|
3942
4019
|
} | {
|
|
@@ -4014,6 +4091,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4014
4091
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4015
4092
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4016
4093
|
roundStep?: number | null | undefined;
|
|
4094
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4017
4095
|
maxRounds?: number | null | undefined;
|
|
4018
4096
|
};
|
|
4019
4097
|
} | {
|
|
@@ -4068,6 +4146,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4068
4146
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4069
4147
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4070
4148
|
roundStep?: number | null | undefined;
|
|
4149
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4071
4150
|
maxRounds?: number | null | undefined;
|
|
4072
4151
|
};
|
|
4073
4152
|
} | {
|
|
@@ -4162,6 +4241,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4162
4241
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4163
4242
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4164
4243
|
roundStep?: number | null | undefined;
|
|
4244
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4165
4245
|
maxRounds?: number | null | undefined;
|
|
4166
4246
|
};
|
|
4167
4247
|
} | {
|
|
@@ -4216,6 +4296,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4216
4296
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4217
4297
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4218
4298
|
roundStep?: number | null | undefined;
|
|
4299
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4219
4300
|
maxRounds?: number | null | undefined;
|
|
4220
4301
|
};
|
|
4221
4302
|
} | {
|
|
@@ -4304,6 +4385,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4304
4385
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4305
4386
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4306
4387
|
roundStep?: number | null | undefined;
|
|
4388
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4307
4389
|
maxRounds?: number | null | undefined;
|
|
4308
4390
|
};
|
|
4309
4391
|
} | {
|
|
@@ -4358,6 +4440,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4358
4440
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4359
4441
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4360
4442
|
roundStep?: number | null | undefined;
|
|
4443
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4361
4444
|
maxRounds?: number | null | undefined;
|
|
4362
4445
|
};
|
|
4363
4446
|
} | {
|
|
@@ -4437,6 +4520,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4437
4520
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4438
4521
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4439
4522
|
roundStep?: number | null | undefined;
|
|
4523
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4440
4524
|
maxRounds?: number | null | undefined;
|
|
4441
4525
|
};
|
|
4442
4526
|
} | {
|
|
@@ -4491,6 +4575,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4491
4575
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4492
4576
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4493
4577
|
roundStep?: number | null | undefined;
|
|
4578
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4494
4579
|
maxRounds?: number | null | undefined;
|
|
4495
4580
|
};
|
|
4496
4581
|
} | {
|
|
@@ -4585,6 +4670,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4585
4670
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4586
4671
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4587
4672
|
roundStep?: number | null | undefined;
|
|
4673
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4588
4674
|
maxRounds?: number | null | undefined;
|
|
4589
4675
|
};
|
|
4590
4676
|
} | {
|
|
@@ -4639,6 +4725,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4639
4725
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4640
4726
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4641
4727
|
roundStep?: number | null | undefined;
|
|
4728
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4642
4729
|
maxRounds?: number | null | undefined;
|
|
4643
4730
|
};
|
|
4644
4731
|
} | {
|
|
@@ -4727,6 +4814,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4727
4814
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4728
4815
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4729
4816
|
roundStep?: number | null | undefined;
|
|
4817
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4730
4818
|
maxRounds?: number | null | undefined;
|
|
4731
4819
|
};
|
|
4732
4820
|
} | {
|
|
@@ -4781,6 +4869,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4781
4869
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4782
4870
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4783
4871
|
roundStep?: number | null | undefined;
|
|
4872
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4784
4873
|
maxRounds?: number | null | undefined;
|
|
4785
4874
|
};
|
|
4786
4875
|
} | {
|
|
@@ -4860,6 +4949,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4860
4949
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4861
4950
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4862
4951
|
roundStep?: number | null | undefined;
|
|
4952
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4863
4953
|
maxRounds?: number | null | undefined;
|
|
4864
4954
|
};
|
|
4865
4955
|
} | {
|
|
@@ -4914,6 +5004,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4914
5004
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4915
5005
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4916
5006
|
roundStep?: number | null | undefined;
|
|
5007
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4917
5008
|
maxRounds?: number | null | undefined;
|
|
4918
5009
|
};
|
|
4919
5010
|
} | {
|
|
@@ -4992,6 +5083,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4992
5083
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4993
5084
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4994
5085
|
roundStep?: number | null | undefined;
|
|
5086
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4995
5087
|
maxRounds?: number | null | undefined;
|
|
4996
5088
|
};
|
|
4997
5089
|
} | {
|
|
@@ -5044,6 +5136,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5044
5136
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5045
5137
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5046
5138
|
roundStep?: number | null | undefined;
|
|
5139
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5047
5140
|
maxRounds?: number | null | undefined;
|
|
5048
5141
|
};
|
|
5049
5142
|
} | {
|
|
@@ -5098,6 +5191,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5098
5191
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5099
5192
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5100
5193
|
roundStep?: number | null | undefined;
|
|
5194
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5101
5195
|
maxRounds?: number | null | undefined;
|
|
5102
5196
|
};
|
|
5103
5197
|
} | {
|
|
@@ -5186,6 +5280,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5186
5280
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5187
5281
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5188
5282
|
roundStep?: number | null | undefined;
|
|
5283
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5189
5284
|
maxRounds?: number | null | undefined;
|
|
5190
5285
|
};
|
|
5191
5286
|
} | {
|
|
@@ -5240,6 +5335,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5240
5335
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5241
5336
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5242
5337
|
roundStep?: number | null | undefined;
|
|
5338
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5243
5339
|
maxRounds?: number | null | undefined;
|
|
5244
5340
|
};
|
|
5245
5341
|
} | {
|
|
@@ -5319,6 +5415,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5319
5415
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5320
5416
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5321
5417
|
roundStep?: number | null | undefined;
|
|
5418
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5322
5419
|
maxRounds?: number | null | undefined;
|
|
5323
5420
|
};
|
|
5324
5421
|
} | {
|
|
@@ -5373,6 +5470,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5373
5470
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5374
5471
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5375
5472
|
roundStep?: number | null | undefined;
|
|
5473
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5376
5474
|
maxRounds?: number | null | undefined;
|
|
5377
5475
|
};
|
|
5378
5476
|
} | {
|
|
@@ -5455,6 +5553,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5455
5553
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5456
5554
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5457
5555
|
roundStep?: number | null | undefined;
|
|
5556
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5458
5557
|
maxRounds?: number | null | undefined;
|
|
5459
5558
|
};
|
|
5460
5559
|
} | {
|
|
@@ -5507,6 +5606,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5507
5606
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5508
5607
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5509
5608
|
roundStep?: number | null | undefined;
|
|
5609
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5510
5610
|
maxRounds?: number | null | undefined;
|
|
5511
5611
|
};
|
|
5512
5612
|
} | {
|
|
@@ -5561,6 +5661,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5561
5661
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5562
5662
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5563
5663
|
roundStep?: number | null | undefined;
|
|
5664
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5564
5665
|
maxRounds?: number | null | undefined;
|
|
5565
5666
|
};
|
|
5566
5667
|
} | {
|
|
@@ -5649,6 +5750,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5649
5750
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5650
5751
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5651
5752
|
roundStep?: number | null | undefined;
|
|
5753
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5652
5754
|
maxRounds?: number | null | undefined;
|
|
5653
5755
|
};
|
|
5654
5756
|
} | {
|
|
@@ -5703,6 +5805,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5703
5805
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5704
5806
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5705
5807
|
roundStep?: number | null | undefined;
|
|
5808
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5706
5809
|
maxRounds?: number | null | undefined;
|
|
5707
5810
|
};
|
|
5708
5811
|
} | {
|
|
@@ -5782,6 +5885,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5782
5885
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5783
5886
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5784
5887
|
roundStep?: number | null | undefined;
|
|
5888
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5785
5889
|
maxRounds?: number | null | undefined;
|
|
5786
5890
|
};
|
|
5787
5891
|
} | {
|
|
@@ -5836,6 +5940,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5836
5940
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5837
5941
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5838
5942
|
roundStep?: number | null | undefined;
|
|
5943
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5839
5944
|
maxRounds?: number | null | undefined;
|
|
5840
5945
|
};
|
|
5841
5946
|
} | {
|