1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-06 02:22:49 -05:00

Reference events for Send (#1165)

This commit is contained in:
Chad Scharf
2021-02-25 13:40:26 -05:00
committed by GitHub
parent 07427623b3
commit 2f7c2a64e0
3 changed files with 30 additions and 0 deletions

View File

@ -24,5 +24,9 @@ namespace Bit.Core.Enums
InvitedUsers,
[EnumMember(Value = "rebilled")]
Rebilled,
[EnumMember(Value = "send-created")]
SendCreated,
[EnumMember(Value = "send-accessed")]
SendAccessed,
}
}