Skip to content

Commit

Permalink
chore: add an event for tracking initiation of restores
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Mar 4, 2024
1 parent cb74f5a commit cebdb88
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.62",
"version": "0.1.63",
"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 @@ -6,6 +6,7 @@ export enum ProjectEvents {
ProjectRestored = 'project.restored',
ProjectRestoredFromLogicalBackup = 'project.restored_from_logical_backup',
ProjectRestoredFromPitr = 'project.restored_from_pitr',
ProjectRestoreInitiated = 'project.restore_initiated',
ProjectFailedRestorationFromPitr = 'project.failed_restoration_from_pitr',
ProjectPendingShutdown = 'project.pending_shutdown_notification',
ProjectShutdownEligible = 'project.shutdown_eligible',
Expand Down

0 comments on commit cebdb88

Please sign in to comment.