mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03:00
refactor(server): trash endpoints (#6652)
* refactor(server): trash endpoints * chore: open api * chore: fix wrong rename
This commit is contained in:
12
mobile/openapi/test/asset_api_test.dart
generated
12
mobile/openapi/test/asset_api_test.dart
generated
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user