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/variants/PreferenceCaseVariantPayload.d.ts
CHANGED
|
@@ -19,18 +19,21 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
19
19
|
value: z.ZodNumber;
|
|
20
20
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
21
21
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
22
23
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
23
24
|
}, "strip", z.ZodTypeAny, {
|
|
24
25
|
value: number;
|
|
25
26
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
26
27
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
27
28
|
roundStep?: number | null | undefined;
|
|
29
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
28
30
|
maxRounds?: number | null | undefined;
|
|
29
31
|
}, {
|
|
30
32
|
value: number;
|
|
31
33
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
32
34
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
33
35
|
roundStep?: number | null | undefined;
|
|
36
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
34
37
|
maxRounds?: number | null | undefined;
|
|
35
38
|
}>;
|
|
36
39
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -41,6 +44,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
41
44
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
42
45
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
43
46
|
roundStep?: number | null | undefined;
|
|
47
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
44
48
|
maxRounds?: number | null | undefined;
|
|
45
49
|
};
|
|
46
50
|
}, {
|
|
@@ -50,6 +54,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
50
54
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
51
55
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
52
56
|
roundStep?: number | null | undefined;
|
|
57
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
53
58
|
maxRounds?: number | null | undefined;
|
|
54
59
|
};
|
|
55
60
|
}>, z.ZodObject<{
|
|
@@ -123,6 +128,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
123
128
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
124
129
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
125
130
|
roundStep?: number | null | undefined;
|
|
131
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
126
132
|
maxRounds?: number | null | undefined;
|
|
127
133
|
};
|
|
128
134
|
} | {
|
|
@@ -154,6 +160,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
154
160
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
155
161
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
156
162
|
roundStep?: number | null | undefined;
|
|
163
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
157
164
|
maxRounds?: number | null | undefined;
|
|
158
165
|
};
|
|
159
166
|
} | {
|
|
@@ -233,6 +240,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
233
240
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
234
241
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
235
242
|
roundStep?: number | null | undefined;
|
|
243
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
236
244
|
maxRounds?: number | null | undefined;
|
|
237
245
|
};
|
|
238
246
|
} | {
|
|
@@ -282,6 +290,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
282
290
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
283
291
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
284
292
|
roundStep?: number | null | undefined;
|
|
293
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
285
294
|
maxRounds?: number | null | undefined;
|
|
286
295
|
};
|
|
287
296
|
} | {
|
|
@@ -335,6 +344,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
335
344
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
336
345
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
337
346
|
roundStep?: number | null | undefined;
|
|
347
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
338
348
|
maxRounds?: number | null | undefined;
|
|
339
349
|
};
|
|
340
350
|
} | {
|
|
@@ -387,6 +397,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
387
397
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
388
398
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
389
399
|
roundStep?: number | null | undefined;
|
|
400
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
390
401
|
maxRounds?: number | null | undefined;
|
|
391
402
|
};
|
|
392
403
|
} | {
|
|
@@ -476,18 +487,21 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
476
487
|
value: z.ZodNumber;
|
|
477
488
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
478
489
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
490
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
479
491
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
480
492
|
}, "strip", z.ZodTypeAny, {
|
|
481
493
|
value: number;
|
|
482
494
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
483
495
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
484
496
|
roundStep?: number | null | undefined;
|
|
497
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
485
498
|
maxRounds?: number | null | undefined;
|
|
486
499
|
}, {
|
|
487
500
|
value: number;
|
|
488
501
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
489
502
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
490
503
|
roundStep?: number | null | undefined;
|
|
504
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
491
505
|
maxRounds?: number | null | undefined;
|
|
492
506
|
}>;
|
|
493
507
|
type: z.ZodLiteral<"PRICE">;
|
|
@@ -498,6 +512,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
498
512
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
499
513
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
500
514
|
roundStep?: number | null | undefined;
|
|
515
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
501
516
|
maxRounds?: number | null | undefined;
|
|
502
517
|
};
|
|
503
518
|
}, {
|
|
@@ -507,6 +522,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
507
522
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
508
523
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
509
524
|
roundStep?: number | null | undefined;
|
|
525
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
510
526
|
maxRounds?: number | null | undefined;
|
|
511
527
|
};
|
|
512
528
|
}>, z.ZodObject<{
|
|
@@ -774,6 +790,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
774
790
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
775
791
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
776
792
|
roundStep?: number | null | undefined;
|
|
793
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
777
794
|
maxRounds?: number | null | undefined;
|
|
778
795
|
};
|
|
779
796
|
} | {
|
|
@@ -828,6 +845,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
828
845
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
829
846
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
830
847
|
roundStep?: number | null | undefined;
|
|
848
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
831
849
|
maxRounds?: number | null | undefined;
|
|
832
850
|
};
|
|
833
851
|
} | {
|
|
@@ -903,6 +921,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
903
921
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
904
922
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
905
923
|
roundStep?: number | null | undefined;
|
|
924
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
906
925
|
maxRounds?: number | null | undefined;
|
|
907
926
|
};
|
|
908
927
|
} | {
|
|
@@ -957,6 +976,7 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
957
976
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
958
977
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
959
978
|
roundStep?: number | null | undefined;
|
|
979
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
960
980
|
maxRounds?: number | null | undefined;
|
|
961
981
|
};
|
|
962
982
|
} | {
|
package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceCaseVariantPayload.d.ts","sourceRoot":"","sources":["PreferenceCaseVariantPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"PreferenceCaseVariantPayload.d.ts","sourceRoot":"","sources":["PreferenceCaseVariantPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI7C,CAAA;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const PreferencePriceNegotiationProfileSchema: z.ZodEnum<["AUTO"]>;
|
|
3
|
+
export type PreferencePriceNegotiationProfile = z.infer<typeof PreferencePriceNegotiationProfileSchema>;
|
|
4
|
+
//# sourceMappingURL=PreferencePriceNegotiationProfile.d.ts.map
|
package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreferencePriceNegotiationProfile.d.ts","sourceRoot":"","sources":["PreferencePriceNegotiationProfile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,uCAAuC,qBAElD,CAAA;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreferencePriceNegotiationProfile.js","sourceRoot":"","sources":["PreferencePriceNegotiationProfile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC1D,MAAM;CACT,CAAC,CAAA"}
|
|
@@ -4,18 +4,21 @@ export declare const PreferencePricePayloadSchema: z.ZodObject<{
|
|
|
4
4
|
value: z.ZodNumber;
|
|
5
5
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
6
6
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
7
8
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8
9
|
}, "strip", z.ZodTypeAny, {
|
|
9
10
|
value: number;
|
|
10
11
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
11
12
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
12
13
|
roundStep?: number | null | undefined;
|
|
14
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
13
15
|
maxRounds?: number | null | undefined;
|
|
14
16
|
}, {
|
|
15
17
|
value: number;
|
|
16
18
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
17
19
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
18
20
|
roundStep?: number | null | undefined;
|
|
21
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
19
22
|
maxRounds?: number | null | undefined;
|
|
20
23
|
}>;
|
|
21
24
|
export type PreferencePricePayload = z.infer<typeof PreferencePricePayloadSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferencePricePayload.d.ts","sourceRoot":"","sources":["PreferencePricePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"PreferencePricePayload.d.ts","sourceRoot":"","sources":["PreferencePricePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;EAOvC,CAAA;AACF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAA"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import { PreferencePricePayloadTypeSchema } from "./PreferencePricePayloadType";
|
|
3
3
|
import { PreferencePricePayloadRoundTypeSchema } from "./PreferencePricePayloadRoundType";
|
|
4
|
+
import { PreferencePriceNegotiationProfileSchema } from "./PreferencePriceNegotiationProfile";
|
|
4
5
|
export const PreferencePricePayloadSchema = z.object({
|
|
5
6
|
type: PreferencePricePayloadTypeSchema,
|
|
6
7
|
value: z.number(),
|
|
7
8
|
roundType: PreferencePricePayloadRoundTypeSchema.nullish(),
|
|
8
9
|
roundStep: z.number().nullish(),
|
|
10
|
+
negotiationProfile: PreferencePriceNegotiationProfileSchema.nullish(),
|
|
9
11
|
maxRounds: z.number().int().nullish()
|
|
10
12
|
});
|
|
11
13
|
//# sourceMappingURL=PreferencePricePayload.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferencePricePayload.js","sourceRoot":"","sources":["PreferencePricePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,gCAAgC,EAAC,MAAM,8BAA8B,CAAA;AAC7E,OAAO,EAAC,qCAAqC,EAAC,MAAM,mCAAmC,CAAA;
|
|
1
|
+
{"version":3,"file":"PreferencePricePayload.js","sourceRoot":"","sources":["PreferencePricePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,gCAAgC,EAAC,MAAM,8BAA8B,CAAA;AAC7E,OAAO,EAAC,qCAAqC,EAAC,MAAM,mCAAmC,CAAA;AACvF,OAAO,EAAC,uCAAuC,EAAC,MAAM,qCAAqC,CAAA;AAE3F,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,MAAM,CAAC;IACjD,IAAI,EAAE,gCAAgC;IACtC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,SAAS,EAAE,qCAAqC,CAAC,OAAO,EAAE;IAC1D,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC/B,kBAAkB,EAAE,uCAAuC,CAAC,OAAO,EAAE;IACrE,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE;CACxC,CAAC,CAAA"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import {z} from "zod"
|
|
2
2
|
import {PreferencePricePayloadTypeSchema} from "./PreferencePricePayloadType"
|
|
3
3
|
import {PreferencePricePayloadRoundTypeSchema} from "./PreferencePricePayloadRoundType"
|
|
4
|
+
import {PreferencePriceNegotiationProfileSchema} from "./PreferencePriceNegotiationProfile"
|
|
4
5
|
|
|
5
6
|
export const PreferencePricePayloadSchema = z.object({
|
|
6
7
|
type: PreferencePricePayloadTypeSchema,
|
|
7
8
|
value: z.number(),
|
|
8
9
|
roundType: PreferencePricePayloadRoundTypeSchema.nullish(),
|
|
9
10
|
roundStep: z.number().nullish(),
|
|
11
|
+
negotiationProfile: PreferencePriceNegotiationProfileSchema.nullish(),
|
|
10
12
|
maxRounds: z.number().int().nullish()
|
|
11
13
|
})
|
|
12
14
|
export type PreferencePricePayload = z.infer<typeof PreferencePricePayloadSchema>
|
package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts
CHANGED
|
@@ -39,18 +39,21 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
39
39
|
value: z.ZodNumber;
|
|
40
40
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
41
41
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
42
43
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
44
|
}, "strip", z.ZodTypeAny, {
|
|
44
45
|
value: number;
|
|
45
46
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
46
47
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
47
48
|
roundStep?: number | null | undefined;
|
|
49
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
48
50
|
maxRounds?: number | null | undefined;
|
|
49
51
|
}, {
|
|
50
52
|
value: number;
|
|
51
53
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
52
54
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
53
55
|
roundStep?: number | null | undefined;
|
|
56
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
54
57
|
maxRounds?: number | null | undefined;
|
|
55
58
|
}>;
|
|
56
59
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -71,6 +74,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
71
74
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
72
75
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
73
76
|
roundStep?: number | null | undefined;
|
|
77
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
74
78
|
maxRounds?: number | null | undefined;
|
|
75
79
|
};
|
|
76
80
|
}, {
|
|
@@ -91,6 +95,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
91
95
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
92
96
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
93
97
|
roundStep?: number | null | undefined;
|
|
98
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
94
99
|
maxRounds?: number | null | undefined;
|
|
95
100
|
};
|
|
96
101
|
}>, "many">;
|
|
@@ -115,6 +120,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
115
120
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
116
121
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
117
122
|
roundStep?: number | null | undefined;
|
|
123
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
118
124
|
maxRounds?: number | null | undefined;
|
|
119
125
|
};
|
|
120
126
|
}[];
|
|
@@ -140,6 +146,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
140
146
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
141
147
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
142
148
|
roundStep?: number | null | undefined;
|
|
149
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
143
150
|
maxRounds?: number | null | undefined;
|
|
144
151
|
};
|
|
145
152
|
}[];
|
|
@@ -182,18 +189,21 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
182
189
|
value: z.ZodNumber;
|
|
183
190
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
184
191
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
192
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
185
193
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
186
194
|
}, "strip", z.ZodTypeAny, {
|
|
187
195
|
value: number;
|
|
188
196
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
189
197
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
190
198
|
roundStep?: number | null | undefined;
|
|
199
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
191
200
|
maxRounds?: number | null | undefined;
|
|
192
201
|
}, {
|
|
193
202
|
value: number;
|
|
194
203
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
195
204
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
196
205
|
roundStep?: number | null | undefined;
|
|
206
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
197
207
|
maxRounds?: number | null | undefined;
|
|
198
208
|
}>;
|
|
199
209
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -214,6 +224,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
214
224
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
215
225
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
216
226
|
roundStep?: number | null | undefined;
|
|
227
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
217
228
|
maxRounds?: number | null | undefined;
|
|
218
229
|
};
|
|
219
230
|
}, {
|
|
@@ -234,6 +245,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
234
245
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
235
246
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
236
247
|
roundStep?: number | null | undefined;
|
|
248
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
237
249
|
maxRounds?: number | null | undefined;
|
|
238
250
|
};
|
|
239
251
|
}>, "many">;
|
|
@@ -258,6 +270,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
258
270
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
259
271
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
260
272
|
roundStep?: number | null | undefined;
|
|
273
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
261
274
|
maxRounds?: number | null | undefined;
|
|
262
275
|
};
|
|
263
276
|
}[];
|
|
@@ -283,6 +296,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
283
296
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
284
297
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
285
298
|
roundStep?: number | null | undefined;
|
|
299
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
286
300
|
maxRounds?: number | null | undefined;
|
|
287
301
|
};
|
|
288
302
|
}[];
|
|
@@ -313,6 +327,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
313
327
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
314
328
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
315
329
|
roundStep?: number | null | undefined;
|
|
330
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
316
331
|
maxRounds?: number | null | undefined;
|
|
317
332
|
};
|
|
318
333
|
}[];
|
|
@@ -340,6 +355,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
340
355
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
341
356
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
342
357
|
roundStep?: number | null | undefined;
|
|
358
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
343
359
|
maxRounds?: number | null | undefined;
|
|
344
360
|
};
|
|
345
361
|
}[];
|
|
@@ -370,6 +386,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
370
386
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
371
387
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
372
388
|
roundStep?: number | null | undefined;
|
|
389
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
373
390
|
maxRounds?: number | null | undefined;
|
|
374
391
|
};
|
|
375
392
|
}[];
|
|
@@ -397,6 +414,7 @@ export declare const FavoriteMessagesPreferenceSchema: z.ZodObject<{
|
|
|
397
414
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
398
415
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
399
416
|
roundStep?: number | null | undefined;
|
|
417
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
400
418
|
maxRounds?: number | null | undefined;
|
|
401
419
|
};
|
|
402
420
|
}[];
|
package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FavoriteMessagesPreference.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"FavoriteMessagesPreference.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO3C,CAAA;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts
CHANGED
|
@@ -35,18 +35,21 @@ export declare const FavoriteMessagesPreferenceCaseSchema: 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
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -67,6 +70,7 @@ export declare const FavoriteMessagesPreferenceCaseSchema: z.ZodObject<{
|
|
|
67
70
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
68
71
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
69
72
|
roundStep?: number | null | undefined;
|
|
73
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
70
74
|
maxRounds?: number | null | undefined;
|
|
71
75
|
};
|
|
72
76
|
}, {
|
|
@@ -87,6 +91,7 @@ export declare const FavoriteMessagesPreferenceCaseSchema: z.ZodObject<{
|
|
|
87
91
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
88
92
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
89
93
|
roundStep?: number | null | undefined;
|
|
94
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
90
95
|
maxRounds?: number | null | undefined;
|
|
91
96
|
};
|
|
92
97
|
}>, "many">;
|
|
@@ -111,6 +116,7 @@ export declare const FavoriteMessagesPreferenceCaseSchema: z.ZodObject<{
|
|
|
111
116
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
112
117
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
113
118
|
roundStep?: number | null | undefined;
|
|
119
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
114
120
|
maxRounds?: number | null | undefined;
|
|
115
121
|
};
|
|
116
122
|
}[];
|
|
@@ -136,6 +142,7 @@ export declare const FavoriteMessagesPreferenceCaseSchema: z.ZodObject<{
|
|
|
136
142
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
137
143
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
138
144
|
roundStep?: number | null | undefined;
|
|
145
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
139
146
|
maxRounds?: number | null | undefined;
|
|
140
147
|
};
|
|
141
148
|
}[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FavoriteMessagesPreferenceCase.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreferenceCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"FavoriteMessagesPreferenceCase.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreferenceCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK/C,CAAA;AACF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAA"}
|
|
@@ -31,18 +31,21 @@ export declare const FavoriteMessagesPreferenceVariantSchema: z.ZodObject<{
|
|
|
31
31
|
value: z.ZodNumber;
|
|
32
32
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
33
33
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
34
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
34
35
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
35
36
|
}, "strip", z.ZodTypeAny, {
|
|
36
37
|
value: number;
|
|
37
38
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
38
39
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
39
40
|
roundStep?: number | null | undefined;
|
|
41
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
40
42
|
maxRounds?: number | null | undefined;
|
|
41
43
|
}, {
|
|
42
44
|
value: number;
|
|
43
45
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
44
46
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
45
47
|
roundStep?: number | null | undefined;
|
|
48
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
46
49
|
maxRounds?: number | null | undefined;
|
|
47
50
|
}>;
|
|
48
51
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -63,6 +66,7 @@ export declare const FavoriteMessagesPreferenceVariantSchema: z.ZodObject<{
|
|
|
63
66
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
64
67
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
65
68
|
roundStep?: number | null | undefined;
|
|
69
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
66
70
|
maxRounds?: number | null | undefined;
|
|
67
71
|
};
|
|
68
72
|
}, {
|
|
@@ -83,6 +87,7 @@ export declare const FavoriteMessagesPreferenceVariantSchema: z.ZodObject<{
|
|
|
83
87
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
84
88
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
85
89
|
roundStep?: number | null | undefined;
|
|
90
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
86
91
|
maxRounds?: number | null | undefined;
|
|
87
92
|
};
|
|
88
93
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FavoriteMessagesPreferenceVariant.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreferenceVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"FavoriteMessagesPreferenceVariant.d.ts","sourceRoot":"","sources":["FavoriteMessagesPreferenceVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlD,CAAA;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAA"}
|
|
@@ -16,18 +16,21 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
16
16
|
value: z.ZodNumber;
|
|
17
17
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
18
18
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
19
20
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
20
21
|
}, "strip", z.ZodTypeAny, {
|
|
21
22
|
value: number;
|
|
22
23
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
23
24
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
24
25
|
roundStep?: number | null | undefined;
|
|
26
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
25
27
|
maxRounds?: number | null | undefined;
|
|
26
28
|
}, {
|
|
27
29
|
value: number;
|
|
28
30
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
29
31
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
30
32
|
roundStep?: number | null | undefined;
|
|
33
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
31
34
|
maxRounds?: number | null | undefined;
|
|
32
35
|
}>;
|
|
33
36
|
acceptOfferWhenCorrect: z.ZodBoolean;
|
|
@@ -130,6 +133,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
130
133
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
131
134
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
132
135
|
roundStep?: number | null | undefined;
|
|
136
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
133
137
|
maxRounds?: number | null | undefined;
|
|
134
138
|
};
|
|
135
139
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -176,6 +180,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
176
180
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
177
181
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
178
182
|
roundStep?: number | null | undefined;
|
|
183
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
179
184
|
maxRounds?: number | null | undefined;
|
|
180
185
|
};
|
|
181
186
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -226,6 +231,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
226
231
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
227
232
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
228
233
|
roundStep?: number | null | undefined;
|
|
234
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
229
235
|
maxRounds?: number | null | undefined;
|
|
230
236
|
};
|
|
231
237
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -278,6 +284,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
278
284
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
279
285
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
280
286
|
roundStep?: number | null | undefined;
|
|
287
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
281
288
|
maxRounds?: number | null | undefined;
|
|
282
289
|
};
|
|
283
290
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -335,6 +342,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
335
342
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
336
343
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
337
344
|
roundStep?: number | null | undefined;
|
|
345
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
338
346
|
maxRounds?: number | null | undefined;
|
|
339
347
|
};
|
|
340
348
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -392,6 +400,7 @@ export declare const NegotiationPreferenceSchema: z.ZodObject<{
|
|
|
392
400
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
393
401
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
394
402
|
roundStep?: number | null | undefined;
|
|
403
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
395
404
|
maxRounds?: number | null | undefined;
|
|
396
405
|
};
|
|
397
406
|
acceptOfferWhenCorrect: boolean;
|
package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NegotiationPreference.d.ts","sourceRoot":"","sources":["NegotiationPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"NegotiationPreference.d.ts","sourceRoot":"","sources":["NegotiationPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKtC,CAAA;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAA"}
|
package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts
CHANGED
|
@@ -12,18 +12,21 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
12
12
|
value: z.ZodNumber;
|
|
13
13
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
14
14
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
15
16
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
17
|
}, "strip", z.ZodTypeAny, {
|
|
17
18
|
value: number;
|
|
18
19
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
19
20
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
20
21
|
roundStep?: number | null | undefined;
|
|
22
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
21
23
|
maxRounds?: number | null | undefined;
|
|
22
24
|
}, {
|
|
23
25
|
value: number;
|
|
24
26
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
25
27
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
26
28
|
roundStep?: number | null | undefined;
|
|
29
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
27
30
|
maxRounds?: number | null | undefined;
|
|
28
31
|
}>;
|
|
29
32
|
acceptOfferWhenCorrect: z.ZodBoolean;
|
|
@@ -126,6 +129,7 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
126
129
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
127
130
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
128
131
|
roundStep?: number | null | undefined;
|
|
132
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
129
133
|
maxRounds?: number | null | undefined;
|
|
130
134
|
};
|
|
131
135
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -172,6 +176,7 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
172
176
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
173
177
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
174
178
|
roundStep?: number | null | undefined;
|
|
179
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
175
180
|
maxRounds?: number | null | undefined;
|
|
176
181
|
};
|
|
177
182
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -222,6 +227,7 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
222
227
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
223
228
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
224
229
|
roundStep?: number | null | undefined;
|
|
230
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
225
231
|
maxRounds?: number | null | undefined;
|
|
226
232
|
};
|
|
227
233
|
acceptOfferWhenCorrect: boolean;
|
|
@@ -274,6 +280,7 @@ export declare const NegotiationPreferenceCaseSchema: z.ZodObject<{
|
|
|
274
280
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
275
281
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
276
282
|
roundStep?: number | null | undefined;
|
|
283
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
277
284
|
maxRounds?: number | null | undefined;
|
|
278
285
|
};
|
|
279
286
|
acceptOfferWhenCorrect: boolean;
|