mirror of
https://github.com/bitwarden/server
synced 2025-12-31 23:53:17 +00:00
Add bulk default collection creation method (#6075)
This commit is contained in:
@@ -62,4 +62,6 @@ public interface ICollectionRepository : IRepository<Collection, Guid>
|
||||
Task DeleteManyAsync(IEnumerable<Guid> collectionIds);
|
||||
Task CreateOrUpdateAccessForManyAsync(Guid organizationId, IEnumerable<Guid> collectionIds,
|
||||
IEnumerable<CollectionAccessSelection> users, IEnumerable<CollectionAccessSelection> groups);
|
||||
|
||||
Task CreateDefaultCollectionsAsync(Guid organizationId, IEnumerable<Guid> affectedOrgUserIds, string defaultCollectionName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user