1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

[Provider] ProviderOrganization events (#432)

This commit is contained in:
Oscar Hinton
2021-07-21 19:40:52 +02:00
committed by GitHub
parent 1006f50ef3
commit 8bf0f75d9e
2 changed files with 6 additions and 0 deletions

View File

@@ -55,4 +55,8 @@ export enum EventType {
ProviderUser_Confirmed = 1801,
ProviderUser_Updated = 1802,
ProviderUser_Removed = 1803,
ProviderOrganization_Created = 1900,
ProviderOrganization_Added = 1901,
ProviderOrganization_Removed = 1902,
}