@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
|
@@ -0,0 +1,111 @@
|
|
|
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: 1.3.3
|
|
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 { exists, mapValues } from '../runtime';
|
|
16
|
+
import {
|
|
17
|
+
SystemHistory,
|
|
18
|
+
SystemHistoryFromJSON,
|
|
19
|
+
SystemHistoryFromJSONTyped,
|
|
20
|
+
SystemHistoryToJSON,
|
|
21
|
+
} from './';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface RespSystemHistory
|
|
27
|
+
*/
|
|
28
|
+
export interface RespSystemHistory {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof RespSystemHistory
|
|
33
|
+
*/
|
|
34
|
+
status?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof RespSystemHistory
|
|
39
|
+
*/
|
|
40
|
+
message?: string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof RespSystemHistory
|
|
45
|
+
*/
|
|
46
|
+
version?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof RespSystemHistory
|
|
51
|
+
*/
|
|
52
|
+
commit?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof RespSystemHistory
|
|
57
|
+
*/
|
|
58
|
+
build?: string;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {Array<SystemHistory>}
|
|
62
|
+
* @memberof RespSystemHistory
|
|
63
|
+
*/
|
|
64
|
+
result?: Array<SystemHistory>;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {object}
|
|
68
|
+
* @memberof RespSystemHistory
|
|
69
|
+
*/
|
|
70
|
+
metadata?: object;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export function RespSystemHistoryFromJSON(json: any): RespSystemHistory {
|
|
74
|
+
return RespSystemHistoryFromJSONTyped(json, false);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export function RespSystemHistoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): RespSystemHistory {
|
|
78
|
+
if ((json === undefined) || (json === null)) {
|
|
79
|
+
return json;
|
|
80
|
+
}
|
|
81
|
+
return {
|
|
82
|
+
|
|
83
|
+
'status': !exists(json, 'status') ? undefined : json['status'],
|
|
84
|
+
'message': !exists(json, 'message') ? undefined : json['message'],
|
|
85
|
+
'version': !exists(json, 'version') ? undefined : json['version'],
|
|
86
|
+
'commit': !exists(json, 'commit') ? undefined : json['commit'],
|
|
87
|
+
'build': !exists(json, 'build') ? undefined : json['build'],
|
|
88
|
+
'result': !exists(json, 'result') ? undefined : ((json['result'] as Array<any>).map(SystemHistoryFromJSON)),
|
|
89
|
+
'metadata': !exists(json, 'metadata') ? undefined : json['metadata'],
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export function RespSystemHistoryToJSON(value?: RespSystemHistory | null): any {
|
|
94
|
+
if (value === undefined) {
|
|
95
|
+
return undefined;
|
|
96
|
+
}
|
|
97
|
+
if (value === null) {
|
|
98
|
+
return null;
|
|
99
|
+
}
|
|
100
|
+
return {
|
|
101
|
+
|
|
102
|
+
'status': value.status,
|
|
103
|
+
'message': value.message,
|
|
104
|
+
'version': value.version,
|
|
105
|
+
'commit': value.commit,
|
|
106
|
+
'build': value.build,
|
|
107
|
+
'result': value.result === undefined ? undefined : ((value.result as Array<any>).map(SystemHistoryToJSON)),
|
|
108
|
+
'metadata': value.metadata,
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -48,6 +48,18 @@ export interface RespSystems {
|
|
|
48
48
|
* @memberof RespSystems
|
|
49
49
|
*/
|
|
50
50
|
version?: string;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof RespSystems
|
|
55
|
+
*/
|
|
56
|
+
commit?: string;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof RespSystems
|
|
61
|
+
*/
|
|
62
|
+
build?: string;
|
|
51
63
|
/**
|
|
52
64
|
*
|
|
53
65
|
* @type {Array<TapisSystem>}
|
|
@@ -75,6 +87,8 @@ export function RespSystemsFromJSONTyped(json: any, ignoreDiscriminator: boolean
|
|
|
75
87
|
'status': !exists(json, 'status') ? undefined : json['status'],
|
|
76
88
|
'message': !exists(json, 'message') ? undefined : json['message'],
|
|
77
89
|
'version': !exists(json, 'version') ? undefined : json['version'],
|
|
90
|
+
'commit': !exists(json, 'commit') ? undefined : json['commit'],
|
|
91
|
+
'build': !exists(json, 'build') ? undefined : json['build'],
|
|
78
92
|
'result': !exists(json, 'result') ? undefined : ((json['result'] as Array<any>).map(TapisSystemFromJSON)),
|
|
79
93
|
'metadata': !exists(json, 'metadata') ? undefined : RespSystemsMetadataFromJSON(json['metadata']),
|
|
80
94
|
};
|
|
@@ -92,6 +106,8 @@ export function RespSystemsToJSON(value?: RespSystems | null): any {
|
|
|
92
106
|
'status': value.status,
|
|
93
107
|
'message': value.message,
|
|
94
108
|
'version': value.version,
|
|
109
|
+
'commit': value.commit,
|
|
110
|
+
'build': value.build,
|
|
95
111
|
'result': value.result === undefined ? undefined : ((value.result as Array<any>).map(TapisSystemToJSON)),
|
|
96
112
|
'metadata': RespSystemsMetadataToJSON(value.metadata),
|
|
97
113
|
};
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,64 @@
|
|
|
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: 1.3.3
|
|
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 { exists, mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ResultGlobusAuthUrl
|
|
20
|
+
*/
|
|
21
|
+
export interface ResultGlobusAuthUrl {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ResultGlobusAuthUrl
|
|
26
|
+
*/
|
|
27
|
+
url?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ResultGlobusAuthUrl
|
|
32
|
+
*/
|
|
33
|
+
sesssionId?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export function ResultGlobusAuthUrlFromJSON(json: any): ResultGlobusAuthUrl {
|
|
37
|
+
return ResultGlobusAuthUrlFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export function ResultGlobusAuthUrlFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResultGlobusAuthUrl {
|
|
41
|
+
if ((json === undefined) || (json === null)) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
|
|
46
|
+
'url': !exists(json, 'url') ? undefined : json['url'],
|
|
47
|
+
'sesssionId': !exists(json, 'sesssionId') ? undefined : json['sesssionId'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function ResultGlobusAuthUrlToJSON(value?: ResultGlobusAuthUrl | null): any {
|
|
52
|
+
if (value === undefined) {
|
|
53
|
+
return undefined;
|
|
54
|
+
}
|
|
55
|
+
if (value === null) {
|
|
56
|
+
return null;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
|
|
60
|
+
'url': value.url,
|
|
61
|
+
'sesssionId': value.sesssionId,
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
16
|
import {
|
|
17
|
+
ModuleLoadSpec,
|
|
18
|
+
ModuleLoadSpecFromJSON,
|
|
19
|
+
ModuleLoadSpecFromJSONTyped,
|
|
20
|
+
ModuleLoadSpecToJSON,
|
|
17
21
|
SchedulerHiddenOptionEnum,
|
|
18
22
|
SchedulerHiddenOptionEnumFromJSON,
|
|
19
23
|
SchedulerHiddenOptionEnumFromJSONTyped,
|
|
@@ -52,16 +56,10 @@ export interface SchedulerProfile {
|
|
|
52
56
|
owner?: string;
|
|
53
57
|
/**
|
|
54
58
|
*
|
|
55
|
-
* @type {
|
|
56
|
-
* @memberof SchedulerProfile
|
|
57
|
-
*/
|
|
58
|
-
moduleLoadCommand: string;
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {Array<string>}
|
|
59
|
+
* @type {Array<ModuleLoadSpec>}
|
|
62
60
|
* @memberof SchedulerProfile
|
|
63
61
|
*/
|
|
64
|
-
|
|
62
|
+
moduleLoads?: Array<ModuleLoadSpec>;
|
|
65
63
|
/**
|
|
66
64
|
*
|
|
67
65
|
* @type {Array<SchedulerHiddenOptionEnum>}
|
|
@@ -84,8 +82,7 @@ export function SchedulerProfileFromJSONTyped(json: any, ignoreDiscriminator: bo
|
|
|
84
82
|
'name': json['name'],
|
|
85
83
|
'description': !exists(json, 'description') ? undefined : json['description'],
|
|
86
84
|
'owner': !exists(json, 'owner') ? undefined : json['owner'],
|
|
87
|
-
'
|
|
88
|
-
'modulesToLoad': !exists(json, 'modulesToLoad') ? undefined : json['modulesToLoad'],
|
|
85
|
+
'moduleLoads': !exists(json, 'moduleLoads') ? undefined : ((json['moduleLoads'] as Array<any>).map(ModuleLoadSpecFromJSON)),
|
|
89
86
|
'hiddenOptions': !exists(json, 'hiddenOptions') ? undefined : ((json['hiddenOptions'] as Array<any>).map(SchedulerHiddenOptionEnumFromJSON)),
|
|
90
87
|
};
|
|
91
88
|
}
|
|
@@ -103,8 +100,7 @@ export function SchedulerProfileToJSON(value?: SchedulerProfile | null): any {
|
|
|
103
100
|
'name': value.name,
|
|
104
101
|
'description': value.description,
|
|
105
102
|
'owner': value.owner,
|
|
106
|
-
'
|
|
107
|
-
'modulesToLoad': value.modulesToLoad,
|
|
103
|
+
'moduleLoads': value.moduleLoads === undefined ? undefined : ((value.moduleLoads as Array<any>).map(ModuleLoadSpecToJSON)),
|
|
108
104
|
'hiddenOptions': value.hiddenOptions === undefined ? undefined : ((value.hiddenOptions as Array<any>).map(SchedulerHiddenOptionEnumToJSON)),
|
|
109
105
|
};
|
|
110
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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,64 @@
|
|
|
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: 1.3.3
|
|
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 { exists, mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ShareInfo
|
|
20
|
+
*/
|
|
21
|
+
export interface ShareInfo {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof ShareInfo
|
|
26
|
+
*/
|
|
27
|
+
_public: boolean;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof ShareInfo
|
|
32
|
+
*/
|
|
33
|
+
userList: Array<string>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export function ShareInfoFromJSON(json: any): ShareInfo {
|
|
37
|
+
return ShareInfoFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export function ShareInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): ShareInfo {
|
|
41
|
+
if ((json === undefined) || (json === null)) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
|
|
46
|
+
'_public': json['public'],
|
|
47
|
+
'userList': json['userList'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function ShareInfoToJSON(value?: ShareInfo | null): any {
|
|
52
|
+
if (value === undefined) {
|
|
53
|
+
return undefined;
|
|
54
|
+
}
|
|
55
|
+
if (value === null) {
|
|
56
|
+
return null;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
|
|
60
|
+
'public': value._public,
|
|
61
|
+
'userList': value.userList,
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
@@ -0,0 +1,111 @@
|
|
|
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: 1.3.3
|
|
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 { exists, mapValues } from '../runtime';
|
|
16
|
+
import {
|
|
17
|
+
OperationTypeEnum,
|
|
18
|
+
OperationTypeEnumFromJSON,
|
|
19
|
+
OperationTypeEnumFromJSONTyped,
|
|
20
|
+
OperationTypeEnumToJSON,
|
|
21
|
+
} from './';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface SystemHistory
|
|
27
|
+
*/
|
|
28
|
+
export interface SystemHistory {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SystemHistory
|
|
33
|
+
*/
|
|
34
|
+
jwtTenant?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SystemHistory
|
|
39
|
+
*/
|
|
40
|
+
jwtUser?: string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SystemHistory
|
|
45
|
+
*/
|
|
46
|
+
oboTenant?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SystemHistory
|
|
51
|
+
*/
|
|
52
|
+
oboUser?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {OperationTypeEnum}
|
|
56
|
+
* @memberof SystemHistory
|
|
57
|
+
*/
|
|
58
|
+
operation?: OperationTypeEnum;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SystemHistory
|
|
63
|
+
*/
|
|
64
|
+
description?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SystemHistory
|
|
69
|
+
*/
|
|
70
|
+
created?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export function SystemHistoryFromJSON(json: any): SystemHistory {
|
|
74
|
+
return SystemHistoryFromJSONTyped(json, false);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export function SystemHistoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SystemHistory {
|
|
78
|
+
if ((json === undefined) || (json === null)) {
|
|
79
|
+
return json;
|
|
80
|
+
}
|
|
81
|
+
return {
|
|
82
|
+
|
|
83
|
+
'jwtTenant': !exists(json, 'jwtTenant') ? undefined : json['jwtTenant'],
|
|
84
|
+
'jwtUser': !exists(json, 'jwtUser') ? undefined : json['jwtUser'],
|
|
85
|
+
'oboTenant': !exists(json, 'oboTenant') ? undefined : json['oboTenant'],
|
|
86
|
+
'oboUser': !exists(json, 'oboUser') ? undefined : json['oboUser'],
|
|
87
|
+
'operation': !exists(json, 'operation') ? undefined : OperationTypeEnumFromJSON(json['operation']),
|
|
88
|
+
'description': !exists(json, 'description') ? undefined : json['description'],
|
|
89
|
+
'created': !exists(json, 'created') ? undefined : json['created'],
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export function SystemHistoryToJSON(value?: SystemHistory | null): any {
|
|
94
|
+
if (value === undefined) {
|
|
95
|
+
return undefined;
|
|
96
|
+
}
|
|
97
|
+
if (value === null) {
|
|
98
|
+
return null;
|
|
99
|
+
}
|
|
100
|
+
return {
|
|
101
|
+
|
|
102
|
+
'jwtTenant': value.jwtTenant,
|
|
103
|
+
'jwtUser': value.jwtUser,
|
|
104
|
+
'oboTenant': value.oboTenant,
|
|
105
|
+
'oboUser': value.oboUser,
|
|
106
|
+
'operation': OperationTypeEnumToJSON(value.operation),
|
|
107
|
+
'description': value.description,
|
|
108
|
+
'created': value.created,
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -168,6 +168,18 @@ export interface TapisSystem {
|
|
|
168
168
|
* @memberof TapisSystem
|
|
169
169
|
*/
|
|
170
170
|
dtnMountSourcePath?: string;
|
|
171
|
+
/**
|
|
172
|
+
*
|
|
173
|
+
* @type {boolean}
|
|
174
|
+
* @memberof TapisSystem
|
|
175
|
+
*/
|
|
176
|
+
isPublic?: boolean;
|
|
177
|
+
/**
|
|
178
|
+
*
|
|
179
|
+
* @type {boolean}
|
|
180
|
+
* @memberof TapisSystem
|
|
181
|
+
*/
|
|
182
|
+
isDynamicEffectiveUser?: boolean;
|
|
171
183
|
/**
|
|
172
184
|
*
|
|
173
185
|
* @type {boolean}
|
|
@@ -188,10 +200,22 @@ export interface TapisSystem {
|
|
|
188
200
|
canRunBatch?: boolean;
|
|
189
201
|
/**
|
|
190
202
|
*
|
|
191
|
-
* @type {
|
|
203
|
+
* @type {boolean}
|
|
204
|
+
* @memberof TapisSystem
|
|
205
|
+
*/
|
|
206
|
+
enableCmdPrefix?: boolean;
|
|
207
|
+
/**
|
|
208
|
+
*
|
|
209
|
+
* @type {string}
|
|
210
|
+
* @memberof TapisSystem
|
|
211
|
+
*/
|
|
212
|
+
mpiCmd?: string;
|
|
213
|
+
/**
|
|
214
|
+
*
|
|
215
|
+
* @type {Array<JobRuntime>}
|
|
192
216
|
* @memberof TapisSystem
|
|
193
217
|
*/
|
|
194
|
-
jobRuntimes?:
|
|
218
|
+
jobRuntimes?: Array<JobRuntime>;
|
|
195
219
|
/**
|
|
196
220
|
*
|
|
197
221
|
* @type {string}
|
|
@@ -319,10 +343,14 @@ export function TapisSystemFromJSONTyped(json: any, ignoreDiscriminator: boolean
|
|
|
319
343
|
'dtnSystemId': !exists(json, 'dtnSystemId') ? undefined : json['dtnSystemId'],
|
|
320
344
|
'dtnMountPoint': !exists(json, 'dtnMountPoint') ? undefined : json['dtnMountPoint'],
|
|
321
345
|
'dtnMountSourcePath': !exists(json, 'dtnMountSourcePath') ? undefined : json['dtnMountSourcePath'],
|
|
346
|
+
'isPublic': !exists(json, 'isPublic') ? undefined : json['isPublic'],
|
|
347
|
+
'isDynamicEffectiveUser': !exists(json, 'isDynamicEffectiveUser') ? undefined : json['isDynamicEffectiveUser'],
|
|
322
348
|
'isDtn': !exists(json, 'isDtn') ? undefined : json['isDtn'],
|
|
323
349
|
'canExec': !exists(json, 'canExec') ? undefined : json['canExec'],
|
|
324
350
|
'canRunBatch': !exists(json, 'canRunBatch') ? undefined : json['canRunBatch'],
|
|
325
|
-
'
|
|
351
|
+
'enableCmdPrefix': !exists(json, 'enableCmdPrefix') ? undefined : json['enableCmdPrefix'],
|
|
352
|
+
'mpiCmd': !exists(json, 'mpiCmd') ? undefined : json['mpiCmd'],
|
|
353
|
+
'jobRuntimes': !exists(json, 'jobRuntimes') ? undefined : ((json['jobRuntimes'] as Array<any>).map(JobRuntimeFromJSON)),
|
|
326
354
|
'jobWorkingDir': !exists(json, 'jobWorkingDir') ? undefined : json['jobWorkingDir'],
|
|
327
355
|
'jobEnvVariables': !exists(json, 'jobEnvVariables') ? undefined : ((json['jobEnvVariables'] as Array<any>).map(KeyValuePairFromJSON)),
|
|
328
356
|
'jobMaxJobs': !exists(json, 'jobMaxJobs') ? undefined : json['jobMaxJobs'],
|
|
@@ -370,10 +398,14 @@ export function TapisSystemToJSON(value?: TapisSystem | null): any {
|
|
|
370
398
|
'dtnSystemId': value.dtnSystemId,
|
|
371
399
|
'dtnMountPoint': value.dtnMountPoint,
|
|
372
400
|
'dtnMountSourcePath': value.dtnMountSourcePath,
|
|
401
|
+
'isPublic': value.isPublic,
|
|
402
|
+
'isDynamicEffectiveUser': value.isDynamicEffectiveUser,
|
|
373
403
|
'isDtn': value.isDtn,
|
|
374
404
|
'canExec': value.canExec,
|
|
375
405
|
'canRunBatch': value.canRunBatch,
|
|
376
|
-
'
|
|
406
|
+
'enableCmdPrefix': value.enableCmdPrefix,
|
|
407
|
+
'mpiCmd': value.mpiCmd,
|
|
408
|
+
'jobRuntimes': value.jobRuntimes === undefined ? undefined : ((value.jobRuntimes as Array<any>).map(JobRuntimeToJSON)),
|
|
377
409
|
'jobWorkingDir': value.jobWorkingDir,
|
|
378
410
|
'jobEnvVariables': value.jobEnvVariables === undefined ? undefined : ((value.jobEnvVariables as Array<any>).map(KeyValuePairToJSON)),
|
|
379
411
|
'jobMaxJobs': value.jobMaxJobs,
|
package/src/models/index.ts
CHANGED
|
@@ -7,33 +7,46 @@ export * from './Credential';
|
|
|
7
7
|
export * from './DatatypeEnum';
|
|
8
8
|
export * from './JobRuntime';
|
|
9
9
|
export * from './KeyValuePair';
|
|
10
|
+
export * from './ListTypeEnum';
|
|
10
11
|
export * from './LogicalQueue';
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './ReqCreateSystem';
|
|
12
|
+
export * from './ModuleLoadSpec';
|
|
13
|
+
export * from './OperationTypeEnum';
|
|
14
14
|
export * from './ReqMatchConstraints';
|
|
15
15
|
export * from './ReqPatchSystem';
|
|
16
16
|
export * from './ReqPerms';
|
|
17
|
+
export * from './ReqPostChildSystem';
|
|
18
|
+
export * from './ReqPostPutCredential';
|
|
19
|
+
export * from './ReqPostSchedulerProfile';
|
|
20
|
+
export * from './ReqPostSystem';
|
|
17
21
|
export * from './ReqPutSystem';
|
|
18
22
|
export * from './ReqSearchSystems';
|
|
23
|
+
export * from './ReqShareUpdate';
|
|
24
|
+
export * from './ReqUnlinkChildren';
|
|
25
|
+
export * from './ReqUpdateCredential';
|
|
19
26
|
export * from './RespBasic';
|
|
20
27
|
export * from './RespBoolean';
|
|
21
28
|
export * from './RespChangeCount';
|
|
22
29
|
export * from './RespCredential';
|
|
30
|
+
export * from './RespGlobusAuthUrl';
|
|
23
31
|
export * from './RespNameArray';
|
|
24
32
|
export * from './RespResourceUrl';
|
|
25
33
|
export * from './RespSchedulerProfile';
|
|
26
34
|
export * from './RespSchedulerProfiles';
|
|
35
|
+
export * from './RespShareInfo';
|
|
27
36
|
export * from './RespSystem';
|
|
37
|
+
export * from './RespSystemHistory';
|
|
28
38
|
export * from './RespSystems';
|
|
29
39
|
export * from './RespSystemsMetadata';
|
|
30
40
|
export * from './ResultBoolean';
|
|
31
41
|
export * from './ResultChangeCount';
|
|
42
|
+
export * from './ResultGlobusAuthUrl';
|
|
32
43
|
export * from './ResultNameArray';
|
|
33
44
|
export * from './ResultResourceUrl';
|
|
34
45
|
export * from './RuntimeTypeEnum';
|
|
35
46
|
export * from './SchedulerHiddenOptionEnum';
|
|
36
47
|
export * from './SchedulerProfile';
|
|
37
48
|
export * from './SchedulerTypeEnum';
|
|
49
|
+
export * from './ShareInfo';
|
|
50
|
+
export * from './SystemHistory';
|
|
38
51
|
export * from './SystemTypeEnum';
|
|
39
52
|
export * from './TapisSystem';
|