@squonk/data-manager-client 1.1.0 → 1.1.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 +16 -12
- package/accounting/accounting.cjs.map +1 -1
- package/accounting/accounting.d.ts +8 -8
- package/accounting/accounting.js +13 -9
- package/accounting/accounting.js.map +1 -1
- package/admin/admin.cjs +19 -14
- package/admin/admin.cjs.map +1 -1
- package/admin/admin.d.ts +23 -23
- package/admin/admin.js +10 -5
- package/admin/admin.js.map +1 -1
- package/application/application.cjs +12 -10
- package/application/application.cjs.map +1 -1
- package/application/application.d.ts +6 -6
- package/application/application.js +10 -8
- package/application/application.js.map +1 -1
- package/{chunk-3O5KIRV4.js → chunk-3RNIDX7T.js} +1 -1
- package/{chunk-3O5KIRV4.js.map → chunk-3RNIDX7T.js.map} +1 -1
- package/chunk-LNYWU37B.cjs +13 -0
- package/chunk-LNYWU37B.cjs.map +1 -0
- package/chunk-LT4O36DN.js +13 -0
- package/chunk-LT4O36DN.js.map +1 -0
- package/{chunk-IUEU2LYC.cjs → chunk-UZTHSGDT.cjs} +1 -1
- package/chunk-UZTHSGDT.cjs.map +1 -0
- package/{custom-instance-5c7b6971.d.ts → custom-instance-b5dd9223.d.ts} +259 -98
- package/dataset/dataset.cjs +29 -32
- package/dataset/dataset.cjs.map +1 -1
- package/dataset/dataset.d.ts +24 -24
- package/dataset/dataset.js +19 -22
- package/dataset/dataset.js.map +1 -1
- package/exchange-rate/exchange-rate.cjs +22 -18
- package/exchange-rate/exchange-rate.cjs.map +1 -1
- package/exchange-rate/exchange-rate.d.ts +16 -16
- package/exchange-rate/exchange-rate.js +16 -12
- package/exchange-rate/exchange-rate.js.map +1 -1
- package/file/file.cjs +15 -15
- package/file/file.cjs.map +1 -1
- package/file/file.d.ts +13 -13
- package/file/file.js +10 -10
- package/file/file.js.map +1 -1
- package/index.cjs +2 -2
- package/index.cjs.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/instance/instance.cjs +17 -15
- package/instance/instance.cjs.map +1 -1
- package/instance/instance.d.ts +18 -18
- package/instance/instance.js +10 -8
- package/instance/instance.js.map +1 -1
- package/job/job.cjs +16 -14
- package/job/job.cjs.map +1 -1
- package/job/job.d.ts +8 -8
- package/job/job.js +13 -11
- package/job/job.js.map +1 -1
- package/metadata/metadata.cjs +14 -15
- package/metadata/metadata.cjs.map +1 -1
- package/metadata/metadata.d.ts +12 -12
- package/metadata/metadata.js +10 -11
- package/metadata/metadata.js.map +1 -1
- package/package.json +12 -12
- package/project/project.cjs +28 -29
- package/project/project.cjs.map +1 -1
- package/project/project.d.ts +29 -29
- package/project/project.js +16 -17
- package/project/project.js.map +1 -1
- package/src/accounting/accounting.ts +14 -13
- package/src/admin/admin.ts +10 -9
- package/src/application/application.ts +10 -10
- package/src/data-manager-api.schemas.ts +206 -27
- package/src/dataset/dataset.ts +22 -24
- package/src/exchange-rate/exchange-rate.ts +18 -19
- package/src/file/file.ts +10 -10
- package/src/instance/instance.ts +10 -10
- package/src/job/job.ts +14 -13
- package/src/metadata/metadata.ts +10 -11
- package/src/project/project.ts +18 -19
- package/src/queryMutator.ts +12 -0
- package/src/task/task.ts +10 -9
- package/src/type/type.ts +6 -5
- package/src/user/user.ts +14 -13
- package/task/task.cjs +13 -12
- package/task/task.cjs.map +1 -1
- package/task/task.d.ts +8 -8
- package/task/task.js +10 -9
- package/task/task.js.map +1 -1
- package/type/type.cjs +8 -4
- package/type/type.cjs.map +1 -1
- package/type/type.d.ts +4 -4
- package/type/type.js +7 -3
- package/type/type.js.map +1 -1
- package/user/user.cjs +17 -13
- package/user/user.cjs.map +1 -1
- package/user/user.d.ts +11 -11
- package/user/user.js +13 -9
- package/user/user.js.map +1 -1
- package/chunk-IUEU2LYC.cjs.map +0 -1
|
@@ -2,7 +2,7 @@ import * as axios from 'axios';
|
|
|
2
2
|
import { AxiosRequestConfig, AxiosError } from 'axios';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Generated by orval v6.
|
|
5
|
+
* Generated by orval v6.12.1 🍺
|
|
6
6
|
* Do not edit manually.
|
|
7
7
|
* Dataset Manager API
|
|
8
8
|
* The Dataset Manager API service.
|
|
@@ -11,233 +11,381 @@ A service that allows *registered* users to make **Datasets** and associated **M
|
|
|
11
11
|
|
|
12
12
|
* OpenAPI spec version: 1.0
|
|
13
13
|
*/
|
|
14
|
-
|
|
14
|
+
type AdminGetServiceErrorsParams = {
|
|
15
|
+
/**
|
|
16
|
+
* Set to include acknowledged items
|
|
17
|
+
|
|
18
|
+
*/
|
|
15
19
|
include_acknowleged?: QIncludeAcknowlegedParameter;
|
|
16
20
|
};
|
|
17
|
-
|
|
21
|
+
type GetUserApiLogParams = {
|
|
22
|
+
/**
|
|
23
|
+
* A from (inclusive) date-time. If provided no API calls prior to this will be returned. UTC is assumed if no timezone is provided
|
|
24
|
+
|
|
25
|
+
*/
|
|
18
26
|
from?: QFromParameter;
|
|
27
|
+
/**
|
|
28
|
+
* An until (exclusive) date-time. If provided only API calls made before this will be returned. UTC is assumed if no timezone is provided
|
|
29
|
+
|
|
30
|
+
*/
|
|
19
31
|
until?: QUntilParameter;
|
|
20
32
|
};
|
|
21
|
-
|
|
33
|
+
type GetUserAccountParams = {
|
|
34
|
+
/**
|
|
35
|
+
* Set, if you're an admin, to call the endpoint without impersonation
|
|
36
|
+
|
|
37
|
+
*/
|
|
22
38
|
do_not_impersonate?: QDoNotImpersonateParameter;
|
|
23
39
|
};
|
|
24
|
-
|
|
40
|
+
type PatchInstanceParams = {
|
|
41
|
+
/**
|
|
42
|
+
* True to archive the instance
|
|
43
|
+
*/
|
|
25
44
|
archive?: QInstanceArchiveParameter;
|
|
26
45
|
};
|
|
27
|
-
|
|
46
|
+
type GetInstancesParams = {
|
|
47
|
+
/**
|
|
48
|
+
* A Project identity
|
|
49
|
+
*/
|
|
28
50
|
project_id?: QProjectIdParameter;
|
|
29
51
|
};
|
|
30
|
-
|
|
52
|
+
type GetJobExchangeRatesParams = {
|
|
53
|
+
/**
|
|
54
|
+
* Set to get current
|
|
55
|
+
|
|
56
|
+
*/
|
|
31
57
|
current?: QCurrentParameter;
|
|
32
58
|
};
|
|
33
|
-
|
|
59
|
+
type GetAllJobExchangeRatesParams = {
|
|
60
|
+
/**
|
|
61
|
+
* Only return records where the exchange rate is undefined
|
|
62
|
+
|
|
63
|
+
*/
|
|
34
64
|
only_undefined?: QOnlyUndefinedParameter;
|
|
35
65
|
};
|
|
36
|
-
|
|
66
|
+
type GetJobParams = {
|
|
67
|
+
/**
|
|
68
|
+
* A Project identity
|
|
69
|
+
*/
|
|
37
70
|
project_id?: QProjectIdParameter;
|
|
38
71
|
};
|
|
39
|
-
|
|
72
|
+
type GetJobByVersionParams = {
|
|
73
|
+
/**
|
|
74
|
+
* The Collection for a Job, i.e. "im-test"
|
|
75
|
+
|
|
76
|
+
*/
|
|
40
77
|
collection: QJobCollectionParameter;
|
|
78
|
+
/**
|
|
79
|
+
* The Job, i.e. "nop"
|
|
80
|
+
|
|
81
|
+
*/
|
|
41
82
|
job: QJobJobParameter;
|
|
83
|
+
/**
|
|
84
|
+
* The version of a Job, i.e. "1.0.0"
|
|
85
|
+
|
|
86
|
+
*/
|
|
42
87
|
version: QJobVersionParameter;
|
|
88
|
+
/**
|
|
89
|
+
* A Project identity
|
|
90
|
+
*/
|
|
43
91
|
project_id?: QProjectIdParameter;
|
|
44
92
|
};
|
|
45
|
-
|
|
93
|
+
type GetJobsParams = {
|
|
94
|
+
/**
|
|
95
|
+
* A Project identity
|
|
96
|
+
*/
|
|
46
97
|
project_id?: QProjectIdParameter;
|
|
47
98
|
};
|
|
48
|
-
|
|
99
|
+
type GetApplicationExchangeRatesParams = {
|
|
100
|
+
/**
|
|
101
|
+
* Set to get current
|
|
102
|
+
|
|
103
|
+
*/
|
|
49
104
|
current?: QCurrentParameter;
|
|
50
105
|
};
|
|
51
|
-
|
|
106
|
+
type GetAllApplicationExchangeRatesParams = {
|
|
107
|
+
/**
|
|
108
|
+
* Only return records where the exchange rate is undefined
|
|
109
|
+
|
|
110
|
+
*/
|
|
52
111
|
only_undefined?: QOnlyUndefinedParameter;
|
|
53
112
|
};
|
|
54
|
-
|
|
113
|
+
type GetTaskParams = {
|
|
114
|
+
/**
|
|
115
|
+
* Maximum number of events to return. If provided, can be 1 or more.
|
|
116
|
+
|
|
117
|
+
*/
|
|
55
118
|
event_limit?: QEventLimitParameter;
|
|
119
|
+
/**
|
|
120
|
+
* The ordinal of a previously received event. If set, only events subsequent to the ordinal provided will be returned. Providing a value of 0 will result in retrieving the first and subsequent events.
|
|
121
|
+
|
|
122
|
+
*/
|
|
56
123
|
event_prior_ordinal?: QEventPriorOrdinalParameter;
|
|
57
124
|
};
|
|
58
|
-
|
|
125
|
+
type GetTasksParams = {
|
|
126
|
+
/**
|
|
127
|
+
* Set true if you want to exclude 'done' tasks, i.e. just see those that are still running.
|
|
128
|
+
|
|
129
|
+
*/
|
|
59
130
|
exclude_done?: QExcludeDoneParameter;
|
|
131
|
+
/**
|
|
132
|
+
* Set to a dot-separated string of purpose enumerations, i.e. `INSTANCE`, `FILE` or `DATASET`. To exclude file and dataset tasks set to `FILE.DATASET`
|
|
133
|
+
|
|
134
|
+
*/
|
|
60
135
|
exclude_purpose?: QExcludePurposeParameter;
|
|
136
|
+
/**
|
|
137
|
+
* A Project identity
|
|
138
|
+
*/
|
|
61
139
|
project_id?: QProjectIdParameter;
|
|
62
140
|
};
|
|
63
|
-
|
|
141
|
+
type DeleteUnmanagedFileParams = {
|
|
142
|
+
/**
|
|
143
|
+
* A project file.
|
|
144
|
+
|
|
145
|
+
*/
|
|
64
146
|
file: QFileParameter;
|
|
147
|
+
/**
|
|
148
|
+
* A project path. If provided it must begin `/` and refers to a path where `/` represents the project's root directory
|
|
149
|
+
|
|
150
|
+
*/
|
|
65
151
|
path?: QFilePathParameter;
|
|
152
|
+
/**
|
|
153
|
+
* The Project identity
|
|
154
|
+
*/
|
|
66
155
|
project_id: QFileProjectIdParameter;
|
|
67
156
|
};
|
|
68
|
-
|
|
157
|
+
type GetFilesParams = {
|
|
158
|
+
/**
|
|
159
|
+
* The Project identity
|
|
160
|
+
*/
|
|
69
161
|
project_id: QFileProjectIdParameter;
|
|
162
|
+
/**
|
|
163
|
+
* A project path. If provided it must begin `/` and refers to a path where `/` represents the project's root directory
|
|
164
|
+
|
|
165
|
+
*/
|
|
70
166
|
path?: QFilePathParameter;
|
|
167
|
+
/**
|
|
168
|
+
* Whether to include hidden files and directories
|
|
169
|
+
*/
|
|
71
170
|
include_hidden?: QIncludeHiddenParameter;
|
|
72
171
|
};
|
|
73
|
-
|
|
172
|
+
type DeleteDatasetParams = {
|
|
173
|
+
/**
|
|
174
|
+
* Whether to convert Project managed file instances to unmanaged files
|
|
175
|
+
|
|
176
|
+
*/
|
|
74
177
|
keep_project_files?: QKeepProjectFilesParameter;
|
|
75
178
|
};
|
|
76
|
-
|
|
179
|
+
type GetVersionsParams = {
|
|
180
|
+
/**
|
|
181
|
+
* Whether to include records that are deleted
|
|
182
|
+
*/
|
|
77
183
|
include_deleted?: QIncludeDeletedParameter;
|
|
78
184
|
};
|
|
79
|
-
|
|
185
|
+
type GetDatasetsParams = {
|
|
186
|
+
/**
|
|
187
|
+
* Whether to include records that are deleted
|
|
188
|
+
*/
|
|
80
189
|
include_deleted?: QIncludeDeletedParameter;
|
|
190
|
+
/**
|
|
191
|
+
* Filter the datasets by username
|
|
192
|
+
|
|
193
|
+
*/
|
|
81
194
|
username?: QUsernameParameter;
|
|
195
|
+
/**
|
|
196
|
+
* Filter the datasets by the supplied mime_type.
|
|
197
|
+
|
|
198
|
+
*/
|
|
82
199
|
dataset_mime_type?: QDatasetMimeTypeParameter;
|
|
200
|
+
/**
|
|
201
|
+
* Filter the datasets by a comma separated list of owners
|
|
202
|
+
|
|
203
|
+
*/
|
|
83
204
|
owners?: QOwnersParameter;
|
|
205
|
+
/**
|
|
206
|
+
* Filter the datasets by a comma separated list of editors
|
|
207
|
+
|
|
208
|
+
*/
|
|
84
209
|
editors?: QEditorsParameter;
|
|
210
|
+
/**
|
|
211
|
+
* JSON string containing a list of label/value pairs for the datasets to be filtered by. If the value is set to null, then only the label is matched. If both the label and value are set, then both are matched. e.g. '{"label1": null, "label2": "value2"}'
|
|
212
|
+
|
|
213
|
+
*/
|
|
85
214
|
labels?: QLabelsParameter;
|
|
86
215
|
};
|
|
87
|
-
|
|
216
|
+
type GetProjectFileWithTokenParams = {
|
|
217
|
+
/**
|
|
218
|
+
* A token
|
|
219
|
+
*/
|
|
88
220
|
token?: QTokenParameter;
|
|
221
|
+
/**
|
|
222
|
+
* A project path. If provided it must begin `/` and refers to a path where `/` represents the project's root directory
|
|
223
|
+
|
|
224
|
+
*/
|
|
89
225
|
path?: QFilePathParameter;
|
|
226
|
+
/**
|
|
227
|
+
* A project file.
|
|
228
|
+
|
|
229
|
+
*/
|
|
90
230
|
file: QFileParameter;
|
|
91
231
|
};
|
|
92
|
-
|
|
232
|
+
type GetProjectFileParams = {
|
|
233
|
+
/**
|
|
234
|
+
* A project path. If provided it must begin `/` and refers to a path where `/` represents the project's root directory
|
|
235
|
+
|
|
236
|
+
*/
|
|
93
237
|
path?: QFilePathParameter;
|
|
238
|
+
/**
|
|
239
|
+
* A project file.
|
|
240
|
+
|
|
241
|
+
*/
|
|
94
242
|
file: QFileParameter;
|
|
95
243
|
};
|
|
96
244
|
/**
|
|
97
245
|
* Filter the datasets by a comma separated list of editors
|
|
98
246
|
|
|
99
247
|
*/
|
|
100
|
-
|
|
248
|
+
type QEditorsParameter = string;
|
|
101
249
|
/**
|
|
102
250
|
* Filter the datasets by a comma separated list of owners
|
|
103
251
|
|
|
104
252
|
*/
|
|
105
|
-
|
|
253
|
+
type QOwnersParameter = string;
|
|
106
254
|
/**
|
|
107
255
|
* Filter the datasets by username
|
|
108
256
|
|
|
109
257
|
*/
|
|
110
|
-
|
|
258
|
+
type QUsernameParameter = string;
|
|
111
259
|
/**
|
|
112
260
|
* An until (exclusive) date-time. If provided only API calls made before this will be returned. UTC is assumed if no timezone is provided
|
|
113
261
|
|
|
114
262
|
*/
|
|
115
|
-
|
|
263
|
+
type QUntilParameter = string;
|
|
116
264
|
/**
|
|
117
265
|
* A token
|
|
118
266
|
*/
|
|
119
|
-
|
|
267
|
+
type QTokenParameter = string;
|
|
120
268
|
/**
|
|
121
269
|
* A Project identity
|
|
122
270
|
*/
|
|
123
|
-
|
|
271
|
+
type QProjectIdParameter = string;
|
|
124
272
|
/**
|
|
125
273
|
* JSON string containing a list of label/value pairs for the datasets to be filtered by. If the value is set to null, then only the label is matched. If both the label and value are set, then both are matched. e.g. '{"label1": null, "label2": "value2"}'
|
|
126
274
|
|
|
127
275
|
*/
|
|
128
|
-
|
|
276
|
+
type QLabelsParameter = string;
|
|
129
277
|
/**
|
|
130
278
|
* Only return records where the exchange rate is undefined
|
|
131
279
|
|
|
132
280
|
*/
|
|
133
|
-
|
|
281
|
+
type QOnlyUndefinedParameter = boolean;
|
|
134
282
|
/**
|
|
135
283
|
* Whether to convert Project managed file instances to unmanaged files
|
|
136
284
|
|
|
137
285
|
*/
|
|
138
|
-
|
|
286
|
+
type QKeepProjectFilesParameter = boolean;
|
|
139
287
|
/**
|
|
140
288
|
* The version of a Job, i.e. "1.0.0"
|
|
141
289
|
|
|
142
290
|
*/
|
|
143
|
-
|
|
291
|
+
type QJobVersionParameter = string;
|
|
144
292
|
/**
|
|
145
293
|
* The Job, i.e. "nop"
|
|
146
294
|
|
|
147
295
|
*/
|
|
148
|
-
|
|
296
|
+
type QJobJobParameter = string;
|
|
149
297
|
/**
|
|
150
298
|
* A Job identity
|
|
151
299
|
|
|
152
300
|
*/
|
|
153
|
-
|
|
301
|
+
type QJobIdParameter = number;
|
|
154
302
|
/**
|
|
155
303
|
* The Collection for a Job, i.e. "im-test"
|
|
156
304
|
|
|
157
305
|
*/
|
|
158
|
-
|
|
306
|
+
type QJobCollectionParameter = string;
|
|
159
307
|
/**
|
|
160
308
|
* True to archive the instance
|
|
161
309
|
*/
|
|
162
|
-
|
|
310
|
+
type QInstanceArchiveParameter = boolean;
|
|
163
311
|
/**
|
|
164
312
|
* Whether to include hidden files and directories
|
|
165
313
|
*/
|
|
166
|
-
|
|
314
|
+
type QIncludeHiddenParameter = boolean;
|
|
167
315
|
/**
|
|
168
316
|
* Whether to include records that are deleted
|
|
169
317
|
*/
|
|
170
|
-
|
|
318
|
+
type QIncludeDeletedParameter = boolean;
|
|
171
319
|
/**
|
|
172
320
|
* Set to include acknowledged items
|
|
173
321
|
|
|
174
322
|
*/
|
|
175
|
-
|
|
323
|
+
type QIncludeAcknowlegedParameter = boolean;
|
|
176
324
|
/**
|
|
177
325
|
* A from (inclusive) date-time. If provided no API calls prior to this will be returned. UTC is assumed if no timezone is provided
|
|
178
326
|
|
|
179
327
|
*/
|
|
180
|
-
|
|
328
|
+
type QFromParameter = string;
|
|
181
329
|
/**
|
|
182
330
|
* The Project identity
|
|
183
331
|
*/
|
|
184
|
-
|
|
332
|
+
type QFileProjectIdParameter = string;
|
|
185
333
|
/**
|
|
186
334
|
* A project path. If provided it must begin `/` and refers to a path where `/` represents the project's root directory
|
|
187
335
|
|
|
188
336
|
*/
|
|
189
|
-
|
|
337
|
+
type QFilePathParameter = string;
|
|
190
338
|
/**
|
|
191
339
|
* A project file.
|
|
192
340
|
|
|
193
341
|
*/
|
|
194
|
-
|
|
342
|
+
type QFileParameter = string;
|
|
195
343
|
/**
|
|
196
344
|
* Set to a dot-separated string of purpose enumerations, i.e. `INSTANCE`, `FILE` or `DATASET`. To exclude file and dataset tasks set to `FILE.DATASET`
|
|
197
345
|
|
|
198
346
|
*/
|
|
199
|
-
|
|
347
|
+
type QExcludePurposeParameter = string;
|
|
200
348
|
/**
|
|
201
349
|
* Set true if you want to exclude 'done' tasks, i.e. just see those that are still running.
|
|
202
350
|
|
|
203
351
|
*/
|
|
204
|
-
|
|
352
|
+
type QExcludeDoneParameter = boolean;
|
|
205
353
|
/**
|
|
206
354
|
* The ordinal of a previously received event. If set, only events subsequent to the ordinal provided will be returned. Providing a value of 0 will result in retrieving the first and subsequent events.
|
|
207
355
|
|
|
208
356
|
*/
|
|
209
|
-
|
|
357
|
+
type QEventPriorOrdinalParameter = number;
|
|
210
358
|
/**
|
|
211
359
|
* Maximum number of events to return. If provided, can be 1 or more.
|
|
212
360
|
|
|
213
361
|
*/
|
|
214
|
-
|
|
362
|
+
type QEventLimitParameter = number;
|
|
215
363
|
/**
|
|
216
364
|
* Filter the datasets by the supplied mime_type.
|
|
217
365
|
|
|
218
366
|
*/
|
|
219
|
-
|
|
367
|
+
type QDatasetMimeTypeParameter = string;
|
|
220
368
|
/**
|
|
221
369
|
* Set, if you're an admin, to call the endpoint without impersonation
|
|
222
370
|
|
|
223
371
|
*/
|
|
224
|
-
|
|
372
|
+
type QDoNotImpersonateParameter = boolean;
|
|
225
373
|
/**
|
|
226
374
|
* Set to get current
|
|
227
375
|
|
|
228
376
|
*/
|
|
229
|
-
|
|
377
|
+
type QCurrentParameter = boolean;
|
|
230
378
|
/**
|
|
231
379
|
* An Application identity
|
|
232
380
|
|
|
233
381
|
*/
|
|
234
|
-
|
|
235
|
-
|
|
382
|
+
type QApplicationIdParameter = string;
|
|
383
|
+
type UserPatchBodyBody = {
|
|
236
384
|
/** If set to a message the user account is suspended, with the user receiving this message when they try and use the API. A suspended user account can be restored by setting the message to `/restore`
|
|
237
385
|
*/
|
|
238
386
|
suspend_message?: string;
|
|
239
387
|
};
|
|
240
|
-
|
|
388
|
+
type UserAccountPatchBodyBody = {
|
|
241
389
|
/** If set the user account becomes private, if provided but false the user account becomes public. Public Users show up in user searches
|
|
242
390
|
*/
|
|
243
391
|
private?: boolean;
|
|
@@ -251,7 +399,7 @@ declare type UserAccountPatchBodyBody = {
|
|
|
251
399
|
*/
|
|
252
400
|
use_impersonation?: boolean;
|
|
253
401
|
};
|
|
254
|
-
|
|
402
|
+
type ProjectPostBodyBody = {
|
|
255
403
|
name: string;
|
|
256
404
|
/** Whether the project is private. You may not be permitted to make the project private, that will depend on the project product you're using to create the project
|
|
257
405
|
*/
|
|
@@ -260,13 +408,13 @@ declare type ProjectPostBodyBody = {
|
|
|
260
408
|
*/
|
|
261
409
|
tier_product_id: string;
|
|
262
410
|
};
|
|
263
|
-
|
|
411
|
+
type ProjectPatchBodyBody = {
|
|
264
412
|
private?: boolean;
|
|
265
413
|
/** The new name of the ptojct
|
|
266
414
|
*/
|
|
267
415
|
name?: string;
|
|
268
416
|
};
|
|
269
|
-
|
|
417
|
+
type ProjectFilePutBodyBody = {
|
|
270
418
|
file: Blob;
|
|
271
419
|
/** An alternative filename to use for the uploaded File
|
|
272
420
|
*/
|
|
@@ -275,7 +423,7 @@ declare type ProjectFilePutBodyBody = {
|
|
|
275
423
|
*/
|
|
276
424
|
path?: string;
|
|
277
425
|
};
|
|
278
|
-
|
|
426
|
+
type ExchangeRatePutBodyBody = {
|
|
279
427
|
/** A decimal value used as the new Exchange Rate. Application _raw_ **costs** are multiplied by this value to covert costs to **coins**. A string is used to avoid rounding errors. Internally the value is treated as a Python Decimal.
|
|
280
428
|
*/
|
|
281
429
|
rate: string;
|
|
@@ -283,7 +431,7 @@ declare type ExchangeRatePutBodyBody = {
|
|
|
283
431
|
*/
|
|
284
432
|
comment?: string;
|
|
285
433
|
};
|
|
286
|
-
|
|
434
|
+
type JobManifestPutBodyBody = {
|
|
287
435
|
/** The URL of the Job Manifest */
|
|
288
436
|
url: string;
|
|
289
437
|
/** Optional URL header values (a JSON string) */
|
|
@@ -291,13 +439,13 @@ declare type JobManifestPutBodyBody = {
|
|
|
291
439
|
/** Optional URL parameter values (a JSON string) */
|
|
292
440
|
params?: string;
|
|
293
441
|
};
|
|
294
|
-
|
|
442
|
+
type JobManifestLoadPutBodyBody = {
|
|
295
443
|
/** Set to remove all pre-existing Job Definitions that are not present in the existing manifests after the load is complete.
|
|
296
444
|
|
|
297
445
|
Jobs in the collection `im-test` are not removed */
|
|
298
446
|
purge?: boolean;
|
|
299
447
|
};
|
|
300
|
-
|
|
448
|
+
type InstancePostBodyBody = {
|
|
301
449
|
/** A supported application. Applications instances are managed using pre-deployed Kubernetes **Operators**. The application ID is a combination of the operator _plural_ and _group_.
|
|
302
450
|
|
|
303
451
|
Application IDs currently supported include `datamanagerjobs.squonk.it` and `jupyternotebooks.squonk.it`
|
|
@@ -351,7 +499,7 @@ declare type InstancePostBodyBody = {
|
|
|
351
499
|
*/
|
|
352
500
|
specification?: string;
|
|
353
501
|
};
|
|
354
|
-
|
|
502
|
+
type FilePostBodyBody = {
|
|
355
503
|
/** The Dataset UUID for the File that you intend to attach
|
|
356
504
|
*/
|
|
357
505
|
dataset_id: string;
|
|
@@ -374,7 +522,7 @@ declare type FilePostBodyBody = {
|
|
|
374
522
|
*/
|
|
375
523
|
immutable?: boolean;
|
|
376
524
|
};
|
|
377
|
-
|
|
525
|
+
type DatasetPutBodyBody = {
|
|
378
526
|
/** The MIME type of the Dataset
|
|
379
527
|
*/
|
|
380
528
|
dataset_type: string;
|
|
@@ -400,7 +548,7 @@ declare type DatasetPutBodyBody = {
|
|
|
400
548
|
*/
|
|
401
549
|
unit_id?: string;
|
|
402
550
|
};
|
|
403
|
-
|
|
551
|
+
type DatasetVersionMetaPostBodyBody = {
|
|
404
552
|
/** JSON string containing a list of parameter changes to the metadata. Only the description is currently allowed.
|
|
405
553
|
*/
|
|
406
554
|
meta_properties?: string;
|
|
@@ -408,7 +556,7 @@ declare type DatasetVersionMetaPostBodyBody = {
|
|
|
408
556
|
*/
|
|
409
557
|
annotations?: string;
|
|
410
558
|
};
|
|
411
|
-
|
|
559
|
+
type DatasetMetaPostBodyBody = {
|
|
412
560
|
/** JSON string containing a list of parameter changes to the metadata. Only the description is currently allowed.
|
|
413
561
|
*/
|
|
414
562
|
meta_properties?: string;
|
|
@@ -416,7 +564,7 @@ declare type DatasetMetaPostBodyBody = {
|
|
|
416
564
|
*/
|
|
417
565
|
labels?: string;
|
|
418
566
|
};
|
|
419
|
-
|
|
567
|
+
type DatasetPostBodyBody = {
|
|
420
568
|
dataset_file: Blob;
|
|
421
569
|
/** The MIME type of the Dataset. Values like `chemical/x-mdl-sdfile`, `chemical/x-mdl-molfile`, and `chemical/x-pdb` are permitted. See the **\/type** endpoint for a full list of types.
|
|
422
570
|
*/
|
|
@@ -490,7 +638,7 @@ interface UserAccountDetail {
|
|
|
490
638
|
* The Schema type (an object)
|
|
491
639
|
|
|
492
640
|
*/
|
|
493
|
-
|
|
641
|
+
type TypeSummaryFormatterOptionsType = (typeof TypeSummaryFormatterOptionsType)[keyof typeof TypeSummaryFormatterOptionsType];
|
|
494
642
|
declare const TypeSummaryFormatterOptionsType: {
|
|
495
643
|
readonly object: "object";
|
|
496
644
|
};
|
|
@@ -498,7 +646,7 @@ declare const TypeSummaryFormatterOptionsType: {
|
|
|
498
646
|
* If present, contains the formatter_options that can be entered in the format_extra_variables field in the POST /dataset api.
|
|
499
647
|
|
|
500
648
|
*/
|
|
501
|
-
|
|
649
|
+
type TypeSummaryFormatterOptions = {
|
|
502
650
|
/** The title of the Formatter object
|
|
503
651
|
*/
|
|
504
652
|
title: string;
|
|
@@ -531,7 +679,7 @@ interface TypeSummary {
|
|
|
531
679
|
* The processing stage. When loading a Dataset it typically passes through `COPYING`, `FORMATTING` and `LOADING` stages before reaching `DONE` (or `FAILED`). A Dataset can be used (and deleted) as long as it's passed the `FORMATTING` stage
|
|
532
680
|
|
|
533
681
|
*/
|
|
534
|
-
|
|
682
|
+
type TaskSummaryProcessingStage = (typeof TaskSummaryProcessingStage)[keyof typeof TaskSummaryProcessingStage];
|
|
535
683
|
declare const TaskSummaryProcessingStage: {
|
|
536
684
|
readonly COPYING: "COPYING";
|
|
537
685
|
readonly FAILED: "FAILED";
|
|
@@ -576,7 +724,7 @@ interface TaskSummary {
|
|
|
576
724
|
* The task state. The typical state sequence is `PENDING`, then `STARTED` and finally `SUCCESS`
|
|
577
725
|
|
|
578
726
|
*/
|
|
579
|
-
|
|
727
|
+
type TaskStateState = (typeof TaskStateState)[keyof typeof TaskStateState];
|
|
580
728
|
declare const TaskStateState: {
|
|
581
729
|
readonly PENDING: "PENDING";
|
|
582
730
|
readonly STARTED: "STARTED";
|
|
@@ -602,7 +750,7 @@ interface TaskIdentity {
|
|
|
602
750
|
* The level of the message, a typical logging framework value
|
|
603
751
|
|
|
604
752
|
*/
|
|
605
|
-
|
|
753
|
+
type TaskEventLevel = (typeof TaskEventLevel)[keyof typeof TaskEventLevel];
|
|
606
754
|
declare const TaskEventLevel: {
|
|
607
755
|
readonly CRITICAL: "CRITICAL";
|
|
608
756
|
readonly ERROR: "ERROR";
|
|
@@ -624,7 +772,7 @@ interface TaskEvent {
|
|
|
624
772
|
*/
|
|
625
773
|
time: string;
|
|
626
774
|
}
|
|
627
|
-
|
|
775
|
+
type ServiceErrorSummarySeverity = (typeof ServiceErrorSummarySeverity)[keyof typeof ServiceErrorSummarySeverity];
|
|
628
776
|
declare const ServiceErrorSummarySeverity: {
|
|
629
777
|
readonly CRITICAL: "CRITICAL";
|
|
630
778
|
readonly ERROR: "ERROR";
|
|
@@ -704,6 +852,15 @@ interface ProjectDetail {
|
|
|
704
852
|
*/
|
|
705
853
|
files?: ProjectFileDetail[];
|
|
706
854
|
}
|
|
855
|
+
interface JobReplacement {
|
|
856
|
+
collection: string;
|
|
857
|
+
job: string;
|
|
858
|
+
}
|
|
859
|
+
/**
|
|
860
|
+
* A list of Jobs, collection and job that are either replacing or being replaced
|
|
861
|
+
|
|
862
|
+
*/
|
|
863
|
+
type JobReplacements = JobReplacement[];
|
|
707
864
|
interface JobOrderDetail {
|
|
708
865
|
options: string[];
|
|
709
866
|
}
|
|
@@ -725,7 +882,7 @@ interface JobVariables {
|
|
|
725
882
|
* The optional container image type. Typically a single-container 'SIMPLE' (where only one container runs) or a workflow where multiple container images can be spawned (like NEXTFLOW)
|
|
726
883
|
|
|
727
884
|
*/
|
|
728
|
-
|
|
885
|
+
type JobSummaryImageType = (typeof JobSummaryImageType)[keyof typeof JobSummaryImageType];
|
|
729
886
|
declare const JobSummaryImageType: {
|
|
730
887
|
readonly SIMPLE: "SIMPLE";
|
|
731
888
|
readonly NEXTFLOW: "NEXTFLOW";
|
|
@@ -778,6 +935,8 @@ interface JobSummary {
|
|
|
778
935
|
Where there is no remedy for a given reason the remedy will be "There is no remedy".
|
|
779
936
|
*/
|
|
780
937
|
disabled_remedy?: string;
|
|
938
|
+
replaces?: JobReplacements;
|
|
939
|
+
replaced_by?: JobReplacements;
|
|
781
940
|
}
|
|
782
941
|
interface JobManifestDetail {
|
|
783
942
|
/** The Job Manifest record ID */
|
|
@@ -817,7 +976,7 @@ interface JobApplication {
|
|
|
817
976
|
* The Job container image type. Typically a single-container 'SIMPLE' (where only one container runs) or a workflow where multiple container images can be spawned (like NEXTFLOW)
|
|
818
977
|
|
|
819
978
|
*/
|
|
820
|
-
|
|
979
|
+
type InstanceSummaryJobImageType = (typeof InstanceSummaryJobImageType)[keyof typeof InstanceSummaryJobImageType];
|
|
821
980
|
declare const InstanceSummaryJobImageType: {
|
|
822
981
|
readonly SIMPLE: "SIMPLE";
|
|
823
982
|
readonly NEXTFLOW: "NEXTFLOW";
|
|
@@ -827,7 +986,7 @@ declare const InstanceSummaryJobImageType: {
|
|
|
827
986
|
The initial phase, indicating that the Instance is preparing to run, is `PENDING`. The instance is running when the phase is `RUNNING`. `COMPLETED` indicates the Instance has finished successfully and `FAILED` when it's finished but unsuccessfully.
|
|
828
987
|
|
|
829
988
|
*/
|
|
830
|
-
|
|
989
|
+
type InstanceSummaryPhase = (typeof InstanceSummaryPhase)[keyof typeof InstanceSummaryPhase];
|
|
831
990
|
declare const InstanceSummaryPhase: {
|
|
832
991
|
readonly COMPLETED: "COMPLETED";
|
|
833
992
|
readonly CRASH_LOOP_BACKOFF: "CRASH_LOOP_BACKOFF";
|
|
@@ -842,7 +1001,7 @@ declare const InstanceSummaryPhase: {
|
|
|
842
1001
|
* The type of Application, which can be a `job` or an `application`
|
|
843
1002
|
|
|
844
1003
|
*/
|
|
845
|
-
|
|
1004
|
+
type InstanceSummaryApplicationType = (typeof InstanceSummaryApplicationType)[keyof typeof InstanceSummaryApplicationType];
|
|
846
1005
|
declare const InstanceSummaryApplicationType: {
|
|
847
1006
|
readonly APPLICATION: "APPLICATION";
|
|
848
1007
|
readonly JOB: "JOB";
|
|
@@ -982,14 +1141,14 @@ interface ExchangeRateDetail {
|
|
|
982
1141
|
* The dictionary of label/value pairs
|
|
983
1142
|
|
|
984
1143
|
*/
|
|
985
|
-
|
|
1144
|
+
type DatasetVersionSummaryLabels = {
|
|
986
1145
|
[key: string]: any;
|
|
987
1146
|
};
|
|
988
1147
|
/**
|
|
989
1148
|
* The processing stage. When loading a Dataset it typically passes through `COPYING`, `FORMATTING` and `LOADING` stages before reaching `DONE` (or `FAILED`). A Dataset can be used (and deleted) as long as it's passed the `FORMATTING` stage
|
|
990
1149
|
|
|
991
1150
|
*/
|
|
992
|
-
|
|
1151
|
+
type DatasetVersionSummaryProcessingStage = (typeof DatasetVersionSummaryProcessingStage)[keyof typeof DatasetVersionSummaryProcessingStage];
|
|
993
1152
|
declare const DatasetVersionSummaryProcessingStage: {
|
|
994
1153
|
readonly COPYING: "COPYING";
|
|
995
1154
|
readonly FAILED: "FAILED";
|
|
@@ -1054,14 +1213,14 @@ interface DatasetVersionProjectFile {
|
|
|
1054
1213
|
* The dictionary of label/value pairs
|
|
1055
1214
|
|
|
1056
1215
|
*/
|
|
1057
|
-
|
|
1216
|
+
type DatasetVersionDetailLabels = {
|
|
1058
1217
|
[key: string]: any;
|
|
1059
1218
|
};
|
|
1060
1219
|
/**
|
|
1061
1220
|
* The processing stage. When loading a Dataset it typically passes through `COPYING`, `FORMATTING` and `LOADING` stages before reaching `DONE` (or `FAILED`). A Dataset can be used (and deleted) as long as it's passed the `FORMATTING` stage
|
|
1062
1221
|
|
|
1063
1222
|
*/
|
|
1064
|
-
|
|
1223
|
+
type DatasetVersionDetailProcessingStage = (typeof DatasetVersionDetailProcessingStage)[keyof typeof DatasetVersionDetailProcessingStage];
|
|
1065
1224
|
declare const DatasetVersionDetailProcessingStage: {
|
|
1066
1225
|
readonly COPYING: "COPYING";
|
|
1067
1226
|
readonly FAILED: "FAILED";
|
|
@@ -1170,7 +1329,7 @@ interface ApplicationImageVariants {
|
|
|
1170
1329
|
* The REST method used. GET methods are not logged
|
|
1171
1330
|
|
|
1172
1331
|
*/
|
|
1173
|
-
|
|
1332
|
+
type ApiLogDetailMethod = (typeof ApiLogDetailMethod)[keyof typeof ApiLogDetailMethod];
|
|
1174
1333
|
declare const ApiLogDetailMethod: {
|
|
1175
1334
|
readonly DELETE: "DELETE";
|
|
1176
1335
|
readonly PATCH: "PATCH";
|
|
@@ -1218,7 +1377,7 @@ interface UserApiLogGetResponse {
|
|
|
1218
1377
|
*/
|
|
1219
1378
|
api_log: ApiLogDetail[];
|
|
1220
1379
|
}
|
|
1221
|
-
|
|
1380
|
+
type UserAccountGetResponse = UserAccountDetail;
|
|
1222
1381
|
interface TypesGetResponse {
|
|
1223
1382
|
/** A list of available MIME types
|
|
1224
1383
|
*/
|
|
@@ -1233,7 +1392,7 @@ interface TasksGetResponse {
|
|
|
1233
1392
|
* The purpose of the task. Tasks are typically executed for the purpose of Dataset processing, attaching as Project Files or Application Instance execution. Other fields in this object are only valid if the purpose is known (i.e. is not `UNKNOWN`)
|
|
1234
1393
|
|
|
1235
1394
|
*/
|
|
1236
|
-
|
|
1395
|
+
type TaskGetResponsePurpose = (typeof TaskGetResponsePurpose)[keyof typeof TaskGetResponsePurpose];
|
|
1237
1396
|
declare const TaskGetResponsePurpose: {
|
|
1238
1397
|
readonly DATASET: "DATASET";
|
|
1239
1398
|
readonly FILE: "FILE";
|
|
@@ -1288,8 +1447,8 @@ interface ProjectPostResponse {
|
|
|
1288
1447
|
*/
|
|
1289
1448
|
project_id: string;
|
|
1290
1449
|
}
|
|
1291
|
-
|
|
1292
|
-
|
|
1450
|
+
type ProjectGetResponse = ProjectDetail;
|
|
1451
|
+
type ProjectDeleteResponse = TaskIdentity;
|
|
1293
1452
|
interface JobsGetResponse {
|
|
1294
1453
|
jobs: JobSummary[];
|
|
1295
1454
|
}
|
|
@@ -1297,7 +1456,7 @@ interface JobsGetResponse {
|
|
|
1297
1456
|
* The optional container image type. Typically a single-container `SIMPLE` (where only one container runs) or a workflow where multiple container images can be spawned (like `NEXTFLOW`)
|
|
1298
1457
|
|
|
1299
1458
|
*/
|
|
1300
|
-
|
|
1459
|
+
type JobGetResponseImageType = (typeof JobGetResponseImageType)[keyof typeof JobGetResponseImageType];
|
|
1301
1460
|
declare const JobGetResponseImageType: {
|
|
1302
1461
|
readonly SIMPLE: "SIMPLE";
|
|
1303
1462
|
readonly NEXTFLOW: "NEXTFLOW";
|
|
@@ -1371,8 +1530,10 @@ interface JobGetResponse {
|
|
|
1371
1530
|
Where there is no remedy for a given reason the remedy will be "There is no remedy".
|
|
1372
1531
|
*/
|
|
1373
1532
|
disabled_remedy?: string;
|
|
1533
|
+
replaces?: JobReplacements;
|
|
1534
|
+
replaced_by?: JobReplacements;
|
|
1374
1535
|
}
|
|
1375
|
-
|
|
1536
|
+
type InstanceTaskPurpose = (typeof InstanceTaskPurpose)[keyof typeof InstanceTaskPurpose];
|
|
1376
1537
|
declare const InstanceTaskPurpose: {
|
|
1377
1538
|
readonly CREATE: "CREATE";
|
|
1378
1539
|
readonly DELETE: "DELETE";
|
|
@@ -1388,7 +1549,7 @@ interface InstancesGetResponse {
|
|
|
1388
1549
|
* The Job container image type. Typically a single-container 'SIMPLE' (where only one container runs) or a workflow where multiple container images can be spawned (like NEXTFLOW)
|
|
1389
1550
|
|
|
1390
1551
|
*/
|
|
1391
|
-
|
|
1552
|
+
type InstanceGetResponseJobImageType = (typeof InstanceGetResponseJobImageType)[keyof typeof InstanceGetResponseJobImageType];
|
|
1392
1553
|
declare const InstanceGetResponseJobImageType: {
|
|
1393
1554
|
readonly SIMPLE: "SIMPLE";
|
|
1394
1555
|
readonly NEXTFLOW: "NEXTFLOW";
|
|
@@ -1398,7 +1559,7 @@ declare const InstanceGetResponseJobImageType: {
|
|
|
1398
1559
|
The initial phase, indicating that the Instance is preparing to run, is `PENDING`. The instance is running when the phase is `RUNNING`. `COMPLETED` indicates the Instance has finished successfully and `FAILED` when it's finished but unsuccessfully.
|
|
1399
1560
|
|
|
1400
1561
|
*/
|
|
1401
|
-
|
|
1562
|
+
type InstanceGetResponsePhase = (typeof InstanceGetResponsePhase)[keyof typeof InstanceGetResponsePhase];
|
|
1402
1563
|
declare const InstanceGetResponsePhase: {
|
|
1403
1564
|
readonly COMPLETED: "COMPLETED";
|
|
1404
1565
|
readonly CRASH_LOOP_BACKOFF: "CRASH_LOOP_BACKOFF";
|
|
@@ -1413,7 +1574,7 @@ declare const InstanceGetResponsePhase: {
|
|
|
1413
1574
|
* The type of Application, which can be a `job` or an `application`
|
|
1414
1575
|
|
|
1415
1576
|
*/
|
|
1416
|
-
|
|
1577
|
+
type InstanceGetResponseApplicationType = (typeof InstanceGetResponseApplicationType)[keyof typeof InstanceGetResponseApplicationType];
|
|
1417
1578
|
declare const InstanceGetResponseApplicationType: {
|
|
1418
1579
|
readonly APPLICATION: "APPLICATION";
|
|
1419
1580
|
readonly JOB: "JOB";
|
|
@@ -1514,12 +1675,12 @@ interface InstanceGetResponse {
|
|
|
1514
1675
|
*/
|
|
1515
1676
|
error_message?: string;
|
|
1516
1677
|
}
|
|
1517
|
-
|
|
1678
|
+
type GetExchangeRatesResponseId = number | string;
|
|
1518
1679
|
interface GetExchangeRatesResponse {
|
|
1519
1680
|
id: GetExchangeRatesResponseId;
|
|
1520
1681
|
exchange_rates: ExchangeRateDetail[];
|
|
1521
1682
|
}
|
|
1522
|
-
|
|
1683
|
+
type GetAllExchangeRatesResponseExchangeRatesItem = ApplicationExchangeRateSummary | JobExchangeRateSummary;
|
|
1523
1684
|
interface GetAllExchangeRatesResponse {
|
|
1524
1685
|
only_undefined: boolean;
|
|
1525
1686
|
exchange_rates: GetAllExchangeRatesResponseExchangeRatesItem[];
|
|
@@ -1574,17 +1735,17 @@ interface InstanceDryRunPostResponse {
|
|
|
1574
1735
|
*/
|
|
1575
1736
|
command?: string;
|
|
1576
1737
|
}
|
|
1577
|
-
|
|
1738
|
+
type InstanceDeleteResponse = TaskIdentity;
|
|
1578
1739
|
interface DatasetsGetResponse {
|
|
1579
1740
|
datasets: DatasetSummary[];
|
|
1580
1741
|
}
|
|
1581
|
-
|
|
1582
|
-
|
|
1742
|
+
type DatasetVersionsGetResponse = DatasetDetail;
|
|
1743
|
+
type DatasetVersionDeleteResponse = TaskIdentity;
|
|
1583
1744
|
/**
|
|
1584
1745
|
* The Metadata type (an object)
|
|
1585
1746
|
|
|
1586
1747
|
*/
|
|
1587
|
-
|
|
1748
|
+
type DatasetSchemaGetResponseType = (typeof DatasetSchemaGetResponseType)[keyof typeof DatasetSchemaGetResponseType];
|
|
1588
1749
|
declare const DatasetSchemaGetResponseType: {
|
|
1589
1750
|
readonly object: "object";
|
|
1590
1751
|
};
|
|
@@ -1681,7 +1842,7 @@ interface ApplicationGetResponse {
|
|
|
1681
1842
|
versions: string[];
|
|
1682
1843
|
image_variants?: ApplicationImageVariants;
|
|
1683
1844
|
}
|
|
1684
|
-
|
|
1845
|
+
type AdminUserPutResponse = UserAccountDetail;
|
|
1685
1846
|
interface AdminJobManifestLoadPutResponse {
|
|
1686
1847
|
/** True if successful, false otherwise
|
|
1687
1848
|
*/
|
|
@@ -1733,6 +1894,6 @@ declare const setAuthToken: (token: string) => void;
|
|
|
1733
1894
|
*/
|
|
1734
1895
|
declare const setBaseUrl: (baseUrl: string) => void;
|
|
1735
1896
|
declare const customInstance: <TReturn>(config: AxiosRequestConfig, options?: AxiosRequestConfig) => Promise<TReturn>;
|
|
1736
|
-
|
|
1897
|
+
type ErrorType<TError> = AxiosError<TError>;
|
|
1737
1898
|
|
|
1738
|
-
export { ProjectPatchBodyBody as $, AdminGetServiceErrorsParams as A, QJobJobParameter as B, QJobIdParameter as C, DeleteUnmanagedFileParams as D, QJobCollectionParameter as E, QInstanceArchiveParameter as F, GetUserApiLogParams as G, QIncludeHiddenParameter as H, QIncludeDeletedParameter as I, QIncludeAcknowlegedParameter as J, QFromParameter as K, QFileProjectIdParameter as L, QFilePathParameter as M, QFileParameter as N, QExcludePurposeParameter as O, PatchInstanceParams as P, QEditorsParameter as Q, QExcludeDoneParameter as R, QEventPriorOrdinalParameter as S, QEventLimitParameter as T, QDatasetMimeTypeParameter as U, QDoNotImpersonateParameter as V, QCurrentParameter as W, QApplicationIdParameter as X, UserPatchBodyBody as Y, UserAccountPatchBodyBody as Z, ProjectPostBodyBody as _, GetUserAccountParams as a,
|
|
1899
|
+
export { ProjectPatchBodyBody as $, AdminGetServiceErrorsParams as A, QJobJobParameter as B, QJobIdParameter as C, DeleteUnmanagedFileParams as D, QJobCollectionParameter as E, QInstanceArchiveParameter as F, GetUserApiLogParams as G, QIncludeHiddenParameter as H, QIncludeDeletedParameter as I, QIncludeAcknowlegedParameter as J, QFromParameter as K, QFileProjectIdParameter as L, QFilePathParameter as M, QFileParameter as N, QExcludePurposeParameter as O, PatchInstanceParams as P, QEditorsParameter as Q, QExcludeDoneParameter as R, QEventPriorOrdinalParameter as S, QEventLimitParameter as T, QDatasetMimeTypeParameter as U, QDoNotImpersonateParameter as V, QCurrentParameter as W, QApplicationIdParameter as X, UserPatchBodyBody as Y, UserAccountPatchBodyBody as Z, ProjectPostBodyBody as _, GetUserAccountParams as a, TypesGetResponse as a$, ProjectFilePutBodyBody as a0, ExchangeRatePutBodyBody as a1, JobManifestPutBodyBody as a2, JobManifestLoadPutBodyBody as a3, InstancePostBodyBody as a4, FilePostBodyBody as a5, DatasetPutBodyBody as a6, DatasetVersionMetaPostBodyBody as a7, DatasetMetaPostBodyBody as a8, DatasetPostBodyBody as a9, InstanceSummaryJobImageType as aA, InstanceSummaryPhase as aB, InstanceSummaryApplicationType as aC, InstanceSummary as aD, FileStat as aE, FilePathFile as aF, JobExchangeRateSummary as aG, ApplicationExchangeRateSummary as aH, ExchangeRateDetail as aI, DatasetVersionSummaryLabels as aJ, DatasetVersionSummaryProcessingStage as aK, DatasetVersionSummary as aL, DatasetVersionProjectFile as aM, DatasetVersionDetailLabels as aN, DatasetVersionDetailProcessingStage as aO, DatasetVersionDetail as aP, DatasetSummary as aQ, DatasetDetail as aR, ApplicationSummary as aS, ApplicationImageVariant as aT, ApplicationImageVariants as aU, ApiLogDetailMethod as aV, ApiLogDetail as aW, VersionGetResponse as aX, UsersGetResponse as aY, UserApiLogGetResponse as aZ, UserAccountGetResponse as a_, AsAdditionalDataProcessingCharge as aa, UserSummary as ab, UserDetail as ac, UserAccountDetail as ad, TypeSummaryFormatterOptionsType as ae, TypeSummaryFormatterOptions as af, TypeSummary as ag, TaskSummaryProcessingStage as ah, TaskSummary as ai, TaskStateState as aj, TaskState as ak, TaskIdentity as al, TaskEventLevel as am, TaskEvent as an, ServiceErrorSummarySeverity as ao, ServiceErrorSummary as ap, ProjectFileDetail as aq, ProjectDetail as ar, JobReplacement as as, JobReplacements as at, JobOrderDetail as au, JobVariables as av, JobSummaryImageType as aw, JobSummary as ax, JobManifestDetail as ay, JobApplication as az, GetInstancesParams as b, TasksGetResponse as b0, TaskGetResponsePurpose as b1, TaskGetResponse as b2, ServiceErrorsGetResponse as b3, ProjectsGetResponse as b4, ProjectPostResponse as b5, ProjectGetResponse as b6, ProjectDeleteResponse as b7, JobsGetResponse as b8, JobGetResponseImageType as b9, ApplicationGetResponse as bA, AdminUserPutResponse as bB, AdminJobManifestLoadPutResponse as bC, AdminJobManifestGetResponse as bD, AccountServerGetNamespaceResponse as bE, AccountServerGetRegistrationResponse as bF, DmError as bG, AXIOS_INSTANCE as bH, setAuthToken as bI, setBaseUrl as bJ, customInstance as bK, ErrorType as bL, JobGetResponse as ba, InstanceTaskPurpose as bb, InstanceTask as bc, InstancesGetResponse as bd, InstanceGetResponseJobImageType as be, InstanceGetResponsePhase as bf, InstanceGetResponseApplicationType as bg, InstanceGetResponse as bh, GetExchangeRatesResponseId as bi, GetExchangeRatesResponse as bj, GetAllExchangeRatesResponseExchangeRatesItem as bk, GetAllExchangeRatesResponse as bl, FilesGetResponse as bm, FilePostResponse as bn, InstancePostResponse as bo, InstanceDryRunPostResponse as bp, InstanceDeleteResponse as bq, DatasetsGetResponse as br, DatasetVersionsGetResponse as bs, DatasetVersionDeleteResponse as bt, DatasetSchemaGetResponseType as bu, DatasetSchemaGetResponse as bv, DatasetMetaGetResponse as bw, DatasetDigestGetResponse as bx, DatasetPutPostResponse as by, ApplicationsGetResponse as bz, GetJobExchangeRatesParams as c, GetAllJobExchangeRatesParams as d, GetJobParams as e, GetJobByVersionParams as f, GetJobsParams as g, GetApplicationExchangeRatesParams as h, GetAllApplicationExchangeRatesParams as i, GetTaskParams as j, GetTasksParams as k, GetFilesParams as l, DeleteDatasetParams as m, GetVersionsParams as n, GetDatasetsParams as o, GetProjectFileWithTokenParams as p, GetProjectFileParams as q, QOwnersParameter as r, QUsernameParameter as s, QUntilParameter as t, QTokenParameter as u, QProjectIdParameter as v, QLabelsParameter as w, QOnlyUndefinedParameter as x, QKeepProjectFilesParameter as y, QJobVersionParameter as z };
|