new enums
This commit is contained in:
parent
5819023bc4
commit
844699f1a4
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
export enum PolicyType {
|
||||||
|
TwoFactorAuthentication = 0,
|
||||||
|
MasterPassword = 1,
|
||||||
|
PasswordGenerator = 2,
|
||||||
|
}
|
Loading…
Reference in New Issue