mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 09:12:57 +02:00
parent
15c1cd6449
commit
8a445cac07
24 changed files with 905 additions and 18 deletions
mobile/openapi/lib
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
|
@ -436,6 +436,8 @@ class ApiClient {
|
|||
return SearchResponseDto.fromJson(value);
|
||||
case 'SearchSuggestionType':
|
||||
return SearchSuggestionTypeTypeTransformer().decode(value);
|
||||
case 'ServerAboutResponseDto':
|
||||
return ServerAboutResponseDto.fromJson(value);
|
||||
case 'ServerConfigDto':
|
||||
return ServerConfigDto.fromJson(value);
|
||||
case 'ServerFeaturesDto':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue