mirror of
https://github.com/immich-app/immich.git
synced 2025-07-15 20:38:26 +02:00
chore(server): openapi generation (#9585)
This commit is contained in:
parent
60427f18ce
commit
1ad04f0b17
15 changed files with 214 additions and 9 deletions
mobile/openapi/lib
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
|
@ -300,6 +300,8 @@ class ApiClient {
|
|||
return DownloadResponseDto.fromJson(value);
|
||||
case 'DuplicateDetectionConfig':
|
||||
return DuplicateDetectionConfig.fromJson(value);
|
||||
case 'DuplicateResponseDto':
|
||||
return DuplicateResponseDto.fromJson(value);
|
||||
case 'EntityType':
|
||||
return EntityTypeTypeTransformer().decode(value);
|
||||
case 'ExifResponseDto':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue