Add creator permission type

This commit is contained in:
Andrew Kingston 2023-11-23 16:22:42 +00:00
parent c2c0012013
commit 24e6b3103d
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ export enum PermissionType {
AUTOMATION = "automation", AUTOMATION = "automation",
WEBHOOK = "webhook", WEBHOOK = "webhook",
BUILDER = "builder", BUILDER = "builder",
CREATOR = "creator",
GLOBAL_BUILDER = "globalBuilder", GLOBAL_BUILDER = "globalBuilder",
QUERY = "query", QUERY = "query",
VIEW = "view", VIEW = "view",