Skip to content

Commit e5a82b6

Browse files
feat(api): add notification resource type
1 parent 1374c78 commit e5a82b6

3 files changed

Lines changed: 5 additions & 3 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: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-ea44e431a3c4c7e117c70d54c64500e3b8f8bed99c4ef21c1445f2b2b82a2926.yml
3-
openapi_spec_hash: b01753a713087df30734d8793c830666
4-
config_hash: 8ddb47f7aae7ba0d746096f40a010873
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-e8866ae81b8afaf96e76b281290be1485af1674c03262cfd43cd0f5b2851c775.yml
3+
openapi_spec_hash: a157c52535f5028047eea5d0d7750af2
4+
config_hash: 60242c6ae6fc727bce872753690be6fd

src/gitpod/types/shared/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@
5454
"RESOURCE_TYPE_SERVICE_ACCOUNT_TOKEN",
5555
"RESOURCE_TYPE_ROLE_ASSIGNMENT",
5656
"RESOURCE_TYPE_WARM_POOL",
57+
"RESOURCE_TYPE_NOTIFICATION",
5758
]

src/gitpod/types/shared_params/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@
5656
"RESOURCE_TYPE_SERVICE_ACCOUNT_TOKEN",
5757
"RESOURCE_TYPE_ROLE_ASSIGNMENT",
5858
"RESOURCE_TYPE_WARM_POOL",
59+
"RESOURCE_TYPE_NOTIFICATION",
5960
]

0 commit comments

Comments
 (0)