Skip to content

Commit

Permalink
chore: add volume modification event (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored Jun 3, 2024
1 parent 1d29812 commit 53ab2da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export enum ProjectEvents {
ProjectAddonUpdated = 'project.addon_updated',
ProjectServiceLifecycleChange = 'project.service_lifecycle_change',
ProjectReadReplicaSetupStatusChange = 'project.read_replica_setup_status_change',
ProjectVolumeAttributeModification = 'project.volume_modification',
}

export enum ProjectDiskGrowth {
Expand Down

0 comments on commit 53ab2da

Please sign in to comment.