From 2c80e337ae11ddefc3a33b6b567038ad0f6db18e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 12 Jul 2019 17:12:36 -0400 Subject: [PATCH] Organization_ClientExportedVault event --- src/Core/Enums/EventType.cs | 1 + 1 file changed, 1 insertion(+) 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, } }