mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(server): remove import file endpoint (#5093)
* chore(server): remove import file endpoint * chore: open api
This commit is contained in:
parent
c7b3039a1a
commit
82f12b8ee6
18 changed files with 7 additions and 1120 deletions
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
|
|
@ -295,8 +295,6 @@ class ApiClient {
|
|||
return FileReportFixDto.fromJson(value);
|
||||
case 'FileReportItemDto':
|
||||
return FileReportItemDto.fromJson(value);
|
||||
case 'ImportAssetDto':
|
||||
return ImportAssetDto.fromJson(value);
|
||||
case 'JobCommand':
|
||||
return JobCommandTypeTransformer().decode(value);
|
||||
case 'JobCommandDto':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue