Skip to content

Commit

Permalink
chore: add ProjectStorageArchiveCompleted event (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
phamhieu authored Sep 17, 2024
1 parent 2f1547b commit 192f17c
Show file tree
Hide file tree
Showing 3 changed files with 4 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.70",
"version": "0.1.71",
"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 @@ -33,6 +33,7 @@ export enum ProjectEvents {
ProjectVolumeAttributeModification = 'project.volume_modification',
ProjectRestoreFailed = 'project.restore_failed',
ProjectRestoreCancelled = 'project.restore_cancelled',
ProjectStorageArchiveCompleted = 'project.storage_archive_completed',
}

export enum ProjectDiskGrowth {
Expand Down

0 comments on commit 192f17c

Please sign in to comment.