Skip to content

Commit 85b0437

Browse files
feat(api): add team admin and viewer roles to ResourceRole
1 parent 1fa7909 commit 85b0437

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 180
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-c8cb681c5b3ecde846adb3de81f1d8cb8da3df62deb86d36f2387e94bcfbafc8.yml
3-
openapi_spec_hash: 5b90c50927ddb8208f709bac310525ca
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-7d56837db309145bd797a9791b7265781e34675b23dfd69d817f2be45f9b1062.yml
3+
openapi_spec_hash: eb329205d76135f39cbe56d7b696dba3
44
config_hash: 76ed1b5c38c855d3383b38deafebd1ae

src/gitpod/types/shared/resource_role.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@
6363
"RESOURCE_ROLE_WARMPOOL_VIEWER",
6464
"RESOURCE_ROLE_SESSION_ADMIN",
6565
"RESOURCE_ROLE_SESSION_USER",
66+
"RESOURCE_ROLE_TEAM_ADMIN",
67+
"RESOURCE_ROLE_TEAM_VIEWER",
6668
]

src/gitpod/types/shared_params/resource_role.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,6 @@
6565
"RESOURCE_ROLE_WARMPOOL_VIEWER",
6666
"RESOURCE_ROLE_SESSION_ADMIN",
6767
"RESOURCE_ROLE_SESSION_USER",
68+
"RESOURCE_ROLE_TEAM_ADMIN",
69+
"RESOURCE_ROLE_TEAM_VIEWER",
6870
]

0 commit comments

Comments
 (0)