Skip to content

Commit

Permalink
chore: add new replication permissions (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
imor authored Jan 28, 2025
1 parent c9e7d50 commit e719c0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/shared-types",
"version": "0.1.76",
"version": "0.1.77",
"description": "Shared Types for Supabase",
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
Expand Down
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export enum PermissionAction {
STORAGE_WRITE = 'storage:Write',
REALTIME_ADMIN_READ = 'realtime:Admin:Read',
REALTIME_ADMIN_WRITE = 'realtime:Admin:Write',
REPLICATION_ADMIN_READ = 'replication:Admin:Read',
REPLICATION_ADMIN_WRITE = 'replication:Admin:Write',
TENANT_SQL_ADMIN_READ = 'tenant:Sql:Admin:Read',
TENANT_SQL_ADMIN_WRITE = 'tenant:Sql:Admin:Write',
TENANT_SQL_CREATE_TABLE = 'tenant:Sql:CreateTable',
Expand Down

0 comments on commit e719c0f

Please sign in to comment.