Skip to content

Commit e719c0f

Browse files
authored
chore: add new replication permissions (#89)
1 parent c9e7d50 commit e719c0f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/shared-types",
3-
"version": "0.1.76",
3+
"version": "0.1.77",
44
"description": "Shared Types for Supabase",
55
"scripts": {
66
"lint": "eslint . --ext .ts,.tsx",

src/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export enum PermissionAction {
4343
STORAGE_WRITE = 'storage:Write',
4444
REALTIME_ADMIN_READ = 'realtime:Admin:Read',
4545
REALTIME_ADMIN_WRITE = 'realtime:Admin:Write',
46+
REPLICATION_ADMIN_READ = 'replication:Admin:Read',
47+
REPLICATION_ADMIN_WRITE = 'replication:Admin:Write',
4648
TENANT_SQL_ADMIN_READ = 'tenant:Sql:Admin:Read',
4749
TENANT_SQL_ADMIN_WRITE = 'tenant:Sql:Admin:Write',
4850
TENANT_SQL_CREATE_TABLE = 'tenant:Sql:CreateTable',

0 commit comments

Comments
 (0)