mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Add missing event type from server (#231)
This commit is contained in:
@@ -39,6 +39,7 @@ export enum EventType {
|
|||||||
OrganizationUser_Updated = 1502,
|
OrganizationUser_Updated = 1502,
|
||||||
OrganizationUser_Removed = 1503,
|
OrganizationUser_Removed = 1503,
|
||||||
OrganizationUser_UpdatedGroups = 1504,
|
OrganizationUser_UpdatedGroups = 1504,
|
||||||
|
OrganizationUser_UnlinkedSso = 1505,
|
||||||
|
|
||||||
Organization_Updated = 1600,
|
Organization_Updated = 1600,
|
||||||
Organization_PurgedVault = 1601,
|
Organization_PurgedVault = 1601,
|
||||||
|
|||||||
Reference in New Issue
Block a user