@squonk/data-manager-client 4.2.0 → 4.3.0
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/accounting/accounting.cjs +96 -95
- package/accounting/accounting.cjs.map +1 -1
- package/accounting/accounting.d.cts +47 -47
- package/accounting/accounting.d.ts +47 -47
- package/accounting/accounting.js +102 -101
- package/accounting/accounting.js.map +1 -1
- package/admin/admin.cjs +120 -145
- package/admin/admin.cjs.map +1 -1
- package/admin/admin.d.cts +121 -121
- package/admin/admin.d.ts +121 -121
- package/admin/admin.js +127 -152
- package/admin/admin.js.map +1 -1
- package/application/application.cjs +39 -43
- package/application/application.cjs.map +1 -1
- package/application/application.d.cts +25 -25
- package/application/application.d.ts +25 -25
- package/application/application.js +42 -46
- package/application/application.js.map +1 -1
- package/chunk-OYRETEBZ.js +25 -0
- package/chunk-OYRETEBZ.js.map +1 -0
- package/{chunk-TKLTUR4R.cjs → chunk-RB2KVIEK.cjs} +1 -1
- package/chunk-RB2KVIEK.cjs.map +1 -0
- package/{chunk-EBOQPVLG.js → chunk-XYDLYMQ2.js} +1 -1
- package/chunk-XYDLYMQ2.js.map +1 -0
- package/chunk-ZLY5XEOQ.cjs +25 -0
- package/chunk-ZLY5XEOQ.cjs.map +1 -0
- package/configuration/configuration.cjs +38 -45
- package/configuration/configuration.cjs.map +1 -1
- package/configuration/configuration.d.cts +25 -25
- package/configuration/configuration.d.ts +25 -25
- package/configuration/configuration.js +42 -49
- package/configuration/configuration.js.map +1 -1
- package/dataset/dataset.cjs +126 -141
- package/dataset/dataset.cjs.map +1 -1
- package/dataset/dataset.d.cts +102 -102
- package/dataset/dataset.d.ts +102 -102
- package/dataset/dataset.js +132 -147
- package/dataset/dataset.js.map +1 -1
- package/digest/digest.cjs +22 -24
- package/digest/digest.cjs.map +1 -1
- package/digest/digest.d.cts +14 -14
- package/digest/digest.d.ts +14 -14
- package/digest/digest.js +24 -26
- package/digest/digest.js.map +1 -1
- package/exchange-rate/exchange-rate.cjs +111 -109
- package/exchange-rate/exchange-rate.cjs.map +1 -1
- package/exchange-rate/exchange-rate.d.cts +69 -69
- package/exchange-rate/exchange-rate.d.ts +69 -69
- package/exchange-rate/exchange-rate.js +117 -115
- package/exchange-rate/exchange-rate.js.map +1 -1
- package/file-and-path/file-and-path.cjs +93 -138
- package/file-and-path/file-and-path.cjs.map +1 -1
- package/file-and-path/file-and-path.d.cts +102 -102
- package/file-and-path/file-and-path.d.ts +102 -102
- package/file-and-path/file-and-path.js +105 -150
- package/file-and-path/file-and-path.js.map +1 -1
- package/index.cjs +80 -102
- package/index.cjs.map +1 -1
- package/index.d.cts +2401 -2326
- package/index.d.ts +2401 -2326
- package/index.js +79 -101
- package/index.js.map +1 -1
- package/instance/instance.cjs +100 -107
- package/instance/instance.cjs.map +1 -1
- package/instance/instance.d.cts +76 -76
- package/instance/instance.d.ts +76 -76
- package/instance/instance.js +105 -112
- package/instance/instance.js.map +1 -1
- package/inventory/inventory.cjs +22 -25
- package/inventory/inventory.cjs.map +1 -1
- package/inventory/inventory.d.cts +14 -14
- package/inventory/inventory.d.ts +14 -14
- package/inventory/inventory.js +24 -27
- package/inventory/inventory.js.map +1 -1
- package/job/job.cjs +55 -67
- package/job/job.cjs.map +1 -1
- package/job/job.d.cts +36 -36
- package/job/job.d.ts +36 -36
- package/job/job.js +60 -72
- package/job/job.js.map +1 -1
- package/metadata/metadata.cjs +61 -59
- package/metadata/metadata.cjs.map +1 -1
- package/metadata/metadata.d.cts +47 -47
- package/metadata/metadata.d.ts +47 -47
- package/metadata/metadata.js +65 -63
- package/metadata/metadata.js.map +1 -1
- package/package.json +13 -16
- package/project/project.cjs +165 -186
- package/project/project.cjs.map +1 -1
- package/project/project.d.cts +157 -157
- package/project/project.d.ts +157 -157
- package/project/project.js +172 -193
- package/project/project.js.map +1 -1
- package/src/accounting/accounting.ts +767 -461
- package/src/admin/admin.ts +1187 -787
- package/src/application/application.ts +377 -231
- package/src/configuration/configuration.ts +348 -237
- package/src/custom-instance.ts +3 -3
- package/src/data-manager-api.schemas.ts +2538 -2492
- package/src/dataset/dataset.ts +1199 -792
- package/src/digest/digest.ts +198 -122
- package/src/exchange-rate/exchange-rate.ts +1088 -612
- package/src/file-and-path/file-and-path.ts +869 -616
- package/src/index.ts +2 -2
- package/src/instance/instance.ts +804 -539
- package/src/inventory/inventory.ts +200 -122
- package/src/job/job.ts +556 -348
- package/src/metadata/metadata.ts +587 -371
- package/src/options-mutator.ts +27 -0
- package/src/project/project.ts +1576 -1034
- package/src/task/task.ts +434 -295
- package/src/type/type.ts +180 -126
- package/src/user/user.ts +846 -398
- package/src/workflow/workflow.ts +1750 -1089
- package/task/task.cjs +45 -59
- package/task/task.cjs.map +1 -1
- package/task/task.d.cts +33 -33
- package/task/task.d.ts +33 -33
- package/task/task.js +51 -65
- package/task/task.js.map +1 -1
- package/type/type.cjs +21 -26
- package/type/type.cjs.map +1 -1
- package/type/type.d.cts +14 -14
- package/type/type.d.ts +14 -14
- package/type/type.js +24 -29
- package/type/type.js.map +1 -1
- package/user/user.cjs +114 -80
- package/user/user.cjs.map +1 -1
- package/user/user.d.cts +107 -48
- package/user/user.d.ts +107 -48
- package/user/user.js +120 -86
- package/user/user.js.map +1 -1
- package/workflow/workflow.cjs +179 -193
- package/workflow/workflow.cjs.map +1 -1
- package/workflow/workflow.d.cts +146 -146
- package/workflow/workflow.d.ts +146 -146
- package/workflow/workflow.js +187 -201
- package/workflow/workflow.js.map +1 -1
- package/chunk-EBOQPVLG.js.map +0 -1
- package/chunk-TKLTUR4R.cjs.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UseQueryOptions, DataTag, QueryKey, DefinedInitialDataOptions, DefinedUseQueryResult, UndefinedInitialDataOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult, UseMutationOptions, UseMutationResult } from '@tanstack/react-query';
|
|
1
|
+
import { UseQueryOptions, DataTag, QueryKey, DefinedInitialDataOptions, QueryClient, DefinedUseQueryResult, UndefinedInitialDataOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult, UseMutationOptions, UseMutationResult } from '@tanstack/react-query';
|
|
2
2
|
import { GetAllApplicationExchangeRatesParams, customInstance, GetAllExchangeRatesResponse, ErrorType, DmError, ExchangeRatePutBodyBody, GetApplicationExchangeRatesParams, GetExchangeRatesResponse, GetAllJobExchangeRatesParams, GetJobExchangeRatesParams } from '../index.js';
|
|
3
3
|
import 'axios';
|
|
4
4
|
|
|
5
|
-
type SecondParameter<T extends (...args:
|
|
5
|
+
type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
6
6
|
/**
|
|
7
7
|
* For every Application that has an exchange rate the current rate is returned. If you want a list of all Applications that have no exchange rate, set the `only_undefined` query option.
|
|
8
8
|
|
|
@@ -11,8 +11,8 @@ If an Application has no specific rate it adopts the current value of the defaul
|
|
|
11
11
|
* @summary Gets Exchange Rates for all Applications
|
|
12
12
|
*/
|
|
13
13
|
declare const getAllApplicationExchangeRates: (params?: GetAllApplicationExchangeRatesParams, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<GetAllExchangeRatesResponse>;
|
|
14
|
-
declare const getGetAllApplicationExchangeRatesQueryKey: (params?: GetAllApplicationExchangeRatesParams) => readonly ["
|
|
15
|
-
declare const
|
|
14
|
+
declare const getGetAllApplicationExchangeRatesQueryKey: (params?: GetAllApplicationExchangeRatesParams) => readonly ["/application/exchange-rate", ...GetAllApplicationExchangeRatesParams[]];
|
|
15
|
+
declare const useGetAllApplicationExchangeRatesQueryOptions: <TData = Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllApplicationExchangeRatesParams, options?: {
|
|
16
16
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>>;
|
|
17
17
|
request?: SecondParameter<typeof customInstance>;
|
|
18
18
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData> & {
|
|
@@ -21,24 +21,24 @@ declare const getGetAllApplicationExchangeRatesQueryOptions: <TData = GetAllExch
|
|
|
21
21
|
type GetAllApplicationExchangeRatesQueryResult = NonNullable<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>>;
|
|
22
22
|
type GetAllApplicationExchangeRatesQueryError = ErrorType<void | DmError>;
|
|
23
23
|
declare function useGetAllApplicationExchangeRates<TData = Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(params: undefined | GetAllApplicationExchangeRatesParams, options: {
|
|
24
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError,
|
|
24
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, Awaited<ReturnType<typeof getAllApplicationExchangeRates>>>, "initialData">;
|
|
25
25
|
request?: SecondParameter<typeof customInstance>;
|
|
26
|
-
}): DefinedUseQueryResult<TData, TError> & {
|
|
26
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
27
27
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
28
28
|
};
|
|
29
29
|
declare function useGetAllApplicationExchangeRates<TData = Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllApplicationExchangeRatesParams, options?: {
|
|
30
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError,
|
|
30
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, Awaited<ReturnType<typeof getAllApplicationExchangeRates>>>, "initialData">;
|
|
31
31
|
request?: SecondParameter<typeof customInstance>;
|
|
32
|
-
}): UseQueryResult<TData, TError> & {
|
|
32
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
33
33
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
34
34
|
};
|
|
35
35
|
declare function useGetAllApplicationExchangeRates<TData = Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllApplicationExchangeRatesParams, options?: {
|
|
36
36
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>>;
|
|
37
37
|
request?: SecondParameter<typeof customInstance>;
|
|
38
|
-
}): UseQueryResult<TData, TError> & {
|
|
38
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
39
39
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
40
40
|
};
|
|
41
|
-
declare const
|
|
41
|
+
declare const useGetAllApplicationExchangeRatesSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllApplicationExchangeRatesParams, options?: {
|
|
42
42
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>>;
|
|
43
43
|
request?: SecondParameter<typeof customInstance>;
|
|
44
44
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData> & {
|
|
@@ -49,19 +49,19 @@ type GetAllApplicationExchangeRatesSuspenseQueryError = ErrorType<void | DmError
|
|
|
49
49
|
declare function useGetAllApplicationExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(params: undefined | GetAllApplicationExchangeRatesParams, options: {
|
|
50
50
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>>;
|
|
51
51
|
request?: SecondParameter<typeof customInstance>;
|
|
52
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
52
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
53
53
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
54
54
|
};
|
|
55
55
|
declare function useGetAllApplicationExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllApplicationExchangeRatesParams, options?: {
|
|
56
56
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>>;
|
|
57
57
|
request?: SecondParameter<typeof customInstance>;
|
|
58
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
58
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
59
59
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
60
60
|
};
|
|
61
61
|
declare function useGetAllApplicationExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllApplicationExchangeRatesParams, options?: {
|
|
62
62
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllApplicationExchangeRates>>, TError, TData>>;
|
|
63
63
|
request?: SecondParameter<typeof customInstance>;
|
|
64
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
64
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
65
65
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
@@ -74,13 +74,13 @@ You need `admin` privilege to use this method.
|
|
|
74
74
|
* @summary Sets the Exchange Rate for a specific Application
|
|
75
75
|
*/
|
|
76
76
|
declare const setApplicationExchangeRate: (applicationId: string, exchangeRatePutBodyBody: ExchangeRatePutBodyBody, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
77
|
-
declare const
|
|
78
|
-
mutation?: UseMutationOptions<
|
|
77
|
+
declare const useSetApplicationExchangeRateMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
78
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof setApplicationExchangeRate>>, TError, {
|
|
79
79
|
applicationId: string;
|
|
80
80
|
data: ExchangeRatePutBodyBody;
|
|
81
81
|
}, TContext>;
|
|
82
82
|
request?: SecondParameter<typeof customInstance>;
|
|
83
|
-
}) => UseMutationOptions<
|
|
83
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof setApplicationExchangeRate>>, TError, {
|
|
84
84
|
applicationId: string;
|
|
85
85
|
data: ExchangeRatePutBodyBody;
|
|
86
86
|
}, TContext>;
|
|
@@ -88,26 +88,26 @@ type SetApplicationExchangeRateMutationResult = NonNullable<Awaited<ReturnType<t
|
|
|
88
88
|
type SetApplicationExchangeRateMutationBody = ExchangeRatePutBodyBody;
|
|
89
89
|
type SetApplicationExchangeRateMutationError = ErrorType<void | DmError>;
|
|
90
90
|
/**
|
|
91
|
-
* @summary Sets the Exchange Rate for a specific Application
|
|
92
|
-
*/
|
|
93
|
-
declare const useSetApplicationExchangeRate: <
|
|
94
|
-
mutation?: UseMutationOptions<
|
|
91
|
+
* @summary Sets the Exchange Rate for a specific Application
|
|
92
|
+
*/
|
|
93
|
+
declare const useSetApplicationExchangeRate: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
94
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof setApplicationExchangeRate>>, TError, {
|
|
95
95
|
applicationId: string;
|
|
96
96
|
data: ExchangeRatePutBodyBody;
|
|
97
97
|
}, TContext>;
|
|
98
98
|
request?: SecondParameter<typeof customInstance>;
|
|
99
|
-
}) => UseMutationResult<
|
|
99
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof setApplicationExchangeRate>>, TError, {
|
|
100
100
|
applicationId: string;
|
|
101
101
|
data: ExchangeRatePutBodyBody;
|
|
102
102
|
}, TContext>;
|
|
103
103
|
/**
|
|
104
|
-
* Gets the exchange rate history for a specific Application. Rates are returned in reverse chronological order, with the most recent rate, the current rate, as the first entry in the list.
|
|
104
|
+
* Gets the exchange rate history for a specific Application. Rates are returned in reverse chronological order, with the most recent rate, the current rate, as the first entry in the list.
|
|
105
105
|
|
|
106
|
-
* @summary Gets the Application's Exchange Rate history
|
|
107
|
-
*/
|
|
106
|
+
* @summary Gets the Application's Exchange Rate history
|
|
107
|
+
*/
|
|
108
108
|
declare const getApplicationExchangeRates: (applicationId: string, params?: GetApplicationExchangeRatesParams, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<GetExchangeRatesResponse>;
|
|
109
|
-
declare const getGetApplicationExchangeRatesQueryKey: (applicationId: string, params?: GetApplicationExchangeRatesParams) => readonly [
|
|
110
|
-
declare const
|
|
109
|
+
declare const getGetApplicationExchangeRatesQueryKey: (applicationId: string, params?: GetApplicationExchangeRatesParams) => readonly [`/application/${string}/exchange-rate`, ...GetApplicationExchangeRatesParams[]];
|
|
110
|
+
declare const useGetApplicationExchangeRatesQueryOptions: <TData = Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(applicationId: string, params?: GetApplicationExchangeRatesParams, options?: {
|
|
111
111
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>>;
|
|
112
112
|
request?: SecondParameter<typeof customInstance>;
|
|
113
113
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData> & {
|
|
@@ -116,24 +116,24 @@ declare const getGetApplicationExchangeRatesQueryOptions: <TData = GetExchangeRa
|
|
|
116
116
|
type GetApplicationExchangeRatesQueryResult = NonNullable<Awaited<ReturnType<typeof getApplicationExchangeRates>>>;
|
|
117
117
|
type GetApplicationExchangeRatesQueryError = ErrorType<void | DmError>;
|
|
118
118
|
declare function useGetApplicationExchangeRates<TData = Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(applicationId: string, params: undefined | GetApplicationExchangeRatesParams, options: {
|
|
119
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError,
|
|
119
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, Awaited<ReturnType<typeof getApplicationExchangeRates>>>, "initialData">;
|
|
120
120
|
request?: SecondParameter<typeof customInstance>;
|
|
121
|
-
}): DefinedUseQueryResult<TData, TError> & {
|
|
121
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
122
122
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
123
123
|
};
|
|
124
124
|
declare function useGetApplicationExchangeRates<TData = Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(applicationId: string, params?: GetApplicationExchangeRatesParams, options?: {
|
|
125
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError,
|
|
125
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, Awaited<ReturnType<typeof getApplicationExchangeRates>>>, "initialData">;
|
|
126
126
|
request?: SecondParameter<typeof customInstance>;
|
|
127
|
-
}): UseQueryResult<TData, TError> & {
|
|
127
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
128
128
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
129
129
|
};
|
|
130
130
|
declare function useGetApplicationExchangeRates<TData = Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(applicationId: string, params?: GetApplicationExchangeRatesParams, options?: {
|
|
131
131
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>>;
|
|
132
132
|
request?: SecondParameter<typeof customInstance>;
|
|
133
|
-
}): UseQueryResult<TData, TError> & {
|
|
133
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
134
134
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
135
135
|
};
|
|
136
|
-
declare const
|
|
136
|
+
declare const useGetApplicationExchangeRatesSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(applicationId: string, params?: GetApplicationExchangeRatesParams, options?: {
|
|
137
137
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>>;
|
|
138
138
|
request?: SecondParameter<typeof customInstance>;
|
|
139
139
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData> & {
|
|
@@ -144,19 +144,19 @@ type GetApplicationExchangeRatesSuspenseQueryError = ErrorType<void | DmError>;
|
|
|
144
144
|
declare function useGetApplicationExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(applicationId: string, params: undefined | GetApplicationExchangeRatesParams, options: {
|
|
145
145
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>>;
|
|
146
146
|
request?: SecondParameter<typeof customInstance>;
|
|
147
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
147
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
148
148
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
149
149
|
};
|
|
150
150
|
declare function useGetApplicationExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(applicationId: string, params?: GetApplicationExchangeRatesParams, options?: {
|
|
151
151
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>>;
|
|
152
152
|
request?: SecondParameter<typeof customInstance>;
|
|
153
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
153
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
154
154
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
155
155
|
};
|
|
156
156
|
declare function useGetApplicationExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError = ErrorType<void | DmError>>(applicationId: string, params?: GetApplicationExchangeRatesParams, options?: {
|
|
157
157
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getApplicationExchangeRates>>, TError, TData>>;
|
|
158
158
|
request?: SecondParameter<typeof customInstance>;
|
|
159
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
159
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
160
160
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
161
161
|
};
|
|
162
162
|
/**
|
|
@@ -165,8 +165,8 @@ declare function useGetApplicationExchangeRatesSuspense<TData = Awaited<ReturnTy
|
|
|
165
165
|
* @summary Gets Exchange Rates for all Jobs
|
|
166
166
|
*/
|
|
167
167
|
declare const getAllJobExchangeRates: (params?: GetAllJobExchangeRatesParams, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<GetAllExchangeRatesResponse>;
|
|
168
|
-
declare const getGetAllJobExchangeRatesQueryKey: (params?: GetAllJobExchangeRatesParams) => readonly ["
|
|
169
|
-
declare const
|
|
168
|
+
declare const getGetAllJobExchangeRatesQueryKey: (params?: GetAllJobExchangeRatesParams) => readonly ["/job/exchange-rate", ...GetAllJobExchangeRatesParams[]];
|
|
169
|
+
declare const useGetAllJobExchangeRatesQueryOptions: <TData = Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllJobExchangeRatesParams, options?: {
|
|
170
170
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>>;
|
|
171
171
|
request?: SecondParameter<typeof customInstance>;
|
|
172
172
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData> & {
|
|
@@ -175,24 +175,24 @@ declare const getGetAllJobExchangeRatesQueryOptions: <TData = GetAllExchangeRate
|
|
|
175
175
|
type GetAllJobExchangeRatesQueryResult = NonNullable<Awaited<ReturnType<typeof getAllJobExchangeRates>>>;
|
|
176
176
|
type GetAllJobExchangeRatesQueryError = ErrorType<void | DmError>;
|
|
177
177
|
declare function useGetAllJobExchangeRates<TData = Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError = ErrorType<void | DmError>>(params: undefined | GetAllJobExchangeRatesParams, options: {
|
|
178
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError,
|
|
178
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, Awaited<ReturnType<typeof getAllJobExchangeRates>>>, "initialData">;
|
|
179
179
|
request?: SecondParameter<typeof customInstance>;
|
|
180
|
-
}): DefinedUseQueryResult<TData, TError> & {
|
|
180
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
181
181
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
182
182
|
};
|
|
183
183
|
declare function useGetAllJobExchangeRates<TData = Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllJobExchangeRatesParams, options?: {
|
|
184
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError,
|
|
184
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, Awaited<ReturnType<typeof getAllJobExchangeRates>>>, "initialData">;
|
|
185
185
|
request?: SecondParameter<typeof customInstance>;
|
|
186
|
-
}): UseQueryResult<TData, TError> & {
|
|
186
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
187
187
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
188
188
|
};
|
|
189
189
|
declare function useGetAllJobExchangeRates<TData = Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllJobExchangeRatesParams, options?: {
|
|
190
190
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>>;
|
|
191
191
|
request?: SecondParameter<typeof customInstance>;
|
|
192
|
-
}): UseQueryResult<TData, TError> & {
|
|
192
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
193
193
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
194
194
|
};
|
|
195
|
-
declare const
|
|
195
|
+
declare const useGetAllJobExchangeRatesSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllJobExchangeRatesParams, options?: {
|
|
196
196
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>>;
|
|
197
197
|
request?: SecondParameter<typeof customInstance>;
|
|
198
198
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData> & {
|
|
@@ -203,19 +203,19 @@ type GetAllJobExchangeRatesSuspenseQueryError = ErrorType<void | DmError>;
|
|
|
203
203
|
declare function useGetAllJobExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError = ErrorType<void | DmError>>(params: undefined | GetAllJobExchangeRatesParams, options: {
|
|
204
204
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>>;
|
|
205
205
|
request?: SecondParameter<typeof customInstance>;
|
|
206
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
206
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
207
207
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
208
208
|
};
|
|
209
209
|
declare function useGetAllJobExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllJobExchangeRatesParams, options?: {
|
|
210
210
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>>;
|
|
211
211
|
request?: SecondParameter<typeof customInstance>;
|
|
212
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
212
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
213
213
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
214
214
|
};
|
|
215
215
|
declare function useGetAllJobExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError = ErrorType<void | DmError>>(params?: GetAllJobExchangeRatesParams, options?: {
|
|
216
216
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getAllJobExchangeRates>>, TError, TData>>;
|
|
217
217
|
request?: SecondParameter<typeof customInstance>;
|
|
218
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
218
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
219
219
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
220
220
|
};
|
|
221
221
|
/**
|
|
@@ -230,13 +230,13 @@ You need `admin` privilege to use this method.
|
|
|
230
230
|
* @summary Sets the Exchange Rate for a specific Job
|
|
231
231
|
*/
|
|
232
232
|
declare const setJobPricing: (jobId: number, exchangeRatePutBodyBody: ExchangeRatePutBodyBody, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
233
|
-
declare const
|
|
234
|
-
mutation?: UseMutationOptions<
|
|
233
|
+
declare const useSetJobPricingMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
234
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof setJobPricing>>, TError, {
|
|
235
235
|
jobId: number;
|
|
236
236
|
data: ExchangeRatePutBodyBody;
|
|
237
237
|
}, TContext>;
|
|
238
238
|
request?: SecondParameter<typeof customInstance>;
|
|
239
|
-
}) => UseMutationOptions<
|
|
239
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof setJobPricing>>, TError, {
|
|
240
240
|
jobId: number;
|
|
241
241
|
data: ExchangeRatePutBodyBody;
|
|
242
242
|
}, TContext>;
|
|
@@ -244,26 +244,26 @@ type SetJobPricingMutationResult = NonNullable<Awaited<ReturnType<typeof setJobP
|
|
|
244
244
|
type SetJobPricingMutationBody = ExchangeRatePutBodyBody;
|
|
245
245
|
type SetJobPricingMutationError = ErrorType<void | DmError>;
|
|
246
246
|
/**
|
|
247
|
-
* @summary Sets the Exchange Rate for a specific Job
|
|
248
|
-
*/
|
|
249
|
-
declare const useSetJobPricing: <
|
|
250
|
-
mutation?: UseMutationOptions<
|
|
247
|
+
* @summary Sets the Exchange Rate for a specific Job
|
|
248
|
+
*/
|
|
249
|
+
declare const useSetJobPricing: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
250
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof setJobPricing>>, TError, {
|
|
251
251
|
jobId: number;
|
|
252
252
|
data: ExchangeRatePutBodyBody;
|
|
253
253
|
}, TContext>;
|
|
254
254
|
request?: SecondParameter<typeof customInstance>;
|
|
255
|
-
}) => UseMutationResult<
|
|
255
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof setJobPricing>>, TError, {
|
|
256
256
|
jobId: number;
|
|
257
257
|
data: ExchangeRatePutBodyBody;
|
|
258
258
|
}, TContext>;
|
|
259
259
|
/**
|
|
260
|
-
* Gets all the exchange rate history for a specific Job. Rates are returned in reverse chronological order, with the most recent rate, the current rate, as the first entry in the list.
|
|
260
|
+
* Gets all the exchange rate history for a specific Job. Rates are returned in reverse chronological order, with the most recent rate, the current rate, as the first entry in the list.
|
|
261
261
|
|
|
262
|
-
* @summary Gets Job Exchange Rates
|
|
263
|
-
*/
|
|
262
|
+
* @summary Gets Job Exchange Rates
|
|
263
|
+
*/
|
|
264
264
|
declare const getJobExchangeRates: (jobId: number, params?: GetJobExchangeRatesParams, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<GetExchangeRatesResponse>;
|
|
265
|
-
declare const getGetJobExchangeRatesQueryKey: (jobId: number, params?: GetJobExchangeRatesParams) => readonly [
|
|
266
|
-
declare const
|
|
265
|
+
declare const getGetJobExchangeRatesQueryKey: (jobId: number, params?: GetJobExchangeRatesParams) => readonly [`/job/${number}/exchange-rate`, ...GetJobExchangeRatesParams[]];
|
|
266
|
+
declare const useGetJobExchangeRatesQueryOptions: <TData = Awaited<ReturnType<typeof getJobExchangeRates>>, TError = ErrorType<void | DmError>>(jobId: number, params?: GetJobExchangeRatesParams, options?: {
|
|
267
267
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>>;
|
|
268
268
|
request?: SecondParameter<typeof customInstance>;
|
|
269
269
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData> & {
|
|
@@ -272,24 +272,24 @@ declare const getGetJobExchangeRatesQueryOptions: <TData = GetExchangeRatesRespo
|
|
|
272
272
|
type GetJobExchangeRatesQueryResult = NonNullable<Awaited<ReturnType<typeof getJobExchangeRates>>>;
|
|
273
273
|
type GetJobExchangeRatesQueryError = ErrorType<void | DmError>;
|
|
274
274
|
declare function useGetJobExchangeRates<TData = Awaited<ReturnType<typeof getJobExchangeRates>>, TError = ErrorType<void | DmError>>(jobId: number, params: undefined | GetJobExchangeRatesParams, options: {
|
|
275
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError,
|
|
275
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, Awaited<ReturnType<typeof getJobExchangeRates>>>, "initialData">;
|
|
276
276
|
request?: SecondParameter<typeof customInstance>;
|
|
277
|
-
}): DefinedUseQueryResult<TData, TError> & {
|
|
277
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
278
278
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
279
279
|
};
|
|
280
280
|
declare function useGetJobExchangeRates<TData = Awaited<ReturnType<typeof getJobExchangeRates>>, TError = ErrorType<void | DmError>>(jobId: number, params?: GetJobExchangeRatesParams, options?: {
|
|
281
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError,
|
|
281
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, Awaited<ReturnType<typeof getJobExchangeRates>>>, "initialData">;
|
|
282
282
|
request?: SecondParameter<typeof customInstance>;
|
|
283
|
-
}): UseQueryResult<TData, TError> & {
|
|
283
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
284
284
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
285
285
|
};
|
|
286
286
|
declare function useGetJobExchangeRates<TData = Awaited<ReturnType<typeof getJobExchangeRates>>, TError = ErrorType<void | DmError>>(jobId: number, params?: GetJobExchangeRatesParams, options?: {
|
|
287
287
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>>;
|
|
288
288
|
request?: SecondParameter<typeof customInstance>;
|
|
289
|
-
}): UseQueryResult<TData, TError> & {
|
|
289
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
290
290
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
291
291
|
};
|
|
292
|
-
declare const
|
|
292
|
+
declare const useGetJobExchangeRatesSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getJobExchangeRates>>, TError = ErrorType<void | DmError>>(jobId: number, params?: GetJobExchangeRatesParams, options?: {
|
|
293
293
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>>;
|
|
294
294
|
request?: SecondParameter<typeof customInstance>;
|
|
295
295
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData> & {
|
|
@@ -300,20 +300,20 @@ type GetJobExchangeRatesSuspenseQueryError = ErrorType<void | DmError>;
|
|
|
300
300
|
declare function useGetJobExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getJobExchangeRates>>, TError = ErrorType<void | DmError>>(jobId: number, params: undefined | GetJobExchangeRatesParams, options: {
|
|
301
301
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>>;
|
|
302
302
|
request?: SecondParameter<typeof customInstance>;
|
|
303
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
303
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
304
304
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
305
305
|
};
|
|
306
306
|
declare function useGetJobExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getJobExchangeRates>>, TError = ErrorType<void | DmError>>(jobId: number, params?: GetJobExchangeRatesParams, options?: {
|
|
307
307
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>>;
|
|
308
308
|
request?: SecondParameter<typeof customInstance>;
|
|
309
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
309
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
310
310
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
311
311
|
};
|
|
312
312
|
declare function useGetJobExchangeRatesSuspense<TData = Awaited<ReturnType<typeof getJobExchangeRates>>, TError = ErrorType<void | DmError>>(jobId: number, params?: GetJobExchangeRatesParams, options?: {
|
|
313
313
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getJobExchangeRates>>, TError, TData>>;
|
|
314
314
|
request?: SecondParameter<typeof customInstance>;
|
|
315
|
-
}): UseSuspenseQueryResult<TData, TError> & {
|
|
315
|
+
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
316
316
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
317
317
|
};
|
|
318
318
|
|
|
319
|
-
export { type GetAllApplicationExchangeRatesQueryError, type GetAllApplicationExchangeRatesQueryResult, type GetAllApplicationExchangeRatesSuspenseQueryError, type GetAllApplicationExchangeRatesSuspenseQueryResult, type GetAllJobExchangeRatesQueryError, type GetAllJobExchangeRatesQueryResult, type GetAllJobExchangeRatesSuspenseQueryError, type GetAllJobExchangeRatesSuspenseQueryResult, type GetApplicationExchangeRatesQueryError, type GetApplicationExchangeRatesQueryResult, type GetApplicationExchangeRatesSuspenseQueryError, type GetApplicationExchangeRatesSuspenseQueryResult, type GetJobExchangeRatesQueryError, type GetJobExchangeRatesQueryResult, type GetJobExchangeRatesSuspenseQueryError, type GetJobExchangeRatesSuspenseQueryResult, type SetApplicationExchangeRateMutationBody, type SetApplicationExchangeRateMutationError, type SetApplicationExchangeRateMutationResult, type SetJobPricingMutationBody, type SetJobPricingMutationError, type SetJobPricingMutationResult, getAllApplicationExchangeRates, getAllJobExchangeRates, getApplicationExchangeRates, getGetAllApplicationExchangeRatesQueryKey,
|
|
319
|
+
export { type GetAllApplicationExchangeRatesQueryError, type GetAllApplicationExchangeRatesQueryResult, type GetAllApplicationExchangeRatesSuspenseQueryError, type GetAllApplicationExchangeRatesSuspenseQueryResult, type GetAllJobExchangeRatesQueryError, type GetAllJobExchangeRatesQueryResult, type GetAllJobExchangeRatesSuspenseQueryError, type GetAllJobExchangeRatesSuspenseQueryResult, type GetApplicationExchangeRatesQueryError, type GetApplicationExchangeRatesQueryResult, type GetApplicationExchangeRatesSuspenseQueryError, type GetApplicationExchangeRatesSuspenseQueryResult, type GetJobExchangeRatesQueryError, type GetJobExchangeRatesQueryResult, type GetJobExchangeRatesSuspenseQueryError, type GetJobExchangeRatesSuspenseQueryResult, type SetApplicationExchangeRateMutationBody, type SetApplicationExchangeRateMutationError, type SetApplicationExchangeRateMutationResult, type SetJobPricingMutationBody, type SetJobPricingMutationError, type SetJobPricingMutationResult, getAllApplicationExchangeRates, getAllJobExchangeRates, getApplicationExchangeRates, getGetAllApplicationExchangeRatesQueryKey, getGetAllJobExchangeRatesQueryKey, getGetApplicationExchangeRatesQueryKey, getGetJobExchangeRatesQueryKey, getJobExchangeRates, setApplicationExchangeRate, setJobPricing, useGetAllApplicationExchangeRates, useGetAllApplicationExchangeRatesQueryOptions, useGetAllApplicationExchangeRatesSuspense, useGetAllApplicationExchangeRatesSuspenseQueryOptions, useGetAllJobExchangeRates, useGetAllJobExchangeRatesQueryOptions, useGetAllJobExchangeRatesSuspense, useGetAllJobExchangeRatesSuspenseQueryOptions, useGetApplicationExchangeRates, useGetApplicationExchangeRatesQueryOptions, useGetApplicationExchangeRatesSuspense, useGetApplicationExchangeRatesSuspenseQueryOptions, useGetJobExchangeRates, useGetJobExchangeRatesQueryOptions, useGetJobExchangeRatesSuspense, useGetJobExchangeRatesSuspenseQueryOptions, useSetApplicationExchangeRate, useSetApplicationExchangeRateMutationOptions, useSetJobPricing, useSetJobPricingMutationOptions };
|