Skip to content

Commit 3c3fb55

Browse files
feat(api): add WARMPOOL_ADMIN and WARMPOOL_VIEWER to ResourceRole
1 parent 3bcb28e commit 3c3fb55

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: 175
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-8426aa204132f89d5d5f32747d82c2986f826c9acd0e5367010f04aaaf63f9e2.yml
3-
openapi_spec_hash: e5e60a2fab845cf1d4a0637bf4d63790
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-cdd6702acb1ed8cc46e6f890808cdd543d75f66676afcaf6f823485e1b88bbce.yml
3+
openapi_spec_hash: 03d0cd81b156a89c6a37fc4de3ff48be
44
config_hash: 120c7d12a3f057e636ca5d9fb9eeb205

src/gitpod/types/shared/resource_role.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@
6060
"RESOURCE_ROLE_WEBHOOK_ADMIN",
6161
"RESOURCE_ROLE_WEBHOOK_VIEWER",
6262
"RESOURCE_ROLE_WARMPOOL_RUNNER",
63+
"RESOURCE_ROLE_WARMPOOL_ADMIN",
64+
"RESOURCE_ROLE_WARMPOOL_VIEWER",
6365
]

src/gitpod/types/shared_params/resource_role.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@
6262
"RESOURCE_ROLE_WEBHOOK_ADMIN",
6363
"RESOURCE_ROLE_WEBHOOK_VIEWER",
6464
"RESOURCE_ROLE_WARMPOOL_RUNNER",
65+
"RESOURCE_ROLE_WARMPOOL_ADMIN",
66+
"RESOURCE_ROLE_WARMPOOL_VIEWER",
6567
]

0 commit comments

Comments
 (0)