Skip to content

Commit d0bf7fa

Browse files
feat(db): add webhooks table with trigger reference
1 parent f219e0b commit d0bf7fa

File tree

4 files changed

+6
-2
lines changed

4 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: 160
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-d27df409d7979dbb29733500872b84823b37257c1b3a93f7ba2b0d95bd4faac6.yml
3-
openapi_spec_hash: 1c7c624b62b6a216486c8150074d5237
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-3935e467f9c15925790aada293124db82bb5d6840eeac52d81fbac6a9b0fd154.yml
3+
openapi_spec_hash: b417d7f10ea430216e9b70e4468a3212
44
config_hash: d3267594264bfb76d2ee7e881d5f8a5a

src/gitpod/types/groups/resource_role.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@
5353
"RESOURCE_ROLE_WORKFLOW_EXECUTOR",
5454
"RESOURCE_ROLE_SNAPSHOT_ADMIN",
5555
"RESOURCE_ROLE_SNAPSHOT_RUNNER",
56+
"RESOURCE_ROLE_WEBHOOK_ADMIN",
57+
"RESOURCE_ROLE_WEBHOOK_VIEWER",
5658
]

src/gitpod/types/shared/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@
4747
"RESOURCE_TYPE_CUSTOM_DOMAIN",
4848
"RESOURCE_TYPE_ROLE_ASSIGNMENT_CHANGED",
4949
"RESOURCE_TYPE_GROUP_MEMBERSHIP_CHANGED",
50+
"RESOURCE_TYPE_WEBHOOK",
5051
]

src/gitpod/types/shared_params/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@
4949
"RESOURCE_TYPE_CUSTOM_DOMAIN",
5050
"RESOURCE_TYPE_ROLE_ASSIGNMENT_CHANGED",
5151
"RESOURCE_TYPE_GROUP_MEMBERSHIP_CHANGED",
52+
"RESOURCE_TYPE_WEBHOOK",
5253
]

0 commit comments

Comments
 (0)