Skip to content

Commit 3e55cec

Browse files
feat(api): add port access methods and organization admission level to environments
1 parent 94de4dc commit 3e55cec

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.stats.yml

Lines changed: 3 additions & 3 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-92fffd301d2d050355d06eafcfdba8fc4a702de6c27c624460355ad24c84efab.yml
3-
openapi_spec_hash: 2f357ec436f18dd0437372e87c65d719
4-
config_hash: ad1db65b32248aecda41b64586aac9ce
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-67c67966cd1e08521239198f80dc006070947f4b5d91b77aa44bc0412a419707.yml
3+
openapi_spec_hash: 9684b4d6977a2d6f135246ba0dd65ec1
4+
config_hash: 2b9740817f5ef36649d603ece3a30906

src/gitpod/types/admission_level.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
__all__ = ["AdmissionLevel"]
66

77
AdmissionLevel: TypeAlias = Literal[
8-
"ADMISSION_LEVEL_UNSPECIFIED", "ADMISSION_LEVEL_OWNER_ONLY", "ADMISSION_LEVEL_EVERYONE"
8+
"ADMISSION_LEVEL_UNSPECIFIED",
9+
"ADMISSION_LEVEL_OWNER_ONLY",
10+
"ADMISSION_LEVEL_EVERYONE",
11+
"ADMISSION_LEVEL_ORGANIZATION",
12+
"ADMISSION_LEVEL_CREATOR_ONLY",
913
]

0 commit comments

Comments
 (0)