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/cases/CreatePreferenceCasePayload.d.ts
CHANGED
|
@@ -23,18 +23,21 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
23
23
|
value: z.ZodNumber;
|
|
24
24
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
25
25
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
26
27
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
28
|
}, "strip", z.ZodTypeAny, {
|
|
28
29
|
value: number;
|
|
29
30
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
30
31
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
31
32
|
roundStep?: number | null | undefined;
|
|
33
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
32
34
|
maxRounds?: number | null | undefined;
|
|
33
35
|
}, {
|
|
34
36
|
value: number;
|
|
35
37
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
36
38
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
37
39
|
roundStep?: number | null | undefined;
|
|
40
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
38
41
|
maxRounds?: number | null | undefined;
|
|
39
42
|
}>;
|
|
40
43
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -45,6 +48,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
45
48
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
46
49
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
47
50
|
roundStep?: number | null | undefined;
|
|
51
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
48
52
|
maxRounds?: number | null | undefined;
|
|
49
53
|
};
|
|
50
54
|
}, {
|
|
@@ -54,6 +58,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
54
58
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
55
59
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
56
60
|
roundStep?: number | null | undefined;
|
|
61
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
57
62
|
maxRounds?: number | null | undefined;
|
|
58
63
|
};
|
|
59
64
|
}>, z.ZodObject<{
|
|
@@ -127,6 +132,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
127
132
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
128
133
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
129
134
|
roundStep?: number | null | undefined;
|
|
135
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
130
136
|
maxRounds?: number | null | undefined;
|
|
131
137
|
};
|
|
132
138
|
} | {
|
|
@@ -158,6 +164,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
158
164
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
159
165
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
160
166
|
roundStep?: number | null | undefined;
|
|
167
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
161
168
|
maxRounds?: number | null | undefined;
|
|
162
169
|
};
|
|
163
170
|
} | {
|
|
@@ -237,6 +244,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
237
244
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
238
245
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
239
246
|
roundStep?: number | null | undefined;
|
|
247
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
240
248
|
maxRounds?: number | null | undefined;
|
|
241
249
|
};
|
|
242
250
|
} | {
|
|
@@ -286,6 +294,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
286
294
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
287
295
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
288
296
|
roundStep?: number | null | undefined;
|
|
297
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
289
298
|
maxRounds?: number | null | undefined;
|
|
290
299
|
};
|
|
291
300
|
} | {
|
|
@@ -339,6 +348,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
339
348
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
340
349
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
341
350
|
roundStep?: number | null | undefined;
|
|
351
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
342
352
|
maxRounds?: number | null | undefined;
|
|
343
353
|
};
|
|
344
354
|
} | {
|
|
@@ -391,6 +401,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
391
401
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
392
402
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
393
403
|
roundStep?: number | null | undefined;
|
|
404
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
394
405
|
maxRounds?: number | null | undefined;
|
|
395
406
|
};
|
|
396
407
|
} | {
|
|
@@ -480,18 +491,21 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
480
491
|
value: z.ZodNumber;
|
|
481
492
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
482
493
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
494
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
483
495
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
484
496
|
}, "strip", z.ZodTypeAny, {
|
|
485
497
|
value: number;
|
|
486
498
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
487
499
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
488
500
|
roundStep?: number | null | undefined;
|
|
501
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
489
502
|
maxRounds?: number | null | undefined;
|
|
490
503
|
}, {
|
|
491
504
|
value: number;
|
|
492
505
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
493
506
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
494
507
|
roundStep?: number | null | undefined;
|
|
508
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
495
509
|
maxRounds?: number | null | undefined;
|
|
496
510
|
}>;
|
|
497
511
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -502,6 +516,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
502
516
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
503
517
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
504
518
|
roundStep?: number | null | undefined;
|
|
519
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
505
520
|
maxRounds?: number | null | undefined;
|
|
506
521
|
};
|
|
507
522
|
}, {
|
|
@@ -511,6 +526,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
511
526
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
512
527
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
513
528
|
roundStep?: number | null | undefined;
|
|
529
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
514
530
|
maxRounds?: number | null | undefined;
|
|
515
531
|
};
|
|
516
532
|
}>, z.ZodObject<{
|
|
@@ -778,6 +794,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
778
794
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
779
795
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
780
796
|
roundStep?: number | null | undefined;
|
|
797
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
781
798
|
maxRounds?: number | null | undefined;
|
|
782
799
|
};
|
|
783
800
|
} | {
|
|
@@ -832,6 +849,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
832
849
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
833
850
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
834
851
|
roundStep?: number | null | undefined;
|
|
852
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
835
853
|
maxRounds?: number | null | undefined;
|
|
836
854
|
};
|
|
837
855
|
} | {
|
|
@@ -907,6 +925,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
907
925
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
908
926
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
909
927
|
roundStep?: number | null | undefined;
|
|
928
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
910
929
|
maxRounds?: number | null | undefined;
|
|
911
930
|
};
|
|
912
931
|
} | {
|
|
@@ -961,6 +980,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
961
980
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
962
981
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
963
982
|
roundStep?: number | null | undefined;
|
|
983
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
964
984
|
maxRounds?: number | null | undefined;
|
|
965
985
|
};
|
|
966
986
|
} | {
|
|
@@ -1043,6 +1063,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
1043
1063
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1044
1064
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1045
1065
|
roundStep?: number | null | undefined;
|
|
1066
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1046
1067
|
maxRounds?: number | null | undefined;
|
|
1047
1068
|
};
|
|
1048
1069
|
} | {
|
|
@@ -1097,6 +1118,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
1097
1118
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1098
1119
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1099
1120
|
roundStep?: number | null | undefined;
|
|
1121
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1100
1122
|
maxRounds?: number | null | undefined;
|
|
1101
1123
|
};
|
|
1102
1124
|
} | {
|
|
@@ -1179,6 +1201,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
1179
1201
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1180
1202
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1181
1203
|
roundStep?: number | null | undefined;
|
|
1204
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1182
1205
|
maxRounds?: number | null | undefined;
|
|
1183
1206
|
};
|
|
1184
1207
|
} | {
|
|
@@ -1233,6 +1256,7 @@ export declare const CreatePreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
1233
1256
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1234
1257
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1235
1258
|
roundStep?: number | null | undefined;
|
|
1259
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1236
1260
|
maxRounds?: number | null | undefined;
|
|
1237
1261
|
};
|
|
1238
1262
|
} | {
|
package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatePreferenceCasePayload.d.ts","sourceRoot":"","sources":["CreatePreferenceCasePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"CreatePreferenceCasePayload.d.ts","sourceRoot":"","sources":["CreatePreferenceCasePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO5C,CAAA;AACF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAA"}
|
package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts
CHANGED
|
@@ -23,18 +23,21 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
23
23
|
value: z.ZodNumber;
|
|
24
24
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
25
25
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
26
27
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
28
|
}, "strip", z.ZodTypeAny, {
|
|
28
29
|
value: number;
|
|
29
30
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
30
31
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
31
32
|
roundStep?: number | null | undefined;
|
|
33
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
32
34
|
maxRounds?: number | null | undefined;
|
|
33
35
|
}, {
|
|
34
36
|
value: number;
|
|
35
37
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
36
38
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
37
39
|
roundStep?: number | null | undefined;
|
|
40
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
38
41
|
maxRounds?: number | null | undefined;
|
|
39
42
|
}>;
|
|
40
43
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -45,6 +48,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
45
48
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
46
49
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
47
50
|
roundStep?: number | null | undefined;
|
|
51
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
48
52
|
maxRounds?: number | null | undefined;
|
|
49
53
|
};
|
|
50
54
|
}, {
|
|
@@ -54,6 +58,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
54
58
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
55
59
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
56
60
|
roundStep?: number | null | undefined;
|
|
61
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
57
62
|
maxRounds?: number | null | undefined;
|
|
58
63
|
};
|
|
59
64
|
}>, z.ZodObject<{
|
|
@@ -127,6 +132,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
127
132
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
128
133
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
129
134
|
roundStep?: number | null | undefined;
|
|
135
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
130
136
|
maxRounds?: number | null | undefined;
|
|
131
137
|
};
|
|
132
138
|
} | {
|
|
@@ -158,6 +164,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
158
164
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
159
165
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
160
166
|
roundStep?: number | null | undefined;
|
|
167
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
161
168
|
maxRounds?: number | null | undefined;
|
|
162
169
|
};
|
|
163
170
|
} | {
|
|
@@ -237,6 +244,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
237
244
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
238
245
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
239
246
|
roundStep?: number | null | undefined;
|
|
247
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
240
248
|
maxRounds?: number | null | undefined;
|
|
241
249
|
};
|
|
242
250
|
} | {
|
|
@@ -286,6 +294,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
286
294
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
287
295
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
288
296
|
roundStep?: number | null | undefined;
|
|
297
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
289
298
|
maxRounds?: number | null | undefined;
|
|
290
299
|
};
|
|
291
300
|
} | {
|
|
@@ -339,6 +348,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
339
348
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
340
349
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
341
350
|
roundStep?: number | null | undefined;
|
|
351
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
342
352
|
maxRounds?: number | null | undefined;
|
|
343
353
|
};
|
|
344
354
|
} | {
|
|
@@ -391,6 +401,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
391
401
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
392
402
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
393
403
|
roundStep?: number | null | undefined;
|
|
404
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
394
405
|
maxRounds?: number | null | undefined;
|
|
395
406
|
};
|
|
396
407
|
} | {
|
|
@@ -480,18 +491,21 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
480
491
|
value: z.ZodNumber;
|
|
481
492
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
482
493
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
494
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
483
495
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
484
496
|
}, "strip", z.ZodTypeAny, {
|
|
485
497
|
value: number;
|
|
486
498
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
487
499
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
488
500
|
roundStep?: number | null | undefined;
|
|
501
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
489
502
|
maxRounds?: number | null | undefined;
|
|
490
503
|
}, {
|
|
491
504
|
value: number;
|
|
492
505
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
493
506
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
494
507
|
roundStep?: number | null | undefined;
|
|
508
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
495
509
|
maxRounds?: number | null | undefined;
|
|
496
510
|
}>;
|
|
497
511
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -502,6 +516,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
502
516
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
503
517
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
504
518
|
roundStep?: number | null | undefined;
|
|
519
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
505
520
|
maxRounds?: number | null | undefined;
|
|
506
521
|
};
|
|
507
522
|
}, {
|
|
@@ -511,6 +526,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
511
526
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
512
527
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
513
528
|
roundStep?: number | null | undefined;
|
|
529
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
514
530
|
maxRounds?: number | null | undefined;
|
|
515
531
|
};
|
|
516
532
|
}>, z.ZodObject<{
|
|
@@ -778,6 +794,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
778
794
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
779
795
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
780
796
|
roundStep?: number | null | undefined;
|
|
797
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
781
798
|
maxRounds?: number | null | undefined;
|
|
782
799
|
};
|
|
783
800
|
} | {
|
|
@@ -832,6 +849,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
832
849
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
833
850
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
834
851
|
roundStep?: number | null | undefined;
|
|
852
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
835
853
|
maxRounds?: number | null | undefined;
|
|
836
854
|
};
|
|
837
855
|
} | {
|
|
@@ -907,6 +925,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
907
925
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
908
926
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
909
927
|
roundStep?: number | null | undefined;
|
|
928
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
910
929
|
maxRounds?: number | null | undefined;
|
|
911
930
|
};
|
|
912
931
|
} | {
|
|
@@ -961,6 +980,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
961
980
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
962
981
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
963
982
|
roundStep?: number | null | undefined;
|
|
983
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
964
984
|
maxRounds?: number | null | undefined;
|
|
965
985
|
};
|
|
966
986
|
} | {
|
|
@@ -1043,6 +1063,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
1043
1063
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1044
1064
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1045
1065
|
roundStep?: number | null | undefined;
|
|
1066
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1046
1067
|
maxRounds?: number | null | undefined;
|
|
1047
1068
|
};
|
|
1048
1069
|
} | {
|
|
@@ -1097,6 +1118,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
1097
1118
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1098
1119
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1099
1120
|
roundStep?: number | null | undefined;
|
|
1121
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1100
1122
|
maxRounds?: number | null | undefined;
|
|
1101
1123
|
};
|
|
1102
1124
|
} | {
|
|
@@ -1178,6 +1200,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
1178
1200
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1179
1201
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1180
1202
|
roundStep?: number | null | undefined;
|
|
1203
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1181
1204
|
maxRounds?: number | null | undefined;
|
|
1182
1205
|
};
|
|
1183
1206
|
} | {
|
|
@@ -1232,6 +1255,7 @@ export declare const PartialPreferenceCasePayloadSchema: z.ZodObject<{
|
|
|
1232
1255
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1233
1256
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1234
1257
|
roundStep?: number | null | undefined;
|
|
1258
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1235
1259
|
maxRounds?: number | null | undefined;
|
|
1236
1260
|
};
|
|
1237
1261
|
} | {
|
package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartialPreferenceCasePayload.d.ts","sourceRoot":"","sources":["PartialPreferenceCasePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"PartialPreferenceCasePayload.d.ts","sourceRoot":"","sources":["PartialPreferenceCasePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM7C,CAAA;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAA"}
|
|
@@ -28,18 +28,21 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
28
28
|
value: z.ZodNumber;
|
|
29
29
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
30
30
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
31
32
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
33
|
}, "strip", z.ZodTypeAny, {
|
|
33
34
|
value: number;
|
|
34
35
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
35
36
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
36
37
|
roundStep?: number | null | undefined;
|
|
38
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
37
39
|
maxRounds?: number | null | undefined;
|
|
38
40
|
}, {
|
|
39
41
|
value: number;
|
|
40
42
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
41
43
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
42
44
|
roundStep?: number | null | undefined;
|
|
45
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
43
46
|
maxRounds?: number | null | undefined;
|
|
44
47
|
}>;
|
|
45
48
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -50,6 +53,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
50
53
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
51
54
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
52
55
|
roundStep?: number | null | undefined;
|
|
56
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
53
57
|
maxRounds?: number | null | undefined;
|
|
54
58
|
};
|
|
55
59
|
}, {
|
|
@@ -59,6 +63,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
59
63
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
60
64
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
61
65
|
roundStep?: number | null | undefined;
|
|
66
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
62
67
|
maxRounds?: number | null | undefined;
|
|
63
68
|
};
|
|
64
69
|
}>, z.ZodObject<{
|
|
@@ -132,6 +137,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
132
137
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
133
138
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
134
139
|
roundStep?: number | null | undefined;
|
|
140
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
135
141
|
maxRounds?: number | null | undefined;
|
|
136
142
|
};
|
|
137
143
|
} | {
|
|
@@ -163,6 +169,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
163
169
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
164
170
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
165
171
|
roundStep?: number | null | undefined;
|
|
172
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
166
173
|
maxRounds?: number | null | undefined;
|
|
167
174
|
};
|
|
168
175
|
} | {
|
|
@@ -242,6 +249,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
242
249
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
243
250
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
244
251
|
roundStep?: number | null | undefined;
|
|
252
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
245
253
|
maxRounds?: number | null | undefined;
|
|
246
254
|
};
|
|
247
255
|
} | {
|
|
@@ -291,6 +299,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
291
299
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
292
300
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
293
301
|
roundStep?: number | null | undefined;
|
|
302
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
294
303
|
maxRounds?: number | null | undefined;
|
|
295
304
|
};
|
|
296
305
|
} | {
|
|
@@ -344,6 +353,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
344
353
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
345
354
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
346
355
|
roundStep?: number | null | undefined;
|
|
356
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
347
357
|
maxRounds?: number | null | undefined;
|
|
348
358
|
};
|
|
349
359
|
} | {
|
|
@@ -396,6 +406,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
396
406
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
397
407
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
398
408
|
roundStep?: number | null | undefined;
|
|
409
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
399
410
|
maxRounds?: number | null | undefined;
|
|
400
411
|
};
|
|
401
412
|
} | {
|
|
@@ -485,18 +496,21 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
485
496
|
value: z.ZodNumber;
|
|
486
497
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
487
498
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
499
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
488
500
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
489
501
|
}, "strip", z.ZodTypeAny, {
|
|
490
502
|
value: number;
|
|
491
503
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
492
504
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
493
505
|
roundStep?: number | null | undefined;
|
|
506
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
494
507
|
maxRounds?: number | null | undefined;
|
|
495
508
|
}, {
|
|
496
509
|
value: number;
|
|
497
510
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
498
511
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
499
512
|
roundStep?: number | null | undefined;
|
|
513
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
500
514
|
maxRounds?: number | null | undefined;
|
|
501
515
|
}>;
|
|
502
516
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -507,6 +521,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
507
521
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
508
522
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
509
523
|
roundStep?: number | null | undefined;
|
|
524
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
510
525
|
maxRounds?: number | null | undefined;
|
|
511
526
|
};
|
|
512
527
|
}, {
|
|
@@ -516,6 +531,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
516
531
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
517
532
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
518
533
|
roundStep?: number | null | undefined;
|
|
534
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
519
535
|
maxRounds?: number | null | undefined;
|
|
520
536
|
};
|
|
521
537
|
}>, z.ZodObject<{
|
|
@@ -783,6 +799,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
783
799
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
784
800
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
785
801
|
roundStep?: number | null | undefined;
|
|
802
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
786
803
|
maxRounds?: number | null | undefined;
|
|
787
804
|
};
|
|
788
805
|
} | {
|
|
@@ -837,6 +854,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
837
854
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
838
855
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
839
856
|
roundStep?: number | null | undefined;
|
|
857
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
840
858
|
maxRounds?: number | null | undefined;
|
|
841
859
|
};
|
|
842
860
|
} | {
|
|
@@ -914,6 +932,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
914
932
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
915
933
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
916
934
|
roundStep?: number | null | undefined;
|
|
935
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
917
936
|
maxRounds?: number | null | undefined;
|
|
918
937
|
};
|
|
919
938
|
} | {
|
|
@@ -968,6 +987,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
968
987
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
969
988
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
970
989
|
roundStep?: number | null | undefined;
|
|
990
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
971
991
|
maxRounds?: number | null | undefined;
|
|
972
992
|
};
|
|
973
993
|
} | {
|
|
@@ -1055,6 +1075,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
1055
1075
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1056
1076
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1057
1077
|
roundStep?: number | null | undefined;
|
|
1078
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1058
1079
|
maxRounds?: number | null | undefined;
|
|
1059
1080
|
};
|
|
1060
1081
|
} | {
|
|
@@ -1109,6 +1130,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
1109
1130
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1110
1131
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1111
1132
|
roundStep?: number | null | undefined;
|
|
1133
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1112
1134
|
maxRounds?: number | null | undefined;
|
|
1113
1135
|
};
|
|
1114
1136
|
} | {
|
|
@@ -1195,6 +1217,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
1195
1217
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1196
1218
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1197
1219
|
roundStep?: number | null | undefined;
|
|
1220
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1198
1221
|
maxRounds?: number | null | undefined;
|
|
1199
1222
|
};
|
|
1200
1223
|
} | {
|
|
@@ -1249,6 +1272,7 @@ export declare const PreferenceCaseSchema: z.ZodObject<{
|
|
|
1249
1272
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1250
1273
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1251
1274
|
roundStep?: number | null | undefined;
|
|
1275
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1252
1276
|
maxRounds?: number | null | undefined;
|
|
1253
1277
|
};
|
|
1254
1278
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceCase.d.ts","sourceRoot":"","sources":["PreferenceCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"PreferenceCase.d.ts","sourceRoot":"","sources":["PreferenceCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS/B,CAAA;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA"}
|
package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts
CHANGED
|
@@ -14,18 +14,21 @@ export declare const PreferenceActionPayloadSchema: z.ZodObject<{
|
|
|
14
14
|
value: z.ZodNumber;
|
|
15
15
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
16
16
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
17
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
17
18
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
19
|
}, "strip", z.ZodTypeAny, {
|
|
19
20
|
value: number;
|
|
20
21
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
21
22
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
22
23
|
roundStep?: number | null | undefined;
|
|
24
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
23
25
|
maxRounds?: number | null | undefined;
|
|
24
26
|
}, {
|
|
25
27
|
value: number;
|
|
26
28
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
27
29
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
28
30
|
roundStep?: number | null | undefined;
|
|
31
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
29
32
|
maxRounds?: number | null | undefined;
|
|
30
33
|
}>;
|
|
31
34
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -36,6 +39,7 @@ export declare const PreferenceActionPayloadSchema: z.ZodObject<{
|
|
|
36
39
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
37
40
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
38
41
|
roundStep?: number | null | undefined;
|
|
42
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
39
43
|
maxRounds?: number | null | undefined;
|
|
40
44
|
};
|
|
41
45
|
}, {
|
|
@@ -45,6 +49,7 @@ export declare const PreferenceActionPayloadSchema: z.ZodObject<{
|
|
|
45
49
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
46
50
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
47
51
|
roundStep?: number | null | undefined;
|
|
52
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
48
53
|
maxRounds?: number | null | undefined;
|
|
49
54
|
};
|
|
50
55
|
}>, z.ZodObject<{
|
|
@@ -118,6 +123,7 @@ export declare const PreferenceActionPayloadSchema: z.ZodObject<{
|
|
|
118
123
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
119
124
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
120
125
|
roundStep?: number | null | undefined;
|
|
126
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
121
127
|
maxRounds?: number | null | undefined;
|
|
122
128
|
};
|
|
123
129
|
} | {
|
|
@@ -149,6 +155,7 @@ export declare const PreferenceActionPayloadSchema: z.ZodObject<{
|
|
|
149
155
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
150
156
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
151
157
|
roundStep?: number | null | undefined;
|
|
158
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
152
159
|
maxRounds?: number | null | undefined;
|
|
153
160
|
};
|
|
154
161
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceActionPayload.d.ts","sourceRoot":"","sources":["PreferenceActionPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"PreferenceActionPayload.d.ts","sourceRoot":"","sources":["PreferenceActionPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKxC,CAAA;AACF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAA"}
|