mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Add event type for provider accessing client vault (#448)
This commit is contained in:
@@ -48,6 +48,7 @@ export enum EventType {
|
|||||||
Organization_Updated = 1600,
|
Organization_Updated = 1600,
|
||||||
Organization_PurgedVault = 1601,
|
Organization_PurgedVault = 1601,
|
||||||
// Organization_ClientExportedVault = 1602,
|
// Organization_ClientExportedVault = 1602,
|
||||||
|
Organization_VaultAccessed = 1603,
|
||||||
|
|
||||||
Policy_Updated = 1700,
|
Policy_Updated = 1700,
|
||||||
|
|
||||||
@@ -59,4 +60,5 @@ export enum EventType {
|
|||||||
ProviderOrganization_Created = 1900,
|
ProviderOrganization_Created = 1900,
|
||||||
ProviderOrganization_Added = 1901,
|
ProviderOrganization_Added = 1901,
|
||||||
ProviderOrganization_Removed = 1902,
|
ProviderOrganization_Removed = 1902,
|
||||||
|
ProviderOrganization_VaultAccessed = 1903,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user