Skip to content

Commit 03bd185

Browse files
feat: Define SCIMConfiguration database schema
1 parent 7dbb9ba commit 03bd185

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-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: 160
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-bc2d9ee7f9a0aea1a4305b5487eac32742d6aea1e515616a8a2eda759cbb5b8f.yml
3-
openapi_spec_hash: 1832681b749df9e2a56e2ca728572575
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-f35d75f04023f8de20cc787ab5202c4853a79ea14fa8e639f598e034b312207f.yml
3+
openapi_spec_hash: 0b2bf8b46a5bb29402fb9ae08ce6314f
44
config_hash: d3267594264bfb76d2ee7e881d5f8a5a

src/gitpod/types/shared/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@
4848
"RESOURCE_TYPE_ROLE_ASSIGNMENT_CHANGED",
4949
"RESOURCE_TYPE_GROUP_MEMBERSHIP_CHANGED",
5050
"RESOURCE_TYPE_WEBHOOK",
51+
"RESOURCE_TYPE_SCIM_CONFIGURATION",
5152
]

src/gitpod/types/shared_params/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@
5050
"RESOURCE_TYPE_ROLE_ASSIGNMENT_CHANGED",
5151
"RESOURCE_TYPE_GROUP_MEMBERSHIP_CHANGED",
5252
"RESOURCE_TYPE_WEBHOOK",
53+
"RESOURCE_TYPE_SCIM_CONFIGURATION",
5354
]

0 commit comments

Comments
 (0)