diff --git a/src/Core/Enums/EventType.cs b/src/Core/Enums/EventType.cs index 8f4e28ad25..d9411e31c4 100644 --- a/src/Core/Enums/EventType.cs +++ b/src/Core/Enums/EventType.cs @@ -43,5 +43,6 @@ Organization_Updated = 1600, Organization_PurgedVault = 1601, + // Organization_ClientExportedVault = 1602, } }