mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 09:12:57 +02:00
refactor(mobile): open api dto upgrade (#12793)
This commit is contained in:
parent
3008050e4c
commit
ad33ce5938
197 changed files with 205 additions and 288 deletions
mobile/openapi/lib
1
mobile/openapi/lib/api_client.dart
generated
1
mobile/openapi/lib/api_client.dart
generated
|
@ -166,7 +166,6 @@ class ApiClient {
|
|||
|
||||
/// Returns a native instance of an OpenAPI class matching the [specified type][targetType].
|
||||
static dynamic fromJson(dynamic value, String targetType, {bool growable = false,}) {
|
||||
upgradeDto(value, targetType);
|
||||
try {
|
||||
switch (targetType) {
|
||||
case 'String':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue