Skip to content

Commit a66995b

Browse files
authored
feat: add project events for wpp and r2np (#90)
1 parent e719c0f commit a66995b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/events.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export enum ProjectEvents {
2525
ProjectDiskGrowth = 'project.disk_growth',
2626
ProjectSoftwareUpgraded = 'project.software_upgraded',
2727
ProjectTransfered = 'project.transfered',
28+
ProjectTransferredFromWarmPool = 'project.transfered_from_warm_pool',
2829
ProjectPhysicalBackupTransition = 'project.physical_backup_transition',
2930
ProjectPhysicalBackupIneligible = 'project.physical_backup_ineligible',
3031
ProjectIPv4AddressUpdate = 'project.network.ipv4_update',
@@ -37,6 +38,11 @@ export enum ProjectEvents {
3738
ProjectStorageArchiveCompleted = 'project.storage_archive_completed',
3839
}
3940

41+
export enum ProjectCloningEvents {
42+
ClonedFromSource = 'cloned_from_source',
43+
ClonedToTarget = 'cloned_to_target',
44+
}
45+
4046
export enum ProjectDiskGrowth {
4147
DiskExpand = 'disk_expand',
4248
FilesystemGrow = 'fs_grow',

0 commit comments

Comments
 (0)