@tapis/tapis-typescript-systems 0.0.2 → 0.0.3
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 +18 -3
- package/README.md +2 -2
- package/dist/apis/ChildSystemsApi.d.ts +54 -0
- package/dist/apis/ChildSystemsApi.js +224 -0
- package/dist/apis/CredentialsApi.d.ts +48 -15
- package/dist/apis/CredentialsApi.js +167 -16
- package/dist/apis/GeneralApi.d.ts +5 -5
- package/dist/apis/GeneralApi.js +5 -5
- package/dist/apis/PermissionsApi.d.ts +3 -11
- package/dist/apis/PermissionsApi.js +3 -11
- package/dist/apis/SchedulerProfilesApi.d.ts +5 -13
- package/dist/apis/SchedulerProfilesApi.js +6 -14
- package/dist/apis/SharingApi.d.ts +85 -0
- package/dist/apis/SharingApi.js +328 -0
- package/dist/apis/SystemsApi.d.ts +33 -44
- package/dist/apis/SystemsApi.js +84 -47
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/models/AuthnEnum.d.ts +2 -1
- package/dist/models/AuthnEnum.js +2 -1
- package/dist/models/Capability.d.ts +1 -1
- package/dist/models/Capability.js +1 -1
- package/dist/models/CategoryEnum.d.ts +1 -1
- package/dist/models/CategoryEnum.js +1 -1
- package/dist/models/Credential.d.ts +19 -1
- package/dist/models/Credential.js +7 -1
- package/dist/models/DatatypeEnum.d.ts +1 -1
- package/dist/models/DatatypeEnum.js +1 -1
- package/dist/models/JobRuntime.d.ts +1 -1
- package/dist/models/JobRuntime.js +1 -1
- package/dist/models/KeyValuePair.d.ts +7 -1
- package/dist/models/KeyValuePair.js +3 -1
- package/dist/models/ListTypeEnum.d.ts +24 -0
- package/dist/models/ListTypeEnum.js +38 -0
- package/dist/models/LogicalQueue.d.ts +1 -1
- package/dist/models/LogicalQueue.js +1 -1
- package/dist/models/ModuleLoadSpec.d.ts +33 -0
- package/dist/models/ModuleLoadSpec.js +43 -0
- package/dist/models/OperationTypeEnum.d.ts +35 -0
- package/dist/models/OperationTypeEnum.js +49 -0
- package/dist/models/ReqMatchConstraints.d.ts +1 -1
- package/dist/models/ReqMatchConstraints.js +1 -1
- package/dist/models/ReqPatchSystem.d.ts +19 -1
- package/dist/models/ReqPatchSystem.js +7 -1
- package/dist/models/ReqPerms.d.ts +1 -1
- package/dist/models/ReqPerms.js +1 -1
- package/dist/models/ReqPostChildSystem.d.ts +39 -0
- package/dist/models/ReqPostChildSystem.js +45 -0
- package/dist/models/ReqPostPutCredential.d.ts +69 -0
- package/dist/models/{ReqCreateCredential.js → ReqPostPutCredential.js} +12 -8
- package/dist/models/ReqPostSchedulerProfile.d.ts +52 -0
- package/dist/models/{ReqCreateSchedulerProfile.js → ReqPostSchedulerProfile.js} +10 -12
- package/dist/models/{ReqCreateSystem.d.ts → ReqPostSystem.d.ts} +55 -43
- package/dist/models/{ReqCreateSystem.js → ReqPostSystem.js} +14 -10
- package/dist/models/ReqPutSystem.d.ts +16 -4
- package/dist/models/ReqPutSystem.js +7 -3
- package/dist/models/ReqSearchSystems.d.ts +1 -1
- package/dist/models/ReqSearchSystems.js +1 -1
- package/dist/models/ReqShareUpdate.d.ts +27 -0
- package/dist/models/ReqShareUpdate.js +40 -0
- package/dist/models/ReqUnlinkChildren.d.ts +27 -0
- package/dist/models/ReqUnlinkChildren.js +41 -0
- package/dist/models/ReqUpdateCredential.d.ts +75 -0
- package/dist/models/ReqUpdateCredential.js +57 -0
- package/dist/models/RespBasic.d.ts +13 -1
- package/dist/models/RespBasic.js +5 -1
- package/dist/models/RespBoolean.d.ts +13 -1
- package/dist/models/RespBoolean.js +5 -1
- package/dist/models/RespChangeCount.d.ts +13 -1
- package/dist/models/RespChangeCount.js +5 -1
- package/dist/models/RespCredential.d.ts +13 -1
- package/dist/models/RespCredential.js +5 -1
- package/dist/models/RespGlobusAuthUrl.d.ts +64 -0
- package/dist/models/RespGlobusAuthUrl.js +54 -0
- package/dist/models/RespNameArray.d.ts +13 -1
- package/dist/models/RespNameArray.js +5 -1
- package/dist/models/RespResourceUrl.d.ts +13 -1
- package/dist/models/RespResourceUrl.js +5 -1
- package/dist/models/RespSchedulerProfile.d.ts +13 -1
- package/dist/models/RespSchedulerProfile.js +5 -1
- package/dist/models/RespSchedulerProfiles.d.ts +13 -1
- package/dist/models/RespSchedulerProfiles.js +5 -1
- package/dist/models/RespShareInfo.d.ts +64 -0
- package/dist/models/RespShareInfo.js +54 -0
- package/dist/models/RespSystem.d.ts +13 -1
- package/dist/models/RespSystem.js +5 -1
- package/dist/models/RespSystemHistory.d.ts +64 -0
- package/dist/models/RespSystemHistory.js +54 -0
- package/dist/models/RespSystems.d.ts +13 -1
- package/dist/models/RespSystems.js +5 -1
- package/dist/models/RespSystemsMetadata.d.ts +1 -1
- package/dist/models/RespSystemsMetadata.js +1 -1
- package/dist/models/ResultBoolean.d.ts +1 -1
- package/dist/models/ResultBoolean.js +1 -1
- package/dist/models/ResultChangeCount.d.ts +1 -1
- package/dist/models/ResultChangeCount.js +1 -1
- package/dist/models/ResultGlobusAuthUrl.d.ts +33 -0
- package/dist/models/ResultGlobusAuthUrl.js +43 -0
- package/dist/models/ResultNameArray.d.ts +1 -1
- package/dist/models/ResultNameArray.js +1 -1
- package/dist/models/ResultResourceUrl.d.ts +1 -1
- package/dist/models/ResultResourceUrl.js +1 -1
- package/dist/models/RuntimeTypeEnum.d.ts +1 -1
- package/dist/models/RuntimeTypeEnum.js +1 -1
- package/dist/models/SchedulerHiddenOptionEnum.d.ts +1 -1
- package/dist/models/SchedulerHiddenOptionEnum.js +1 -1
- package/dist/models/SchedulerProfile.d.ts +4 -10
- package/dist/models/SchedulerProfile.js +3 -5
- package/dist/models/SchedulerTypeEnum.d.ts +1 -1
- package/dist/models/SchedulerTypeEnum.js +1 -1
- package/dist/models/ShareInfo.d.ts +33 -0
- package/dist/models/ShareInfo.js +42 -0
- package/dist/models/SystemHistory.d.ts +64 -0
- package/dist/models/SystemHistory.js +54 -0
- package/dist/models/SystemTypeEnum.d.ts +1 -1
- package/dist/models/SystemTypeEnum.js +1 -1
- package/dist/models/TapisSystem.d.ts +27 -3
- package/dist/models/TapisSystem.js +11 -3
- package/dist/models/index.d.ts +16 -3
- package/dist/models/index.js +16 -3
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/ChildSystemsApi.ts +171 -0
- package/src/apis/CredentialsApi.ts +152 -20
- package/src/apis/GeneralApi.ts +5 -5
- package/src/apis/PermissionsApi.ts +3 -11
- package/src/apis/SchedulerProfilesApi.ts +10 -18
- package/src/apis/SharingApi.ts +250 -0
- package/src/apis/SystemsApi.ts +99 -53
- package/src/apis/index.ts +2 -0
- package/src/models/AuthnEnum.ts +2 -1
- package/src/models/Capability.ts +1 -1
- package/src/models/CategoryEnum.ts +1 -1
- package/src/models/Credential.ts +25 -1
- package/src/models/DatatypeEnum.ts +1 -1
- package/src/models/JobRuntime.ts +1 -1
- package/src/models/KeyValuePair.ts +9 -1
- package/src/models/ListTypeEnum.ts +37 -0
- package/src/models/LogicalQueue.ts +1 -1
- package/src/models/ModuleLoadSpec.ts +64 -0
- package/src/models/OperationTypeEnum.ts +48 -0
- package/src/models/ReqMatchConstraints.ts +1 -1
- package/src/models/ReqPatchSystem.ts +25 -1
- package/src/models/ReqPerms.ts +1 -1
- package/src/models/ReqPostChildSystem.ts +72 -0
- package/src/models/{ReqCreateCredential.ts → ReqPostPutCredential.ts} +29 -13
- package/src/models/{ReqCreateSchedulerProfile.ts → ReqPostSchedulerProfile.ts} +20 -24
- package/src/models/{ReqCreateSystem.ts → ReqPostSystem.ts} +65 -49
- package/src/models/ReqPutSystem.ts +25 -9
- package/src/models/ReqSearchSystems.ts +1 -1
- package/src/models/ReqShareUpdate.ts +56 -0
- package/src/models/ReqUnlinkChildren.ts +56 -0
- package/src/models/ReqUpdateCredential.ts +120 -0
- package/src/models/RespBasic.ts +17 -1
- package/src/models/RespBoolean.ts +17 -1
- package/src/models/RespChangeCount.ts +17 -1
- package/src/models/RespCredential.ts +17 -1
- package/src/models/RespGlobusAuthUrl.ts +111 -0
- package/src/models/RespNameArray.ts +17 -1
- package/src/models/RespResourceUrl.ts +17 -1
- package/src/models/RespSchedulerProfile.ts +17 -1
- package/src/models/RespSchedulerProfiles.ts +17 -1
- package/src/models/RespShareInfo.ts +111 -0
- package/src/models/RespSystem.ts +17 -1
- package/src/models/RespSystemHistory.ts +111 -0
- package/src/models/RespSystems.ts +17 -1
- package/src/models/RespSystemsMetadata.ts +1 -1
- package/src/models/ResultBoolean.ts +1 -1
- package/src/models/ResultChangeCount.ts +1 -1
- package/src/models/ResultGlobusAuthUrl.ts +64 -0
- package/src/models/ResultNameArray.ts +1 -1
- package/src/models/ResultResourceUrl.ts +1 -1
- package/src/models/RuntimeTypeEnum.ts +1 -1
- package/src/models/SchedulerHiddenOptionEnum.ts +1 -1
- package/src/models/SchedulerProfile.ts +9 -13
- package/src/models/SchedulerTypeEnum.ts +1 -1
- package/src/models/ShareInfo.ts +64 -0
- package/src/models/SystemHistory.ts +111 -0
- package/src/models/SystemTypeEnum.ts +1 -1
- package/src/models/TapisSystem.ts +37 -5
- package/src/models/index.ts +16 -3
- package/src/runtime.ts +1 -1
- package/dist/models/ReqCreateCredential.d.ts +0 -57
- package/dist/models/ReqCreateSchedulerProfile.d.ts +0 -58
|
@@ -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: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tapis Systems API
|
|
3
|
+
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
|
+
* Contact: cicsupport@tacc.utexas.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ResultGlobusAuthUrl
|
|
16
|
+
*/
|
|
17
|
+
export interface ResultGlobusAuthUrl {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResultGlobusAuthUrl
|
|
22
|
+
*/
|
|
23
|
+
url?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ResultGlobusAuthUrl
|
|
28
|
+
*/
|
|
29
|
+
sesssionId?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function ResultGlobusAuthUrlFromJSON(json: any): ResultGlobusAuthUrl;
|
|
32
|
+
export declare function ResultGlobusAuthUrlFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResultGlobusAuthUrl;
|
|
33
|
+
export declare function ResultGlobusAuthUrlToJSON(value?: ResultGlobusAuthUrl | null): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Tapis Systems API
|
|
6
|
+
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
|
+
* Contact: cicsupport@tacc.utexas.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
var runtime_1 = require("../runtime");
|
|
17
|
+
function ResultGlobusAuthUrlFromJSON(json) {
|
|
18
|
+
return ResultGlobusAuthUrlFromJSONTyped(json, false);
|
|
19
|
+
}
|
|
20
|
+
exports.ResultGlobusAuthUrlFromJSON = ResultGlobusAuthUrlFromJSON;
|
|
21
|
+
function ResultGlobusAuthUrlFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'url': !runtime_1.exists(json, 'url') ? undefined : json['url'],
|
|
27
|
+
'sesssionId': !runtime_1.exists(json, 'sesssionId') ? undefined : json['sesssionId'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.ResultGlobusAuthUrlFromJSONTyped = ResultGlobusAuthUrlFromJSONTyped;
|
|
31
|
+
function ResultGlobusAuthUrlToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'url': value.url,
|
|
40
|
+
'sesssionId': value.sesssionId,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
exports.ResultGlobusAuthUrlToJSON = ResultGlobusAuthUrlToJSON;
|
|
@@ -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: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
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 { SchedulerHiddenOptionEnum } from './';
|
|
12
|
+
import { ModuleLoadSpec, SchedulerHiddenOptionEnum } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -42,16 +42,10 @@ export interface SchedulerProfile {
|
|
|
42
42
|
owner?: string;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
46
|
-
* @memberof SchedulerProfile
|
|
47
|
-
*/
|
|
48
|
-
moduleLoadCommand: string;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {Array<string>}
|
|
45
|
+
* @type {Array<ModuleLoadSpec>}
|
|
52
46
|
* @memberof SchedulerProfile
|
|
53
47
|
*/
|
|
54
|
-
|
|
48
|
+
moduleLoads?: Array<ModuleLoadSpec>;
|
|
55
49
|
/**
|
|
56
50
|
*
|
|
57
51
|
* @type {Array<SchedulerHiddenOptionEnum>}
|
|
@@ -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: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,8 +28,7 @@ function SchedulerProfileFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
28
28
|
'name': json['name'],
|
|
29
29
|
'description': !runtime_1.exists(json, 'description') ? undefined : json['description'],
|
|
30
30
|
'owner': !runtime_1.exists(json, 'owner') ? undefined : json['owner'],
|
|
31
|
-
'
|
|
32
|
-
'modulesToLoad': !runtime_1.exists(json, 'modulesToLoad') ? undefined : json['modulesToLoad'],
|
|
31
|
+
'moduleLoads': !runtime_1.exists(json, 'moduleLoads') ? undefined : (json['moduleLoads'].map(_1.ModuleLoadSpecFromJSON)),
|
|
33
32
|
'hiddenOptions': !runtime_1.exists(json, 'hiddenOptions') ? undefined : (json['hiddenOptions'].map(_1.SchedulerHiddenOptionEnumFromJSON)),
|
|
34
33
|
};
|
|
35
34
|
}
|
|
@@ -46,8 +45,7 @@ function SchedulerProfileToJSON(value) {
|
|
|
46
45
|
'name': value.name,
|
|
47
46
|
'description': value.description,
|
|
48
47
|
'owner': value.owner,
|
|
49
|
-
'
|
|
50
|
-
'modulesToLoad': value.modulesToLoad,
|
|
48
|
+
'moduleLoads': value.moduleLoads === undefined ? undefined : (value.moduleLoads.map(_1.ModuleLoadSpecToJSON)),
|
|
51
49
|
'hiddenOptions': value.hiddenOptions === undefined ? undefined : (value.hiddenOptions.map(_1.SchedulerHiddenOptionEnumToJSON)),
|
|
52
50
|
};
|
|
53
51
|
}
|
|
@@ -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: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tapis Systems API
|
|
3
|
+
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
|
+
* Contact: cicsupport@tacc.utexas.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ShareInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface ShareInfo {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ShareInfo
|
|
22
|
+
*/
|
|
23
|
+
_public: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof ShareInfo
|
|
28
|
+
*/
|
|
29
|
+
userList: Array<string>;
|
|
30
|
+
}
|
|
31
|
+
export declare function ShareInfoFromJSON(json: any): ShareInfo;
|
|
32
|
+
export declare function ShareInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): ShareInfo;
|
|
33
|
+
export declare function ShareInfoToJSON(value?: ShareInfo | null): any;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Tapis Systems API
|
|
6
|
+
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
|
+
* Contact: cicsupport@tacc.utexas.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
function ShareInfoFromJSON(json) {
|
|
17
|
+
return ShareInfoFromJSONTyped(json, false);
|
|
18
|
+
}
|
|
19
|
+
exports.ShareInfoFromJSON = ShareInfoFromJSON;
|
|
20
|
+
function ShareInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
21
|
+
if ((json === undefined) || (json === null)) {
|
|
22
|
+
return json;
|
|
23
|
+
}
|
|
24
|
+
return {
|
|
25
|
+
'_public': json['public'],
|
|
26
|
+
'userList': json['userList'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
exports.ShareInfoFromJSONTyped = ShareInfoFromJSONTyped;
|
|
30
|
+
function ShareInfoToJSON(value) {
|
|
31
|
+
if (value === undefined) {
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
if (value === null) {
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'public': value._public,
|
|
39
|
+
'userList': value.userList,
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
exports.ShareInfoToJSON = ShareInfoToJSON;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tapis Systems API
|
|
3
|
+
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
|
+
* Contact: cicsupport@tacc.utexas.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { OperationTypeEnum } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SystemHistory
|
|
17
|
+
*/
|
|
18
|
+
export interface SystemHistory {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SystemHistory
|
|
23
|
+
*/
|
|
24
|
+
jwtTenant?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SystemHistory
|
|
29
|
+
*/
|
|
30
|
+
jwtUser?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof SystemHistory
|
|
35
|
+
*/
|
|
36
|
+
oboTenant?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof SystemHistory
|
|
41
|
+
*/
|
|
42
|
+
oboUser?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {OperationTypeEnum}
|
|
46
|
+
* @memberof SystemHistory
|
|
47
|
+
*/
|
|
48
|
+
operation?: OperationTypeEnum;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof SystemHistory
|
|
53
|
+
*/
|
|
54
|
+
description?: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof SystemHistory
|
|
59
|
+
*/
|
|
60
|
+
created?: string;
|
|
61
|
+
}
|
|
62
|
+
export declare function SystemHistoryFromJSON(json: any): SystemHistory;
|
|
63
|
+
export declare function SystemHistoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SystemHistory;
|
|
64
|
+
export declare function SystemHistoryToJSON(value?: SystemHistory | null): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Tapis Systems API
|
|
6
|
+
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
|
+
* Contact: cicsupport@tacc.utexas.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
var runtime_1 = require("../runtime");
|
|
17
|
+
var _1 = require("./");
|
|
18
|
+
function SystemHistoryFromJSON(json) {
|
|
19
|
+
return SystemHistoryFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.SystemHistoryFromJSON = SystemHistoryFromJSON;
|
|
22
|
+
function SystemHistoryFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'jwtTenant': !runtime_1.exists(json, 'jwtTenant') ? undefined : json['jwtTenant'],
|
|
28
|
+
'jwtUser': !runtime_1.exists(json, 'jwtUser') ? undefined : json['jwtUser'],
|
|
29
|
+
'oboTenant': !runtime_1.exists(json, 'oboTenant') ? undefined : json['oboTenant'],
|
|
30
|
+
'oboUser': !runtime_1.exists(json, 'oboUser') ? undefined : json['oboUser'],
|
|
31
|
+
'operation': !runtime_1.exists(json, 'operation') ? undefined : _1.OperationTypeEnumFromJSON(json['operation']),
|
|
32
|
+
'description': !runtime_1.exists(json, 'description') ? undefined : json['description'],
|
|
33
|
+
'created': !runtime_1.exists(json, 'created') ? undefined : json['created'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
exports.SystemHistoryFromJSONTyped = SystemHistoryFromJSONTyped;
|
|
37
|
+
function SystemHistoryToJSON(value) {
|
|
38
|
+
if (value === undefined) {
|
|
39
|
+
return undefined;
|
|
40
|
+
}
|
|
41
|
+
if (value === null) {
|
|
42
|
+
return null;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'jwtTenant': value.jwtTenant,
|
|
46
|
+
'jwtUser': value.jwtUser,
|
|
47
|
+
'oboTenant': value.oboTenant,
|
|
48
|
+
'oboUser': value.oboUser,
|
|
49
|
+
'operation': _1.OperationTypeEnumToJSON(value.operation),
|
|
50
|
+
'description': value.description,
|
|
51
|
+
'created': value.created,
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
exports.SystemHistoryToJSON = SystemHistoryToJSON;
|
|
@@ -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: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -130,6 +130,18 @@ export interface TapisSystem {
|
|
|
130
130
|
* @memberof TapisSystem
|
|
131
131
|
*/
|
|
132
132
|
dtnMountSourcePath?: string;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {boolean}
|
|
136
|
+
* @memberof TapisSystem
|
|
137
|
+
*/
|
|
138
|
+
isPublic?: boolean;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {boolean}
|
|
142
|
+
* @memberof TapisSystem
|
|
143
|
+
*/
|
|
144
|
+
isDynamicEffectiveUser?: boolean;
|
|
133
145
|
/**
|
|
134
146
|
*
|
|
135
147
|
* @type {boolean}
|
|
@@ -150,10 +162,22 @@ export interface TapisSystem {
|
|
|
150
162
|
canRunBatch?: boolean;
|
|
151
163
|
/**
|
|
152
164
|
*
|
|
153
|
-
* @type {
|
|
165
|
+
* @type {boolean}
|
|
166
|
+
* @memberof TapisSystem
|
|
167
|
+
*/
|
|
168
|
+
enableCmdPrefix?: boolean;
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @type {string}
|
|
172
|
+
* @memberof TapisSystem
|
|
173
|
+
*/
|
|
174
|
+
mpiCmd?: string;
|
|
175
|
+
/**
|
|
176
|
+
*
|
|
177
|
+
* @type {Array<JobRuntime>}
|
|
154
178
|
* @memberof TapisSystem
|
|
155
179
|
*/
|
|
156
|
-
jobRuntimes?:
|
|
180
|
+
jobRuntimes?: Array<JobRuntime>;
|
|
157
181
|
/**
|
|
158
182
|
*
|
|
159
183
|
* @type {string}
|
|
@@ -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: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -43,10 +43,14 @@ function TapisSystemFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
43
43
|
'dtnSystemId': !runtime_1.exists(json, 'dtnSystemId') ? undefined : json['dtnSystemId'],
|
|
44
44
|
'dtnMountPoint': !runtime_1.exists(json, 'dtnMountPoint') ? undefined : json['dtnMountPoint'],
|
|
45
45
|
'dtnMountSourcePath': !runtime_1.exists(json, 'dtnMountSourcePath') ? undefined : json['dtnMountSourcePath'],
|
|
46
|
+
'isPublic': !runtime_1.exists(json, 'isPublic') ? undefined : json['isPublic'],
|
|
47
|
+
'isDynamicEffectiveUser': !runtime_1.exists(json, 'isDynamicEffectiveUser') ? undefined : json['isDynamicEffectiveUser'],
|
|
46
48
|
'isDtn': !runtime_1.exists(json, 'isDtn') ? undefined : json['isDtn'],
|
|
47
49
|
'canExec': !runtime_1.exists(json, 'canExec') ? undefined : json['canExec'],
|
|
48
50
|
'canRunBatch': !runtime_1.exists(json, 'canRunBatch') ? undefined : json['canRunBatch'],
|
|
49
|
-
'
|
|
51
|
+
'enableCmdPrefix': !runtime_1.exists(json, 'enableCmdPrefix') ? undefined : json['enableCmdPrefix'],
|
|
52
|
+
'mpiCmd': !runtime_1.exists(json, 'mpiCmd') ? undefined : json['mpiCmd'],
|
|
53
|
+
'jobRuntimes': !runtime_1.exists(json, 'jobRuntimes') ? undefined : (json['jobRuntimes'].map(_1.JobRuntimeFromJSON)),
|
|
50
54
|
'jobWorkingDir': !runtime_1.exists(json, 'jobWorkingDir') ? undefined : json['jobWorkingDir'],
|
|
51
55
|
'jobEnvVariables': !runtime_1.exists(json, 'jobEnvVariables') ? undefined : (json['jobEnvVariables'].map(_1.KeyValuePairFromJSON)),
|
|
52
56
|
'jobMaxJobs': !runtime_1.exists(json, 'jobMaxJobs') ? undefined : json['jobMaxJobs'],
|
|
@@ -93,10 +97,14 @@ function TapisSystemToJSON(value) {
|
|
|
93
97
|
'dtnSystemId': value.dtnSystemId,
|
|
94
98
|
'dtnMountPoint': value.dtnMountPoint,
|
|
95
99
|
'dtnMountSourcePath': value.dtnMountSourcePath,
|
|
100
|
+
'isPublic': value.isPublic,
|
|
101
|
+
'isDynamicEffectiveUser': value.isDynamicEffectiveUser,
|
|
96
102
|
'isDtn': value.isDtn,
|
|
97
103
|
'canExec': value.canExec,
|
|
98
104
|
'canRunBatch': value.canRunBatch,
|
|
99
|
-
'
|
|
105
|
+
'enableCmdPrefix': value.enableCmdPrefix,
|
|
106
|
+
'mpiCmd': value.mpiCmd,
|
|
107
|
+
'jobRuntimes': value.jobRuntimes === undefined ? undefined : (value.jobRuntimes.map(_1.JobRuntimeToJSON)),
|
|
100
108
|
'jobWorkingDir': value.jobWorkingDir,
|
|
101
109
|
'jobEnvVariables': value.jobEnvVariables === undefined ? undefined : (value.jobEnvVariables.map(_1.KeyValuePairToJSON)),
|
|
102
110
|
'jobMaxJobs': value.jobMaxJobs,
|
package/dist/models/index.d.ts
CHANGED
|
@@ -5,33 +5,46 @@ export * from './Credential';
|
|
|
5
5
|
export * from './DatatypeEnum';
|
|
6
6
|
export * from './JobRuntime';
|
|
7
7
|
export * from './KeyValuePair';
|
|
8
|
+
export * from './ListTypeEnum';
|
|
8
9
|
export * from './LogicalQueue';
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './ReqCreateSystem';
|
|
10
|
+
export * from './ModuleLoadSpec';
|
|
11
|
+
export * from './OperationTypeEnum';
|
|
12
12
|
export * from './ReqMatchConstraints';
|
|
13
13
|
export * from './ReqPatchSystem';
|
|
14
14
|
export * from './ReqPerms';
|
|
15
|
+
export * from './ReqPostChildSystem';
|
|
16
|
+
export * from './ReqPostPutCredential';
|
|
17
|
+
export * from './ReqPostSchedulerProfile';
|
|
18
|
+
export * from './ReqPostSystem';
|
|
15
19
|
export * from './ReqPutSystem';
|
|
16
20
|
export * from './ReqSearchSystems';
|
|
21
|
+
export * from './ReqShareUpdate';
|
|
22
|
+
export * from './ReqUnlinkChildren';
|
|
23
|
+
export * from './ReqUpdateCredential';
|
|
17
24
|
export * from './RespBasic';
|
|
18
25
|
export * from './RespBoolean';
|
|
19
26
|
export * from './RespChangeCount';
|
|
20
27
|
export * from './RespCredential';
|
|
28
|
+
export * from './RespGlobusAuthUrl';
|
|
21
29
|
export * from './RespNameArray';
|
|
22
30
|
export * from './RespResourceUrl';
|
|
23
31
|
export * from './RespSchedulerProfile';
|
|
24
32
|
export * from './RespSchedulerProfiles';
|
|
33
|
+
export * from './RespShareInfo';
|
|
25
34
|
export * from './RespSystem';
|
|
35
|
+
export * from './RespSystemHistory';
|
|
26
36
|
export * from './RespSystems';
|
|
27
37
|
export * from './RespSystemsMetadata';
|
|
28
38
|
export * from './ResultBoolean';
|
|
29
39
|
export * from './ResultChangeCount';
|
|
40
|
+
export * from './ResultGlobusAuthUrl';
|
|
30
41
|
export * from './ResultNameArray';
|
|
31
42
|
export * from './ResultResourceUrl';
|
|
32
43
|
export * from './RuntimeTypeEnum';
|
|
33
44
|
export * from './SchedulerHiddenOptionEnum';
|
|
34
45
|
export * from './SchedulerProfile';
|
|
35
46
|
export * from './SchedulerTypeEnum';
|
|
47
|
+
export * from './ShareInfo';
|
|
48
|
+
export * from './SystemHistory';
|
|
36
49
|
export * from './SystemTypeEnum';
|
|
37
50
|
export * from './TapisSystem';
|