@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,13 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ResultBoolean } from './ResultBoolean';
|
|
16
17
|
import {
|
|
17
|
-
ResultBoolean,
|
|
18
18
|
ResultBooleanFromJSON,
|
|
19
19
|
ResultBooleanFromJSONTyped,
|
|
20
20
|
ResultBooleanToJSON,
|
|
21
|
-
|
|
21
|
+
ResultBooleanToJSONTyped,
|
|
22
|
+
} from './ResultBoolean';
|
|
22
23
|
|
|
23
24
|
/**
|
|
24
25
|
*
|
|
@@ -70,42 +71,51 @@ export interface RespBoolean {
|
|
|
70
71
|
metadata?: object;
|
|
71
72
|
}
|
|
72
73
|
|
|
74
|
+
/**
|
|
75
|
+
* Check if a given object implements the RespBoolean interface.
|
|
76
|
+
*/
|
|
77
|
+
export function instanceOfRespBoolean(value: object): value is RespBoolean {
|
|
78
|
+
return true;
|
|
79
|
+
}
|
|
80
|
+
|
|
73
81
|
export function RespBooleanFromJSON(json: any): RespBoolean {
|
|
74
82
|
return RespBooleanFromJSONTyped(json, false);
|
|
75
83
|
}
|
|
76
84
|
|
|
77
85
|
export function RespBooleanFromJSONTyped(json: any, ignoreDiscriminator: boolean): RespBoolean {
|
|
78
|
-
if (
|
|
86
|
+
if (json == null) {
|
|
79
87
|
return json;
|
|
80
88
|
}
|
|
81
89
|
return {
|
|
82
90
|
|
|
83
|
-
'status':
|
|
84
|
-
'message':
|
|
85
|
-
'version':
|
|
86
|
-
'commit':
|
|
87
|
-
'build':
|
|
88
|
-
'result':
|
|
89
|
-
'metadata':
|
|
91
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
92
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
93
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
94
|
+
'commit': json['commit'] == null ? undefined : json['commit'],
|
|
95
|
+
'build': json['build'] == null ? undefined : json['build'],
|
|
96
|
+
'result': json['result'] == null ? undefined : ResultBooleanFromJSON(json['result']),
|
|
97
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
90
98
|
};
|
|
91
99
|
}
|
|
92
100
|
|
|
93
|
-
export function RespBooleanToJSON(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
101
|
+
export function RespBooleanToJSON(json: any): RespBoolean {
|
|
102
|
+
return RespBooleanToJSONTyped(json, false);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export function RespBooleanToJSONTyped(value?: RespBoolean | null, ignoreDiscriminator: boolean = false): any {
|
|
106
|
+
if (value == null) {
|
|
107
|
+
return value;
|
|
99
108
|
}
|
|
109
|
+
|
|
100
110
|
return {
|
|
101
111
|
|
|
102
|
-
'status': value
|
|
103
|
-
'message': value
|
|
104
|
-
'version': value
|
|
105
|
-
'commit': value
|
|
106
|
-
'build': value
|
|
107
|
-
'result': ResultBooleanToJSON(value
|
|
108
|
-
'metadata': value
|
|
112
|
+
'status': value['status'],
|
|
113
|
+
'message': value['message'],
|
|
114
|
+
'version': value['version'],
|
|
115
|
+
'commit': value['commit'],
|
|
116
|
+
'build': value['build'],
|
|
117
|
+
'result': ResultBooleanToJSON(value['result']),
|
|
118
|
+
'metadata': value['metadata'],
|
|
109
119
|
};
|
|
110
120
|
}
|
|
111
121
|
|
|
@@ -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,13 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ResultChangeCount } from './ResultChangeCount';
|
|
16
17
|
import {
|
|
17
|
-
ResultChangeCount,
|
|
18
18
|
ResultChangeCountFromJSON,
|
|
19
19
|
ResultChangeCountFromJSONTyped,
|
|
20
20
|
ResultChangeCountToJSON,
|
|
21
|
-
|
|
21
|
+
ResultChangeCountToJSONTyped,
|
|
22
|
+
} from './ResultChangeCount';
|
|
22
23
|
|
|
23
24
|
/**
|
|
24
25
|
*
|
|
@@ -70,42 +71,51 @@ export interface RespChangeCount {
|
|
|
70
71
|
metadata?: object;
|
|
71
72
|
}
|
|
72
73
|
|
|
74
|
+
/**
|
|
75
|
+
* Check if a given object implements the RespChangeCount interface.
|
|
76
|
+
*/
|
|
77
|
+
export function instanceOfRespChangeCount(value: object): value is RespChangeCount {
|
|
78
|
+
return true;
|
|
79
|
+
}
|
|
80
|
+
|
|
73
81
|
export function RespChangeCountFromJSON(json: any): RespChangeCount {
|
|
74
82
|
return RespChangeCountFromJSONTyped(json, false);
|
|
75
83
|
}
|
|
76
84
|
|
|
77
85
|
export function RespChangeCountFromJSONTyped(json: any, ignoreDiscriminator: boolean): RespChangeCount {
|
|
78
|
-
if (
|
|
86
|
+
if (json == null) {
|
|
79
87
|
return json;
|
|
80
88
|
}
|
|
81
89
|
return {
|
|
82
90
|
|
|
83
|
-
'status':
|
|
84
|
-
'message':
|
|
85
|
-
'version':
|
|
86
|
-
'commit':
|
|
87
|
-
'build':
|
|
88
|
-
'result':
|
|
89
|
-
'metadata':
|
|
91
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
92
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
93
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
94
|
+
'commit': json['commit'] == null ? undefined : json['commit'],
|
|
95
|
+
'build': json['build'] == null ? undefined : json['build'],
|
|
96
|
+
'result': json['result'] == null ? undefined : ResultChangeCountFromJSON(json['result']),
|
|
97
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
90
98
|
};
|
|
91
99
|
}
|
|
92
100
|
|
|
93
|
-
export function RespChangeCountToJSON(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
101
|
+
export function RespChangeCountToJSON(json: any): RespChangeCount {
|
|
102
|
+
return RespChangeCountToJSONTyped(json, false);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export function RespChangeCountToJSONTyped(value?: RespChangeCount | null, ignoreDiscriminator: boolean = false): any {
|
|
106
|
+
if (value == null) {
|
|
107
|
+
return value;
|
|
99
108
|
}
|
|
109
|
+
|
|
100
110
|
return {
|
|
101
111
|
|
|
102
|
-
'status': value
|
|
103
|
-
'message': value
|
|
104
|
-
'version': value
|
|
105
|
-
'commit': value
|
|
106
|
-
'build': value
|
|
107
|
-
'result': ResultChangeCountToJSON(value
|
|
108
|
-
'metadata': value
|
|
112
|
+
'status': value['status'],
|
|
113
|
+
'message': value['message'],
|
|
114
|
+
'version': value['version'],
|
|
115
|
+
'commit': value['commit'],
|
|
116
|
+
'build': value['build'],
|
|
117
|
+
'result': ResultChangeCountToJSON(value['result']),
|
|
118
|
+
'metadata': value['metadata'],
|
|
109
119
|
};
|
|
110
120
|
}
|
|
111
121
|
|
|
@@ -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,13 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { Credential } from './Credential';
|
|
16
17
|
import {
|
|
17
|
-
Credential,
|
|
18
18
|
CredentialFromJSON,
|
|
19
19
|
CredentialFromJSONTyped,
|
|
20
20
|
CredentialToJSON,
|
|
21
|
-
|
|
21
|
+
CredentialToJSONTyped,
|
|
22
|
+
} from './Credential';
|
|
22
23
|
|
|
23
24
|
/**
|
|
24
25
|
*
|
|
@@ -70,42 +71,51 @@ export interface RespCredential {
|
|
|
70
71
|
metadata?: object;
|
|
71
72
|
}
|
|
72
73
|
|
|
74
|
+
/**
|
|
75
|
+
* Check if a given object implements the RespCredential interface.
|
|
76
|
+
*/
|
|
77
|
+
export function instanceOfRespCredential(value: object): value is RespCredential {
|
|
78
|
+
return true;
|
|
79
|
+
}
|
|
80
|
+
|
|
73
81
|
export function RespCredentialFromJSON(json: any): RespCredential {
|
|
74
82
|
return RespCredentialFromJSONTyped(json, false);
|
|
75
83
|
}
|
|
76
84
|
|
|
77
85
|
export function RespCredentialFromJSONTyped(json: any, ignoreDiscriminator: boolean): RespCredential {
|
|
78
|
-
if (
|
|
86
|
+
if (json == null) {
|
|
79
87
|
return json;
|
|
80
88
|
}
|
|
81
89
|
return {
|
|
82
90
|
|
|
83
|
-
'status':
|
|
84
|
-
'message':
|
|
85
|
-
'version':
|
|
86
|
-
'commit':
|
|
87
|
-
'build':
|
|
88
|
-
'result':
|
|
89
|
-
'metadata':
|
|
91
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
92
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
93
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
94
|
+
'commit': json['commit'] == null ? undefined : json['commit'],
|
|
95
|
+
'build': json['build'] == null ? undefined : json['build'],
|
|
96
|
+
'result': json['result'] == null ? undefined : CredentialFromJSON(json['result']),
|
|
97
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
90
98
|
};
|
|
91
99
|
}
|
|
92
100
|
|
|
93
|
-
export function RespCredentialToJSON(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
101
|
+
export function RespCredentialToJSON(json: any): RespCredential {
|
|
102
|
+
return RespCredentialToJSONTyped(json, false);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export function RespCredentialToJSONTyped(value?: RespCredential | null, ignoreDiscriminator: boolean = false): any {
|
|
106
|
+
if (value == null) {
|
|
107
|
+
return value;
|
|
99
108
|
}
|
|
109
|
+
|
|
100
110
|
return {
|
|
101
111
|
|
|
102
|
-
'status': value
|
|
103
|
-
'message': value
|
|
104
|
-
'version': value
|
|
105
|
-
'commit': value
|
|
106
|
-
'build': value
|
|
107
|
-
'result': CredentialToJSON(value
|
|
108
|
-
'metadata': value
|
|
112
|
+
'status': value['status'],
|
|
113
|
+
'message': value['message'],
|
|
114
|
+
'version': value['version'],
|
|
115
|
+
'commit': value['commit'],
|
|
116
|
+
'build': value['build'],
|
|
117
|
+
'result': CredentialToJSON(value['result']),
|
|
118
|
+
'metadata': value['metadata'],
|
|
109
119
|
};
|
|
110
120
|
}
|
|
111
121
|
|
|
@@ -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,13 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ResultGlobusAuthUrl } from './ResultGlobusAuthUrl';
|
|
16
17
|
import {
|
|
17
|
-
ResultGlobusAuthUrl,
|
|
18
18
|
ResultGlobusAuthUrlFromJSON,
|
|
19
19
|
ResultGlobusAuthUrlFromJSONTyped,
|
|
20
20
|
ResultGlobusAuthUrlToJSON,
|
|
21
|
-
|
|
21
|
+
ResultGlobusAuthUrlToJSONTyped,
|
|
22
|
+
} from './ResultGlobusAuthUrl';
|
|
22
23
|
|
|
23
24
|
/**
|
|
24
25
|
*
|
|
@@ -70,42 +71,51 @@ export interface RespGlobusAuthUrl {
|
|
|
70
71
|
metadata?: object;
|
|
71
72
|
}
|
|
72
73
|
|
|
74
|
+
/**
|
|
75
|
+
* Check if a given object implements the RespGlobusAuthUrl interface.
|
|
76
|
+
*/
|
|
77
|
+
export function instanceOfRespGlobusAuthUrl(value: object): value is RespGlobusAuthUrl {
|
|
78
|
+
return true;
|
|
79
|
+
}
|
|
80
|
+
|
|
73
81
|
export function RespGlobusAuthUrlFromJSON(json: any): RespGlobusAuthUrl {
|
|
74
82
|
return RespGlobusAuthUrlFromJSONTyped(json, false);
|
|
75
83
|
}
|
|
76
84
|
|
|
77
85
|
export function RespGlobusAuthUrlFromJSONTyped(json: any, ignoreDiscriminator: boolean): RespGlobusAuthUrl {
|
|
78
|
-
if (
|
|
86
|
+
if (json == null) {
|
|
79
87
|
return json;
|
|
80
88
|
}
|
|
81
89
|
return {
|
|
82
90
|
|
|
83
|
-
'status':
|
|
84
|
-
'message':
|
|
85
|
-
'version':
|
|
86
|
-
'commit':
|
|
87
|
-
'build':
|
|
88
|
-
'result':
|
|
89
|
-
'metadata':
|
|
91
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
92
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
93
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
94
|
+
'commit': json['commit'] == null ? undefined : json['commit'],
|
|
95
|
+
'build': json['build'] == null ? undefined : json['build'],
|
|
96
|
+
'result': json['result'] == null ? undefined : ResultGlobusAuthUrlFromJSON(json['result']),
|
|
97
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
90
98
|
};
|
|
91
99
|
}
|
|
92
100
|
|
|
93
|
-
export function RespGlobusAuthUrlToJSON(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
101
|
+
export function RespGlobusAuthUrlToJSON(json: any): RespGlobusAuthUrl {
|
|
102
|
+
return RespGlobusAuthUrlToJSONTyped(json, false);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export function RespGlobusAuthUrlToJSONTyped(value?: RespGlobusAuthUrl | null, ignoreDiscriminator: boolean = false): any {
|
|
106
|
+
if (value == null) {
|
|
107
|
+
return value;
|
|
99
108
|
}
|
|
109
|
+
|
|
100
110
|
return {
|
|
101
111
|
|
|
102
|
-
'status': value
|
|
103
|
-
'message': value
|
|
104
|
-
'version': value
|
|
105
|
-
'commit': value
|
|
106
|
-
'build': value
|
|
107
|
-
'result': ResultGlobusAuthUrlToJSON(value
|
|
108
|
-
'metadata': value
|
|
112
|
+
'status': value['status'],
|
|
113
|
+
'message': value['message'],
|
|
114
|
+
'version': value['version'],
|
|
115
|
+
'commit': value['commit'],
|
|
116
|
+
'build': value['build'],
|
|
117
|
+
'result': ResultGlobusAuthUrlToJSON(value['result']),
|
|
118
|
+
'metadata': value['metadata'],
|
|
109
119
|
};
|
|
110
120
|
}
|
|
111
121
|
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tapis Systems API
|
|
5
|
+
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
8
|
+
* Contact: cicsupport@tacc.utexas.edu
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ResultName } from './ResultName';
|
|
17
|
+
import {
|
|
18
|
+
ResultNameFromJSON,
|
|
19
|
+
ResultNameFromJSONTyped,
|
|
20
|
+
ResultNameToJSON,
|
|
21
|
+
ResultNameToJSONTyped,
|
|
22
|
+
} from './ResultName';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface RespName
|
|
28
|
+
*/
|
|
29
|
+
export interface RespName {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof RespName
|
|
34
|
+
*/
|
|
35
|
+
status?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof RespName
|
|
40
|
+
*/
|
|
41
|
+
message?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof RespName
|
|
46
|
+
*/
|
|
47
|
+
version?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof RespName
|
|
52
|
+
*/
|
|
53
|
+
commit?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof RespName
|
|
58
|
+
*/
|
|
59
|
+
build?: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {object}
|
|
63
|
+
* @memberof RespName
|
|
64
|
+
*/
|
|
65
|
+
metadata?: object;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {ResultName}
|
|
69
|
+
* @memberof RespName
|
|
70
|
+
*/
|
|
71
|
+
result?: ResultName;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Check if a given object implements the RespName interface.
|
|
76
|
+
*/
|
|
77
|
+
export function instanceOfRespName(value: object): value is RespName {
|
|
78
|
+
return true;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export function RespNameFromJSON(json: any): RespName {
|
|
82
|
+
return RespNameFromJSONTyped(json, false);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export function RespNameFromJSONTyped(json: any, ignoreDiscriminator: boolean): RespName {
|
|
86
|
+
if (json == null) {
|
|
87
|
+
return json;
|
|
88
|
+
}
|
|
89
|
+
return {
|
|
90
|
+
|
|
91
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
92
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
93
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
94
|
+
'commit': json['commit'] == null ? undefined : json['commit'],
|
|
95
|
+
'build': json['build'] == null ? undefined : json['build'],
|
|
96
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
97
|
+
'result': json['result'] == null ? undefined : ResultNameFromJSON(json['result']),
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export function RespNameToJSON(json: any): RespName {
|
|
102
|
+
return RespNameToJSONTyped(json, false);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export function RespNameToJSONTyped(value?: RespName | null, ignoreDiscriminator: boolean = false): any {
|
|
106
|
+
if (value == null) {
|
|
107
|
+
return value;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
return {
|
|
111
|
+
|
|
112
|
+
'status': value['status'],
|
|
113
|
+
'message': value['message'],
|
|
114
|
+
'version': value['version'],
|
|
115
|
+
'commit': value['commit'],
|
|
116
|
+
'build': value['build'],
|
|
117
|
+
'metadata': value['metadata'],
|
|
118
|
+
'result': ResultNameToJSON(value['result']),
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
|
|
@@ -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,13 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import {
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ResultNameArray } from './ResultNameArray';
|
|
16
17
|
import {
|
|
17
|
-
ResultNameArray,
|
|
18
18
|
ResultNameArrayFromJSON,
|
|
19
19
|
ResultNameArrayFromJSONTyped,
|
|
20
20
|
ResultNameArrayToJSON,
|
|
21
|
-
|
|
21
|
+
ResultNameArrayToJSONTyped,
|
|
22
|
+
} from './ResultNameArray';
|
|
22
23
|
|
|
23
24
|
/**
|
|
24
25
|
*
|
|
@@ -70,42 +71,51 @@ export interface RespNameArray {
|
|
|
70
71
|
metadata?: object;
|
|
71
72
|
}
|
|
72
73
|
|
|
74
|
+
/**
|
|
75
|
+
* Check if a given object implements the RespNameArray interface.
|
|
76
|
+
*/
|
|
77
|
+
export function instanceOfRespNameArray(value: object): value is RespNameArray {
|
|
78
|
+
return true;
|
|
79
|
+
}
|
|
80
|
+
|
|
73
81
|
export function RespNameArrayFromJSON(json: any): RespNameArray {
|
|
74
82
|
return RespNameArrayFromJSONTyped(json, false);
|
|
75
83
|
}
|
|
76
84
|
|
|
77
85
|
export function RespNameArrayFromJSONTyped(json: any, ignoreDiscriminator: boolean): RespNameArray {
|
|
78
|
-
if (
|
|
86
|
+
if (json == null) {
|
|
79
87
|
return json;
|
|
80
88
|
}
|
|
81
89
|
return {
|
|
82
90
|
|
|
83
|
-
'status':
|
|
84
|
-
'message':
|
|
85
|
-
'version':
|
|
86
|
-
'commit':
|
|
87
|
-
'build':
|
|
88
|
-
'result':
|
|
89
|
-
'metadata':
|
|
91
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
92
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
93
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
94
|
+
'commit': json['commit'] == null ? undefined : json['commit'],
|
|
95
|
+
'build': json['build'] == null ? undefined : json['build'],
|
|
96
|
+
'result': json['result'] == null ? undefined : ResultNameArrayFromJSON(json['result']),
|
|
97
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
90
98
|
};
|
|
91
99
|
}
|
|
92
100
|
|
|
93
|
-
export function RespNameArrayToJSON(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
101
|
+
export function RespNameArrayToJSON(json: any): RespNameArray {
|
|
102
|
+
return RespNameArrayToJSONTyped(json, false);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export function RespNameArrayToJSONTyped(value?: RespNameArray | null, ignoreDiscriminator: boolean = false): any {
|
|
106
|
+
if (value == null) {
|
|
107
|
+
return value;
|
|
99
108
|
}
|
|
109
|
+
|
|
100
110
|
return {
|
|
101
111
|
|
|
102
|
-
'status': value
|
|
103
|
-
'message': value
|
|
104
|
-
'version': value
|
|
105
|
-
'commit': value
|
|
106
|
-
'build': value
|
|
107
|
-
'result': ResultNameArrayToJSON(value
|
|
108
|
-
'metadata': value
|
|
112
|
+
'status': value['status'],
|
|
113
|
+
'message': value['message'],
|
|
114
|
+
'version': value['version'],
|
|
115
|
+
'commit': value['commit'],
|
|
116
|
+
'build': value['build'],
|
|
117
|
+
'result': ResultNameArrayToJSON(value['result']),
|
|
118
|
+
'metadata': value['metadata'],
|
|
109
119
|
};
|
|
110
120
|
}
|
|
111
121
|
|