mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
new enums
This commit is contained in:
@@ -41,4 +41,8 @@ export enum EventType {
|
|||||||
Organization_Updated = 1600,
|
Organization_Updated = 1600,
|
||||||
Organization_PurgedVault = 1601,
|
Organization_PurgedVault = 1601,
|
||||||
// Organization_ClientExportedVault = 1602,
|
// 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,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user