Skip to content

Commit ddd18c0

Browse files
feat(api): add search, creator, and status filters to ListWorkflows
1 parent fab0fb5 commit ddd18c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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-978712dd212465a9a1633be0a7981cfad4dd3836827e7d98eeac1a4f14224f94.yml
3-
openapi_spec_hash: 2f9436918b0af97785377ce80b4b2782
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-247b6e1af7faefcf2f0ad1f1a012b45fd566be64e313d92648311bac4cda8b8e.yml
3+
openapi_spec_hash: 5eb6026ee5764b077a65c26e85e4a84a
44
config_hash: acfe8cf5d6e4b26387e4fefa3bff8409

src/gitpod/types/groups/resource_role.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"RESOURCE_ROLE_UNSPECIFIED",
99
"RESOURCE_ROLE_ORG_ADMIN",
1010
"RESOURCE_ROLE_ORG_MEMBER",
11+
"RESOURCE_ROLE_ORG_RUNNERS_ADMIN",
1112
"RESOURCE_ROLE_GROUP_ADMIN",
1213
"RESOURCE_ROLE_GROUP_VIEWER",
1314
"RESOURCE_ROLE_USER_IDENTITY",

0 commit comments

Comments
 (0)