@tapis/tapis-typescript-systems 0.0.6 → 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 +39 -21
- package/dist/models/TapisSystem.js +114 -97
- 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 +167 -126
- package/src/models/index.ts +3 -0
- package/src/runtime.ts +217 -106
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,28 +13,42 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DatatypeEnum = void 0;
|
|
17
|
+
exports.instanceOfDatatypeEnum = instanceOfDatatypeEnum;
|
|
18
|
+
exports.DatatypeEnumFromJSON = DatatypeEnumFromJSON;
|
|
19
|
+
exports.DatatypeEnumFromJSONTyped = DatatypeEnumFromJSONTyped;
|
|
20
|
+
exports.DatatypeEnumToJSON = DatatypeEnumToJSON;
|
|
21
|
+
exports.DatatypeEnumToJSONTyped = DatatypeEnumToJSONTyped;
|
|
16
22
|
/**
|
|
17
23
|
*
|
|
18
24
|
* @export
|
|
19
|
-
* @enum {string}
|
|
20
25
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
exports.DatatypeEnum = {
|
|
27
|
+
String: 'STRING',
|
|
28
|
+
Integer: 'INTEGER',
|
|
29
|
+
Boolean: 'BOOLEAN',
|
|
30
|
+
Number: 'NUMBER',
|
|
31
|
+
Timestamp: 'TIMESTAMP'
|
|
32
|
+
};
|
|
33
|
+
function instanceOfDatatypeEnum(value) {
|
|
34
|
+
for (var key in exports.DatatypeEnum) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(exports.DatatypeEnum, key)) {
|
|
36
|
+
if (exports.DatatypeEnum[key] === value) {
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return false;
|
|
42
|
+
}
|
|
29
43
|
function DatatypeEnumFromJSON(json) {
|
|
30
44
|
return DatatypeEnumFromJSONTyped(json, false);
|
|
31
45
|
}
|
|
32
|
-
exports.DatatypeEnumFromJSON = DatatypeEnumFromJSON;
|
|
33
46
|
function DatatypeEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
47
|
return json;
|
|
35
48
|
}
|
|
36
|
-
exports.DatatypeEnumFromJSONTyped = DatatypeEnumFromJSONTyped;
|
|
37
49
|
function DatatypeEnumToJSON(value) {
|
|
38
50
|
return value;
|
|
39
51
|
}
|
|
40
|
-
|
|
52
|
+
function DatatypeEnumToJSONTyped(value, ignoreDiscriminator) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RuntimeTypeEnum } from './';
|
|
12
|
+
import type { RuntimeTypeEnum } from './RuntimeTypeEnum';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -29,6 +29,11 @@ export interface JobRuntime {
|
|
|
29
29
|
*/
|
|
30
30
|
version?: string;
|
|
31
31
|
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the JobRuntime interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfJobRuntime(value: object): value is JobRuntime;
|
|
32
36
|
export declare function JobRuntimeFromJSON(json: any): JobRuntime;
|
|
33
37
|
export declare function JobRuntimeFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRuntime;
|
|
34
|
-
export declare function JobRuntimeToJSON(
|
|
38
|
+
export declare function JobRuntimeToJSON(json: any): JobRuntime;
|
|
39
|
+
export declare function JobRuntimeToJSONTyped(value?: JobRuntime | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,32 +13,42 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
exports.instanceOfJobRuntime = instanceOfJobRuntime;
|
|
17
|
+
exports.JobRuntimeFromJSON = JobRuntimeFromJSON;
|
|
18
|
+
exports.JobRuntimeFromJSONTyped = JobRuntimeFromJSONTyped;
|
|
19
|
+
exports.JobRuntimeToJSON = JobRuntimeToJSON;
|
|
20
|
+
exports.JobRuntimeToJSONTyped = JobRuntimeToJSONTyped;
|
|
21
|
+
var RuntimeTypeEnum_1 = require("./RuntimeTypeEnum");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the JobRuntime interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfJobRuntime(value) {
|
|
26
|
+
if (!('runtimeType' in value) || value['runtimeType'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
18
30
|
function JobRuntimeFromJSON(json) {
|
|
19
31
|
return JobRuntimeFromJSONTyped(json, false);
|
|
20
32
|
}
|
|
21
|
-
exports.JobRuntimeFromJSON = JobRuntimeFromJSON;
|
|
22
33
|
function JobRuntimeFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
-
if (
|
|
34
|
+
if (json == null) {
|
|
24
35
|
return json;
|
|
25
36
|
}
|
|
26
37
|
return {
|
|
27
|
-
'runtimeType':
|
|
28
|
-
'version':
|
|
38
|
+
'runtimeType': (0, RuntimeTypeEnum_1.RuntimeTypeEnumFromJSON)(json['runtimeType']),
|
|
39
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
29
40
|
};
|
|
30
41
|
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
if (value
|
|
37
|
-
return
|
|
42
|
+
function JobRuntimeToJSON(json) {
|
|
43
|
+
return JobRuntimeToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function JobRuntimeToJSONTyped(value, ignoreDiscriminator) {
|
|
46
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
38
49
|
}
|
|
39
50
|
return {
|
|
40
|
-
'runtimeType':
|
|
41
|
-
'version': value
|
|
51
|
+
'runtimeType': (0, RuntimeTypeEnum_1.RuntimeTypeEnumToJSON)(value['runtimeType']),
|
|
52
|
+
'version': value['version'],
|
|
42
53
|
};
|
|
43
54
|
}
|
|
44
|
-
exports.JobRuntimeToJSON = JobRuntimeToJSON;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,14 +12,16 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
Required
|
|
19
|
-
Fixed
|
|
20
|
-
IncludeOnDemand
|
|
21
|
-
IncludeByDefault
|
|
22
|
-
}
|
|
16
|
+
export declare const KeyValueInputModeEnum: {
|
|
17
|
+
readonly Required: "REQUIRED";
|
|
18
|
+
readonly Fixed: "FIXED";
|
|
19
|
+
readonly IncludeOnDemand: "INCLUDE_ON_DEMAND";
|
|
20
|
+
readonly IncludeByDefault: "INCLUDE_BY_DEFAULT";
|
|
21
|
+
};
|
|
22
|
+
export type KeyValueInputModeEnum = typeof KeyValueInputModeEnum[keyof typeof KeyValueInputModeEnum];
|
|
23
|
+
export declare function instanceOfKeyValueInputModeEnum(value: any): boolean;
|
|
23
24
|
export declare function KeyValueInputModeEnumFromJSON(json: any): KeyValueInputModeEnum;
|
|
24
25
|
export declare function KeyValueInputModeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): KeyValueInputModeEnum;
|
|
25
26
|
export declare function KeyValueInputModeEnumToJSON(value?: KeyValueInputModeEnum | null): any;
|
|
27
|
+
export declare function KeyValueInputModeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): KeyValueInputModeEnum;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,27 +13,41 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.KeyValueInputModeEnum = void 0;
|
|
17
|
+
exports.instanceOfKeyValueInputModeEnum = instanceOfKeyValueInputModeEnum;
|
|
18
|
+
exports.KeyValueInputModeEnumFromJSON = KeyValueInputModeEnumFromJSON;
|
|
19
|
+
exports.KeyValueInputModeEnumFromJSONTyped = KeyValueInputModeEnumFromJSONTyped;
|
|
20
|
+
exports.KeyValueInputModeEnumToJSON = KeyValueInputModeEnumToJSON;
|
|
21
|
+
exports.KeyValueInputModeEnumToJSONTyped = KeyValueInputModeEnumToJSONTyped;
|
|
16
22
|
/**
|
|
17
23
|
*
|
|
18
24
|
* @export
|
|
19
|
-
* @enum {string}
|
|
20
25
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
exports.KeyValueInputModeEnum = {
|
|
27
|
+
Required: 'REQUIRED',
|
|
28
|
+
Fixed: 'FIXED',
|
|
29
|
+
IncludeOnDemand: 'INCLUDE_ON_DEMAND',
|
|
30
|
+
IncludeByDefault: 'INCLUDE_BY_DEFAULT'
|
|
31
|
+
};
|
|
32
|
+
function instanceOfKeyValueInputModeEnum(value) {
|
|
33
|
+
for (var key in exports.KeyValueInputModeEnum) {
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(exports.KeyValueInputModeEnum, key)) {
|
|
35
|
+
if (exports.KeyValueInputModeEnum[key] === value) {
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
28
42
|
function KeyValueInputModeEnumFromJSON(json) {
|
|
29
43
|
return KeyValueInputModeEnumFromJSONTyped(json, false);
|
|
30
44
|
}
|
|
31
|
-
exports.KeyValueInputModeEnumFromJSON = KeyValueInputModeEnumFromJSON;
|
|
32
45
|
function KeyValueInputModeEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
46
|
return json;
|
|
34
47
|
}
|
|
35
|
-
exports.KeyValueInputModeEnumFromJSONTyped = KeyValueInputModeEnumFromJSONTyped;
|
|
36
48
|
function KeyValueInputModeEnumToJSON(value) {
|
|
37
49
|
return value;
|
|
38
50
|
}
|
|
39
|
-
|
|
51
|
+
function KeyValueInputModeEnumToJSONTyped(value, ignoreDiscriminator) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { KeyValueInputModeEnum } from './';
|
|
12
|
+
import type { KeyValueInputModeEnum } from './KeyValueInputModeEnum';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -47,6 +47,11 @@ export interface KeyValuePair {
|
|
|
47
47
|
*/
|
|
48
48
|
notes?: object;
|
|
49
49
|
}
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the KeyValuePair interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfKeyValuePair(value: object): value is KeyValuePair;
|
|
50
54
|
export declare function KeyValuePairFromJSON(json: any): KeyValuePair;
|
|
51
55
|
export declare function KeyValuePairFromJSONTyped(json: any, ignoreDiscriminator: boolean): KeyValuePair;
|
|
52
|
-
export declare function KeyValuePairToJSON(
|
|
56
|
+
export declare function KeyValuePairToJSON(json: any): KeyValuePair;
|
|
57
|
+
export declare function KeyValuePairToJSONTyped(value?: KeyValuePair | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,38 +13,48 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
exports.instanceOfKeyValuePair = instanceOfKeyValuePair;
|
|
17
|
+
exports.KeyValuePairFromJSON = KeyValuePairFromJSON;
|
|
18
|
+
exports.KeyValuePairFromJSONTyped = KeyValuePairFromJSONTyped;
|
|
19
|
+
exports.KeyValuePairToJSON = KeyValuePairToJSON;
|
|
20
|
+
exports.KeyValuePairToJSONTyped = KeyValuePairToJSONTyped;
|
|
21
|
+
var KeyValueInputModeEnum_1 = require("./KeyValueInputModeEnum");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the KeyValuePair interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfKeyValuePair(value) {
|
|
26
|
+
if (!('key' in value) || value['key'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
18
30
|
function KeyValuePairFromJSON(json) {
|
|
19
31
|
return KeyValuePairFromJSONTyped(json, false);
|
|
20
32
|
}
|
|
21
|
-
exports.KeyValuePairFromJSON = KeyValuePairFromJSON;
|
|
22
33
|
function KeyValuePairFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
-
if (
|
|
34
|
+
if (json == null) {
|
|
24
35
|
return json;
|
|
25
36
|
}
|
|
26
37
|
return {
|
|
27
38
|
'key': json['key'],
|
|
28
|
-
'value':
|
|
29
|
-
'description':
|
|
30
|
-
'inputMode':
|
|
31
|
-
'notes':
|
|
39
|
+
'value': json['value'] == null ? undefined : json['value'],
|
|
40
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
41
|
+
'inputMode': json['inputMode'] == null ? undefined : (0, KeyValueInputModeEnum_1.KeyValueInputModeEnumFromJSON)(json['inputMode']),
|
|
42
|
+
'notes': json['notes'] == null ? undefined : json['notes'],
|
|
32
43
|
};
|
|
33
44
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
if (value
|
|
40
|
-
return
|
|
45
|
+
function KeyValuePairToJSON(json) {
|
|
46
|
+
return KeyValuePairToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function KeyValuePairToJSONTyped(value, ignoreDiscriminator) {
|
|
49
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
41
52
|
}
|
|
42
53
|
return {
|
|
43
|
-
'key': value
|
|
44
|
-
'value': value
|
|
45
|
-
'description': value
|
|
46
|
-
'inputMode':
|
|
47
|
-
'notes': value
|
|
54
|
+
'key': value['key'],
|
|
55
|
+
'value': value['value'],
|
|
56
|
+
'description': value['description'],
|
|
57
|
+
'inputMode': (0, KeyValueInputModeEnum_1.KeyValueInputModeEnumToJSON)(value['inputMode']),
|
|
58
|
+
'notes': value['notes'],
|
|
48
59
|
};
|
|
49
60
|
}
|
|
50
|
-
exports.KeyValuePairToJSON = KeyValuePairToJSON;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,13 +12,15 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
Owned
|
|
19
|
-
SharedPublic
|
|
20
|
-
All
|
|
21
|
-
}
|
|
16
|
+
export declare const ListTypeEnum: {
|
|
17
|
+
readonly Owned: "OWNED";
|
|
18
|
+
readonly SharedPublic: "SHARED_PUBLIC";
|
|
19
|
+
readonly All: "ALL";
|
|
20
|
+
};
|
|
21
|
+
export type ListTypeEnum = typeof ListTypeEnum[keyof typeof ListTypeEnum];
|
|
22
|
+
export declare function instanceOfListTypeEnum(value: any): boolean;
|
|
22
23
|
export declare function ListTypeEnumFromJSON(json: any): ListTypeEnum;
|
|
23
24
|
export declare function ListTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListTypeEnum;
|
|
24
25
|
export declare function ListTypeEnumToJSON(value?: ListTypeEnum | null): any;
|
|
26
|
+
export declare function ListTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): ListTypeEnum;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,26 +13,40 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ListTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfListTypeEnum = instanceOfListTypeEnum;
|
|
18
|
+
exports.ListTypeEnumFromJSON = ListTypeEnumFromJSON;
|
|
19
|
+
exports.ListTypeEnumFromJSONTyped = ListTypeEnumFromJSONTyped;
|
|
20
|
+
exports.ListTypeEnumToJSON = ListTypeEnumToJSON;
|
|
21
|
+
exports.ListTypeEnumToJSONTyped = ListTypeEnumToJSONTyped;
|
|
16
22
|
/**
|
|
17
23
|
*
|
|
18
24
|
* @export
|
|
19
|
-
* @enum {string}
|
|
20
25
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
exports.ListTypeEnum = {
|
|
27
|
+
Owned: 'OWNED',
|
|
28
|
+
SharedPublic: 'SHARED_PUBLIC',
|
|
29
|
+
All: 'ALL'
|
|
30
|
+
};
|
|
31
|
+
function instanceOfListTypeEnum(value) {
|
|
32
|
+
for (var key in exports.ListTypeEnum) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(exports.ListTypeEnum, key)) {
|
|
34
|
+
if (exports.ListTypeEnum[key] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
27
41
|
function ListTypeEnumFromJSON(json) {
|
|
28
42
|
return ListTypeEnumFromJSONTyped(json, false);
|
|
29
43
|
}
|
|
30
|
-
exports.ListTypeEnumFromJSON = ListTypeEnumFromJSON;
|
|
31
44
|
function ListTypeEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
45
|
return json;
|
|
33
46
|
}
|
|
34
|
-
exports.ListTypeEnumFromJSONTyped = ListTypeEnumFromJSONTyped;
|
|
35
47
|
function ListTypeEnumToJSON(value) {
|
|
36
48
|
return value;
|
|
37
49
|
}
|
|
38
|
-
|
|
50
|
+
function ListTypeEnumToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,6 +21,12 @@ export interface LogicalQueue {
|
|
|
21
21
|
* @memberof LogicalQueue
|
|
22
22
|
*/
|
|
23
23
|
name: string;
|
|
24
|
+
/**
|
|
25
|
+
* Optional more verbose description.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LogicalQueue
|
|
28
|
+
*/
|
|
29
|
+
description?: string;
|
|
24
30
|
/**
|
|
25
31
|
*
|
|
26
32
|
* @type {string}
|
|
@@ -88,6 +94,11 @@ export interface LogicalQueue {
|
|
|
88
94
|
*/
|
|
89
95
|
maxMinutes?: number;
|
|
90
96
|
}
|
|
97
|
+
/**
|
|
98
|
+
* Check if a given object implements the LogicalQueue interface.
|
|
99
|
+
*/
|
|
100
|
+
export declare function instanceOfLogicalQueue(value: object): value is LogicalQueue;
|
|
91
101
|
export declare function LogicalQueueFromJSON(json: any): LogicalQueue;
|
|
92
102
|
export declare function LogicalQueueFromJSONTyped(json: any, ignoreDiscriminator: boolean): LogicalQueue;
|
|
93
|
-
export declare function LogicalQueueToJSON(
|
|
103
|
+
export declare function LogicalQueueToJSON(json: any): LogicalQueue;
|
|
104
|
+
export declare function LogicalQueueToJSONTyped(value?: LogicalQueue | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,51 +13,65 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
|
|
16
|
+
exports.instanceOfLogicalQueue = instanceOfLogicalQueue;
|
|
17
|
+
exports.LogicalQueueFromJSON = LogicalQueueFromJSON;
|
|
18
|
+
exports.LogicalQueueFromJSONTyped = LogicalQueueFromJSONTyped;
|
|
19
|
+
exports.LogicalQueueToJSON = LogicalQueueToJSON;
|
|
20
|
+
exports.LogicalQueueToJSONTyped = LogicalQueueToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the LogicalQueue interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfLogicalQueue(value) {
|
|
25
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('hpcQueueName' in value) || value['hpcQueueName'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
17
31
|
function LogicalQueueFromJSON(json) {
|
|
18
32
|
return LogicalQueueFromJSONTyped(json, false);
|
|
19
33
|
}
|
|
20
|
-
exports.LogicalQueueFromJSON = LogicalQueueFromJSON;
|
|
21
34
|
function LogicalQueueFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
-
if (
|
|
35
|
+
if (json == null) {
|
|
23
36
|
return json;
|
|
24
37
|
}
|
|
25
38
|
return {
|
|
26
39
|
'name': json['name'],
|
|
40
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
27
41
|
'hpcQueueName': json['hpcQueueName'],
|
|
28
|
-
'maxJobs':
|
|
29
|
-
'maxJobsPerUser':
|
|
30
|
-
'minNodeCount':
|
|
31
|
-
'maxNodeCount':
|
|
32
|
-
'minCoresPerNode':
|
|
33
|
-
'maxCoresPerNode':
|
|
34
|
-
'minMemoryMB':
|
|
35
|
-
'maxMemoryMB':
|
|
36
|
-
'minMinutes':
|
|
37
|
-
'maxMinutes':
|
|
42
|
+
'maxJobs': json['maxJobs'] == null ? undefined : json['maxJobs'],
|
|
43
|
+
'maxJobsPerUser': json['maxJobsPerUser'] == null ? undefined : json['maxJobsPerUser'],
|
|
44
|
+
'minNodeCount': json['minNodeCount'] == null ? undefined : json['minNodeCount'],
|
|
45
|
+
'maxNodeCount': json['maxNodeCount'] == null ? undefined : json['maxNodeCount'],
|
|
46
|
+
'minCoresPerNode': json['minCoresPerNode'] == null ? undefined : json['minCoresPerNode'],
|
|
47
|
+
'maxCoresPerNode': json['maxCoresPerNode'] == null ? undefined : json['maxCoresPerNode'],
|
|
48
|
+
'minMemoryMB': json['minMemoryMB'] == null ? undefined : json['minMemoryMB'],
|
|
49
|
+
'maxMemoryMB': json['maxMemoryMB'] == null ? undefined : json['maxMemoryMB'],
|
|
50
|
+
'minMinutes': json['minMinutes'] == null ? undefined : json['minMinutes'],
|
|
51
|
+
'maxMinutes': json['maxMinutes'] == null ? undefined : json['maxMinutes'],
|
|
38
52
|
};
|
|
39
53
|
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
if (value
|
|
46
|
-
return
|
|
54
|
+
function LogicalQueueToJSON(json) {
|
|
55
|
+
return LogicalQueueToJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function LogicalQueueToJSONTyped(value, ignoreDiscriminator) {
|
|
58
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
47
61
|
}
|
|
48
62
|
return {
|
|
49
|
-
'name': value
|
|
50
|
-
'
|
|
51
|
-
'
|
|
52
|
-
'
|
|
53
|
-
'
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'
|
|
57
|
-
'
|
|
58
|
-
'
|
|
59
|
-
'
|
|
60
|
-
'
|
|
63
|
+
'name': value['name'],
|
|
64
|
+
'description': value['description'],
|
|
65
|
+
'hpcQueueName': value['hpcQueueName'],
|
|
66
|
+
'maxJobs': value['maxJobs'],
|
|
67
|
+
'maxJobsPerUser': value['maxJobsPerUser'],
|
|
68
|
+
'minNodeCount': value['minNodeCount'],
|
|
69
|
+
'maxNodeCount': value['maxNodeCount'],
|
|
70
|
+
'minCoresPerNode': value['minCoresPerNode'],
|
|
71
|
+
'maxCoresPerNode': value['maxCoresPerNode'],
|
|
72
|
+
'minMemoryMB': value['minMemoryMB'],
|
|
73
|
+
'maxMemoryMB': value['maxMemoryMB'],
|
|
74
|
+
'minMinutes': value['minMinutes'],
|
|
75
|
+
'maxMinutes': value['maxMinutes'],
|
|
61
76
|
};
|
|
62
77
|
}
|
|
63
|
-
exports.LogicalQueueToJSON = LogicalQueueToJSON;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 25Q4.2
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,6 +28,11 @@ export interface ModuleLoadSpec {
|
|
|
28
28
|
*/
|
|
29
29
|
modulesToLoad?: Array<string>;
|
|
30
30
|
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ModuleLoadSpec interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfModuleLoadSpec(value: object): value is ModuleLoadSpec;
|
|
31
35
|
export declare function ModuleLoadSpecFromJSON(json: any): ModuleLoadSpec;
|
|
32
36
|
export declare function ModuleLoadSpecFromJSONTyped(json: any, ignoreDiscriminator: boolean): ModuleLoadSpec;
|
|
33
|
-
export declare function ModuleLoadSpecToJSON(
|
|
37
|
+
export declare function ModuleLoadSpecToJSON(json: any): ModuleLoadSpec;
|
|
38
|
+
export declare function ModuleLoadSpecToJSONTyped(value?: ModuleLoadSpec | null, ignoreDiscriminator?: boolean): any;
|