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
|
@@ -35,18 +35,21 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
35
35
|
value: z.ZodNumber;
|
|
36
36
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
37
37
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
38
39
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
39
40
|
}, "strip", z.ZodTypeAny, {
|
|
40
41
|
value: number;
|
|
41
42
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
42
43
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
43
44
|
roundStep?: number | null | undefined;
|
|
45
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
44
46
|
maxRounds?: number | null | undefined;
|
|
45
47
|
}, {
|
|
46
48
|
value: number;
|
|
47
49
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
48
50
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
49
51
|
roundStep?: number | null | undefined;
|
|
52
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
50
53
|
maxRounds?: number | null | undefined;
|
|
51
54
|
}>;
|
|
52
55
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -57,6 +60,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
57
60
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
58
61
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
59
62
|
roundStep?: number | null | undefined;
|
|
63
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
60
64
|
maxRounds?: number | null | undefined;
|
|
61
65
|
};
|
|
62
66
|
}, {
|
|
@@ -66,6 +70,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
66
70
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
67
71
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
68
72
|
roundStep?: number | null | undefined;
|
|
73
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
69
74
|
maxRounds?: number | null | undefined;
|
|
70
75
|
};
|
|
71
76
|
}>, z.ZodObject<{
|
|
@@ -139,6 +144,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
139
144
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
140
145
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
141
146
|
roundStep?: number | null | undefined;
|
|
147
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
142
148
|
maxRounds?: number | null | undefined;
|
|
143
149
|
};
|
|
144
150
|
} | {
|
|
@@ -170,6 +176,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
170
176
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
171
177
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
172
178
|
roundStep?: number | null | undefined;
|
|
179
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
173
180
|
maxRounds?: number | null | undefined;
|
|
174
181
|
};
|
|
175
182
|
} | {
|
|
@@ -249,6 +256,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
249
256
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
250
257
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
251
258
|
roundStep?: number | null | undefined;
|
|
259
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
252
260
|
maxRounds?: number | null | undefined;
|
|
253
261
|
};
|
|
254
262
|
} | {
|
|
@@ -298,6 +306,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
298
306
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
299
307
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
300
308
|
roundStep?: number | null | undefined;
|
|
309
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
301
310
|
maxRounds?: number | null | undefined;
|
|
302
311
|
};
|
|
303
312
|
} | {
|
|
@@ -351,6 +360,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
351
360
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
352
361
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
353
362
|
roundStep?: number | null | undefined;
|
|
363
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
354
364
|
maxRounds?: number | null | undefined;
|
|
355
365
|
};
|
|
356
366
|
} | {
|
|
@@ -403,6 +413,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
403
413
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
404
414
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
405
415
|
roundStep?: number | null | undefined;
|
|
416
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
406
417
|
maxRounds?: number | null | undefined;
|
|
407
418
|
};
|
|
408
419
|
} | {
|
|
@@ -492,18 +503,21 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
492
503
|
value: z.ZodNumber;
|
|
493
504
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
494
505
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
506
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
495
507
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
496
508
|
}, "strip", z.ZodTypeAny, {
|
|
497
509
|
value: number;
|
|
498
510
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
499
511
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
500
512
|
roundStep?: number | null | undefined;
|
|
513
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
501
514
|
maxRounds?: number | null | undefined;
|
|
502
515
|
}, {
|
|
503
516
|
value: number;
|
|
504
517
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
505
518
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
506
519
|
roundStep?: number | null | undefined;
|
|
520
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
507
521
|
maxRounds?: number | null | undefined;
|
|
508
522
|
}>;
|
|
509
523
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -514,6 +528,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
514
528
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
515
529
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
516
530
|
roundStep?: number | null | undefined;
|
|
531
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
517
532
|
maxRounds?: number | null | undefined;
|
|
518
533
|
};
|
|
519
534
|
}, {
|
|
@@ -523,6 +538,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
523
538
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
524
539
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
525
540
|
roundStep?: number | null | undefined;
|
|
541
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
526
542
|
maxRounds?: number | null | undefined;
|
|
527
543
|
};
|
|
528
544
|
}>, z.ZodObject<{
|
|
@@ -790,6 +806,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
790
806
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
791
807
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
792
808
|
roundStep?: number | null | undefined;
|
|
809
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
793
810
|
maxRounds?: number | null | undefined;
|
|
794
811
|
};
|
|
795
812
|
} | {
|
|
@@ -844,6 +861,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
844
861
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
845
862
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
846
863
|
roundStep?: number | null | undefined;
|
|
864
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
847
865
|
maxRounds?: number | null | undefined;
|
|
848
866
|
};
|
|
849
867
|
} | {
|
|
@@ -921,6 +939,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
921
939
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
922
940
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
923
941
|
roundStep?: number | null | undefined;
|
|
942
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
924
943
|
maxRounds?: number | null | undefined;
|
|
925
944
|
};
|
|
926
945
|
} | {
|
|
@@ -975,6 +994,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
975
994
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
976
995
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
977
996
|
roundStep?: number | null | undefined;
|
|
997
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
978
998
|
maxRounds?: number | null | undefined;
|
|
979
999
|
};
|
|
980
1000
|
} | {
|
|
@@ -1062,6 +1082,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1062
1082
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1063
1083
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1064
1084
|
roundStep?: number | null | undefined;
|
|
1085
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1065
1086
|
maxRounds?: number | null | undefined;
|
|
1066
1087
|
};
|
|
1067
1088
|
} | {
|
|
@@ -1116,6 +1137,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1116
1137
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1117
1138
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1118
1139
|
roundStep?: number | null | undefined;
|
|
1140
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1119
1141
|
maxRounds?: number | null | undefined;
|
|
1120
1142
|
};
|
|
1121
1143
|
} | {
|
|
@@ -1202,6 +1224,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1202
1224
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1203
1225
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1204
1226
|
roundStep?: number | null | undefined;
|
|
1227
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1205
1228
|
maxRounds?: number | null | undefined;
|
|
1206
1229
|
};
|
|
1207
1230
|
} | {
|
|
@@ -1256,6 +1279,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1256
1279
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1257
1280
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1258
1281
|
roundStep?: number | null | undefined;
|
|
1282
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1259
1283
|
maxRounds?: number | null | undefined;
|
|
1260
1284
|
};
|
|
1261
1285
|
} | {
|
|
@@ -1350,6 +1374,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1350
1374
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1351
1375
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1352
1376
|
roundStep?: number | null | undefined;
|
|
1377
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1353
1378
|
maxRounds?: number | null | undefined;
|
|
1354
1379
|
};
|
|
1355
1380
|
} | {
|
|
@@ -1404,6 +1429,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1404
1429
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1405
1430
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1406
1431
|
roundStep?: number | null | undefined;
|
|
1432
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1407
1433
|
maxRounds?: number | null | undefined;
|
|
1408
1434
|
};
|
|
1409
1435
|
} | {
|
|
@@ -1498,6 +1524,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1498
1524
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1499
1525
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1500
1526
|
roundStep?: number | null | undefined;
|
|
1527
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1501
1528
|
maxRounds?: number | null | undefined;
|
|
1502
1529
|
};
|
|
1503
1530
|
} | {
|
|
@@ -1552,6 +1579,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1552
1579
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1553
1580
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1554
1581
|
roundStep?: number | null | undefined;
|
|
1582
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1555
1583
|
maxRounds?: number | null | undefined;
|
|
1556
1584
|
};
|
|
1557
1585
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preference.d.ts","sourceRoot":"","sources":["Preference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"Preference.d.ts","sourceRoot":"","sources":["Preference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
|