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
|
@@ -793,18 +793,21 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
793
793
|
value: z.ZodNumber;
|
|
794
794
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
795
795
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
796
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
796
797
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
797
798
|
}, "strip", z.ZodTypeAny, {
|
|
798
799
|
value: number;
|
|
799
800
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
800
801
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
801
802
|
roundStep?: number | null | undefined;
|
|
803
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
802
804
|
maxRounds?: number | null | undefined;
|
|
803
805
|
}, {
|
|
804
806
|
value: number;
|
|
805
807
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
806
808
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
807
809
|
roundStep?: number | null | undefined;
|
|
810
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
808
811
|
maxRounds?: number | null | undefined;
|
|
809
812
|
}>>>;
|
|
810
813
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -818,6 +821,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
818
821
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
819
822
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
820
823
|
roundStep?: number | null | undefined;
|
|
824
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
821
825
|
maxRounds?: number | null | undefined;
|
|
822
826
|
} | null | undefined;
|
|
823
827
|
isTransfer?: boolean | null | undefined;
|
|
@@ -831,6 +835,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
831
835
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
832
836
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
833
837
|
roundStep?: number | null | undefined;
|
|
838
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
834
839
|
maxRounds?: number | null | undefined;
|
|
835
840
|
} | null | undefined;
|
|
836
841
|
isTransfer?: boolean | null | undefined;
|
|
@@ -848,6 +853,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
848
853
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
849
854
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
850
855
|
roundStep?: number | null | undefined;
|
|
856
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
851
857
|
maxRounds?: number | null | undefined;
|
|
852
858
|
} | null | undefined;
|
|
853
859
|
isTransfer?: boolean | null | undefined;
|
|
@@ -864,6 +870,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
864
870
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
865
871
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
866
872
|
roundStep?: number | null | undefined;
|
|
873
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
867
874
|
maxRounds?: number | null | undefined;
|
|
868
875
|
} | null | undefined;
|
|
869
876
|
isTransfer?: boolean | null | undefined;
|
|
@@ -895,18 +902,21 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
895
902
|
value: z.ZodNumber;
|
|
896
903
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
897
904
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
905
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
898
906
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
899
907
|
}, "strip", z.ZodTypeAny, {
|
|
900
908
|
value: number;
|
|
901
909
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
902
910
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
903
911
|
roundStep?: number | null | undefined;
|
|
912
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
904
913
|
maxRounds?: number | null | undefined;
|
|
905
914
|
}, {
|
|
906
915
|
value: number;
|
|
907
916
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
908
917
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
909
918
|
roundStep?: number | null | undefined;
|
|
919
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
910
920
|
maxRounds?: number | null | undefined;
|
|
911
921
|
}>>>;
|
|
912
922
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -925,6 +935,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
925
935
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
926
936
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
927
937
|
roundStep?: number | null | undefined;
|
|
938
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
928
939
|
maxRounds?: number | null | undefined;
|
|
929
940
|
} | null | undefined;
|
|
930
941
|
}, {
|
|
@@ -943,6 +954,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
943
954
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
944
955
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
945
956
|
roundStep?: number | null | undefined;
|
|
957
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
946
958
|
maxRounds?: number | null | undefined;
|
|
947
959
|
} | null | undefined;
|
|
948
960
|
}>;
|
|
@@ -965,6 +977,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
965
977
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
966
978
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
967
979
|
roundStep?: number | null | undefined;
|
|
980
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
968
981
|
maxRounds?: number | null | undefined;
|
|
969
982
|
} | null | undefined;
|
|
970
983
|
};
|
|
@@ -986,6 +999,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
986
999
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
987
1000
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
988
1001
|
roundStep?: number | null | undefined;
|
|
1002
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
989
1003
|
maxRounds?: number | null | undefined;
|
|
990
1004
|
} | null | undefined;
|
|
991
1005
|
};
|
|
@@ -1433,6 +1447,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1433
1447
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1434
1448
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1435
1449
|
roundStep?: number | null | undefined;
|
|
1450
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1436
1451
|
maxRounds?: number | null | undefined;
|
|
1437
1452
|
} | null | undefined;
|
|
1438
1453
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1457,6 +1472,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1457
1472
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1458
1473
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1459
1474
|
roundStep?: number | null | undefined;
|
|
1475
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1460
1476
|
maxRounds?: number | null | undefined;
|
|
1461
1477
|
} | null | undefined;
|
|
1462
1478
|
};
|
|
@@ -1641,6 +1657,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1641
1657
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1642
1658
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1643
1659
|
roundStep?: number | null | undefined;
|
|
1660
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1644
1661
|
maxRounds?: number | null | undefined;
|
|
1645
1662
|
} | null | undefined;
|
|
1646
1663
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1665,6 +1682,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1665
1682
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1666
1683
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1667
1684
|
roundStep?: number | null | undefined;
|
|
1685
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1668
1686
|
maxRounds?: number | null | undefined;
|
|
1669
1687
|
} | null | undefined;
|
|
1670
1688
|
};
|
|
@@ -2085,6 +2103,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2085
2103
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2086
2104
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2087
2105
|
roundStep?: number | null | undefined;
|
|
2106
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2088
2107
|
maxRounds?: number | null | undefined;
|
|
2089
2108
|
} | null | undefined;
|
|
2090
2109
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2109,6 +2128,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2109
2128
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2110
2129
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2111
2130
|
roundStep?: number | null | undefined;
|
|
2131
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2112
2132
|
maxRounds?: number | null | undefined;
|
|
2113
2133
|
} | null | undefined;
|
|
2114
2134
|
};
|
|
@@ -2398,6 +2418,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2398
2418
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2399
2419
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2400
2420
|
roundStep?: number | null | undefined;
|
|
2421
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2401
2422
|
maxRounds?: number | null | undefined;
|
|
2402
2423
|
} | null | undefined;
|
|
2403
2424
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2422,6 +2443,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2422
2443
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2423
2444
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2424
2445
|
roundStep?: number | null | undefined;
|
|
2446
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2425
2447
|
maxRounds?: number | null | undefined;
|
|
2426
2448
|
} | null | undefined;
|
|
2427
2449
|
};
|
|
@@ -2715,6 +2737,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2715
2737
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2716
2738
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2717
2739
|
roundStep?: number | null | undefined;
|
|
2740
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2718
2741
|
maxRounds?: number | null | undefined;
|
|
2719
2742
|
} | null | undefined;
|
|
2720
2743
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2739,6 +2762,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2739
2762
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2740
2763
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2741
2764
|
roundStep?: number | null | undefined;
|
|
2765
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2742
2766
|
maxRounds?: number | null | undefined;
|
|
2743
2767
|
} | null | undefined;
|
|
2744
2768
|
};
|
|
@@ -3032,6 +3056,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3032
3056
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3033
3057
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3034
3058
|
roundStep?: number | null | undefined;
|
|
3059
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3035
3060
|
maxRounds?: number | null | undefined;
|
|
3036
3061
|
} | null | undefined;
|
|
3037
3062
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3056,6 +3081,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3056
3081
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3057
3082
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3058
3083
|
roundStep?: number | null | undefined;
|
|
3084
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3059
3085
|
maxRounds?: number | null | undefined;
|
|
3060
3086
|
} | null | undefined;
|
|
3061
3087
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemUpdate.d.ts","sourceRoot":"","sources":["ItemUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"ItemUpdate.d.ts","sourceRoot":"","sources":["ItemUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
|
|
@@ -817,18 +817,21 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
817
817
|
value: z.ZodNumber;
|
|
818
818
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
819
819
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
820
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
820
821
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
821
822
|
}, "strip", z.ZodTypeAny, {
|
|
822
823
|
value: number;
|
|
823
824
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
824
825
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
825
826
|
roundStep?: number | null | undefined;
|
|
827
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
826
828
|
maxRounds?: number | null | undefined;
|
|
827
829
|
}, {
|
|
828
830
|
value: number;
|
|
829
831
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
830
832
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
831
833
|
roundStep?: number | null | undefined;
|
|
834
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
832
835
|
maxRounds?: number | null | undefined;
|
|
833
836
|
}>>>;
|
|
834
837
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -842,6 +845,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
842
845
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
843
846
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
844
847
|
roundStep?: number | null | undefined;
|
|
848
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
845
849
|
maxRounds?: number | null | undefined;
|
|
846
850
|
} | null | undefined;
|
|
847
851
|
isTransfer?: boolean | null | undefined;
|
|
@@ -855,6 +859,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
855
859
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
856
860
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
857
861
|
roundStep?: number | null | undefined;
|
|
862
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
858
863
|
maxRounds?: number | null | undefined;
|
|
859
864
|
} | null | undefined;
|
|
860
865
|
isTransfer?: boolean | null | undefined;
|
|
@@ -872,6 +877,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
872
877
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
873
878
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
874
879
|
roundStep?: number | null | undefined;
|
|
880
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
875
881
|
maxRounds?: number | null | undefined;
|
|
876
882
|
} | null | undefined;
|
|
877
883
|
isTransfer?: boolean | null | undefined;
|
|
@@ -888,6 +894,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
888
894
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
889
895
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
890
896
|
roundStep?: number | null | undefined;
|
|
897
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
891
898
|
maxRounds?: number | null | undefined;
|
|
892
899
|
} | null | undefined;
|
|
893
900
|
isTransfer?: boolean | null | undefined;
|
|
@@ -919,18 +926,21 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
919
926
|
value: z.ZodNumber;
|
|
920
927
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
921
928
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
929
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
922
930
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
923
931
|
}, "strip", z.ZodTypeAny, {
|
|
924
932
|
value: number;
|
|
925
933
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
926
934
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
927
935
|
roundStep?: number | null | undefined;
|
|
936
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
928
937
|
maxRounds?: number | null | undefined;
|
|
929
938
|
}, {
|
|
930
939
|
value: number;
|
|
931
940
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
932
941
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
933
942
|
roundStep?: number | null | undefined;
|
|
943
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
934
944
|
maxRounds?: number | null | undefined;
|
|
935
945
|
}>>>;
|
|
936
946
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -949,6 +959,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
949
959
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
950
960
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
951
961
|
roundStep?: number | null | undefined;
|
|
962
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
952
963
|
maxRounds?: number | null | undefined;
|
|
953
964
|
} | null | undefined;
|
|
954
965
|
}, {
|
|
@@ -967,6 +978,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
967
978
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
968
979
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
969
980
|
roundStep?: number | null | undefined;
|
|
981
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
970
982
|
maxRounds?: number | null | undefined;
|
|
971
983
|
} | null | undefined;
|
|
972
984
|
}>;
|
|
@@ -989,6 +1001,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
989
1001
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
990
1002
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
991
1003
|
roundStep?: number | null | undefined;
|
|
1004
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
992
1005
|
maxRounds?: number | null | undefined;
|
|
993
1006
|
} | null | undefined;
|
|
994
1007
|
};
|
|
@@ -1010,6 +1023,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1010
1023
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1011
1024
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1012
1025
|
roundStep?: number | null | undefined;
|
|
1026
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1013
1027
|
maxRounds?: number | null | undefined;
|
|
1014
1028
|
} | null | undefined;
|
|
1015
1029
|
};
|
|
@@ -1457,6 +1471,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1457
1471
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1458
1472
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1459
1473
|
roundStep?: number | null | undefined;
|
|
1474
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1460
1475
|
maxRounds?: number | null | undefined;
|
|
1461
1476
|
} | null | undefined;
|
|
1462
1477
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1481,6 +1496,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1481
1496
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1482
1497
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1483
1498
|
roundStep?: number | null | undefined;
|
|
1499
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1484
1500
|
maxRounds?: number | null | undefined;
|
|
1485
1501
|
} | null | undefined;
|
|
1486
1502
|
};
|
|
@@ -1665,6 +1681,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1665
1681
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1666
1682
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1667
1683
|
roundStep?: number | null | undefined;
|
|
1684
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1668
1685
|
maxRounds?: number | null | undefined;
|
|
1669
1686
|
} | null | undefined;
|
|
1670
1687
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1689,6 +1706,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1689
1706
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1690
1707
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1691
1708
|
roundStep?: number | null | undefined;
|
|
1709
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1692
1710
|
maxRounds?: number | null | undefined;
|
|
1693
1711
|
} | null | undefined;
|
|
1694
1712
|
};
|
|
@@ -2488,18 +2506,21 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2488
2506
|
value: z.ZodNumber;
|
|
2489
2507
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2490
2508
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2509
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2491
2510
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2492
2511
|
}, "strip", z.ZodTypeAny, {
|
|
2493
2512
|
value: number;
|
|
2494
2513
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2495
2514
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2496
2515
|
roundStep?: number | null | undefined;
|
|
2516
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2497
2517
|
maxRounds?: number | null | undefined;
|
|
2498
2518
|
}, {
|
|
2499
2519
|
value: number;
|
|
2500
2520
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2501
2521
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2502
2522
|
roundStep?: number | null | undefined;
|
|
2523
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2503
2524
|
maxRounds?: number | null | undefined;
|
|
2504
2525
|
}>>>;
|
|
2505
2526
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -2513,6 +2534,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2513
2534
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2514
2535
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2515
2536
|
roundStep?: number | null | undefined;
|
|
2537
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2516
2538
|
maxRounds?: number | null | undefined;
|
|
2517
2539
|
} | null | undefined;
|
|
2518
2540
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2526,6 +2548,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2526
2548
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2527
2549
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2528
2550
|
roundStep?: number | null | undefined;
|
|
2551
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2529
2552
|
maxRounds?: number | null | undefined;
|
|
2530
2553
|
} | null | undefined;
|
|
2531
2554
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2543,6 +2566,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2543
2566
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2544
2567
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2545
2568
|
roundStep?: number | null | undefined;
|
|
2569
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2546
2570
|
maxRounds?: number | null | undefined;
|
|
2547
2571
|
} | null | undefined;
|
|
2548
2572
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2559,6 +2583,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2559
2583
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2560
2584
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2561
2585
|
roundStep?: number | null | undefined;
|
|
2586
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2562
2587
|
maxRounds?: number | null | undefined;
|
|
2563
2588
|
} | null | undefined;
|
|
2564
2589
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2590,18 +2615,21 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2590
2615
|
value: z.ZodNumber;
|
|
2591
2616
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2592
2617
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2618
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2593
2619
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2594
2620
|
}, "strip", z.ZodTypeAny, {
|
|
2595
2621
|
value: number;
|
|
2596
2622
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2597
2623
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2598
2624
|
roundStep?: number | null | undefined;
|
|
2625
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2599
2626
|
maxRounds?: number | null | undefined;
|
|
2600
2627
|
}, {
|
|
2601
2628
|
value: number;
|
|
2602
2629
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2603
2630
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2604
2631
|
roundStep?: number | null | undefined;
|
|
2632
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2605
2633
|
maxRounds?: number | null | undefined;
|
|
2606
2634
|
}>>>;
|
|
2607
2635
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2620,6 +2648,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2620
2648
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2621
2649
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2622
2650
|
roundStep?: number | null | undefined;
|
|
2651
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2623
2652
|
maxRounds?: number | null | undefined;
|
|
2624
2653
|
} | null | undefined;
|
|
2625
2654
|
}, {
|
|
@@ -2638,6 +2667,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2638
2667
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2639
2668
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2640
2669
|
roundStep?: number | null | undefined;
|
|
2670
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2641
2671
|
maxRounds?: number | null | undefined;
|
|
2642
2672
|
} | null | undefined;
|
|
2643
2673
|
}>;
|
|
@@ -2660,6 +2690,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2660
2690
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2661
2691
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2662
2692
|
roundStep?: number | null | undefined;
|
|
2693
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2663
2694
|
maxRounds?: number | null | undefined;
|
|
2664
2695
|
} | null | undefined;
|
|
2665
2696
|
};
|
|
@@ -2681,6 +2712,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2681
2712
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2682
2713
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2683
2714
|
roundStep?: number | null | undefined;
|
|
2715
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2684
2716
|
maxRounds?: number | null | undefined;
|
|
2685
2717
|
} | null | undefined;
|
|
2686
2718
|
};
|
|
@@ -3128,6 +3160,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
3128
3160
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3129
3161
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3130
3162
|
roundStep?: number | null | undefined;
|
|
3163
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3131
3164
|
maxRounds?: number | null | undefined;
|
|
3132
3165
|
} | null | undefined;
|
|
3133
3166
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3152,6 +3185,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
3152
3185
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3153
3186
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3154
3187
|
roundStep?: number | null | undefined;
|
|
3188
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3155
3189
|
maxRounds?: number | null | undefined;
|
|
3156
3190
|
} | null | undefined;
|
|
3157
3191
|
};
|
|
@@ -3336,6 +3370,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
3336
3370
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3337
3371
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3338
3372
|
roundStep?: number | null | undefined;
|
|
3373
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3339
3374
|
maxRounds?: number | null | undefined;
|
|
3340
3375
|
} | null | undefined;
|
|
3341
3376
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3360,6 +3395,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
3360
3395
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3361
3396
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3362
3397
|
roundStep?: number | null | undefined;
|
|
3398
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3363
3399
|
maxRounds?: number | null | undefined;
|
|
3364
3400
|
} | null | undefined;
|
|
3365
3401
|
};
|
|
@@ -3650,6 +3686,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
3650
3686
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3651
3687
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3652
3688
|
roundStep?: number | null | undefined;
|
|
3689
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3653
3690
|
maxRounds?: number | null | undefined;
|
|
3654
3691
|
} | null | undefined;
|
|
3655
3692
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3674,6 +3711,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
3674
3711
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3675
3712
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3676
3713
|
roundStep?: number | null | undefined;
|
|
3714
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3677
3715
|
maxRounds?: number | null | undefined;
|
|
3678
3716
|
} | null | undefined;
|
|
3679
3717
|
};
|
|
@@ -3868,6 +3906,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
3868
3906
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3869
3907
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3870
3908
|
roundStep?: number | null | undefined;
|
|
3909
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3871
3910
|
maxRounds?: number | null | undefined;
|
|
3872
3911
|
} | null | undefined;
|
|
3873
3912
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3892,6 +3931,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
3892
3931
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3893
3932
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3894
3933
|
roundStep?: number | null | undefined;
|
|
3934
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3895
3935
|
maxRounds?: number | null | undefined;
|
|
3896
3936
|
} | null | undefined;
|
|
3897
3937
|
};
|
|
@@ -4180,6 +4220,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
4180
4220
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4181
4221
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4182
4222
|
roundStep?: number | null | undefined;
|
|
4223
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4183
4224
|
maxRounds?: number | null | undefined;
|
|
4184
4225
|
} | null | undefined;
|
|
4185
4226
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4204,6 +4245,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
4204
4245
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4205
4246
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4206
4247
|
roundStep?: number | null | undefined;
|
|
4248
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4207
4249
|
maxRounds?: number | null | undefined;
|
|
4208
4250
|
} | null | undefined;
|
|
4209
4251
|
};
|
|
@@ -4398,6 +4440,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
4398
4440
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4399
4441
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4400
4442
|
roundStep?: number | null | undefined;
|
|
4443
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4401
4444
|
maxRounds?: number | null | undefined;
|
|
4402
4445
|
} | null | undefined;
|
|
4403
4446
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4422,6 +4465,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
4422
4465
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4423
4466
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4424
4467
|
roundStep?: number | null | undefined;
|
|
4468
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4425
4469
|
maxRounds?: number | null | undefined;
|
|
4426
4470
|
} | null | undefined;
|
|
4427
4471
|
};
|
|
@@ -4737,6 +4781,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
4737
4781
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4738
4782
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4739
4783
|
roundStep?: number | null | undefined;
|
|
4784
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4740
4785
|
maxRounds?: number | null | undefined;
|
|
4741
4786
|
} | null | undefined;
|
|
4742
4787
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4761,6 +4806,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
4761
4806
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4762
4807
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4763
4808
|
roundStep?: number | null | undefined;
|
|
4809
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4764
4810
|
maxRounds?: number | null | undefined;
|
|
4765
4811
|
} | null | undefined;
|
|
4766
4812
|
};
|
|
@@ -4955,6 +5001,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
4955
5001
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4956
5002
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4957
5003
|
roundStep?: number | null | undefined;
|
|
5004
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4958
5005
|
maxRounds?: number | null | undefined;
|
|
4959
5006
|
} | null | undefined;
|
|
4960
5007
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4979,6 +5026,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
4979
5026
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4980
5027
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4981
5028
|
roundStep?: number | null | undefined;
|
|
5029
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4982
5030
|
maxRounds?: number | null | undefined;
|
|
4983
5031
|
} | null | undefined;
|
|
4984
5032
|
};
|
|
@@ -5278,6 +5326,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
5278
5326
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5279
5327
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5280
5328
|
roundStep?: number | null | undefined;
|
|
5329
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5281
5330
|
maxRounds?: number | null | undefined;
|
|
5282
5331
|
} | null | undefined;
|
|
5283
5332
|
isTransfer?: boolean | null | undefined;
|
|
@@ -5302,6 +5351,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
5302
5351
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5303
5352
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5304
5353
|
roundStep?: number | null | undefined;
|
|
5354
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5305
5355
|
maxRounds?: number | null | undefined;
|
|
5306
5356
|
} | null | undefined;
|
|
5307
5357
|
};
|
|
@@ -5496,6 +5546,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
5496
5546
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5497
5547
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5498
5548
|
roundStep?: number | null | undefined;
|
|
5549
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5499
5550
|
maxRounds?: number | null | undefined;
|
|
5500
5551
|
} | null | undefined;
|
|
5501
5552
|
isTransfer?: boolean | null | undefined;
|
|
@@ -5520,6 +5571,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
5520
5571
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5521
5572
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5522
5573
|
roundStep?: number | null | undefined;
|
|
5574
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5523
5575
|
maxRounds?: number | null | undefined;
|
|
5524
5576
|
} | null | undefined;
|
|
5525
5577
|
};
|