@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.
Files changed (140) hide show
  1. package/accounting/accounting.cjs +96 -95
  2. package/accounting/accounting.cjs.map +1 -1
  3. package/accounting/accounting.d.cts +47 -47
  4. package/accounting/accounting.d.ts +47 -47
  5. package/accounting/accounting.js +102 -101
  6. package/accounting/accounting.js.map +1 -1
  7. package/admin/admin.cjs +120 -145
  8. package/admin/admin.cjs.map +1 -1
  9. package/admin/admin.d.cts +121 -121
  10. package/admin/admin.d.ts +121 -121
  11. package/admin/admin.js +127 -152
  12. package/admin/admin.js.map +1 -1
  13. package/application/application.cjs +39 -43
  14. package/application/application.cjs.map +1 -1
  15. package/application/application.d.cts +25 -25
  16. package/application/application.d.ts +25 -25
  17. package/application/application.js +42 -46
  18. package/application/application.js.map +1 -1
  19. package/chunk-OYRETEBZ.js +25 -0
  20. package/chunk-OYRETEBZ.js.map +1 -0
  21. package/{chunk-TKLTUR4R.cjs → chunk-RB2KVIEK.cjs} +1 -1
  22. package/chunk-RB2KVIEK.cjs.map +1 -0
  23. package/{chunk-EBOQPVLG.js → chunk-XYDLYMQ2.js} +1 -1
  24. package/chunk-XYDLYMQ2.js.map +1 -0
  25. package/chunk-ZLY5XEOQ.cjs +25 -0
  26. package/chunk-ZLY5XEOQ.cjs.map +1 -0
  27. package/configuration/configuration.cjs +38 -45
  28. package/configuration/configuration.cjs.map +1 -1
  29. package/configuration/configuration.d.cts +25 -25
  30. package/configuration/configuration.d.ts +25 -25
  31. package/configuration/configuration.js +42 -49
  32. package/configuration/configuration.js.map +1 -1
  33. package/dataset/dataset.cjs +126 -141
  34. package/dataset/dataset.cjs.map +1 -1
  35. package/dataset/dataset.d.cts +102 -102
  36. package/dataset/dataset.d.ts +102 -102
  37. package/dataset/dataset.js +132 -147
  38. package/dataset/dataset.js.map +1 -1
  39. package/digest/digest.cjs +22 -24
  40. package/digest/digest.cjs.map +1 -1
  41. package/digest/digest.d.cts +14 -14
  42. package/digest/digest.d.ts +14 -14
  43. package/digest/digest.js +24 -26
  44. package/digest/digest.js.map +1 -1
  45. package/exchange-rate/exchange-rate.cjs +111 -109
  46. package/exchange-rate/exchange-rate.cjs.map +1 -1
  47. package/exchange-rate/exchange-rate.d.cts +69 -69
  48. package/exchange-rate/exchange-rate.d.ts +69 -69
  49. package/exchange-rate/exchange-rate.js +117 -115
  50. package/exchange-rate/exchange-rate.js.map +1 -1
  51. package/file-and-path/file-and-path.cjs +93 -138
  52. package/file-and-path/file-and-path.cjs.map +1 -1
  53. package/file-and-path/file-and-path.d.cts +102 -102
  54. package/file-and-path/file-and-path.d.ts +102 -102
  55. package/file-and-path/file-and-path.js +105 -150
  56. package/file-and-path/file-and-path.js.map +1 -1
  57. package/index.cjs +80 -102
  58. package/index.cjs.map +1 -1
  59. package/index.d.cts +2401 -2326
  60. package/index.d.ts +2401 -2326
  61. package/index.js +79 -101
  62. package/index.js.map +1 -1
  63. package/instance/instance.cjs +100 -107
  64. package/instance/instance.cjs.map +1 -1
  65. package/instance/instance.d.cts +76 -76
  66. package/instance/instance.d.ts +76 -76
  67. package/instance/instance.js +105 -112
  68. package/instance/instance.js.map +1 -1
  69. package/inventory/inventory.cjs +22 -25
  70. package/inventory/inventory.cjs.map +1 -1
  71. package/inventory/inventory.d.cts +14 -14
  72. package/inventory/inventory.d.ts +14 -14
  73. package/inventory/inventory.js +24 -27
  74. package/inventory/inventory.js.map +1 -1
  75. package/job/job.cjs +55 -67
  76. package/job/job.cjs.map +1 -1
  77. package/job/job.d.cts +36 -36
  78. package/job/job.d.ts +36 -36
  79. package/job/job.js +60 -72
  80. package/job/job.js.map +1 -1
  81. package/metadata/metadata.cjs +61 -59
  82. package/metadata/metadata.cjs.map +1 -1
  83. package/metadata/metadata.d.cts +47 -47
  84. package/metadata/metadata.d.ts +47 -47
  85. package/metadata/metadata.js +65 -63
  86. package/metadata/metadata.js.map +1 -1
  87. package/package.json +13 -16
  88. package/project/project.cjs +165 -186
  89. package/project/project.cjs.map +1 -1
  90. package/project/project.d.cts +157 -157
  91. package/project/project.d.ts +157 -157
  92. package/project/project.js +172 -193
  93. package/project/project.js.map +1 -1
  94. package/src/accounting/accounting.ts +767 -461
  95. package/src/admin/admin.ts +1187 -787
  96. package/src/application/application.ts +377 -231
  97. package/src/configuration/configuration.ts +348 -237
  98. package/src/custom-instance.ts +3 -3
  99. package/src/data-manager-api.schemas.ts +2538 -2492
  100. package/src/dataset/dataset.ts +1199 -792
  101. package/src/digest/digest.ts +198 -122
  102. package/src/exchange-rate/exchange-rate.ts +1088 -612
  103. package/src/file-and-path/file-and-path.ts +869 -616
  104. package/src/index.ts +2 -2
  105. package/src/instance/instance.ts +804 -539
  106. package/src/inventory/inventory.ts +200 -122
  107. package/src/job/job.ts +556 -348
  108. package/src/metadata/metadata.ts +587 -371
  109. package/src/options-mutator.ts +27 -0
  110. package/src/project/project.ts +1576 -1034
  111. package/src/task/task.ts +434 -295
  112. package/src/type/type.ts +180 -126
  113. package/src/user/user.ts +846 -398
  114. package/src/workflow/workflow.ts +1750 -1089
  115. package/task/task.cjs +45 -59
  116. package/task/task.cjs.map +1 -1
  117. package/task/task.d.cts +33 -33
  118. package/task/task.d.ts +33 -33
  119. package/task/task.js +51 -65
  120. package/task/task.js.map +1 -1
  121. package/type/type.cjs +21 -26
  122. package/type/type.cjs.map +1 -1
  123. package/type/type.d.cts +14 -14
  124. package/type/type.d.ts +14 -14
  125. package/type/type.js +24 -29
  126. package/type/type.js.map +1 -1
  127. package/user/user.cjs +114 -80
  128. package/user/user.cjs.map +1 -1
  129. package/user/user.d.cts +107 -48
  130. package/user/user.d.ts +107 -48
  131. package/user/user.js +120 -86
  132. package/user/user.js.map +1 -1
  133. package/workflow/workflow.cjs +179 -193
  134. package/workflow/workflow.cjs.map +1 -1
  135. package/workflow/workflow.d.cts +146 -146
  136. package/workflow/workflow.d.ts +146 -146
  137. package/workflow/workflow.js +187 -201
  138. package/workflow/workflow.js.map +1 -1
  139. package/chunk-EBOQPVLG.js.map +0 -1
  140. 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.cjs';
