mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
[PM-5553] Move Org-Export to tools (#3639)
* Move Org-Export to tools * Make linter happy --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
297cc8c8e1
commit
505508a416
@ -1,23 +0,0 @@
|
||||
using Bit.Api.Vault.Models.Response;
|
||||
using Bit.Core.Models.Api;
|
||||
|
||||
namespace Bit.Api.Models.Response;
|
||||
|
||||
public class OrganizationExportResponseModel : ResponseModel
|
||||
{
|
||||
public OrganizationExportResponseModel() : base("organizationExport")
|
||||
{
|
||||
}
|
||||
|
||||
public IEnumerable<CollectionResponseModel> Collections { get; set; }
|
||||
|
||||
public IEnumerable<CipherMiniDetailsResponseModel> Ciphers { get; set; }
|
||||
}
|
||||
|
||||
[Obsolete("This version is for backwards compatibility for client version 2022.9.0")]
|
||||
public class OrganizationExportListResponseModel
|
||||
{
|
||||
public ListResponseModel<CollectionResponseModel> Collections { get; set; }
|
||||
|
||||
public ListResponseModel<CipherMiniDetailsResponseModel> Ciphers { get; set; }
|
||||
}
|
Reference in New Issue
Block a user