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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatedItems.d.ts","sourceRoot":"","sources":["CreatedItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"CreatedItems.d.ts","sourceRoot":"","sources":["CreatedItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
|
|
@@ -816,18 +816,21 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
816
816
|
value: z.ZodNumber;
|
|
817
817
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
818
818
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
819
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
819
820
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
820
821
|
}, "strip", z.ZodTypeAny, {
|
|
821
822
|
value: number;
|
|
822
823
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
823
824
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
824
825
|
roundStep?: number | null | undefined;
|
|
826
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
825
827
|
maxRounds?: number | null | undefined;
|
|
826
828
|
}, {
|
|
827
829
|
value: number;
|
|
828
830
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
829
831
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
830
832
|
roundStep?: number | null | undefined;
|
|
833
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
831
834
|
maxRounds?: number | null | undefined;
|
|
832
835
|
}>>>;
|
|
833
836
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -841,6 +844,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
841
844
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
842
845
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
843
846
|
roundStep?: number | null | undefined;
|
|
847
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
844
848
|
maxRounds?: number | null | undefined;
|
|
845
849
|
} | null | undefined;
|
|
846
850
|
isTransfer?: boolean | null | undefined;
|
|
@@ -854,6 +858,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
854
858
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
855
859
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
856
860
|
roundStep?: number | null | undefined;
|
|
861
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
857
862
|
maxRounds?: number | null | undefined;
|
|
858
863
|
} | null | undefined;
|
|
859
864
|
isTransfer?: boolean | null | undefined;
|
|
@@ -871,6 +876,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
871
876
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
872
877
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
873
878
|
roundStep?: number | null | undefined;
|
|
879
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
874
880
|
maxRounds?: number | null | undefined;
|
|
875
881
|
} | null | undefined;
|
|
876
882
|
isTransfer?: boolean | null | undefined;
|
|
@@ -887,6 +893,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
887
893
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
888
894
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
889
895
|
roundStep?: number | null | undefined;
|
|
896
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
890
897
|
maxRounds?: number | null | undefined;
|
|
891
898
|
} | null | undefined;
|
|
892
899
|
isTransfer?: boolean | null | undefined;
|
|
@@ -918,18 +925,21 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
918
925
|
value: z.ZodNumber;
|
|
919
926
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
920
927
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
928
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
921
929
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
922
930
|
}, "strip", z.ZodTypeAny, {
|
|
923
931
|
value: number;
|
|
924
932
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
925
933
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
926
934
|
roundStep?: number | null | undefined;
|
|
935
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
927
936
|
maxRounds?: number | null | undefined;
|
|
928
937
|
}, {
|
|
929
938
|
value: number;
|
|
930
939
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
931
940
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
932
941
|
roundStep?: number | null | undefined;
|
|
942
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
933
943
|
maxRounds?: number | null | undefined;
|
|
934
944
|
}>>>;
|
|
935
945
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -948,6 +958,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
948
958
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
949
959
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
950
960
|
roundStep?: number | null | undefined;
|
|
961
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
951
962
|
maxRounds?: number | null | undefined;
|
|
952
963
|
} | null | undefined;
|
|
953
964
|
}, {
|
|
@@ -966,6 +977,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
966
977
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
967
978
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
968
979
|
roundStep?: number | null | undefined;
|
|
980
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
969
981
|
maxRounds?: number | null | undefined;
|
|
970
982
|
} | null | undefined;
|
|
971
983
|
}>;
|
|
@@ -988,6 +1000,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
988
1000
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
989
1001
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
990
1002
|
roundStep?: number | null | undefined;
|
|
1003
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
991
1004
|
maxRounds?: number | null | undefined;
|
|
992
1005
|
} | null | undefined;
|
|
993
1006
|
};
|
|
@@ -1009,6 +1022,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1009
1022
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1010
1023
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1011
1024
|
roundStep?: number | null | undefined;
|
|
1025
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1012
1026
|
maxRounds?: number | null | undefined;
|
|
1013
1027
|
} | null | undefined;
|
|
1014
1028
|
};
|
|
@@ -1456,6 +1470,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1456
1470
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1457
1471
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1458
1472
|
roundStep?: number | null | undefined;
|
|
1473
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1459
1474
|
maxRounds?: number | null | undefined;
|
|
1460
1475
|
} | null | undefined;
|
|
1461
1476
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1480,6 +1495,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1480
1495
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1481
1496
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1482
1497
|
roundStep?: number | null | undefined;
|
|
1498
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1483
1499
|
maxRounds?: number | null | undefined;
|
|
1484
1500
|
} | null | undefined;
|
|
1485
1501
|
};
|
|
@@ -1664,6 +1680,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1664
1680
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1665
1681
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1666
1682
|
roundStep?: number | null | undefined;
|
|
1683
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1667
1684
|
maxRounds?: number | null | undefined;
|
|
1668
1685
|
} | null | undefined;
|
|
1669
1686
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1688,6 +1705,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1688
1705
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1689
1706
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1690
1707
|
roundStep?: number | null | undefined;
|
|
1708
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1691
1709
|
maxRounds?: number | null | undefined;
|
|
1692
1710
|
} | null | undefined;
|
|
1693
1711
|
};
|
|
@@ -2487,18 +2505,21 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2487
2505
|
value: z.ZodNumber;
|
|
2488
2506
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2489
2507
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2508
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2490
2509
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2491
2510
|
}, "strip", z.ZodTypeAny, {
|
|
2492
2511
|
value: number;
|
|
2493
2512
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2494
2513
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2495
2514
|
roundStep?: number | null | undefined;
|
|
2515
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2496
2516
|
maxRounds?: number | null | undefined;
|
|
2497
2517
|
}, {
|
|
2498
2518
|
value: number;
|
|
2499
2519
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2500
2520
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2501
2521
|
roundStep?: number | null | undefined;
|
|
2522
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2502
2523
|
maxRounds?: number | null | undefined;
|
|
2503
2524
|
}>>>;
|
|
2504
2525
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -2512,6 +2533,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2512
2533
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2513
2534
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2514
2535
|
roundStep?: number | null | undefined;
|
|
2536
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2515
2537
|
maxRounds?: number | null | undefined;
|
|
2516
2538
|
} | null | undefined;
|
|
2517
2539
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2525,6 +2547,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2525
2547
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2526
2548
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2527
2549
|
roundStep?: number | null | undefined;
|
|
2550
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2528
2551
|
maxRounds?: number | null | undefined;
|
|
2529
2552
|
} | null | undefined;
|
|
2530
2553
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2542,6 +2565,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2542
2565
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2543
2566
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2544
2567
|
roundStep?: number | null | undefined;
|
|
2568
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2545
2569
|
maxRounds?: number | null | undefined;
|
|
2546
2570
|
} | null | undefined;
|
|
2547
2571
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2558,6 +2582,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2558
2582
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2559
2583
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2560
2584
|
roundStep?: number | null | undefined;
|
|
2585
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2561
2586
|
maxRounds?: number | null | undefined;
|
|
2562
2587
|
} | null | undefined;
|
|
2563
2588
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2589,18 +2614,21 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2589
2614
|
value: z.ZodNumber;
|
|
2590
2615
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2591
2616
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2617
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2592
2618
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2593
2619
|
}, "strip", z.ZodTypeAny, {
|
|
2594
2620
|
value: number;
|
|
2595
2621
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2596
2622
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2597
2623
|
roundStep?: number | null | undefined;
|
|
2624
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2598
2625
|
maxRounds?: number | null | undefined;
|
|
2599
2626
|
}, {
|
|
2600
2627
|
value: number;
|
|
2601
2628
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2602
2629
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2603
2630
|
roundStep?: number | null | undefined;
|
|
2631
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2604
2632
|
maxRounds?: number | null | undefined;
|
|
2605
2633
|
}>>>;
|
|
2606
2634
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2619,6 +2647,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2619
2647
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2620
2648
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2621
2649
|
roundStep?: number | null | undefined;
|
|
2650
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2622
2651
|
maxRounds?: number | null | undefined;
|
|
2623
2652
|
} | null | undefined;
|
|
2624
2653
|
}, {
|
|
@@ -2637,6 +2666,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2637
2666
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2638
2667
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2639
2668
|
roundStep?: number | null | undefined;
|
|
2669
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2640
2670
|
maxRounds?: number | null | undefined;
|
|
2641
2671
|
} | null | undefined;
|
|
2642
2672
|
}>;
|
|
@@ -2659,6 +2689,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2659
2689
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2660
2690
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2661
2691
|
roundStep?: number | null | undefined;
|
|
2692
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2662
2693
|
maxRounds?: number | null | undefined;
|
|
2663
2694
|
} | null | undefined;
|
|
2664
2695
|
};
|
|
@@ -2680,6 +2711,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2680
2711
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2681
2712
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2682
2713
|
roundStep?: number | null | undefined;
|
|
2714
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2683
2715
|
maxRounds?: number | null | undefined;
|
|
2684
2716
|
} | null | undefined;
|
|
2685
2717
|
};
|
|
@@ -3127,6 +3159,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3127
3159
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3128
3160
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3129
3161
|
roundStep?: number | null | undefined;
|
|
3162
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3130
3163
|
maxRounds?: number | null | undefined;
|
|
3131
3164
|
} | null | undefined;
|
|
3132
3165
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3151,6 +3184,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3151
3184
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3152
3185
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3153
3186
|
roundStep?: number | null | undefined;
|
|
3187
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3154
3188
|
maxRounds?: number | null | undefined;
|
|
3155
3189
|
} | null | undefined;
|
|
3156
3190
|
};
|
|
@@ -3335,6 +3369,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3335
3369
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3336
3370
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3337
3371
|
roundStep?: number | null | undefined;
|
|
3372
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3338
3373
|
maxRounds?: number | null | undefined;
|
|
3339
3374
|
} | null | undefined;
|
|
3340
3375
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3359,6 +3394,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3359
3394
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3360
3395
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3361
3396
|
roundStep?: number | null | undefined;
|
|
3397
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3362
3398
|
maxRounds?: number | null | undefined;
|
|
3363
3399
|
} | null | undefined;
|
|
3364
3400
|
};
|
|
@@ -3649,6 +3685,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3649
3685
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3650
3686
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3651
3687
|
roundStep?: number | null | undefined;
|
|
3688
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3652
3689
|
maxRounds?: number | null | undefined;
|
|
3653
3690
|
} | null | undefined;
|
|
3654
3691
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3673,6 +3710,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3673
3710
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3674
3711
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3675
3712
|
roundStep?: number | null | undefined;
|
|
3713
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3676
3714
|
maxRounds?: number | null | undefined;
|
|
3677
3715
|
} | null | undefined;
|
|
3678
3716
|
};
|
|
@@ -3867,6 +3905,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3867
3905
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3868
3906
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3869
3907
|
roundStep?: number | null | undefined;
|
|
3908
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3870
3909
|
maxRounds?: number | null | undefined;
|
|
3871
3910
|
} | null | undefined;
|
|
3872
3911
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3891,6 +3930,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3891
3930
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3892
3931
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3893
3932
|
roundStep?: number | null | undefined;
|
|
3933
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3894
3934
|
maxRounds?: number | null | undefined;
|
|
3895
3935
|
} | null | undefined;
|
|
3896
3936
|
};
|
|
@@ -4179,6 +4219,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4179
4219
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4180
4220
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4181
4221
|
roundStep?: number | null | undefined;
|
|
4222
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4182
4223
|
maxRounds?: number | null | undefined;
|
|
4183
4224
|
} | null | undefined;
|
|
4184
4225
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4203,6 +4244,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4203
4244
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4204
4245
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4205
4246
|
roundStep?: number | null | undefined;
|
|
4247
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4206
4248
|
maxRounds?: number | null | undefined;
|
|
4207
4249
|
} | null | undefined;
|
|
4208
4250
|
};
|
|
@@ -4397,6 +4439,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4397
4439
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4398
4440
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4399
4441
|
roundStep?: number | null | undefined;
|
|
4442
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4400
4443
|
maxRounds?: number | null | undefined;
|
|
4401
4444
|
} | null | undefined;
|
|
4402
4445
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4421,6 +4464,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4421
4464
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4422
4465
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4423
4466
|
roundStep?: number | null | undefined;
|
|
4467
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4424
4468
|
maxRounds?: number | null | undefined;
|
|
4425
4469
|
} | null | undefined;
|
|
4426
4470
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["Item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["Item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoCrB,CAAA;AACF,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
3
|
-
sort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE"]>>>;
|
|
3
|
+
sort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE", "NAME_ASC", "NAME_DESC"]>>>;
|
|
4
4
|
sold: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
5
5
|
categoriesId: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6
6
|
brandsId: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -100,7 +100,6 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
100
100
|
first: Date;
|
|
101
101
|
second: Date;
|
|
102
102
|
}>, "many">>>;
|
|
103
|
-
userIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
104
103
|
historyCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
105
104
|
first: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
106
105
|
second: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -122,7 +121,7 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
122
121
|
second?: Date | null | undefined;
|
|
123
122
|
}>>>;
|
|
124
123
|
}, "strip", z.ZodTypeAny, {
|
|
125
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
124
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
126
125
|
isDraft?: boolean | null | undefined;
|
|
127
126
|
viewsCount?: {
|
|
128
127
|
first?: number | null | undefined;
|
|
@@ -174,7 +173,6 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
174
173
|
first: Date;
|
|
175
174
|
second: Date;
|
|
176
175
|
}[] | null | undefined;
|
|
177
|
-
userIds?: number[] | null | undefined;
|
|
178
176
|
historyCreatedAt?: {
|
|
179
177
|
first?: Date | null | undefined;
|
|
180
178
|
second?: Date | null | undefined;
|
|
@@ -184,7 +182,7 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
184
182
|
second?: Date | null | undefined;
|
|
185
183
|
} | null | undefined;
|
|
186
184
|
}, {
|
|
187
|
-
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
185
|
+
sort?: "MOST_RECENT" | "MOST_RECENT_PUBLISH" | "OLDEST" | "OLDEST_PUBLISH" | "HIGHEST_PRICE" | "LOWEST_PRICE" | "NAME_ASC" | "NAME_DESC" | null | undefined;
|
|
188
186
|
isDraft?: boolean | null | undefined;
|
|
189
187
|
viewsCount?: {
|
|
190
188
|
first?: number | null | undefined;
|
|
@@ -236,7 +234,6 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
236
234
|
first: Date;
|
|
237
235
|
second: Date;
|
|
238
236
|
}[] | null | undefined;
|
|
239
|
-
userIds?: number[] | null | undefined;
|
|
240
237
|
historyCreatedAt?: {
|
|
241
238
|
first?: Date | null | undefined;
|
|
242
239
|
second?: Date | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemFiltersContext.d.ts","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAOrB,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"ItemFiltersContext.d.ts","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAOrB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BnC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
|
|
@@ -33,7 +33,6 @@ export const ItemFiltersContextSchema = z.object({
|
|
|
33
33
|
platforms: z.array(AccountPlatformSchema).nullish(),
|
|
34
34
|
transactionType: TransactionTypeSchema.nullish(),
|
|
35
35
|
timeRanges: z.array(KotlinPairSchema(z.coerce.date(), z.coerce.date())).nullish(),
|
|
36
|
-
userIds: z.array(z.number()).nullish(),
|
|
37
36
|
historyCreatedAt: KotlinPairSchema(z.coerce.date().nullish(), z.coerce.date().nullish()).nullish(),
|
|
38
37
|
historyTargetDate: KotlinPairSchema(z.coerce.date().nullish(), z.coerce.date().nullish()).nullish()
|
|
39
38
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemFiltersContext.js","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ItemFiltersContext.js","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,7 +34,6 @@ export const ItemFiltersContextSchema = z.object({
|
|
|
34
34
|
platforms: z.array(AccountPlatformSchema).nullish(),
|
|
35
35
|
transactionType: TransactionTypeSchema.nullish(),
|
|
36
36
|
timeRanges: z.array(KotlinPairSchema(z.coerce.date(), z.coerce.date())).nullish(),
|
|
37
|
-
userIds: z.array(z.number()).nullish(),
|
|
38
37
|
historyCreatedAt: KotlinPairSchema(z.coerce.date().nullish(), z.coerce.date().nullish()).nullish(),
|
|
39
38
|
historyTargetDate: KotlinPairSchema(z.coerce.date().nullish(), z.coerce.date().nullish()).nullish()
|
|
40
39
|
})
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const ItemSortSchema: z.ZodEnum<["MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE"]>;
|
|
2
|
+
export declare const ItemSortSchema: z.ZodEnum<["MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE", "NAME_ASC", "NAME_DESC"]>;
|
|
3
3
|
export type ItemSort = z.infer<typeof ItemSortSchema>;
|
|
4
4
|
//# sourceMappingURL=ItemSort.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemSort.d.ts","sourceRoot":"","sources":["ItemSort.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"ItemSort.d.ts","sourceRoot":"","sources":["ItemSort.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,cAAc,yIAEzB,CAAA;AACF,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export const ItemSortSchema = z.enum([
|
|
3
|
-
"MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE"
|
|
3
|
+
"MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE", "NAME_ASC", "NAME_DESC"
|
|
4
4
|
]);
|
|
5
5
|
//# sourceMappingURL=ItemSort.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemSort.js","sourceRoot":"","sources":["ItemSort.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,IAAI,CAAC;IACjC,aAAa,EAAE,qBAAqB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc;
|
|
1
|
+
{"version":3,"file":"ItemSort.js","sourceRoot":"","sources":["ItemSort.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,IAAI,CAAC;IACjC,aAAa,EAAE,qBAAqB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,UAAU,EAAE,WAAW;CAC7H,CAAC,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {z} from "zod"
|
|
2
2
|
|
|
3
3
|
export const ItemSortSchema = z.enum([
|
|
4
|
-
"MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE"
|
|
4
|
+
"MOST_RECENT", "MOST_RECENT_PUBLISH", "OLDEST", "OLDEST_PUBLISH", "HIGHEST_PRICE", "LOWEST_PRICE", "NAME_ASC", "NAME_DESC"
|
|
5
5
|
])
|
|
6
6
|
export type ItemSort = z.infer<typeof ItemSortSchema>
|