mirror of
https://github.com/bitwarden/server
synced 2025-12-30 07:03:42 +00:00
Add events for Creating, Adding and Removing ProviderOrganizations (#1475)
This commit is contained in:
@@ -20,6 +20,6 @@ namespace Bit.Core.Services
|
||||
Task LogOrganizationEventAsync(Organization organization, EventType type, DateTime? date = null);
|
||||
Task LogProviderUserEventAsync(ProviderUser providerUser, EventType type, DateTime? date = null);
|
||||
Task LogProviderUsersEventAsync(IEnumerable<(ProviderUser, EventType, DateTime?)> events);
|
||||
|
||||
Task LogProviderOrganizationEventAsync(ProviderOrganization providerOrganization, EventType type, DateTime? date = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user