From 324e0909bc849e8a1a1b4aa047f98190c175e816 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Wed, 26 May 2021 15:50:55 -0500 Subject: [PATCH] [Reset Password] Add AdminResetPassword event type (#390) --- src/enums/eventType.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/enums/eventType.ts b/src/enums/eventType.ts index dfb90fcd7d..e2d59a20f5 100644 --- a/src/enums/eventType.ts +++ b/src/enums/eventType.ts @@ -43,6 +43,7 @@ export enum EventType { OrganizationUser_UnlinkedSso = 1505, OrganizationUser_ResetPassword_Enroll = 1506, OrganizationUser_ResetPassword_Withdraw = 1507, + OrganizationUser_AdminResetPassword = 1508, Organization_Updated = 1600, Organization_PurgedVault = 1601,