1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Add event type for provider accessing client vault (#448)

This commit is contained in:
Matt Gibson
2021-08-05 08:50:56 -04:00
committed by GitHub
parent cae26521cc
commit 027747246c

View File

@@ -48,6 +48,7 @@ export enum EventType {
Organization_Updated = 1600,
Organization_PurgedVault = 1601,
// Organization_ClientExportedVault = 1602,
Organization_VaultAccessed = 1603,
Policy_Updated = 1700,
@@ -59,4 +60,5 @@ export enum EventType {
ProviderOrganization_Created = 1900,
ProviderOrganization_Added = 1901,
ProviderOrganization_Removed = 1902,
ProviderOrganization_VaultAccessed = 1903,
}