3
3
  import 'axios';
4
4
 
5
- type SecondParameter<T extends (...args: any) => any> = Parameters<T>[1];
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 ["data-manager-api", "/application/exchange-rate", ...GetAllApplicationExchangeRatesParams[]];
15
- declare const getGetAllApplicationExchangeRatesQueryOptions: <TData = GetAllExchangeRatesResponse, TError = ErrorType<void | DmError>>(params?: GetAllApplicationExchangeRatesParams, options?: {
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, TData>, 'initialData'>;
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, TData>, 'initialData'>;
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 getGetAllApplicationExchangeRatesSuspenseQueryOptions: <TData = GetAllExchangeRatesResponse, TError = ErrorType<void | DmError>>(params?: GetAllApplicationExchangeRatesParams, options?: {
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 getSetApplicationExchangeRateMutationOptions: <TData = void, TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
78
- mutation?: UseMutationOptions<TData, TError, {
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<TData, TError, {
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: <TData = void, TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
94
- mutation?: UseMutationOptions<TData, TError, {
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<TData, TError, {
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 ["data-manager-api", `/application/${string}/exchange-rate`, ...GetApplicationExchangeRatesParams[]];
110
- declare const getGetApplicationExchangeRatesQueryOptions: <TData = GetExchangeRatesResponse, TError = ErrorType<void | DmError>>(applicationId: string, params?: GetApplicationExchangeRatesParams, options?: {
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, TData>, 'initialData'>;
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, TData>, 'initialData'>;
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 getGetApplicationExchangeRatesSuspenseQueryOptions: <TData = GetExchangeRatesResponse, TError = ErrorType<void | DmError>>(applicationId: string, params?: GetApplicationExchangeRatesParams, options?: {
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 ["data-manager-api", "/job/exchange-rate", ...GetAllJobExchangeRatesParams[]];
169
- declare const getGetAllJobExchangeRatesQueryOptions: <TData = GetAllExchangeRatesResponse, TError = ErrorType<void | DmError>>(params?: GetAllJobExchangeRatesParams, options?: {
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, TData>, 'initialData'>;
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, TData>, 'initialData'>;
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 getGetAllJobExchangeRatesSuspenseQueryOptions: <TData = GetAllExchangeRatesResponse, TError = ErrorType<void | DmError>>(params?: GetAllJobExchangeRatesParams, options?: {
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 getSetJobPricingMutationOptions: <TData = void, TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
234
- mutation?: UseMutationOptions<TData, TError, {
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<TData, TError, {
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: <TData = void, TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
250
- mutation?: UseMutationOptions<TData, TError, {
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<TData, TError, {
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 ["data-manager-api", `/job/${number}/exchange-rate`, ...GetJobExchangeRatesParams[]];
266
- declare const getGetJobExchangeRatesQueryOptions: <TData = GetExchangeRatesResponse, TError = ErrorType<void | DmError>>(jobId: number, params?: GetJobExchangeRatesParams, options?: {
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, TData>, 'initialData'>;
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, TData>, 'initialData'>;
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 getGetJobExchangeRatesSuspenseQueryOptions: <TData = GetExchangeRatesResponse, TError = ErrorType<void | DmError>>(jobId: number, params?: GetJobExchangeRatesParams, options?: {
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, getGetAllApplicationExchangeRatesQueryOptions, getGetAllApplicationExchangeRatesSuspenseQueryOptions, getGetAllJobExchangeRatesQueryKey, getGetAllJobExchangeRatesQueryOptions, getGetAllJobExchangeRatesSuspenseQueryOptions, getGetApplicationExchangeRatesQueryKey, getGetApplicationExchangeRatesQueryOptions, getGetApplicationExchangeRatesSuspenseQueryOptions, getGetJobExchangeRatesQueryKey, getGetJobExchangeRatesQueryOptions, getGetJobExchangeRatesSuspenseQueryOptions, getJobExchangeRates, getSetApplicationExchangeRateMutationOptions, getSetJobPricingMutationOptions, setApplicationExchangeRate, setJobPricing, useGetAllApplicationExchangeRates, useGetAllApplicationExchangeRatesSuspense, useGetAllJobExchangeRates, useGetAllJobExchangeRatesSuspense, useGetApplicationExchangeRates, useGetApplicationExchangeRatesSuspense, useGetJobExchangeRates, useGetJobExchangeRatesSuspense, useSetApplicationExchangeRate, useSetJobPricing };
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 };