diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 6cc4a026b0..be661eefb5 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -500,6 +500,18 @@ export const scopes: ScopeDefinition[] = [ description: "Access to create, update, and delete your project's API keys", category: 'Other', icon: 'globe' + }, + { + scope: 'project.read', + description: "Access to read your project's information", + category: 'Other', + icon: 'globe' + }, + { + scope: 'project.write', + description: "Access to update your project's information", + category: 'Other', + icon: 'globe' } ];