mirror of
https://github.com/bitwarden/server
synced 2025-12-12 22:33:45 +00:00
Move into and read ciphers from org subvaults
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Bit.Core.Repositories
|
||||
Task CreateAsync(CipherDetails cipher);
|
||||
Task ReplaceAsync(CipherDetails cipher);
|
||||
Task UpsertAsync(CipherDetails cipher);
|
||||
Task ReplaceAsync(Cipher obj, IEnumerable<Guid> subvaultIds);
|
||||
Task UpdateUserEmailPasswordAndCiphersAsync(User user, IEnumerable<Cipher> ciphers);
|
||||
Task CreateAsync(IEnumerable<Cipher> ciphers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user