refactor(server): trash endpoints (#6652)

* refactor(server): trash endpoints

* chore: open api

* chore: fix wrong rename
This commit is contained in:
Jason Rasmussen 2024-01-26 11:48:37 -05:00 committed by GitHub
parent 33757689fe
commit 96b7885583
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 967 additions and 137 deletions

View file

@ -46,8 +46,8 @@ void main() {
// TODO
});
//Future emptyTrash() async
test('test emptyTrash', () async {
//Future emptyTrashOld() async
test('test emptyTrashOld', () async {
// TODO
});
@ -132,13 +132,13 @@ void main() {
// TODO
});
//Future restoreAssets(BulkIdsDto bulkIdsDto) async
test('test restoreAssets', () async {
//Future restoreAssetsOld(BulkIdsDto bulkIdsDto) async
test('test restoreAssetsOld', () async {
// TODO
});
//Future restoreTrash() async
test('test restoreTrash', () async {
//Future restoreTrashOld() async
test('test restoreTrashOld', () async {
// TODO
});