controlresell 2.16.2 → 2.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.d.ts +5 -0
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +5 -0
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +26 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +22 -0
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +28 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +84 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +60 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +24 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +24 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +24 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +7 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts +10 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +9 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +105 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +32 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts +4 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js +5 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js.map +1 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.ts +6 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.d.ts +3 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.js +2 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.js.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.ts +2 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts +18 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts +7 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts +5 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts +9 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts +7 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts +5 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -10
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -10
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/CreatedItems.d.ts +52 -0
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +44 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -6
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js +0 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.ts +0 -1
- package/src/com/controlresell/models/items/ItemSort.d.ts +1 -1
- package/src/com/controlresell/models/items/ItemSort.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemSort.js +1 -1
- package/src/com/controlresell/models/items/ItemSort.js.map +1 -1
- package/src/com/controlresell/models/items/ItemSort.ts +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +26 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +52 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +18 -0
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +18 -0
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +28 -0
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +5 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +5 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +30 -0
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +26 -0
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +26 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +52 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +1 -2
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -2
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -2
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts +0 -22
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.ts +0 -10
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts +0 -19
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.ts +0 -10
package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts
CHANGED
|
@@ -23,18 +23,21 @@ export declare const ItemHistoryRepublishingRetryPayloadSchema: z.ZodObject<{
|
|
|
23
23
|
value: z.ZodNumber;
|
|
24
24
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
25
25
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
26
27
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
28
|
}, "strip", z.ZodTypeAny, {
|
|
28
29
|
value: number;
|
|
29
30
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
30
31
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
31
32
|
roundStep?: number | null | undefined;
|
|
33
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
32
34
|
maxRounds?: number | null | undefined;
|
|
33
35
|
}, {
|
|
34
36
|
value: number;
|
|
35
37
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
36
38
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
37
39
|
roundStep?: number | null | undefined;
|
|
40
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
38
41
|
maxRounds?: number | null | undefined;
|
|
39
42
|
}>>>;
|
|
40
43
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -53,6 +56,7 @@ export declare const ItemHistoryRepublishingRetryPayloadSchema: z.ZodObject<{
|
|
|
53
56
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
54
57
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
55
58
|
roundStep?: number | null | undefined;
|
|
59
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
56
60
|
maxRounds?: number | null | undefined;
|
|
57
61
|
} | null | undefined;
|
|
58
62
|
}, {
|
|
@@ -71,6 +75,7 @@ export declare const ItemHistoryRepublishingRetryPayloadSchema: z.ZodObject<{
|
|
|
71
75
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
72
76
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
73
77
|
roundStep?: number | null | undefined;
|
|
78
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
74
79
|
maxRounds?: number | null | undefined;
|
|
75
80
|
} | null | undefined;
|
|
76
81
|
}>;
|
package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistoryRepublishingRetryPayload.d.ts","sourceRoot":"","sources":["ItemHistoryRepublishingRetryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,yCAAyC
|
|
1
|
+
{"version":3,"file":"ItemHistoryRepublishingRetryPayload.d.ts","sourceRoot":"","sources":["ItemHistoryRepublishingRetryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}
|
|
@@ -1901,18 +1901,21 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1901
1901
|
value: z.ZodNumber;
|
|
1902
1902
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1903
1903
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1904
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1904
1905
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1905
1906
|
}, "strip", z.ZodTypeAny, {
|
|
1906
1907
|
value: number;
|
|
1907
1908
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1908
1909
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1909
1910
|
roundStep?: number | null | undefined;
|
|
1911
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1910
1912
|
maxRounds?: number | null | undefined;
|
|
1911
1913
|
}, {
|
|
1912
1914
|
value: number;
|
|
1913
1915
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1914
1916
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1915
1917
|
roundStep?: number | null | undefined;
|
|
1918
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1916
1919
|
maxRounds?: number | null | undefined;
|
|
1917
1920
|
}>>>;
|
|
1918
1921
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1926,6 +1929,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1926
1929
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1927
1930
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1928
1931
|
roundStep?: number | null | undefined;
|
|
1932
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1929
1933
|
maxRounds?: number | null | undefined;
|
|
1930
1934
|
} | null | undefined;
|
|
1931
1935
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1939,6 +1943,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1939
1943
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1940
1944
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1941
1945
|
roundStep?: number | null | undefined;
|
|
1946
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1942
1947
|
maxRounds?: number | null | undefined;
|
|
1943
1948
|
} | null | undefined;
|
|
1944
1949
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1956,6 +1961,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1956
1961
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1957
1962
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1958
1963
|
roundStep?: number | null | undefined;
|
|
1964
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1959
1965
|
maxRounds?: number | null | undefined;
|
|
1960
1966
|
} | null | undefined;
|
|
1961
1967
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1972,6 +1978,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1972
1978
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1973
1979
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1974
1980
|
roundStep?: number | null | undefined;
|
|
1981
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1975
1982
|
maxRounds?: number | null | undefined;
|
|
1976
1983
|
} | null | undefined;
|
|
1977
1984
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2003,18 +2010,21 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2003
2010
|
value: z.ZodNumber;
|
|
2004
2011
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2005
2012
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2013
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2006
2014
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2007
2015
|
}, "strip", z.ZodTypeAny, {
|
|
2008
2016
|
value: number;
|
|
2009
2017
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2010
2018
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2011
2019
|
roundStep?: number | null | undefined;
|
|
2020
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2012
2021
|
maxRounds?: number | null | undefined;
|
|
2013
2022
|
}, {
|
|
2014
2023
|
value: number;
|
|
2015
2024
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2016
2025
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2017
2026
|
roundStep?: number | null | undefined;
|
|
2027
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2018
2028
|
maxRounds?: number | null | undefined;
|
|
2019
2029
|
}>>>;
|
|
2020
2030
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2033,6 +2043,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2033
2043
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2034
2044
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2035
2045
|
roundStep?: number | null | undefined;
|
|
2046
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2036
2047
|
maxRounds?: number | null | undefined;
|
|
2037
2048
|
} | null | undefined;
|
|
2038
2049
|
}, {
|
|
@@ -2051,6 +2062,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2051
2062
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2052
2063
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2053
2064
|
roundStep?: number | null | undefined;
|
|
2065
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2054
2066
|
maxRounds?: number | null | undefined;
|
|
2055
2067
|
} | null | undefined;
|
|
2056
2068
|
}>;
|
|
@@ -2073,6 +2085,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2073
2085
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2074
2086
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2075
2087
|
roundStep?: number | null | undefined;
|
|
2088
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2076
2089
|
maxRounds?: number | null | undefined;
|
|
2077
2090
|
} | null | undefined;
|
|
2078
2091
|
};
|
|
@@ -2094,6 +2107,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2094
2107
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2095
2108
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2096
2109
|
roundStep?: number | null | undefined;
|
|
2110
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2097
2111
|
maxRounds?: number | null | undefined;
|
|
2098
2112
|
} | null | undefined;
|
|
2099
2113
|
};
|
|
@@ -2541,6 +2555,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2541
2555
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2542
2556
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2543
2557
|
roundStep?: number | null | undefined;
|
|
2558
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2544
2559
|
maxRounds?: number | null | undefined;
|
|
2545
2560
|
} | null | undefined;
|
|
2546
2561
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2565,6 +2580,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2565
2580
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2566
2581
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2567
2582
|
roundStep?: number | null | undefined;
|
|
2583
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2568
2584
|
maxRounds?: number | null | undefined;
|
|
2569
2585
|
} | null | undefined;
|
|
2570
2586
|
};
|
|
@@ -2749,6 +2765,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2749
2765
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2750
2766
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2751
2767
|
roundStep?: number | null | undefined;
|
|
2768
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2752
2769
|
maxRounds?: number | null | undefined;
|
|
2753
2770
|
} | null | undefined;
|
|
2754
2771
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2773,6 +2790,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2773
2790
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2774
2791
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2775
2792
|
roundStep?: number | null | undefined;
|
|
2793
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2776
2794
|
maxRounds?: number | null | undefined;
|
|
2777
2795
|
} | null | undefined;
|
|
2778
2796
|
};
|
|
@@ -3193,6 +3211,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3193
3211
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3194
3212
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3195
3213
|
roundStep?: number | null | undefined;
|
|
3214
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3196
3215
|
maxRounds?: number | null | undefined;
|
|
3197
3216
|
} | null | undefined;
|
|
3198
3217
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3217,6 +3236,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3217
3236
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3218
3237
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3219
3238
|
roundStep?: number | null | undefined;
|
|
3239
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3220
3240
|
maxRounds?: number | null | undefined;
|
|
3221
3241
|
} | null | undefined;
|
|
3222
3242
|
};
|
|
@@ -3506,6 +3526,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3506
3526
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3507
3527
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3508
3528
|
roundStep?: number | null | undefined;
|
|
3529
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3509
3530
|
maxRounds?: number | null | undefined;
|
|
3510
3531
|
} | null | undefined;
|
|
3511
3532
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3530,6 +3551,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3530
3551
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3531
3552
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3532
3553
|
roundStep?: number | null | undefined;
|
|
3554
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3533
3555
|
maxRounds?: number | null | undefined;
|
|
3534
3556
|
} | null | undefined;
|
|
3535
3557
|
};
|
|
@@ -3821,6 +3843,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3821
3843
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3822
3844
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3823
3845
|
roundStep?: number | null | undefined;
|
|
3846
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3824
3847
|
maxRounds?: number | null | undefined;
|
|
3825
3848
|
} | null | undefined;
|
|
3826
3849
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3845,6 +3868,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3845
3868
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3846
3869
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3847
3870
|
roundStep?: number | null | undefined;
|
|
3871
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3848
3872
|
maxRounds?: number | null | undefined;
|
|
3849
3873
|
} | null | undefined;
|
|
3850
3874
|
};
|
|
@@ -4310,6 +4334,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4310
4334
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4311
4335
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4312
4336
|
roundStep?: number | null | undefined;
|
|
4337
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4313
4338
|
maxRounds?: number | null | undefined;
|
|
4314
4339
|
} | null | undefined;
|
|
4315
4340
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4334,6 +4359,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4334
4359
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4335
4360
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4336
4361
|
roundStep?: number | null | undefined;
|
|
4362
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4337
4363
|
maxRounds?: number | null | undefined;
|
|
4338
4364
|
} | null | undefined;
|
|
4339
4365
|
};
|
|
@@ -4805,6 +4831,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4805
4831
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4806
4832
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4807
4833
|
roundStep?: number | null | undefined;
|
|
4834
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4808
4835
|
maxRounds?: number | null | undefined;
|
|
4809
4836
|
} | null | undefined;
|
|
4810
4837
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4829,6 +4856,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4829
4856
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4830
4857
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4831
4858
|
roundStep?: number | null | undefined;
|
|
4859
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4832
4860
|
maxRounds?: number | null | undefined;
|
|
4833
4861
|
} | null | undefined;
|
|
4834
4862
|
};
|
|
@@ -5300,6 +5328,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5300
5328
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5301
5329
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5302
5330
|
roundStep?: number | null | undefined;
|
|
5331
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5303
5332
|
maxRounds?: number | null | undefined;
|
|
5304
5333
|
} | null | undefined;
|
|
5305
5334
|
isTransfer?: boolean | null | undefined;
|
|
@@ -5324,6 +5353,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5324
5353
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5325
5354
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5326
5355
|
roundStep?: number | null | undefined;
|
|
5356
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5327
5357
|
maxRounds?: number | null | undefined;
|
|
5328
5358
|
} | null | undefined;
|
|
5329
5359
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserOrders.d.ts","sourceRoot":"","sources":["UserOrders.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"UserOrders.d.ts","sourceRoot":"","sources":["UserOrders.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
|
|
@@ -1898,18 +1898,21 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1898
1898
|
value: z.ZodNumber;
|
|
1899
1899
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1900
1900
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1901
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1901
1902
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1902
1903
|
}, "strip", z.ZodTypeAny, {
|
|
1903
1904
|
value: number;
|
|
1904
1905
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1905
1906
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1906
1907
|
roundStep?: number | null | undefined;
|
|
1908
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1907
1909
|
maxRounds?: number | null | undefined;
|
|
1908
1910
|
}, {
|
|
1909
1911
|
value: number;
|
|
1910
1912
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1911
1913
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1912
1914
|
roundStep?: number | null | undefined;
|
|
1915
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1913
1916
|
maxRounds?: number | null | undefined;
|
|
1914
1917
|
}>>>;
|
|
1915
1918
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1923,6 +1926,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1923
1926
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1924
1927
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1925
1928
|
roundStep?: number | null | undefined;
|
|
1929
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1926
1930
|
maxRounds?: number | null | undefined;
|
|
1927
1931
|
} | null | undefined;
|
|
1928
1932
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1936,6 +1940,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1936
1940
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1937
1941
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1938
1942
|
roundStep?: number | null | undefined;
|
|
1943
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1939
1944
|
maxRounds?: number | null | undefined;
|
|
1940
1945
|
} | null | undefined;
|
|
1941
1946
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1953,6 +1958,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1953
1958
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1954
1959
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1955
1960
|
roundStep?: number | null | undefined;
|
|
1961
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1956
1962
|
maxRounds?: number | null | undefined;
|
|
1957
1963
|
} | null | undefined;
|
|
1958
1964
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1969,6 +1975,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1969
1975
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1970
1976
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1971
1977
|
roundStep?: number | null | undefined;
|
|
1978
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1972
1979
|
maxRounds?: number | null | undefined;
|
|
1973
1980
|
} | null | undefined;
|
|
1974
1981
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2000,18 +2007,21 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2000
2007
|
value: z.ZodNumber;
|
|
2001
2008
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2002
2009
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2010
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2003
2011
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2004
2012
|
}, "strip", z.ZodTypeAny, {
|
|
2005
2013
|
value: number;
|
|
2006
2014
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2007
2015
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2008
2016
|
roundStep?: number | null | undefined;
|
|
2017
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2009
2018
|
maxRounds?: number | null | undefined;
|
|
2010
2019
|
}, {
|
|
2011
2020
|
value: number;
|
|
2012
2021
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2013
2022
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2014
2023
|
roundStep?: number | null | undefined;
|
|
2024
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2015
2025
|
maxRounds?: number | null | undefined;
|
|
2016
2026
|
}>>>;
|
|
2017
2027
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2030,6 +2040,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2030
2040
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2031
2041
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2032
2042
|
roundStep?: number | null | undefined;
|
|
2043
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2033
2044
|
maxRounds?: number | null | undefined;
|
|
2034
2045
|
} | null | undefined;
|
|
2035
2046
|
}, {
|
|
@@ -2048,6 +2059,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2048
2059
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2049
2060
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2050
2061
|
roundStep?: number | null | undefined;
|
|
2062
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2051
2063
|
maxRounds?: number | null | undefined;
|
|
2052
2064
|
} | null | undefined;
|
|
2053
2065
|
}>;
|
|
@@ -2070,6 +2082,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2070
2082
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2071
2083
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2072
2084
|
roundStep?: number | null | undefined;
|
|
2085
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2073
2086
|
maxRounds?: number | null | undefined;
|
|
2074
2087
|
} | null | undefined;
|
|
2075
2088
|
};
|
|
@@ -2091,6 +2104,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2091
2104
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2092
2105
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2093
2106
|
roundStep?: number | null | undefined;
|
|
2107
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2094
2108
|
maxRounds?: number | null | undefined;
|
|
2095
2109
|
} | null | undefined;
|
|
2096
2110
|
};
|
|
@@ -2538,6 +2552,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2538
2552
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2539
2553
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2540
2554
|
roundStep?: number | null | undefined;
|
|
2555
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2541
2556
|
maxRounds?: number | null | undefined;
|
|
2542
2557
|
} | null | undefined;
|
|
2543
2558
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2562,6 +2577,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2562
2577
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2563
2578
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2564
2579
|
roundStep?: number | null | undefined;
|
|
2580
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2565
2581
|
maxRounds?: number | null | undefined;
|
|
2566
2582
|
} | null | undefined;
|
|
2567
2583
|
};
|
|
@@ -2746,6 +2762,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2746
2762
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2747
2763
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2748
2764
|
roundStep?: number | null | undefined;
|
|
2765
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2749
2766
|
maxRounds?: number | null | undefined;
|
|
2750
2767
|
} | null | undefined;
|
|
2751
2768
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2770,6 +2787,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2770
2787
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2771
2788
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2772
2789
|
roundStep?: number | null | undefined;
|
|
2790
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2773
2791
|
maxRounds?: number | null | undefined;
|
|
2774
2792
|
} | null | undefined;
|
|
2775
2793
|
};
|
|
@@ -3190,6 +3208,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3190
3208
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3191
3209
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3192
3210
|
roundStep?: number | null | undefined;
|
|
3211
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3193
3212
|
maxRounds?: number | null | undefined;
|
|
3194
3213
|
} | null | undefined;
|
|
3195
3214
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3214,6 +3233,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3214
3233
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3215
3234
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3216
3235
|
roundStep?: number | null | undefined;
|
|
3236
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3217
3237
|
maxRounds?: number | null | undefined;
|
|
3218
3238
|
} | null | undefined;
|
|
3219
3239
|
};
|
|
@@ -3503,6 +3523,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3503
3523
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3504
3524
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3505
3525
|
roundStep?: number | null | undefined;
|
|
3526
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3506
3527
|
maxRounds?: number | null | undefined;
|
|
3507
3528
|
} | null | undefined;
|
|
3508
3529
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3527,6 +3548,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3527
3548
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3528
3549
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3529
3550
|
roundStep?: number | null | undefined;
|
|
3551
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3530
3552
|
maxRounds?: number | null | undefined;
|
|
3531
3553
|
} | null | undefined;
|
|
3532
3554
|
};
|
|
@@ -3818,6 +3840,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3818
3840
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3819
3841
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3820
3842
|
roundStep?: number | null | undefined;
|
|
3843
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3821
3844
|
maxRounds?: number | null | undefined;
|
|
3822
3845
|
} | null | undefined;
|
|
3823
3846
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3842,6 +3865,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3842
3865
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3843
3866
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3844
3867
|
roundStep?: number | null | undefined;
|
|
3868
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3845
3869
|
maxRounds?: number | null | undefined;
|
|
3846
3870
|
} | null | undefined;
|
|
3847
3871
|
};
|
|
@@ -4307,6 +4331,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4307
4331
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4308
4332
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4309
4333
|
roundStep?: number | null | undefined;
|
|
4334
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4310
4335
|
maxRounds?: number | null | undefined;
|
|
4311
4336
|
} | null | undefined;
|
|
4312
4337
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4331,6 +4356,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
4331
4356
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4332
4357
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4333
4358
|
roundStep?: number | null | undefined;
|
|
4359
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4334
4360
|
maxRounds?: number | null | undefined;
|
|
4335
4361
|
} | null | undefined;
|
|
4336
4362
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderWithItems.d.ts","sourceRoot":"","sources":["OrderWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"OrderWithItems.d.ts","sourceRoot":"","sources":["OrderWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG/B,CAAA;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA"}
|