mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 01:52:49 -05:00
organization cipher import with collections
This commit is contained in:
@ -25,5 +25,7 @@ namespace Bit.Core.Services
|
||||
Task SaveCollectionsAsync(Cipher cipher, IEnumerable<Guid> collectionIds, Guid savingUserId, bool orgAdmin);
|
||||
Task ImportCiphersAsync(List<Folder> folders, List<CipherDetails> ciphers,
|
||||
IEnumerable<KeyValuePair<int, int>> folderRelationships);
|
||||
Task ImportCiphersAsync(List<Collection> collections, List<CipherDetails> ciphers,
|
||||
IEnumerable<KeyValuePair<int, int>> collectionRelationships, Guid importingUserId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user