@squonk/data-manager-client 3.1.0-beta.2 → 3.1.0-rc.1
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 +12 -12
- package/accounting/accounting.cjs.map +1 -1
- package/accounting/accounting.d.cts +103 -49
- package/accounting/accounting.d.ts +103 -49
- package/accounting/accounting.js +12 -12
- package/accounting/accounting.js.map +1 -1
- package/admin/admin.cjs +12 -12
- package/admin/admin.cjs.map +1 -1
- package/admin/admin.d.cts +168 -115
- package/admin/admin.d.ts +168 -115
- package/admin/admin.js +12 -12
- package/admin/admin.js.map +1 -1
- package/application/application.cjs +8 -8
- package/application/application.cjs.map +1 -1
- package/application/application.d.cts +69 -33
- package/application/application.d.ts +69 -33
- package/application/application.js +8 -8
- package/application/application.js.map +1 -1
- package/chunk-TKLTUR4R.cjs.map +1 -1
- package/configuration/configuration.cjs +4 -4
- package/configuration/configuration.cjs.map +1 -1
- package/configuration/configuration.d.cts +35 -17
- package/configuration/configuration.d.ts +35 -17
- package/configuration/configuration.js +4 -4
- package/configuration/configuration.js.map +1 -1
- package/dataset/dataset.cjs +16 -16
- package/dataset/dataset.cjs.map +1 -1
- package/dataset/dataset.d.cts +181 -110
- package/dataset/dataset.d.ts +181 -110
- package/dataset/dataset.js +16 -16
- package/dataset/dataset.js.map +1 -1
- package/digest/digest.cjs +4 -4
- package/digest/digest.cjs.map +1 -1
- package/digest/digest.d.cts +35 -17
- package/digest/digest.d.ts +35 -17
- package/digest/digest.js +4 -4
- package/digest/digest.js.map +1 -1
- package/exchange-rate/exchange-rate.cjs +16 -16
- package/exchange-rate/exchange-rate.cjs.map +1 -1
- package/exchange-rate/exchange-rate.d.cts +155 -84
- package/exchange-rate/exchange-rate.d.ts +155 -84
- package/exchange-rate/exchange-rate.js +16 -16
- package/exchange-rate/exchange-rate.js.map +1 -1
- package/file-and-path/file-and-path.cjs +8 -8
- package/file-and-path/file-and-path.cjs.map +1 -1
- package/file-and-path/file-and-path.d.cts +133 -98
- package/file-and-path/file-and-path.d.ts +133 -98
- package/file-and-path/file-and-path.js +8 -8
- package/file-and-path/file-and-path.js.map +1 -1
- package/index.cjs.map +1 -1
- package/index.d.cts +156 -68
- package/index.d.ts +156 -68
- package/index.js.map +1 -1
- package/instance/instance.cjs +8 -8
- package/instance/instance.cjs.map +1 -1
- package/instance/instance.d.cts +106 -71
- package/instance/instance.d.ts +106 -71
- package/instance/instance.js +8 -8
- package/instance/instance.js.map +1 -1
- package/inventory/inventory.cjs +4 -4
- package/inventory/inventory.cjs.map +1 -1
- package/inventory/inventory.d.cts +35 -17
- package/inventory/inventory.d.ts +35 -17
- package/inventory/inventory.js +4 -4
- package/inventory/inventory.js.map +1 -1
- package/job/job.cjs +12 -12
- package/job/job.cjs.map +1 -1
- package/job/job.d.cts +103 -49
- package/job/job.d.ts +103 -49
- package/job/job.js +12 -12
- package/job/job.js.map +1 -1
- package/metadata/metadata.cjs +8 -8
- package/metadata/metadata.cjs.map +1 -1
- package/metadata/metadata.d.cts +81 -46
- package/metadata/metadata.d.ts +81 -46
- package/metadata/metadata.js +8 -8
- package/metadata/metadata.js.map +1 -1
- package/package.json +7 -7
- package/project/project.cjs +16 -16
- package/project/project.cjs.map +1 -1
- package/project/project.d.cts +225 -154
- package/project/project.d.ts +225 -154
- package/project/project.js +16 -16
- package/project/project.js.map +1 -1
- package/src/accounting/accounting.ts +137 -13
- package/src/admin/admin.ts +217 -52
- package/src/application/application.ts +93 -9
- package/src/configuration/configuration.ts +49 -5
- package/src/data-manager-api.schemas.ts +156 -70
- package/src/dataset/dataset.ts +250 -42
- package/src/digest/digest.ts +49 -5
- package/src/exchange-rate/exchange-rate.ts +216 -29
- package/src/file-and-path/file-and-path.ts +172 -52
- package/src/instance/instance.ts +137 -27
- package/src/inventory/inventory.ts +49 -5
- package/src/job/job.ts +143 -13
- package/src/metadata/metadata.ts +116 -15
- package/src/project/project.ts +302 -75
- package/src/task/task.ts +111 -15
- package/src/type/type.ts +49 -5
- package/src/user/user.ts +149 -19
- package/task/task.cjs +8 -8
- package/task/task.cjs.map +1 -1
- package/task/task.d.cts +78 -43
- package/task/task.d.ts +78 -43
- package/task/task.js +8 -8
- package/task/task.js.map +1 -1
- package/type/type.cjs +4 -4
- package/type/type.cjs.map +1 -1
- package/type/type.d.cts +35 -17
- package/type/type.d.ts +35 -17
- package/type/type.js +4 -4
- package/type/type.js.map +1 -1
- package/user/user.cjs +12 -12
- package/user/user.cjs.map +1 -1
- package/user/user.d.cts +112 -59
- package/user/user.d.ts +112 -59
- package/user/user.js +12 -12
- package/user/user.js.map +1 -1
package/admin/admin.d.cts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { UseQueryOptions, QueryKey, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult, UseMutationOptions } from '@tanstack/react-query';
|
|
1
|
+
import { UseQueryOptions, QueryKey, DefinedInitialDataOptions, DefinedUseQueryResult, UndefinedInitialDataOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult, UseMutationOptions, UseMutationResult } from '@tanstack/react-query';
|
|
3
2
|
import { AdminGetServiceErrorsParams, customInstance, ServiceErrorsGetResponse, ErrorType, DmError, AdminGetUsersParams, AdminUsersGetResponse, UserAccountDetail, UserPatchBodyBody, AdminJobManifestGetResponse, JobManifestPutBodyBody, AdminJobManifestLoadPutResponse, AdminDeleteJobManifestParams } from '../index.cjs';
|
|
4
3
|
import 'axios';
|
|
5
4
|
|
|
@@ -14,37 +13,55 @@ You will need `admin` rights to use this endpoint
|
|
|
14
13
|
declare const adminGetServiceErrors: (params?: AdminGetServiceErrorsParams, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<ServiceErrorsGetResponse>;
|
|
15
14
|
declare const getAdminGetServiceErrorsQueryKey: (params?: AdminGetServiceErrorsParams) => readonly ["data-manager-api", "/admin/service-error", ...AdminGetServiceErrorsParams[]];
|
|
16
15
|
declare const getAdminGetServiceErrorsQueryOptions: <TData = ServiceErrorsGetResponse, TError = ErrorType<void | DmError>>(params?: AdminGetServiceErrorsParams, options?: {
|
|
17
|
-
query?: Partial<UseQueryOptions<
|
|
16
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>>;
|
|
18
17
|
request?: SecondParameter<typeof customInstance>;
|
|
19
|
-
}
|
|
18
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData> & {
|
|
20
19
|
queryKey: QueryKey;
|
|
21
20
|
};
|
|
22
21
|
type AdminGetServiceErrorsQueryResult = NonNullable<Awaited<ReturnType<typeof adminGetServiceErrors>>>;
|
|
23
22
|
type AdminGetServiceErrorsQueryError = ErrorType<void | DmError>;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
*/
|
|
27
|
-
declare const useAdminGetServiceErrors: <TData = ServiceErrorsGetResponse, TError = ErrorType<void | DmError>>(params?: AdminGetServiceErrorsParams, options?: {
|
|
28
|
-
query?: Partial<UseQueryOptions<ServiceErrorsGetResponse, TError, TData, QueryKey>> | undefined;
|
|
23
|
+
declare function useAdminGetServiceErrors<TData = Awaited<ReturnType<typeof adminGetServiceErrors>>, TError = ErrorType<void | DmError>>(params: undefined | AdminGetServiceErrorsParams, options: {
|
|
24
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>, 'initialData'>;
|
|
29
25
|
request?: SecondParameter<typeof customInstance>;
|
|
30
|
-
}
|
|
26
|
+
}): DefinedUseQueryResult<TData, TError> & {
|
|
27
|
+
queryKey: QueryKey;
|
|
28
|
+
};
|
|
29
|
+
declare function useAdminGetServiceErrors<TData = Awaited<ReturnType<typeof adminGetServiceErrors>>, TError = ErrorType<void | DmError>>(params?: AdminGetServiceErrorsParams, options?: {
|
|
30
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>, 'initialData'>;
|
|
31
|
+
request?: SecondParameter<typeof customInstance>;
|
|
32
|
+
}): UseQueryResult<TData, TError> & {
|
|
33
|
+
queryKey: QueryKey;
|
|
34
|
+
};
|
|
35
|
+
declare function useAdminGetServiceErrors<TData = Awaited<ReturnType<typeof adminGetServiceErrors>>, TError = ErrorType<void | DmError>>(params?: AdminGetServiceErrorsParams, options?: {
|
|
36
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>>;
|
|
37
|
+
request?: SecondParameter<typeof customInstance>;
|
|
38
|
+
}): UseQueryResult<TData, TError> & {
|
|
31
39
|
queryKey: QueryKey;
|
|
32
40
|
};
|
|
33
41
|
declare const getAdminGetServiceErrorsSuspenseQueryOptions: <TData = ServiceErrorsGetResponse, TError = ErrorType<void | DmError>>(params?: AdminGetServiceErrorsParams, options?: {
|
|
34
|
-
query?: Partial<UseSuspenseQueryOptions<
|
|
42
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>>;
|
|
35
43
|
request?: SecondParameter<typeof customInstance>;
|
|
36
|
-
}
|
|
44
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData> & {
|
|
37
45
|
queryKey: QueryKey;
|
|
38
46
|
};
|
|
39
47
|
type AdminGetServiceErrorsSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof adminGetServiceErrors>>>;
|
|
40
48
|
type AdminGetServiceErrorsSuspenseQueryError = ErrorType<void | DmError>;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
*/
|
|
44
|
-
declare const useAdminGetServiceErrorsSuspense: <TData = ServiceErrorsGetResponse, TError = ErrorType<void | DmError>>(params?: AdminGetServiceErrorsParams, options?: {
|
|
45
|
-
query?: Partial<UseSuspenseQueryOptions<ServiceErrorsGetResponse, TError, TData, QueryKey>> | undefined;
|
|
49
|
+
declare function useAdminGetServiceErrorsSuspense<TData = Awaited<ReturnType<typeof adminGetServiceErrors>>, TError = ErrorType<void | DmError>>(params: undefined | AdminGetServiceErrorsParams, options: {
|
|
50
|
+
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>>;
|
|
46
51
|
request?: SecondParameter<typeof customInstance>;
|
|
47
|
-
}
|
|
52
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
53
|
+
queryKey: QueryKey;
|
|
54
|
+
};
|
|
55
|
+
declare function useAdminGetServiceErrorsSuspense<TData = Awaited<ReturnType<typeof adminGetServiceErrors>>, TError = ErrorType<void | DmError>>(params?: AdminGetServiceErrorsParams, options?: {
|
|
56
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>>;
|
|
57
|
+
request?: SecondParameter<typeof customInstance>;
|
|
58
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
59
|
+
queryKey: QueryKey;
|
|
60
|
+
};
|
|
61
|
+
declare function useAdminGetServiceErrorsSuspense<TData = Awaited<ReturnType<typeof adminGetServiceErrors>>, TError = ErrorType<void | DmError>>(params?: AdminGetServiceErrorsParams, options?: {
|
|
62
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetServiceErrors>>, TError, TData>>;
|
|
63
|
+
request?: SecondParameter<typeof customInstance>;
|
|
64
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
48
65
|
queryKey: QueryKey;
|
|
49
66
|
};
|
|
50
67
|
/**
|
|
@@ -55,25 +72,25 @@ You will need `admin` rights to use this endpoint
|
|
|
55
72
|
* @summary Patches a Service Error
|
|
56
73
|
*/
|
|
57
74
|
declare const adminPatchServiceError: (errorId: number, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
58
|
-
declare const getAdminPatchServiceErrorMutationOptions: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
59
|
-
mutation?: UseMutationOptions<
|
|
75
|
+
declare const getAdminPatchServiceErrorMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
76
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminPatchServiceError>>, TError, {
|
|
60
77
|
errorId: number;
|
|
61
|
-
}, TContext
|
|
78
|
+
}, TContext>;
|
|
62
79
|
request?: SecondParameter<typeof customInstance>;
|
|
63
|
-
}
|
|
80
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof adminPatchServiceError>>, TError, {
|
|
64
81
|
errorId: number;
|
|
65
82
|
}, TContext>;
|
|
66
83
|
type AdminPatchServiceErrorMutationResult = NonNullable<Awaited<ReturnType<typeof adminPatchServiceError>>>;
|
|
67
|
-
type AdminPatchServiceErrorMutationError = ErrorType<DmError>;
|
|
84
|
+
type AdminPatchServiceErrorMutationError = ErrorType<void | DmError>;
|
|
68
85
|
/**
|
|
69
86
|
* @summary Patches a Service Error
|
|
70
87
|
*/
|
|
71
|
-
declare const useAdminPatchServiceError: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
72
|
-
mutation?: UseMutationOptions<
|
|
88
|
+
declare const useAdminPatchServiceError: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
89
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminPatchServiceError>>, TError, {
|
|
73
90
|
errorId: number;
|
|
74
|
-
}, TContext
|
|
91
|
+
}, TContext>;
|
|
75
92
|
request?: SecondParameter<typeof customInstance>;
|
|
76
|
-
}
|
|
93
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof adminPatchServiceError>>, TError, {
|
|
77
94
|
errorId: number;
|
|
78
95
|
}, TContext>;
|
|
79
96
|
/**
|
|
@@ -84,25 +101,25 @@ You will need `admin` rights to use this endpoint
|
|
|
84
101
|
* @summary Deletes a Service Error
|
|
85
102
|
*/
|
|
86
103
|
declare const adminDeleteServiceError: (errorId: number, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
87
|
-
declare const getAdminDeleteServiceErrorMutationOptions: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
88
|
-
mutation?: UseMutationOptions<
|
|
104
|
+
declare const getAdminDeleteServiceErrorMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
105
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminDeleteServiceError>>, TError, {
|
|
89
106
|
errorId: number;
|
|
90
|
-
}, TContext
|
|
107
|
+
}, TContext>;
|
|
91
108
|
request?: SecondParameter<typeof customInstance>;
|
|
92
|
-
}
|
|
109
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof adminDeleteServiceError>>, TError, {
|
|
93
110
|
errorId: number;
|
|
94
111
|
}, TContext>;
|
|
95
112
|
type AdminDeleteServiceErrorMutationResult = NonNullable<Awaited<ReturnType<typeof adminDeleteServiceError>>>;
|
|
96
|
-
type AdminDeleteServiceErrorMutationError = ErrorType<DmError>;
|
|
113
|
+
type AdminDeleteServiceErrorMutationError = ErrorType<void | DmError>;
|
|
97
114
|
/**
|
|
98
115
|
* @summary Deletes a Service Error
|
|
99
116
|
*/
|
|
100
|
-
declare const useAdminDeleteServiceError: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
101
|
-
mutation?: UseMutationOptions<
|
|
117
|
+
declare const useAdminDeleteServiceError: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
118
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminDeleteServiceError>>, TError, {
|
|
102
119
|
errorId: number;
|
|
103
|
-
}, TContext
|
|
120
|
+
}, TContext>;
|
|
104
121
|
request?: SecondParameter<typeof customInstance>;
|
|
105
|
-
}
|
|
122
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof adminDeleteServiceError>>, TError, {
|
|
106
123
|
errorId: number;
|
|
107
124
|
}, TContext>;
|
|
108
125
|
/**
|
|
@@ -113,37 +130,55 @@ declare const useAdminDeleteServiceError: <TError = ErrorType<DmError>, TContext
|
|
|
113
130
|
declare const adminGetUsers: (params?: AdminGetUsersParams, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<AdminUsersGetResponse>;
|
|
114
131
|
declare const getAdminGetUsersQueryKey: (params?: AdminGetUsersParams) => readonly ["data-manager-api", "/admin/user", ...AdminGetUsersParams[]];
|
|
115
132
|
declare const getAdminGetUsersQueryOptions: <TData = AdminUsersGetResponse, TError = ErrorType<void | DmError>>(params?: AdminGetUsersParams, options?: {
|
|
116
|
-
query?: Partial<UseQueryOptions<
|
|
133
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>>;
|
|
117
134
|
request?: SecondParameter<typeof customInstance>;
|
|
118
|
-
}
|
|
135
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData> & {
|
|
119
136
|
queryKey: QueryKey;
|
|
120
137
|
};
|
|
121
138
|
type AdminGetUsersQueryResult = NonNullable<Awaited<ReturnType<typeof adminGetUsers>>>;
|
|
122
139
|
type AdminGetUsersQueryError = ErrorType<void | DmError>;
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
140
|
+
declare function useAdminGetUsers<TData = Awaited<ReturnType<typeof adminGetUsers>>, TError = ErrorType<void | DmError>>(params: undefined | AdminGetUsersParams, options: {
|
|
141
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>, 'initialData'>;
|
|
142
|
+
request?: SecondParameter<typeof customInstance>;
|
|
143
|
+
}): DefinedUseQueryResult<TData, TError> & {
|
|
144
|
+
queryKey: QueryKey;
|
|
145
|
+
};
|
|
146
|
+
declare function useAdminGetUsers<TData = Awaited<ReturnType<typeof adminGetUsers>>, TError = ErrorType<void | DmError>>(params?: AdminGetUsersParams, options?: {
|
|
147
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>, 'initialData'>;
|
|
148
|
+
request?: SecondParameter<typeof customInstance>;
|
|
149
|
+
}): UseQueryResult<TData, TError> & {
|
|
150
|
+
queryKey: QueryKey;
|
|
151
|
+
};
|
|
152
|
+
declare function useAdminGetUsers<TData = Awaited<ReturnType<typeof adminGetUsers>>, TError = ErrorType<void | DmError>>(params?: AdminGetUsersParams, options?: {
|
|
153
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>>;
|
|
128
154
|
request?: SecondParameter<typeof customInstance>;
|
|
129
|
-
}
|
|
155
|
+
}): UseQueryResult<TData, TError> & {
|
|
130
156
|
queryKey: QueryKey;
|
|
131
157
|
};
|
|
132
158
|
declare const getAdminGetUsersSuspenseQueryOptions: <TData = AdminUsersGetResponse, TError = ErrorType<void | DmError>>(params?: AdminGetUsersParams, options?: {
|
|
133
|
-
query?: Partial<UseSuspenseQueryOptions<
|
|
159
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>>;
|
|
134
160
|
request?: SecondParameter<typeof customInstance>;
|
|
135
|
-
}
|
|
161
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData> & {
|
|
136
162
|
queryKey: QueryKey;
|
|
137
163
|
};
|
|
138
164
|
type AdminGetUsersSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof adminGetUsers>>>;
|
|
139
165
|
type AdminGetUsersSuspenseQueryError = ErrorType<void | DmError>;
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
*/
|
|
143
|
-
declare const useAdminGetUsersSuspense: <TData = AdminUsersGetResponse, TError = ErrorType<void | DmError>>(params?: AdminGetUsersParams, options?: {
|
|
144
|
-
query?: Partial<UseSuspenseQueryOptions<AdminUsersGetResponse, TError, TData, QueryKey>> | undefined;
|
|
166
|
+
declare function useAdminGetUsersSuspense<TData = Awaited<ReturnType<typeof adminGetUsers>>, TError = ErrorType<void | DmError>>(params: undefined | AdminGetUsersParams, options: {
|
|
167
|
+
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>>;
|
|
145
168
|
request?: SecondParameter<typeof customInstance>;
|
|
146
|
-
}
|
|
169
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
170
|
+
queryKey: QueryKey;
|
|
171
|
+
};
|
|
172
|
+
declare function useAdminGetUsersSuspense<TData = Awaited<ReturnType<typeof adminGetUsers>>, TError = ErrorType<void | DmError>>(params?: AdminGetUsersParams, options?: {
|
|
173
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>>;
|
|
174
|
+
request?: SecondParameter<typeof customInstance>;
|
|
175
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
176
|
+
queryKey: QueryKey;
|
|
177
|
+
};
|
|
178
|
+
declare function useAdminGetUsersSuspense<TData = Awaited<ReturnType<typeof adminGetUsers>>, TError = ErrorType<void | DmError>>(params?: AdminGetUsersParams, options?: {
|
|
179
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetUsers>>, TError, TData>>;
|
|
180
|
+
request?: SecondParameter<typeof customInstance>;
|
|
181
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
147
182
|
queryKey: QueryKey;
|
|
148
183
|
};
|
|
149
184
|
/**
|
|
@@ -155,11 +190,11 @@ You will need `admin` rights to use this endpoint
|
|
|
155
190
|
*/
|
|
156
191
|
declare const adminPutUser: (userId: string, options?: SecondParameter<typeof customInstance>) => Promise<UserAccountDetail>;
|
|
157
192
|
declare const getAdminPutUserMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
158
|
-
mutation?: UseMutationOptions<
|
|
193
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminPutUser>>, TError, {
|
|
159
194
|
userId: string;
|
|
160
|
-
}, TContext
|
|
195
|
+
}, TContext>;
|
|
161
196
|
request?: SecondParameter<typeof customInstance>;
|
|
162
|
-
}
|
|
197
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof adminPutUser>>, TError, {
|
|
163
198
|
userId: string;
|
|
164
199
|
}, TContext>;
|
|
165
200
|
type AdminPutUserMutationResult = NonNullable<Awaited<ReturnType<typeof adminPutUser>>>;
|
|
@@ -168,11 +203,11 @@ type AdminPutUserMutationError = ErrorType<void | DmError>;
|
|
|
168
203
|
* @summary Prepares a user account in the Data Manager service
|
|
169
204
|
*/
|
|
170
205
|
declare const useAdminPutUser: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
171
|
-
mutation?: UseMutationOptions<
|
|
206
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminPutUser>>, TError, {
|
|
172
207
|
userId: string;
|
|
173
|
-
}, TContext
|
|
208
|
+
}, TContext>;
|
|
174
209
|
request?: SecondParameter<typeof customInstance>;
|
|
175
|
-
}
|
|
210
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof adminPutUser>>, TError, {
|
|
176
211
|
userId: string;
|
|
177
212
|
}, TContext>;
|
|
178
213
|
/**
|
|
@@ -183,25 +218,25 @@ You will need `admin` rights to use this endpoint
|
|
|
183
218
|
* @summary Deletes a user account
|
|
184
219
|
*/
|
|
185
220
|
declare const adminDeleteUser: (userId: string, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
186
|
-
declare const getAdminDeleteUserMutationOptions: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
187
|
-
mutation?: UseMutationOptions<
|
|
221
|
+
declare const getAdminDeleteUserMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
222
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminDeleteUser>>, TError, {
|
|
188
223
|
userId: string;
|
|
189
|
-
}, TContext
|
|
224
|
+
}, TContext>;
|
|
190
225
|
request?: SecondParameter<typeof customInstance>;
|
|
191
|
-
}
|
|
226
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof adminDeleteUser>>, TError, {
|
|
192
227
|
userId: string;
|
|
193
228
|
}, TContext>;
|
|
194
229
|
type AdminDeleteUserMutationResult = NonNullable<Awaited<ReturnType<typeof adminDeleteUser>>>;
|
|
195
|
-
type AdminDeleteUserMutationError = ErrorType<DmError>;
|
|
230
|
+
type AdminDeleteUserMutationError = ErrorType<void | DmError>;
|
|
196
231
|
/**
|
|
197
232
|
* @summary Deletes a user account
|
|
198
233
|
*/
|
|
199
|
-
declare const useAdminDeleteUser: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
200
|
-
mutation?: UseMutationOptions<
|
|
234
|
+
declare const useAdminDeleteUser: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
235
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminDeleteUser>>, TError, {
|
|
201
236
|
userId: string;
|
|
202
|
-
}, TContext
|
|
237
|
+
}, TContext>;
|
|
203
238
|
request?: SecondParameter<typeof customInstance>;
|
|
204
|
-
}
|
|
239
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof adminDeleteUser>>, TError, {
|
|
205
240
|
userId: string;
|
|
206
241
|
}, TContext>;
|
|
207
242
|
/**
|
|
@@ -212,29 +247,29 @@ You will need `admin` rights to use this endpoint
|
|
|
212
247
|
* @summary Patch a given user
|
|
213
248
|
*/
|
|
214
249
|
declare const adminPatchUser: (userId: string, userPatchBodyBody: UserPatchBodyBody, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
215
|
-
declare const getAdminPatchUserMutationOptions: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
216
|
-
mutation?: UseMutationOptions<
|
|
250
|
+
declare const getAdminPatchUserMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
251
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminPatchUser>>, TError, {
|
|
217
252
|
userId: string;
|
|
218
253
|
data: UserPatchBodyBody;
|
|
219
|
-
}, TContext
|
|
254
|
+
}, TContext>;
|
|
220
255
|
request?: SecondParameter<typeof customInstance>;
|
|
221
|
-
}
|
|
256
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof adminPatchUser>>, TError, {
|
|
222
257
|
userId: string;
|
|
223
258
|
data: UserPatchBodyBody;
|
|
224
259
|
}, TContext>;
|
|
225
260
|
type AdminPatchUserMutationResult = NonNullable<Awaited<ReturnType<typeof adminPatchUser>>>;
|
|
226
261
|
type AdminPatchUserMutationBody = UserPatchBodyBody;
|
|
227
|
-
type AdminPatchUserMutationError = ErrorType<DmError>;
|
|
262
|
+
type AdminPatchUserMutationError = ErrorType<void | DmError>;
|
|
228
263
|
/**
|
|
229
264
|
* @summary Patch a given user
|
|
230
265
|
*/
|
|
231
|
-
declare const useAdminPatchUser: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
232
|
-
mutation?: UseMutationOptions<
|
|
266
|
+
declare const useAdminPatchUser: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
267
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminPatchUser>>, TError, {
|
|
233
268
|
userId: string;
|
|
234
269
|
data: UserPatchBodyBody;
|
|
235
|
-
}, TContext
|
|
270
|
+
}, TContext>;
|
|
236
271
|
request?: SecondParameter<typeof customInstance>;
|
|
237
|
-
}
|
|
272
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof adminPatchUser>>, TError, {
|
|
238
273
|
userId: string;
|
|
239
274
|
data: UserPatchBodyBody;
|
|
240
275
|
}, TContext>;
|
|
@@ -248,37 +283,55 @@ You will need `admin` rights to use this endpoint
|
|
|
248
283
|
declare const adminGetJobManifests: (options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<AdminJobManifestGetResponse>;
|
|
249
284
|
declare const getAdminGetJobManifestsQueryKey: () => readonly ["data-manager-api", "/admin/job-manifest"];
|
|
250
285
|
declare const getAdminGetJobManifestsQueryOptions: <TData = AdminJobManifestGetResponse, TError = ErrorType<void | DmError>>(options?: {
|
|
251
|
-
query?: Partial<UseQueryOptions<
|
|
286
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>>;
|
|
252
287
|
request?: SecondParameter<typeof customInstance>;
|
|
253
|
-
}
|
|
288
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData> & {
|
|
254
289
|
queryKey: QueryKey;
|
|
255
290
|
};
|
|
256
291
|
type AdminGetJobManifestsQueryResult = NonNullable<Awaited<ReturnType<typeof adminGetJobManifests>>>;
|
|
257
292
|
type AdminGetJobManifestsQueryError = ErrorType<void | DmError>;
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
*/
|
|
261
|
-
declare const useAdminGetJobManifests: <TData = AdminJobManifestGetResponse, TError = ErrorType<void | DmError>>(options?: {
|
|
262
|
-
query?: Partial<UseQueryOptions<AdminJobManifestGetResponse, TError, TData, QueryKey>> | undefined;
|
|
293
|
+
declare function useAdminGetJobManifests<TData = Awaited<ReturnType<typeof adminGetJobManifests>>, TError = ErrorType<void | DmError>>(options: {
|
|
294
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>, 'initialData'>;
|
|
263
295
|
request?: SecondParameter<typeof customInstance>;
|
|
264
|
-
}
|
|
296
|
+
}): DefinedUseQueryResult<TData, TError> & {
|
|
297
|
+
queryKey: QueryKey;
|
|
298
|
+
};
|
|
299
|
+
declare function useAdminGetJobManifests<TData = Awaited<ReturnType<typeof adminGetJobManifests>>, TError = ErrorType<void | DmError>>(options?: {
|
|
300
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>, 'initialData'>;
|
|
301
|
+
request?: SecondParameter<typeof customInstance>;
|
|
302
|
+
}): UseQueryResult<TData, TError> & {
|
|
303
|
+
queryKey: QueryKey;
|
|
304
|
+
};
|
|
305
|
+
declare function useAdminGetJobManifests<TData = Awaited<ReturnType<typeof adminGetJobManifests>>, TError = ErrorType<void | DmError>>(options?: {
|
|
306
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>>;
|
|
307
|
+
request?: SecondParameter<typeof customInstance>;
|
|
308
|
+
}): UseQueryResult<TData, TError> & {
|
|
265
309
|
queryKey: QueryKey;
|
|
266
310
|
};
|
|
267
311
|
declare const getAdminGetJobManifestsSuspenseQueryOptions: <TData = AdminJobManifestGetResponse, TError = ErrorType<void | DmError>>(options?: {
|
|
268
|
-
query?: Partial<UseSuspenseQueryOptions<
|
|
312
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>>;
|
|
269
313
|
request?: SecondParameter<typeof customInstance>;
|
|
270
|
-
}
|
|
314
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData> & {
|
|
271
315
|
queryKey: QueryKey;
|
|
272
316
|
};
|
|
273
317
|
type AdminGetJobManifestsSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof adminGetJobManifests>>>;
|
|
274
318
|
type AdminGetJobManifestsSuspenseQueryError = ErrorType<void | DmError>;
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
319
|
+
declare function useAdminGetJobManifestsSuspense<TData = Awaited<ReturnType<typeof adminGetJobManifests>>, TError = ErrorType<void | DmError>>(options: {
|
|
320
|
+
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>>;
|
|
321
|
+
request?: SecondParameter<typeof customInstance>;
|
|
322
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
323
|
+
queryKey: QueryKey;
|
|
324
|
+
};
|
|
325
|
+
declare function useAdminGetJobManifestsSuspense<TData = Awaited<ReturnType<typeof adminGetJobManifests>>, TError = ErrorType<void | DmError>>(options?: {
|
|
326
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>>;
|
|
327
|
+
request?: SecondParameter<typeof customInstance>;
|
|
328
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
329
|
+
queryKey: QueryKey;
|
|
330
|
+
};
|
|
331
|
+
declare function useAdminGetJobManifestsSuspense<TData = Awaited<ReturnType<typeof adminGetJobManifests>>, TError = ErrorType<void | DmError>>(options?: {
|
|
332
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof adminGetJobManifests>>, TError, TData>>;
|
|
280
333
|
request?: SecondParameter<typeof customInstance>;
|
|
281
|
-
}
|
|
334
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
282
335
|
queryKey: QueryKey;
|
|
283
336
|
};
|
|
284
337
|
/**
|
|
@@ -292,11 +345,11 @@ You will need `admin` rights to use this endpoint
|
|
|
292
345
|
*/
|
|
293
346
|
declare const adminJobManifestPut: (jobManifestPutBodyBody: JobManifestPutBodyBody, options?: SecondParameter<typeof customInstance>) => Promise<AdminJobManifestLoadPutResponse>;
|
|
294
347
|
declare const getAdminJobManifestPutMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
295
|
-
mutation?: UseMutationOptions<
|
|
348
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminJobManifestPut>>, TError, {
|
|
296
349
|
data: JobManifestPutBodyBody;
|
|
297
|
-
}, TContext
|
|
350
|
+
}, TContext>;
|
|
298
351
|
request?: SecondParameter<typeof customInstance>;
|
|
299
|
-
}
|
|
352
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof adminJobManifestPut>>, TError, {
|
|
300
353
|
data: JobManifestPutBodyBody;
|
|
301
354
|
}, TContext>;
|
|
302
355
|
type AdminJobManifestPutMutationResult = NonNullable<Awaited<ReturnType<typeof adminJobManifestPut>>>;
|
|
@@ -306,11 +359,11 @@ type AdminJobManifestPutMutationError = ErrorType<void | DmError>;
|
|
|
306
359
|
* @summary Adds a Job Manifest and triggers the download of its Job Definitions
|
|
307
360
|
*/
|
|
308
361
|
declare const useAdminJobManifestPut: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
309
|
-
mutation?: UseMutationOptions<
|
|
362
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminJobManifestPut>>, TError, {
|
|
310
363
|
data: JobManifestPutBodyBody;
|
|
311
|
-
}, TContext
|
|
364
|
+
}, TContext>;
|
|
312
365
|
request?: SecondParameter<typeof customInstance>;
|
|
313
|
-
}
|
|
366
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof adminJobManifestPut>>, TError, {
|
|
314
367
|
data: JobManifestPutBodyBody;
|
|
315
368
|
}, TContext>;
|
|
316
369
|
/**
|
|
@@ -323,30 +376,30 @@ You will need `admin` rights to use this endpoint and the Data Manager needs to
|
|
|
323
376
|
* @summary Deletes a Job Manifest
|
|
324
377
|
*/
|
|
325
378
|
declare const adminDeleteJobManifest: (jobManifestId: number, params?: AdminDeleteJobManifestParams, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
326
|
-
declare const getAdminDeleteJobManifestMutationOptions: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
327
|
-
mutation?: UseMutationOptions<
|
|
379
|
+
declare const getAdminDeleteJobManifestMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
380
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminDeleteJobManifest>>, TError, {
|
|
328
381
|
jobManifestId: number;
|
|
329
|
-
params?: AdminDeleteJobManifestParams
|
|
330
|
-
}, TContext
|
|
382
|
+
params?: AdminDeleteJobManifestParams;
|
|
383
|
+
}, TContext>;
|
|
331
384
|
request?: SecondParameter<typeof customInstance>;
|
|
332
|
-
}
|
|
385
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof adminDeleteJobManifest>>, TError, {
|
|
333
386
|
jobManifestId: number;
|
|
334
|
-
params?: AdminDeleteJobManifestParams
|
|
387
|
+
params?: AdminDeleteJobManifestParams;
|
|
335
388
|
}, TContext>;
|
|
336
389
|
type AdminDeleteJobManifestMutationResult = NonNullable<Awaited<ReturnType<typeof adminDeleteJobManifest>>>;
|
|
337
|
-
type AdminDeleteJobManifestMutationError = ErrorType<DmError>;
|
|
390
|
+
type AdminDeleteJobManifestMutationError = ErrorType<void | DmError>;
|
|
338
391
|
/**
|
|
339
392
|
* @summary Deletes a Job Manifest
|
|
340
393
|
*/
|
|
341
|
-
declare const useAdminDeleteJobManifest: <TError = ErrorType<DmError>, TContext = unknown>(options?: {
|
|
342
|
-
mutation?: UseMutationOptions<
|
|
394
|
+
declare const useAdminDeleteJobManifest: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
395
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminDeleteJobManifest>>, TError, {
|
|
343
396
|
jobManifestId: number;
|
|
344
|
-
params?: AdminDeleteJobManifestParams
|
|
345
|
-
}, TContext
|
|
397
|
+
params?: AdminDeleteJobManifestParams;
|
|
398
|
+
}, TContext>;
|
|
346
399
|
request?: SecondParameter<typeof customInstance>;
|
|
347
|
-
}
|
|
400
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof adminDeleteJobManifest>>, TError, {
|
|
348
401
|
jobManifestId: number;
|
|
349
|
-
params?: AdminDeleteJobManifestParams
|
|
402
|
+
params?: AdminDeleteJobManifestParams;
|
|
350
403
|
}, TContext>;
|
|
351
404
|
/**
|
|
352
405
|
* This endpoint is used to trigger the Data Manager to re-inspect the internal **Job Manifest** table and download the manifests and reprocess the related job definitions. This is normally done by an administrator when the Manifest table has been modified or if external job definitions are known to have changed in the referenced repositories.
|
|
@@ -359,17 +412,17 @@ You will need `admin` rights to use this endpoint and the Data Manager needs to
|
|
|
359
412
|
*/
|
|
360
413
|
declare const adminJobManifestLoad: (options?: SecondParameter<typeof customInstance>) => Promise<AdminJobManifestLoadPutResponse>;
|
|
361
414
|
declare const getAdminJobManifestLoadMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
362
|
-
mutation?: UseMutationOptions<
|
|
415
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminJobManifestLoad>>, TError, void, TContext>;
|
|
363
416
|
request?: SecondParameter<typeof customInstance>;
|
|
364
|
-
}
|
|
417
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof adminJobManifestLoad>>, TError, void, TContext>;
|
|
365
418
|
type AdminJobManifestLoadMutationResult = NonNullable<Awaited<ReturnType<typeof adminJobManifestLoad>>>;
|
|
366
419
|
type AdminJobManifestLoadMutationError = ErrorType<void | DmError>;
|
|
367
420
|
/**
|
|
368
421
|
* @summary Trigger a download of Job Definitions using existing Job Manifests
|
|
369
422
|
*/
|
|
370
423
|
declare const useAdminJobManifestLoad: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
371
|
-
mutation?: UseMutationOptions<
|
|
424
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof adminJobManifestLoad>>, TError, void, TContext>;
|
|
372
425
|
request?: SecondParameter<typeof customInstance>;
|
|
373
|
-
}
|
|
426
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof adminJobManifestLoad>>, TError, void, TContext>;
|
|
374
427
|
|
|
375
428
|
export { type AdminDeleteJobManifestMutationError, type AdminDeleteJobManifestMutationResult, type AdminDeleteServiceErrorMutationError, type AdminDeleteServiceErrorMutationResult, type AdminDeleteUserMutationError, type AdminDeleteUserMutationResult, type AdminGetJobManifestsQueryError, type AdminGetJobManifestsQueryResult, type AdminGetJobManifestsSuspenseQueryError, type AdminGetJobManifestsSuspenseQueryResult, type AdminGetServiceErrorsQueryError, type AdminGetServiceErrorsQueryResult, type AdminGetServiceErrorsSuspenseQueryError, type AdminGetServiceErrorsSuspenseQueryResult, type AdminGetUsersQueryError, type AdminGetUsersQueryResult, type AdminGetUsersSuspenseQueryError, type AdminGetUsersSuspenseQueryResult, type AdminJobManifestLoadMutationError, type AdminJobManifestLoadMutationResult, type AdminJobManifestPutMutationBody, type AdminJobManifestPutMutationError, type AdminJobManifestPutMutationResult, type AdminPatchServiceErrorMutationError, type AdminPatchServiceErrorMutationResult, type AdminPatchUserMutationBody, type AdminPatchUserMutationError, type AdminPatchUserMutationResult, type AdminPutUserMutationError, type AdminPutUserMutationResult, adminDeleteJobManifest, adminDeleteServiceError, adminDeleteUser, adminGetJobManifests, adminGetServiceErrors, adminGetUsers, adminJobManifestLoad, adminJobManifestPut, adminPatchServiceError, adminPatchUser, adminPutUser, getAdminDeleteJobManifestMutationOptions, getAdminDeleteServiceErrorMutationOptions, getAdminDeleteUserMutationOptions, getAdminGetJobManifestsQueryKey, getAdminGetJobManifestsQueryOptions, getAdminGetJobManifestsSuspenseQueryOptions, getAdminGetServiceErrorsQueryKey, getAdminGetServiceErrorsQueryOptions, getAdminGetServiceErrorsSuspenseQueryOptions, getAdminGetUsersQueryKey, getAdminGetUsersQueryOptions, getAdminGetUsersSuspenseQueryOptions, getAdminJobManifestLoadMutationOptions, getAdminJobManifestPutMutationOptions, getAdminPatchServiceErrorMutationOptions, getAdminPatchUserMutationOptions, getAdminPutUserMutationOptions, useAdminDeleteJobManifest, useAdminDeleteServiceError, useAdminDeleteUser, useAdminGetJobManifests, useAdminGetJobManifestsSuspense, useAdminGetServiceErrors, useAdminGetServiceErrorsSuspense, useAdminGetUsers, useAdminGetUsersSuspense, useAdminJobManifestLoad, useAdminJobManifestPut, useAdminPatchServiceError, useAdminPatchUser, useAdminPutUser };
|