Skip to content

Commit 463d155

Browse files
d-csTrigger.dev RepoOps
authored andcommitted
fix(rbac): consolidate new permission scope definitions
Mono-RevId: b32e17efc094e8641bd7e2ccc544a9c9aeae470f
1 parent c84bf7f commit 463d155

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/plugins/src/rbac.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ export type RbacScopeResourceType =
205205
| "sessions"
206206
| "waitpoints"
207207
| "tags"
208-
| "query";
208+
| "query"
209+
| "errors"
210+
| "webhooks";
209211

210212
/**
211213
* Builds a single `action:type[:id]` scope string from typed parts. Scope

0 commit comments

Comments
 (0)