Skip to content

Commit 320b285

Browse files
feat(api): add ResourceRoleOrgAutomationsAdmin to ResourceRole enum
1 parent 5abdcae commit 320b285

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 172
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-8045c2fdd23dfc0829570bd933443e57b57b0960cc9ab24641aeb17a32af1181.yml
3-
openapi_spec_hash: 70dd24a3356591fe5cc9eabec6efb7e3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-634e8b0ac8d6d0dd5b5a27d882bbbb1d41c51fc3a07e5da82f3f500b667aef54.yml
3+
openapi_spec_hash: 70acf81c08d9692320671c10e7675114
44
config_hash: ad1db65b32248aecda41b64586aac9ce

src/gitpod/types/shared/resource_role.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"RESOURCE_ROLE_ORG_MEMBER",
1111
"RESOURCE_ROLE_ORG_RUNNERS_ADMIN",
1212
"RESOURCE_ROLE_ORG_PROJECTS_ADMIN",
13+
"RESOURCE_ROLE_ORG_AUTOMATIONS_ADMIN",
1314
"RESOURCE_ROLE_GROUP_ADMIN",
1415
"RESOURCE_ROLE_GROUP_VIEWER",
1516
"RESOURCE_ROLE_USER_IDENTITY",

src/gitpod/types/shared_params/resource_role.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"RESOURCE_ROLE_ORG_MEMBER",
1313
"RESOURCE_ROLE_ORG_RUNNERS_ADMIN",
1414
"RESOURCE_ROLE_ORG_PROJECTS_ADMIN",
15+
"RESOURCE_ROLE_ORG_AUTOMATIONS_ADMIN",
1516
"RESOURCE_ROLE_GROUP_ADMIN",
1617
"RESOURCE_ROLE_GROUP_VIEWER",
1718
"RESOURCE_ROLE_USER_IDENTITY",

0 commit comments

Comments
 (0)