@volcengine/iam20210801 1.0.1
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/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +155 -0
- package/dist/esm/api.d.ts +133 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +91 -0
- package/dist/esm/types/attach-policy-in-project-request.d.ts +62 -0
- package/dist/esm/types/attach-policy-in-project-request.d.ts.map +1 -0
- package/dist/esm/types/attach-policy-in-project-response.d.ts +20 -0
- package/dist/esm/types/attach-policy-in-project-response.d.ts.map +1 -0
- package/dist/esm/types/create-project-request.d.ts +40 -0
- package/dist/esm/types/create-project-request.d.ts.map +1 -0
- package/dist/esm/types/create-project-response.d.ts +65 -0
- package/dist/esm/types/create-project-response.d.ts.map +1 -0
- package/dist/esm/types/delete-project-request.d.ts +25 -0
- package/dist/esm/types/delete-project-request.d.ts.map +1 -0
- package/dist/esm/types/delete-project-response.d.ts +20 -0
- package/dist/esm/types/delete-project-response.d.ts.map +1 -0
- package/dist/esm/types/detach-policy-in-project-request.d.ts +62 -0
- package/dist/esm/types/detach-policy-in-project-request.d.ts.map +1 -0
- package/dist/esm/types/detach-policy-in-project-response.d.ts +20 -0
- package/dist/esm/types/detach-policy-in-project-response.d.ts.map +1 -0
- package/dist/esm/types/get-project-request.d.ts +25 -0
- package/dist/esm/types/get-project-request.d.ts.map +1 -0
- package/dist/esm/types/get-project-response.d.ts +65 -0
- package/dist/esm/types/get-project-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +27 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/list-project-identities-request.d.ts +54 -0
- package/dist/esm/types/list-project-identities-request.d.ts.map +1 -0
- package/dist/esm/types/list-project-identities-response.d.ts +53 -0
- package/dist/esm/types/list-project-identities-response.d.ts.map +1 -0
- package/dist/esm/types/list-project-resources-request.d.ts +78 -0
- package/dist/esm/types/list-project-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-project-resources-response.d.ts +41 -0
- package/dist/esm/types/list-project-resources-response.d.ts.map +1 -0
- package/dist/esm/types/list-projects-request.d.ts +40 -0
- package/dist/esm/types/list-projects-request.d.ts.map +1 -0
- package/dist/esm/types/list-projects-response.d.ts +41 -0
- package/dist/esm/types/list-projects-response.d.ts.map +1 -0
- package/dist/esm/types/move-project-resource-request.d.ts +30 -0
- package/dist/esm/types/move-project-resource-request.d.ts.map +1 -0
- package/dist/esm/types/move-project-resource-response.d.ts +20 -0
- package/dist/esm/types/move-project-resource-response.d.ts.map +1 -0
- package/dist/esm/types/policy-for-list-project-identities-output.d.ts +50 -0
- package/dist/esm/types/policy-for-list-project-identities-output.d.ts.map +1 -0
- package/dist/esm/types/project-for-list-projects-output.d.ts +70 -0
- package/dist/esm/types/project-for-list-projects-output.d.ts.map +1 -0
- package/dist/esm/types/project-resource-for-list-project-resources-output.d.ts +65 -0
- package/dist/esm/types/project-resource-for-list-project-resources-output.d.ts.map +1 -0
- package/dist/esm/types/project-role-for-list-project-identities-output.d.ts +46 -0
- package/dist/esm/types/project-role-for-list-project-identities-output.d.ts.map +1 -0
- package/dist/esm/types/project-user-for-list-project-identities-output.d.ts +46 -0
- package/dist/esm/types/project-user-for-list-project-identities-output.d.ts.map +1 -0
- package/dist/esm/types/project-user-group-for-list-project-identities-output.d.ts +46 -0
- package/dist/esm/types/project-user-group-for-list-project-identities-output.d.ts.map +1 -0
- package/dist/esm/types/update-project-request.d.ts +35 -0
- package/dist/esm/types/update-project-request.d.ts.map +1 -0
- package/dist/esm/types/update-project-response.d.ts +20 -0
- package/dist/esm/types/update-project-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +229 -0
- package/src/index.ts +14 -0
- package/src/types/attach-policy-in-project-request.ts +71 -0
- package/src/types/attach-policy-in-project-response.ts +22 -0
- package/src/types/create-project-request.ts +46 -0
- package/src/types/create-project-response.ts +76 -0
- package/src/types/delete-project-request.ts +28 -0
- package/src/types/delete-project-response.ts +22 -0
- package/src/types/detach-policy-in-project-request.ts +71 -0
- package/src/types/detach-policy-in-project-response.ts +22 -0
- package/src/types/get-project-request.ts +28 -0
- package/src/types/get-project-response.ts +76 -0
- package/src/types/index.ts +26 -0
- package/src/types/list-project-identities-request.ts +63 -0
- package/src/types/list-project-identities-response.ts +61 -0
- package/src/types/list-project-resources-request.ts +92 -0
- package/src/types/list-project-resources-response.ts +47 -0
- package/src/types/list-projects-request.ts +46 -0
- package/src/types/list-projects-response.ts +47 -0
- package/src/types/move-project-resource-request.ts +34 -0
- package/src/types/move-project-resource-response.ts +22 -0
- package/src/types/policy-for-list-project-identities-output.ts +58 -0
- package/src/types/project-for-list-projects-output.ts +82 -0
- package/src/types/project-resource-for-list-project-resources-output.ts +76 -0
- package/src/types/project-role-for-list-project-identities-output.ts +53 -0
- package/src/types/project-user-for-list-project-identities-output.ts +53 -0
- package/src/types/project-user-group-for-list-project-identities-output.ts +53 -0
- package/src/types/update-project-request.ts +40 -0
- package/src/types/update-project-response.ts +22 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* iam20210801
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PolicyForListProjectIdentitiesOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface PolicyForListProjectIdentitiesOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof PolicyForListProjectIdentitiesOutput
|
|
26
|
+
*/
|
|
27
|
+
AttachDate?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PolicyForListProjectIdentitiesOutput
|
|
32
|
+
*/
|
|
33
|
+
Description?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof PolicyForListProjectIdentitiesOutput
|
|
38
|
+
*/
|
|
39
|
+
IsServiceRolePolicy?: number;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof PolicyForListProjectIdentitiesOutput
|
|
44
|
+
*/
|
|
45
|
+
PolicyName?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof PolicyForListProjectIdentitiesOutput
|
|
50
|
+
*/
|
|
51
|
+
PolicyTrn?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof PolicyForListProjectIdentitiesOutput
|
|
56
|
+
*/
|
|
57
|
+
PolicyType?: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* iam20210801
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ProjectForListProjectsOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ProjectForListProjectsOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ProjectForListProjectsOutput
|
|
26
|
+
*/
|
|
27
|
+
AccountID?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ProjectForListProjectsOutput
|
|
32
|
+
*/
|
|
33
|
+
CreateDate?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ProjectForListProjectsOutput
|
|
38
|
+
*/
|
|
39
|
+
Description?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof ProjectForListProjectsOutput
|
|
44
|
+
*/
|
|
45
|
+
DisplayName?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {boolean}
|
|
49
|
+
* @memberof ProjectForListProjectsOutput
|
|
50
|
+
*/
|
|
51
|
+
HasPermission?: boolean;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof ProjectForListProjectsOutput
|
|
56
|
+
*/
|
|
57
|
+
ParentProjectName?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof ProjectForListProjectsOutput
|
|
62
|
+
*/
|
|
63
|
+
Path?: string;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof ProjectForListProjectsOutput
|
|
68
|
+
*/
|
|
69
|
+
ProjectName?: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof ProjectForListProjectsOutput
|
|
74
|
+
*/
|
|
75
|
+
Status?: string;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof ProjectForListProjectsOutput
|
|
80
|
+
*/
|
|
81
|
+
UpdateDate?: string;
|
|
82
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* iam20210801
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ProjectResourceForListProjectResourcesOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ProjectResourceForListProjectResourcesOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ProjectResourceForListProjectResourcesOutput
|
|
26
|
+
*/
|
|
27
|
+
AccountID?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ProjectResourceForListProjectResourcesOutput
|
|
32
|
+
*/
|
|
33
|
+
CreateDate?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ProjectResourceForListProjectResourcesOutput
|
|
38
|
+
*/
|
|
39
|
+
ProjectName?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof ProjectResourceForListProjectResourcesOutput
|
|
44
|
+
*/
|
|
45
|
+
ResourceID?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof ProjectResourceForListProjectResourcesOutput
|
|
50
|
+
*/
|
|
51
|
+
ResourceRegion?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof ProjectResourceForListProjectResourcesOutput
|
|
56
|
+
*/
|
|
57
|
+
ResourceTrn?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof ProjectResourceForListProjectResourcesOutput
|
|
62
|
+
*/
|
|
63
|
+
ResourceType?: string;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof ProjectResourceForListProjectResourcesOutput
|
|
68
|
+
*/
|
|
69
|
+
ServiceName?: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof ProjectResourceForListProjectResourcesOutput
|
|
74
|
+
*/
|
|
75
|
+
UpdateDate?: string;
|
|
76
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* iam20210801
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { PolicyForListProjectIdentitiesOutput } from './policy-for-list-project-identities-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ProjectRoleForListProjectIdentitiesOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ProjectRoleForListProjectIdentitiesOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProjectRoleForListProjectIdentitiesOutput
|
|
27
|
+
*/
|
|
28
|
+
Description?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ProjectRoleForListProjectIdentitiesOutput
|
|
33
|
+
*/
|
|
34
|
+
DisplayName?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<PolicyForListProjectIdentitiesOutput>}
|
|
38
|
+
* @memberof ProjectRoleForListProjectIdentitiesOutput
|
|
39
|
+
*/
|
|
40
|
+
Policy?: Array<PolicyForListProjectIdentitiesOutput>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ProjectRoleForListProjectIdentitiesOutput
|
|
45
|
+
*/
|
|
46
|
+
RoleName?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ProjectRoleForListProjectIdentitiesOutput
|
|
51
|
+
*/
|
|
52
|
+
UpdateDate?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* iam20210801
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { PolicyForListProjectIdentitiesOutput } from './policy-for-list-project-identities-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ProjectUserForListProjectIdentitiesOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ProjectUserForListProjectIdentitiesOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProjectUserForListProjectIdentitiesOutput
|
|
27
|
+
*/
|
|
28
|
+
Description?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ProjectUserForListProjectIdentitiesOutput
|
|
33
|
+
*/
|
|
34
|
+
DisplayName?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<PolicyForListProjectIdentitiesOutput>}
|
|
38
|
+
* @memberof ProjectUserForListProjectIdentitiesOutput
|
|
39
|
+
*/
|
|
40
|
+
Policy?: Array<PolicyForListProjectIdentitiesOutput>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ProjectUserForListProjectIdentitiesOutput
|
|
45
|
+
*/
|
|
46
|
+
UpdateDate?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ProjectUserForListProjectIdentitiesOutput
|
|
51
|
+
*/
|
|
52
|
+
UserName?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* iam20210801
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { PolicyForListProjectIdentitiesOutput } from './policy-for-list-project-identities-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ProjectUserGroupForListProjectIdentitiesOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ProjectUserGroupForListProjectIdentitiesOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProjectUserGroupForListProjectIdentitiesOutput
|
|
27
|
+
*/
|
|
28
|
+
Description?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ProjectUserGroupForListProjectIdentitiesOutput
|
|
33
|
+
*/
|
|
34
|
+
DisplayName?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<PolicyForListProjectIdentitiesOutput>}
|
|
38
|
+
* @memberof ProjectUserGroupForListProjectIdentitiesOutput
|
|
39
|
+
*/
|
|
40
|
+
Policy?: Array<PolicyForListProjectIdentitiesOutput>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ProjectUserGroupForListProjectIdentitiesOutput
|
|
45
|
+
*/
|
|
46
|
+
UpdateDate?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ProjectUserGroupForListProjectIdentitiesOutput
|
|
51
|
+
*/
|
|
52
|
+
UserGroupName?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* iam20210801
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface UpdateProjectRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface UpdateProjectRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof UpdateProjectRequest
|
|
26
|
+
*/
|
|
27
|
+
Description?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof UpdateProjectRequest
|
|
32
|
+
*/
|
|
33
|
+
DisplayName?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof UpdateProjectRequest
|
|
38
|
+
*/
|
|
39
|
+
ProjectName: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* iam20210801
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface UpdateProjectResponse
|
|
20
|
+
*/
|
|
21
|
+
export interface UpdateProjectResponse {
|
|
22
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../tsconfig.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"outDir": "./dist/types",
|
|
5
|
+
"rootDir": "./src"
|
|
6
|
+
},
|
|
7
|
+
"include": ["src/**/*"],
|
|
8
|
+
"exclude": ["node_modules", "dist", "test"],
|
|
9
|
+
"references": [
|
|
10
|
+
{ "path": "../../packages/sdk-core" }
|
|
11
|
+
]
|
|
12
|
+
}
|