mirror of
https://github.com/bitwarden/server
synced 2026-01-04 01:23:25 +00:00
events for collections, groups, and org users
This commit is contained in:
@@ -9,5 +9,9 @@ namespace Bit.Core.Services
|
||||
{
|
||||
Task LogUserEventAsync(Guid userId, EventType type);
|
||||
Task LogCipherEventAsync(Cipher cipher, EventType type);
|
||||
Task LogCollectionEventAsync(Collection collection, EventType type);
|
||||
Task LogGroupEventAsync(Group group, EventType type);
|
||||
Task LogOrganizationUserEventAsync(OrganizationUser organizationUser, EventType type);
|
||||
Task LogOrganizationEventAsync(Organization organization, EventType type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user