Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.82",
"version": "0.1.83",
"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 @@ -29,6 +29,8 @@ export enum PermissionAction {
DELETE = 'write:Delete',
FUNCTIONS_READ = 'functions:Read',
FUNCTIONS_WRITE = 'functions:Write',
FUNCTIONS_SECRET_READ = 'functions:Secret:Read',
FUNCTIONS_SECRET_WRITE = 'functions:Secret:Write',
INFRA_EXECUTE = 'infra:Execute',
READ = 'read:Read',
SECRETS_READ = 'secrets:Read',
Expand Down