Skip to content

Commit

Permalink
Add missing role
Browse files Browse the repository at this point in the history
  • Loading branch information
juangm committed Dec 14, 2024
1 parent 2ba9421 commit b21b32b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/graphql/src/enums.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* Enum for the different authentication roles a user can have.
*/
export enum Role {
AccountOwner = 'ACCOUNT_OWNER',
AccountManager = 'ACCOUNT_MANAGER',
OnboardingUser = 'ONBOARDING_USER',
Builder = 'BUILDER',
}

/**
* Enum for AccessConditionComparison.
*/
Expand Down

0 comments on commit b21b32b

Please sign in to comment.