mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
new enums
This commit is contained in:
parent
5819023bc4
commit
844699f1a4
@ -41,4 +41,8 @@ export enum EventType {
|
||||
Organization_Updated = 1600,
|
||||
Organization_PurgedVault = 1601,
|
||||
// Organization_ClientExportedVault = 1602,
|
||||
|
||||
Policy_Created = 1700,
|
||||
Policy_Updated = 1701,
|
||||
Policy_Deleted = 1702,
|
||||
}
|
||||
|
5
src/enums/policyType.ts
Normal file
5
src/enums/policyType.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export enum PolicyType {
|
||||
TwoFactorAuthentication = 0,
|
||||
MasterPassword = 1,
|
||||
PasswordGenerator = 2,
|
||||
}
|
Loading…
Reference in New Issue
Block a user