diff --git a/package-lock.json b/package-lock.json index e1ea429..6fbb9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@supabase/shared-types", - "version": "0.1.84", + "version": "0.1.85", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@supabase/shared-types", - "version": "0.1.84", + "version": "0.1.85", "license": "Copyright Supabase", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.9.0", diff --git a/package.json b/package.json index ec9bb0f..88e0f39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/shared-types", - "version": "0.1.84", + "version": "0.1.85", "description": "Shared Types for Supabase", "scripts": { "lint": "eslint . --ext .ts,.tsx", diff --git a/src/permissions.ts b/src/permissions.ts index 71dd8e1..15950ef 100644 --- a/src/permissions.ts +++ b/src/permissions.ts @@ -281,6 +281,14 @@ export const FgaPermissions = { id: 'project_snippets_write', title: 'Manage project code snippets', }, + REALTIME_CONFIG_READ: { + id: 'realtime_config_read', + title: 'Read project realtime configuration', + }, + REALTIME_CONFIG_WRITE: { + id: 'realtime_config_write', + title: 'Manage project realtime configuration', + }, STORAGE_READ: { id: 'storage_read', title: 'Read project file storage',