Skip to content

Commit

Permalink
chore: add type to represent a failed restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Jun 20, 2024
1 parent ff6bb97 commit b7764b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.66",
"version": "0.1.67",
"description": "Shared Types for Supabase",
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
Expand Down
1 change: 1 addition & 0 deletions src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export enum ProjectEvents {
ProjectServiceLifecycleChange = 'project.service_lifecycle_change',
ProjectReadReplicaSetupStatusChange = 'project.read_replica_setup_status_change',
ProjectVolumeAttributeModification = 'project.volume_modification',
ProjectRestoreFailed = 'project.restore_failed',
}

export enum ProjectDiskGrowth {
Expand Down

0 comments on commit b7764b0

Please sign in to comment.