1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[SM-1273] Adding enums for additional event logs for secrets (#15274)

* Adding enums for additional event logs for secrets

* updating messages

* Updating messages to be consistent for logs
This commit is contained in:
cd-bitwarden
2025-07-03 04:49:39 -04:00
committed by GitHub
parent 24ac3b3a07
commit cef6a5e8d0
3 changed files with 54 additions and 3 deletions

View File

@@ -90,4 +90,7 @@ export enum EventType {
OrganizationDomain_NotVerified = 2003,
Secret_Retrieved = 2100,
Secret_Created = 2101,
Secret_Edited = 2102,
Secret_Deleted = 2103,
}