Skip to content

Commit 688cf2e

Browse files
feat(db): add service_account_tokens table
1 parent b6e8d28 commit 688cf2e

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: 172
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-95efb8e364af30d5c9a4972eb6d834df95697b08917ada62478aa37086f51e57.yml
3-
openapi_spec_hash: 114d42f049c4bb734d3c2a923c603895
4-
config_hash: dad4ee53c894c682895d6d045c4c2105
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-888178c57cb0f9d7aede8f3fc5ec24bd62f619b728f00716f352b3b5a2fa306d.yml
3+
openapi_spec_hash: 701f004e9dcb6dd3472d8468a789c338
4+
config_hash: 8758ac1f8d8913bd960a98b4f05d6391

src/gitpod/types/shared/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@
5151
"RESOURCE_TYPE_SCIM_CONFIGURATION",
5252
"RESOURCE_TYPE_SERVICE_ACCOUNT_SECRET",
5353
"RESOURCE_TYPE_ANNOUNCEMENT_BANNER",
54+
"RESOURCE_TYPE_SERVICE_ACCOUNT_TOKEN",
5455
]

src/gitpod/types/shared_params/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@
5353
"RESOURCE_TYPE_SCIM_CONFIGURATION",
5454
"RESOURCE_TYPE_SERVICE_ACCOUNT_SECRET",
5555
"RESOURCE_TYPE_ANNOUNCEMENT_BANNER",
56+
"RESOURCE_TYPE_SERVICE_ACCOUNT_TOKEN",
5657
]

0 commit comments

Comments
 (0)