Skip to content

Commit e99dc40

Browse files
feat(api): add RESOURCE_ROLE_ORG_ENVIRONMENTS_READER to resource_role
1 parent 3bddede commit e99dc40

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: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-733dd06e091046fb3d5c5f612a4231e5c2d9da46dc16dcfb42ce5b7af8c32c1d.yml
3-
openapi_spec_hash: 805193dd7418d079e23e6cdb594e4e59
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-683cfb7a7ed700a43cac2852fe1e616d44d8112a5729739e2eb011a6ef79e1e0.yml
3+
openapi_spec_hash: c0d0010ffe278692a0f5236a64a3d259
44
config_hash: a2977efc262539c5e31ba0e6dfb6a0a1

src/gitpod/types/shared/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_PROJECTS_ADMIN",
1313
"RESOURCE_ROLE_ORG_AUTOMATIONS_ADMIN",
1414
"RESOURCE_ROLE_ORG_GROUPS_ADMIN",
15+
"RESOURCE_ROLE_ORG_ENVIRONMENTS_READER",
1516
"RESOURCE_ROLE_ORG_AUDIT_LOG_READER",
1617
"RESOURCE_ROLE_GROUP_ADMIN",
1718
"RESOURCE_ROLE_GROUP_VIEWER",

src/gitpod/types/shared_params/resource_role.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"RESOURCE_ROLE_ORG_PROJECTS_ADMIN",
1515
"RESOURCE_ROLE_ORG_AUTOMATIONS_ADMIN",
1616
"RESOURCE_ROLE_ORG_GROUPS_ADMIN",
17+
"RESOURCE_ROLE_ORG_ENVIRONMENTS_READER",
1718
"RESOURCE_ROLE_ORG_AUDIT_LOG_READER",
1819
"RESOURCE_ROLE_GROUP_ADMIN",
1920
"RESOURCE_ROLE_GROUP_VIEWER",

0 commit comments

Comments
 (0)