@tapis/tapis-typescript-systems 0.0.5 → 0.0.7
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/.openapi-generator/FILES +3 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +5 -4
- package/dist/apis/ChildSystemsApi.d.ts +10 -10
- package/dist/apis/ChildSystemsApi.js +84 -65
- package/dist/apis/CredentialsApi.d.ts +25 -24
- package/dist/apis/CredentialsApi.js +172 -138
- package/dist/apis/GeneralApi.d.ts +6 -6
- package/dist/apis/GeneralApi.js +18 -11
- package/dist/apis/PermissionsApi.d.ts +10 -10
- package/dist/apis/PermissionsApi.js +112 -89
- package/dist/apis/SchedulerProfilesApi.d.ts +10 -10
- package/dist/apis/SchedulerProfilesApi.js +95 -72
- package/dist/apis/SharingApi.d.ts +12 -12
- package/dist/apis/SharingApi.js +122 -95
- package/dist/apis/SystemsApi.d.ts +61 -46
- package/dist/apis/SystemsApi.js +473 -341
- package/dist/apis/index.js +21 -10
- package/dist/index.d.ts +2 -2
- package/dist/index.js +17 -6
- package/dist/models/AuthnEnum.d.ts +12 -9
- package/dist/models/AuthnEnum.js +28 -13
- package/dist/models/Capability.d.ts +9 -3
- package/dist/models/Capability.js +37 -22
- package/dist/models/CategoryEnum.d.ts +14 -12
- package/dist/models/CategoryEnum.js +30 -16
- package/dist/models/Credential.d.ts +26 -3
- package/dist/models/Credential.js +47 -33
- package/dist/models/DatatypeEnum.d.ts +11 -9
- package/dist/models/DatatypeEnum.js +27 -13
- package/dist/models/JobRuntime.d.ts +8 -3
- package/dist/models/JobRuntime.js +27 -17
- package/dist/models/KeyValueInputModeEnum.d.ts +10 -8
- package/dist/models/KeyValueInputModeEnum.js +26 -12
- package/dist/models/KeyValuePair.d.ts +8 -3
- package/dist/models/KeyValuePair.js +32 -22
- package/dist/models/ListTypeEnum.d.ts +9 -7
- package/dist/models/ListTypeEnum.js +25 -11
- package/dist/models/LogicalQueue.d.ts +13 -2
- package/dist/models/LogicalQueue.js +48 -34
- package/dist/models/ModuleLoadSpec.d.ts +7 -2
- package/dist/models/ModuleLoadSpec.js +25 -15
- package/dist/models/OperationTypeEnum.d.ts +20 -18
- package/dist/models/OperationTypeEnum.js +36 -22
- package/dist/models/ReqMatchConstraints.d.ts +7 -2
- package/dist/models/ReqMatchConstraints.js +23 -12
- package/dist/models/ReqPatchSystem.d.ts +13 -3
- package/dist/models/ReqPatchSystem.js +76 -63
- package/dist/models/ReqPerms.d.ts +7 -2
- package/dist/models/ReqPerms.js +23 -12
- package/dist/models/ReqPostChildSystem.d.ts +7 -2
- package/dist/models/ReqPostChildSystem.js +28 -16
- package/dist/models/ReqPostPutCredential.d.ts +7 -2
- package/dist/models/ReqPostPutCredential.js +36 -28
- package/dist/models/ReqPostSchedulerProfile.d.ts +9 -3
- package/dist/models/ReqPostSchedulerProfile.js +33 -22
- package/dist/models/ReqPostSystem.d.ts +15 -3
- package/dist/models/ReqPostSystem.js +101 -76
- package/dist/models/ReqPutSystem.d.ts +13 -3
- package/dist/models/ReqPutSystem.js +74 -61
- package/dist/models/ReqSearchSystems.d.ts +7 -2
- package/dist/models/ReqSearchSystems.js +23 -12
- package/dist/models/ReqShareUpdate.d.ts +7 -2
- package/dist/models/ReqShareUpdate.js +23 -12
- package/dist/models/ReqUnlinkChildren.d.ts +7 -2
- package/dist/models/ReqUnlinkChildren.js +22 -14
- package/dist/models/ReqUpdateCredential.d.ts +7 -2
- package/dist/models/ReqUpdateCredential.js +38 -30
- package/dist/models/RespBasic.d.ts +7 -2
- package/dist/models/RespBasic.js +34 -26
- package/dist/models/RespBoolean.d.ts +8 -3
- package/dist/models/RespBoolean.js +35 -27
- package/dist/models/RespChangeCount.d.ts +8 -3
- package/dist/models/RespChangeCount.js +35 -27
- package/dist/models/RespCredential.d.ts +8 -3
- package/dist/models/RespCredential.js +35 -27
- package/dist/models/RespGlobusAuthUrl.d.ts +8 -3
- package/dist/models/RespGlobusAuthUrl.js +35 -27
- package/dist/models/RespName.d.ts +69 -0
- package/dist/models/RespName.js +62 -0
- package/dist/models/RespNameArray.d.ts +8 -3
- package/dist/models/RespNameArray.js +35 -27
- package/dist/models/RespResourceUrl.d.ts +8 -3
- package/dist/models/RespResourceUrl.js +35 -27
- package/dist/models/RespSchedulerProfile.d.ts +8 -3
- package/dist/models/RespSchedulerProfile.js +35 -27
- package/dist/models/RespSchedulerProfiles.d.ts +8 -3
- package/dist/models/RespSchedulerProfiles.js +35 -27
- package/dist/models/RespShareInfo.d.ts +8 -3
- package/dist/models/RespShareInfo.js +35 -27
- package/dist/models/RespSystem.d.ts +8 -3
- package/dist/models/RespSystem.js +35 -27
- package/dist/models/RespSystemHistory.d.ts +8 -3
- package/dist/models/RespSystemHistory.js +35 -27
- package/dist/models/RespSystems.d.ts +9 -3
- package/dist/models/RespSystems.js +36 -27
- package/dist/models/RespSystemsMetadata.d.ts +7 -2
- package/dist/models/RespSystemsMetadata.js +32 -24
- package/dist/models/ResultBoolean.d.ts +7 -2
- package/dist/models/ResultBoolean.js +22 -14
- package/dist/models/ResultChangeCount.d.ts +7 -2
- package/dist/models/ResultChangeCount.js +22 -14
- package/dist/models/ResultGlobusAuthUrl.d.ts +7 -2
- package/dist/models/ResultGlobusAuthUrl.js +26 -18
- package/dist/models/ResultName.d.ts +32 -0
- package/dist/models/ResultName.js +49 -0
- package/dist/models/ResultNameArray.d.ts +7 -2
- package/dist/models/ResultNameArray.js +22 -14
- package/dist/models/ResultResourceUrl.d.ts +7 -2
- package/dist/models/ResultResourceUrl.js +22 -14
- package/dist/models/RuntimeTypeEnum.d.ts +9 -7
- package/dist/models/RuntimeTypeEnum.js +25 -11
- package/dist/models/SchedulerHiddenOptionEnum.d.ts +8 -5
- package/dist/models/SchedulerHiddenOptionEnum.js +24 -9
- package/dist/models/SchedulerProfile.d.ts +9 -3
- package/dist/models/SchedulerProfile.js +35 -24
- package/dist/models/SchedulerTypeEnum.d.ts +12 -10
- package/dist/models/SchedulerTypeEnum.js +28 -14
- package/dist/models/ShareInfo.d.ts +14 -2
- package/dist/models/ShareInfo.js +29 -13
- package/dist/models/SkShareRecord.d.ts +86 -0
- package/dist/models/SkShareRecord.js +67 -0
- package/dist/models/SystemHistory.d.ts +8 -3
- package/dist/models/SystemHistory.js +35 -27
- package/dist/models/SystemTypeEnum.d.ts +10 -8
- package/dist/models/SystemTypeEnum.js +26 -12
- package/dist/models/TapisSystem.d.ts +45 -21
- package/dist/models/TapisSystem.js +114 -95
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +68 -54
- package/dist/runtime.d.ts +79 -37
- package/dist/runtime.js +311 -169
- package/package.json +6 -2
- package/src/apis/ChildSystemsApi.ts +47 -33
- package/src/apis/CredentialsApi.ts +124 -75
- package/src/apis/GeneralApi.ts +9 -7
- package/src/apis/PermissionsApi.ts +80 -45
- package/src/apis/SchedulerProfilesApi.ts +40 -29
- package/src/apis/SharingApi.ts +64 -41
- package/src/apis/SystemsApi.ts +306 -189
- package/src/index.ts +2 -2
- package/src/models/AuthnEnum.ts +26 -8
- package/src/models/Capability.ts +37 -19
- package/src/models/CategoryEnum.ts +28 -11
- package/src/models/Credential.ts +67 -31
- package/src/models/DatatypeEnum.ts +25 -8
- package/src/models/JobRuntime.ts +27 -14
- package/src/models/KeyValueInputModeEnum.ts +24 -7
- package/src/models/KeyValuePair.ts +33 -20
- package/src/models/ListTypeEnum.ts +23 -6
- package/src/models/LogicalQueue.ts +50 -31
- package/src/models/ModuleLoadSpec.ts +22 -12
- package/src/models/OperationTypeEnum.ts +34 -17
- package/src/models/ReqMatchConstraints.ts +20 -10
- package/src/models/ReqPatchSystem.ts +96 -69
- package/src/models/ReqPerms.ts +20 -10
- package/src/models/ReqPostChildSystem.ts +24 -13
- package/src/models/ReqPostPutCredential.ts +34 -25
- package/src/models/ReqPostSchedulerProfile.ts +38 -24
- package/src/models/ReqPostSystem.ts +123 -85
- package/src/models/ReqPutSystem.ts +94 -67
- package/src/models/ReqSearchSystems.ts +20 -10
- package/src/models/ReqShareUpdate.ts +20 -10
- package/src/models/ReqUnlinkChildren.ts +20 -11
- package/src/models/ReqUpdateCredential.ts +36 -27
- package/src/models/RespBasic.ts +32 -23
- package/src/models/RespBoolean.ts +35 -25
- package/src/models/RespChangeCount.ts +35 -25
- package/src/models/RespCredential.ts +35 -25
- package/src/models/RespGlobusAuthUrl.ts +35 -25
- package/src/models/RespName.ts +121 -0
- package/src/models/RespNameArray.ts +35 -25
- package/src/models/RespResourceUrl.ts +35 -25
- package/src/models/RespSchedulerProfile.ts +35 -25
- package/src/models/RespSchedulerProfiles.ts +35 -25
- package/src/models/RespShareInfo.ts +35 -25
- package/src/models/RespSystem.ts +35 -25
- package/src/models/RespSystemHistory.ts +35 -25
- package/src/models/RespSystems.ts +42 -29
- package/src/models/RespSystemsMetadata.ts +30 -21
- package/src/models/ResultBoolean.ts +20 -11
- package/src/models/ResultChangeCount.ts +20 -11
- package/src/models/ResultGlobusAuthUrl.ts +24 -15
- package/src/models/ResultName.ts +65 -0
- package/src/models/ResultNameArray.ts +20 -11
- package/src/models/ResultResourceUrl.ts +20 -11
- package/src/models/RuntimeTypeEnum.ts +23 -6
- package/src/models/SchedulerHiddenOptionEnum.ts +22 -4
- package/src/models/SchedulerProfile.ts +40 -26
- package/src/models/SchedulerTypeEnum.ts +26 -9
- package/src/models/ShareInfo.ts +38 -11
- package/src/models/SkShareRecord.ts +137 -0
- package/src/models/SystemHistory.ts +37 -25
- package/src/models/SystemTypeEnum.ts +24 -7
- package/src/models/TapisSystem.ts +173 -124
- package/src/models/index.ts +3 -0
- package/src/runtime.ts +217 -106
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,33 +12,49 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { AuthnEnum } from './AuthnEnum';
|
|
16
17
|
import {
|
|
17
|
-
AuthnEnum,
|
|
18
18
|
AuthnEnumFromJSON,
|
|
19
19
|
AuthnEnumFromJSONTyped,
|
|
20
20
|
AuthnEnumToJSON,
|
|
21
|
-
|
|
21
|
+
AuthnEnumToJSONTyped,
|
|
22
|
+
} from './AuthnEnum';
|
|
23
|
+
import type { Capability } from './Capability';
|
|
24
|
+
import {
|
|
22
25
|
CapabilityFromJSON,
|
|
23
26
|
CapabilityFromJSONTyped,
|
|
24
27
|
CapabilityToJSON,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
KeyValuePair,
|
|
28
|
+
CapabilityToJSONTyped,
|
|
29
|
+
} from './Capability';
|
|
30
|
+
import type { KeyValuePair } from './KeyValuePair';
|
|
31
|
+
import {
|
|
30
32
|
KeyValuePairFromJSON,
|
|
31
33
|
KeyValuePairFromJSONTyped,
|
|
32
34
|
KeyValuePairToJSON,
|
|
33
|
-
|
|
35
|
+
KeyValuePairToJSONTyped,
|
|
36
|
+
} from './KeyValuePair';
|
|
37
|
+
import type { LogicalQueue } from './LogicalQueue';
|
|
38
|
+
import {
|
|
34
39
|
LogicalQueueFromJSON,
|
|
35
40
|
LogicalQueueFromJSONTyped,
|
|
36
41
|
LogicalQueueToJSON,
|
|
37
|
-
|
|
42
|
+
LogicalQueueToJSONTyped,
|
|
43
|
+
} from './LogicalQueue';
|
|
44
|
+
import type { SchedulerTypeEnum } from './SchedulerTypeEnum';
|
|
45
|
+
import {
|
|
38
46
|
SchedulerTypeEnumFromJSON,
|
|
39
47
|
SchedulerTypeEnumFromJSONTyped,
|
|
40
48
|
SchedulerTypeEnumToJSON,
|
|
41
|
-
|
|
49
|
+
SchedulerTypeEnumToJSONTyped,
|
|
50
|
+
} from './SchedulerTypeEnum';
|
|
51
|
+
import type { JobRuntime } from './JobRuntime';
|
|
52
|
+
import {
|
|
53
|
+
JobRuntimeFromJSON,
|
|
54
|
+
JobRuntimeFromJSONTyped,
|
|
55
|
+
JobRuntimeToJSON,
|
|
56
|
+
JobRuntimeToJSONTyped,
|
|
57
|
+
} from './JobRuntime';
|
|
42
58
|
|
|
43
59
|
/**
|
|
44
60
|
*
|
|
@@ -192,76 +208,87 @@ export interface ReqPutSystem {
|
|
|
192
208
|
notes?: object;
|
|
193
209
|
}
|
|
194
210
|
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Check if a given object implements the ReqPutSystem interface.
|
|
215
|
+
*/
|
|
216
|
+
export function instanceOfReqPutSystem(value: object): value is ReqPutSystem {
|
|
217
|
+
return true;
|
|
218
|
+
}
|
|
219
|
+
|
|
195
220
|
export function ReqPutSystemFromJSON(json: any): ReqPutSystem {
|
|
196
221
|
return ReqPutSystemFromJSONTyped(json, false);
|
|
197
222
|
}
|
|
198
223
|
|
|
199
224
|
export function ReqPutSystemFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReqPutSystem {
|
|
200
|
-
if (
|
|
225
|
+
if (json == null) {
|
|
201
226
|
return json;
|
|
202
227
|
}
|
|
203
228
|
return {
|
|
204
229
|
|
|
205
|
-
'description':
|
|
206
|
-
'host':
|
|
207
|
-
'defaultAuthnMethod':
|
|
208
|
-
'port':
|
|
209
|
-
'useProxy':
|
|
210
|
-
'proxyHost':
|
|
211
|
-
'proxyPort':
|
|
212
|
-
'dtnSystemId':
|
|
213
|
-
'canRunBatch':
|
|
214
|
-
'enableCmdPrefix':
|
|
215
|
-
'allowChildren':
|
|
216
|
-
'mpiCmd':
|
|
217
|
-
'jobRuntimes':
|
|
218
|
-
'jobWorkingDir':
|
|
219
|
-
'jobEnvVariables':
|
|
220
|
-
'jobMaxJobs':
|
|
221
|
-
'jobMaxJobsPerUser':
|
|
222
|
-
'batchScheduler':
|
|
223
|
-
'batchLogicalQueues':
|
|
224
|
-
'batchDefaultLogicalQueue':
|
|
225
|
-
'batchSchedulerProfile':
|
|
226
|
-
'jobCapabilities':
|
|
227
|
-
'tags':
|
|
228
|
-
'notes':
|
|
230
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
231
|
+
'host': json['host'] == null ? undefined : json['host'],
|
|
232
|
+
'defaultAuthnMethod': json['defaultAuthnMethod'] == null ? undefined : AuthnEnumFromJSON(json['defaultAuthnMethod']),
|
|
233
|
+
'port': json['port'] == null ? undefined : json['port'],
|
|
234
|
+
'useProxy': json['useProxy'] == null ? undefined : json['useProxy'],
|
|
235
|
+
'proxyHost': json['proxyHost'] == null ? undefined : json['proxyHost'],
|
|
236
|
+
'proxyPort': json['proxyPort'] == null ? undefined : json['proxyPort'],
|
|
237
|
+
'dtnSystemId': json['dtnSystemId'] == null ? undefined : json['dtnSystemId'],
|
|
238
|
+
'canRunBatch': json['canRunBatch'] == null ? undefined : json['canRunBatch'],
|
|
239
|
+
'enableCmdPrefix': json['enableCmdPrefix'] == null ? undefined : json['enableCmdPrefix'],
|
|
240
|
+
'allowChildren': json['allowChildren'] == null ? undefined : json['allowChildren'],
|
|
241
|
+
'mpiCmd': json['mpiCmd'] == null ? undefined : json['mpiCmd'],
|
|
242
|
+
'jobRuntimes': json['jobRuntimes'] == null ? undefined : ((json['jobRuntimes'] as Array<any>).map(JobRuntimeFromJSON)),
|
|
243
|
+
'jobWorkingDir': json['jobWorkingDir'] == null ? undefined : json['jobWorkingDir'],
|
|
244
|
+
'jobEnvVariables': json['jobEnvVariables'] == null ? undefined : ((json['jobEnvVariables'] as Array<any>).map(KeyValuePairFromJSON)),
|
|
245
|
+
'jobMaxJobs': json['jobMaxJobs'] == null ? undefined : json['jobMaxJobs'],
|
|
246
|
+
'jobMaxJobsPerUser': json['jobMaxJobsPerUser'] == null ? undefined : json['jobMaxJobsPerUser'],
|
|
247
|
+
'batchScheduler': json['batchScheduler'] == null ? undefined : SchedulerTypeEnumFromJSON(json['batchScheduler']),
|
|
248
|
+
'batchLogicalQueues': json['batchLogicalQueues'] == null ? undefined : ((json['batchLogicalQueues'] as Array<any>).map(LogicalQueueFromJSON)),
|
|
249
|
+
'batchDefaultLogicalQueue': json['batchDefaultLogicalQueue'] == null ? undefined : json['batchDefaultLogicalQueue'],
|
|
250
|
+
'batchSchedulerProfile': json['batchSchedulerProfile'] == null ? undefined : json['batchSchedulerProfile'],
|
|
251
|
+
'jobCapabilities': json['jobCapabilities'] == null ? undefined : ((json['jobCapabilities'] as Array<any>).map(CapabilityFromJSON)),
|
|
252
|
+
'tags': json['tags'] == null ? undefined : json['tags'],
|
|
253
|
+
'notes': json['notes'] == null ? undefined : json['notes'],
|
|
229
254
|
};
|
|
230
255
|
}
|
|
231
256
|
|
|
232
|
-
export function ReqPutSystemToJSON(
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
257
|
+
export function ReqPutSystemToJSON(json: any): ReqPutSystem {
|
|
258
|
+
return ReqPutSystemToJSONTyped(json, false);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export function ReqPutSystemToJSONTyped(value?: ReqPutSystem | null, ignoreDiscriminator: boolean = false): any {
|
|
262
|
+
if (value == null) {
|
|
263
|
+
return value;
|
|
238
264
|
}
|
|
265
|
+
|
|
239
266
|
return {
|
|
240
267
|
|
|
241
|
-
'description': value
|
|
242
|
-
'host': value
|
|
243
|
-
'defaultAuthnMethod': AuthnEnumToJSON(value
|
|
244
|
-
'port': value
|
|
245
|
-
'useProxy': value
|
|
246
|
-
'proxyHost': value
|
|
247
|
-
'proxyPort': value
|
|
248
|
-
'dtnSystemId': value
|
|
249
|
-
'canRunBatch': value
|
|
250
|
-
'enableCmdPrefix': value
|
|
251
|
-
'allowChildren': value
|
|
252
|
-
'mpiCmd': value
|
|
253
|
-
'jobRuntimes': value
|
|
254
|
-
'jobWorkingDir': value
|
|
255
|
-
'jobEnvVariables': value
|
|
256
|
-
'jobMaxJobs': value
|
|
257
|
-
'jobMaxJobsPerUser': value
|
|
258
|
-
'batchScheduler': SchedulerTypeEnumToJSON(value
|
|
259
|
-
'batchLogicalQueues': value
|
|
260
|
-
'batchDefaultLogicalQueue': value
|
|
261
|
-
'batchSchedulerProfile': value
|
|
262
|
-
'jobCapabilities': value
|
|
263
|
-
'tags': value
|
|
264
|
-
'notes': value
|
|
268
|
+
'description': value['description'],
|
|
269
|
+
'host': value['host'],
|
|
270
|
+
'defaultAuthnMethod': AuthnEnumToJSON(value['defaultAuthnMethod']),
|
|
271
|
+
'port': value['port'],
|
|
272
|
+
'useProxy': value['useProxy'],
|
|
273
|
+
'proxyHost': value['proxyHost'],
|
|
274
|
+
'proxyPort': value['proxyPort'],
|
|
275
|
+
'dtnSystemId': value['dtnSystemId'],
|
|
276
|
+
'canRunBatch': value['canRunBatch'],
|
|
277
|
+
'enableCmdPrefix': value['enableCmdPrefix'],
|
|
278
|
+
'allowChildren': value['allowChildren'],
|
|
279
|
+
'mpiCmd': value['mpiCmd'],
|
|
280
|
+
'jobRuntimes': value['jobRuntimes'] == null ? undefined : ((value['jobRuntimes'] as Array<any>).map(JobRuntimeToJSON)),
|
|
281
|
+
'jobWorkingDir': value['jobWorkingDir'],
|
|
282
|
+
'jobEnvVariables': value['jobEnvVariables'] == null ? undefined : ((value['jobEnvVariables'] as Array<any>).map(KeyValuePairToJSON)),
|
|
283
|
+
'jobMaxJobs': value['jobMaxJobs'],
|
|
284
|
+
'jobMaxJobsPerUser': value['jobMaxJobsPerUser'],
|
|
285
|
+
'batchScheduler': SchedulerTypeEnumToJSON(value['batchScheduler']),
|
|
286
|
+
'batchLogicalQueues': value['batchLogicalQueues'] == null ? undefined : ((value['batchLogicalQueues'] as Array<any>).map(LogicalQueueToJSON)),
|
|
287
|
+
'batchDefaultLogicalQueue': value['batchDefaultLogicalQueue'],
|
|
288
|
+
'batchSchedulerProfile': value['batchSchedulerProfile'],
|
|
289
|
+
'jobCapabilities': value['jobCapabilities'] == null ? undefined : ((value['jobCapabilities'] as Array<any>).map(CapabilityToJSON)),
|
|
290
|
+
'tags': value['tags'],
|
|
291
|
+
'notes': value['notes'],
|
|
265
292
|
};
|
|
266
293
|
}
|
|
267
294
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -27,12 +27,20 @@ export interface ReqSearchSystems {
|
|
|
27
27
|
search: Array<string>;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the ReqSearchSystems interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfReqSearchSystems(value: object): value is ReqSearchSystems {
|
|
34
|
+
if (!('search' in value) || value['search'] === undefined) return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
|
|
30
38
|
export function ReqSearchSystemsFromJSON(json: any): ReqSearchSystems {
|
|
31
39
|
return ReqSearchSystemsFromJSONTyped(json, false);
|
|
32
40
|
}
|
|
33
41
|
|
|
34
42
|
export function ReqSearchSystemsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReqSearchSystems {
|
|
35
|
-
if (
|
|
43
|
+
if (json == null) {
|
|
36
44
|
return json;
|
|
37
45
|
}
|
|
38
46
|
return {
|
|
@@ -41,16 +49,18 @@ export function ReqSearchSystemsFromJSONTyped(json: any, ignoreDiscriminator: bo
|
|
|
41
49
|
};
|
|
42
50
|
}
|
|
43
51
|
|
|
44
|
-
export function ReqSearchSystemsToJSON(
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
52
|
+
export function ReqSearchSystemsToJSON(json: any): ReqSearchSystems {
|
|
53
|
+
return ReqSearchSystemsToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function ReqSearchSystemsToJSONTyped(value?: ReqSearchSystems | null, ignoreDiscriminator: boolean = false): any {
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
50
59
|
}
|
|
60
|
+
|
|
51
61
|
return {
|
|
52
62
|
|
|
53
|
-
'search': value
|
|
63
|
+
'search': value['search'],
|
|
54
64
|
};
|
|
55
65
|
}
|
|
56
66
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -27,12 +27,20 @@ export interface ReqShareUpdate {
|
|
|
27
27
|
users: Array<string>;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the ReqShareUpdate interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfReqShareUpdate(value: object): value is ReqShareUpdate {
|
|
34
|
+
if (!('users' in value) || value['users'] === undefined) return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
|
|
30
38
|
export function ReqShareUpdateFromJSON(json: any): ReqShareUpdate {
|
|
31
39
|
return ReqShareUpdateFromJSONTyped(json, false);
|
|
32
40
|
}
|
|
33
41
|
|
|
34
42
|
export function ReqShareUpdateFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReqShareUpdate {
|
|
35
|
-
if (
|
|
43
|
+
if (json == null) {
|
|
36
44
|
return json;
|
|
37
45
|
}
|
|
38
46
|
return {
|
|
@@ -41,16 +49,18 @@ export function ReqShareUpdateFromJSONTyped(json: any, ignoreDiscriminator: bool
|
|
|
41
49
|
};
|
|
42
50
|
}
|
|
43
51
|
|
|
44
|
-
export function ReqShareUpdateToJSON(
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
52
|
+
export function ReqShareUpdateToJSON(json: any): ReqShareUpdate {
|
|
53
|
+
return ReqShareUpdateToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function ReqShareUpdateToJSONTyped(value?: ReqShareUpdate | null, ignoreDiscriminator: boolean = false): any {
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
50
59
|
}
|
|
60
|
+
|
|
51
61
|
return {
|
|
52
62
|
|
|
53
|
-
'users': value
|
|
63
|
+
'users': value['users'],
|
|
54
64
|
};
|
|
55
65
|
}
|
|
56
66
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -27,30 +27,39 @@ export interface ReqUnlinkChildren {
|
|
|
27
27
|
childSystemIds?: Array<string>;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the ReqUnlinkChildren interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfReqUnlinkChildren(value: object): value is ReqUnlinkChildren {
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
|
|
30
37
|
export function ReqUnlinkChildrenFromJSON(json: any): ReqUnlinkChildren {
|
|
31
38
|
return ReqUnlinkChildrenFromJSONTyped(json, false);
|
|
32
39
|
}
|
|
33
40
|
|
|
34
41
|
export function ReqUnlinkChildrenFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReqUnlinkChildren {
|
|
35
|
-
if (
|
|
42
|
+
if (json == null) {
|
|
36
43
|
return json;
|
|
37
44
|
}
|
|
38
45
|
return {
|
|
39
46
|
|
|
40
|
-
'childSystemIds':
|
|
47
|
+
'childSystemIds': json['childSystemIds'] == null ? undefined : json['childSystemIds'],
|
|
41
48
|
};
|
|
42
49
|
}
|
|
43
50
|
|
|
44
|
-
export function ReqUnlinkChildrenToJSON(
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
51
|
+
export function ReqUnlinkChildrenToJSON(json: any): ReqUnlinkChildren {
|
|
52
|
+
return ReqUnlinkChildrenToJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function ReqUnlinkChildrenToJSONTyped(value?: ReqUnlinkChildren | null, ignoreDiscriminator: boolean = false): any {
|
|
56
|
+
if (value == null) {
|
|
57
|
+
return value;
|
|
50
58
|
}
|
|
59
|
+
|
|
51
60
|
return {
|
|
52
61
|
|
|
53
|
-
'childSystemIds': value
|
|
62
|
+
'childSystemIds': value['childSystemIds'],
|
|
54
63
|
};
|
|
55
64
|
}
|
|
56
65
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -75,46 +75,55 @@ export interface ReqUpdateCredential {
|
|
|
75
75
|
certificate?: string;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
+
/**
|
|
79
|
+
* Check if a given object implements the ReqUpdateCredential interface.
|
|
80
|
+
*/
|
|
81
|
+
export function instanceOfReqUpdateCredential(value: object): value is ReqUpdateCredential {
|
|
82
|
+
return true;
|
|
83
|
+
}
|
|
84
|
+
|
|
78
85
|
export function ReqUpdateCredentialFromJSON(json: any): ReqUpdateCredential {
|
|
79
86
|
return ReqUpdateCredentialFromJSONTyped(json, false);
|
|
80
87
|
}
|
|
81
88
|
|
|
82
89
|
export function ReqUpdateCredentialFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReqUpdateCredential {
|
|
83
|
-
if (
|
|
90
|
+
if (json == null) {
|
|
84
91
|
return json;
|
|
85
92
|
}
|
|
86
93
|
return {
|
|
87
94
|
|
|
88
|
-
'loginUser':
|
|
89
|
-
'password':
|
|
90
|
-
'privateKey':
|
|
91
|
-
'publicKey':
|
|
92
|
-
'accessKey':
|
|
93
|
-
'accessSecret':
|
|
94
|
-
'accessToken':
|
|
95
|
-
'refreshToken':
|
|
96
|
-
'certificate':
|
|
95
|
+
'loginUser': json['loginUser'] == null ? undefined : json['loginUser'],
|
|
96
|
+
'password': json['password'] == null ? undefined : json['password'],
|
|
97
|
+
'privateKey': json['privateKey'] == null ? undefined : json['privateKey'],
|
|
98
|
+
'publicKey': json['publicKey'] == null ? undefined : json['publicKey'],
|
|
99
|
+
'accessKey': json['accessKey'] == null ? undefined : json['accessKey'],
|
|
100
|
+
'accessSecret': json['accessSecret'] == null ? undefined : json['accessSecret'],
|
|
101
|
+
'accessToken': json['accessToken'] == null ? undefined : json['accessToken'],
|
|
102
|
+
'refreshToken': json['refreshToken'] == null ? undefined : json['refreshToken'],
|
|
103
|
+
'certificate': json['certificate'] == null ? undefined : json['certificate'],
|
|
97
104
|
};
|
|
98
105
|
}
|
|
99
106
|
|
|
100
|
-
export function ReqUpdateCredentialToJSON(
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
107
|
+
export function ReqUpdateCredentialToJSON(json: any): ReqUpdateCredential {
|
|
108
|
+
return ReqUpdateCredentialToJSONTyped(json, false);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export function ReqUpdateCredentialToJSONTyped(value?: ReqUpdateCredential | null, ignoreDiscriminator: boolean = false): any {
|
|
112
|
+
if (value == null) {
|
|
113
|
+
return value;
|
|
106
114
|
}
|
|
115
|
+
|
|
107
116
|
return {
|
|
108
117
|
|
|
109
|
-
'loginUser': value
|
|
110
|
-
'password': value
|
|
111
|
-
'privateKey': value
|
|
112
|
-
'publicKey': value
|
|
113
|
-
'accessKey': value
|
|
114
|
-
'accessSecret': value
|
|
115
|
-
'accessToken': value
|
|
116
|
-
'refreshToken': value
|
|
117
|
-
'certificate': value
|
|
118
|
+
'loginUser': value['loginUser'],
|
|
119
|
+
'password': value['password'],
|
|
120
|
+
'privateKey': value['privateKey'],
|
|
121
|
+
'publicKey': value['publicKey'],
|
|
122
|
+
'accessKey': value['accessKey'],
|
|
123
|
+
'accessSecret': value['accessSecret'],
|
|
124
|
+
'accessToken': value['accessToken'],
|
|
125
|
+
'refreshToken': value['refreshToken'],
|
|
126
|
+
'certificate': value['certificate'],
|
|
118
127
|
};
|
|
119
128
|
}
|
|
120
129
|
|
package/src/models/RespBasic.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -63,42 +63,51 @@ export interface RespBasic {
|
|
|
63
63
|
metadata?: object;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
/**
|
|
67
|
+
* Check if a given object implements the RespBasic interface.
|
|
68
|
+
*/
|
|
69
|
+
export function instanceOfRespBasic(value: object): value is RespBasic {
|
|
70
|
+
return true;
|
|
71
|
+
}
|
|
72
|
+
|
|
66
73
|
export function RespBasicFromJSON(json: any): RespBasic {
|
|
67
74
|
return RespBasicFromJSONTyped(json, false);
|
|
68
75
|
}
|
|
69
76
|
|
|
70
77
|
export function RespBasicFromJSONTyped(json: any, ignoreDiscriminator: boolean): RespBasic {
|
|
71
|
-
if (
|
|
78
|
+
if (json == null) {
|
|
72
79
|
return json;
|
|
73
80
|
}
|
|
74
81
|
return {
|
|
75
82
|
|
|
76
|
-
'status':
|
|
77
|
-
'message':
|
|
78
|
-
'version':
|
|
79
|
-
'commit':
|
|
80
|
-
'build':
|
|
81
|
-
'result':
|
|
82
|
-
'metadata':
|
|
83
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
84
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
85
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
86
|
+
'commit': json['commit'] == null ? undefined : json['commit'],
|
|
87
|
+
'build': json['build'] == null ? undefined : json['build'],
|
|
88
|
+
'result': json['result'] == null ? undefined : json['result'],
|
|
89
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
83
90
|
};
|
|
84
91
|
}
|
|
85
92
|
|
|
86
|
-
export function RespBasicToJSON(
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
93
|
+
export function RespBasicToJSON(json: any): RespBasic {
|
|
94
|
+
return RespBasicToJSONTyped(json, false);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export function RespBasicToJSONTyped(value?: RespBasic | null, ignoreDiscriminator: boolean = false): any {
|
|
98
|
+
if (value == null) {
|
|
99
|
+
return value;
|
|
92
100
|
}
|
|
101
|
+
|
|
93
102
|
return {
|
|
94
103
|
|
|
95
|
-
'status': value
|
|
96
|
-
'message': value
|
|
97
|
-
'version': value
|
|
98
|
-
'commit': value
|
|
99
|
-
'build': value
|
|
100
|
-
'result': value
|
|
101
|
-
'metadata': value
|
|
104
|
+
'status': value['status'],
|
|
105
|
+
'message': value['message'],
|
|
106
|
+
'version': value['version'],
|
|
107
|
+
'commit': value['commit'],
|
|
108
|
+
'build': value['build'],
|
|
109
|
+
'result': value['result'],
|
|
110
|
+
'metadata': value['metadata'],
|
|
102
111
|
};
|
|
103
112
|
}
|
|
104
113
|
|