mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Updating Org Domain events to match existing pattern of incrementing event type enum by 100 to group new types of events. (#4785)
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// Increment by 100 for each new set of events
|
||||||
export enum EventType {
|
export enum EventType {
|
||||||
User_LoggedIn = 1000,
|
User_LoggedIn = 1000,
|
||||||
User_ChangedPassword = 1001,
|
User_ChangedPassword = 1001,
|
||||||
@@ -73,8 +74,8 @@ export enum EventType {
|
|||||||
ProviderOrganization_Removed = 1902,
|
ProviderOrganization_Removed = 1902,
|
||||||
ProviderOrganization_VaultAccessed = 1903,
|
ProviderOrganization_VaultAccessed = 1903,
|
||||||
|
|
||||||
OrganizationDomain_Added = 1904,
|
OrganizationDomain_Added = 2000,
|
||||||
OrganizationDomain_Removed = 1905,
|
OrganizationDomain_Removed = 2001,
|
||||||
OrganizationDomain_Verified = 1906,
|
OrganizationDomain_Verified = 2002,
|
||||||
OrganizationDomain_NotVerified = 1907,
|
OrganizationDomain_NotVerified = 2003,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user