mirror of
https://github.com/bitwarden/server.git
synced 2025-07-11 21:03:47 -05:00
Remove provider-export-permission feature flag (#5263)
* also remove old CipherService and CollectionService methods only used by old export code
This commit is contained in:
@ -39,5 +39,4 @@ public interface ICipherService
|
||||
Task UploadFileForExistingAttachmentAsync(Stream stream, Cipher cipher, CipherAttachment.MetaData attachmentId);
|
||||
Task<AttachmentResponseData> GetAttachmentDownloadDataAsync(Cipher cipher, string attachmentId);
|
||||
Task<bool> ValidateCipherAttachmentFile(Cipher cipher, CipherAttachment.MetaData attachmentData);
|
||||
Task<(IEnumerable<CipherOrganizationDetails>, Dictionary<Guid, IGrouping<Guid, CollectionCipher>>)> GetOrganizationCiphers(Guid userId, Guid organizationId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user