mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Merge 818dba507c into 9d639607c7
This commit is contained in:
commit
c2e203e2bf
19 changed files with 516 additions and 15 deletions
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
|
|
@ -410,6 +410,8 @@ class ApiClient {
|
|||
return MergePersonDto.fromJson(value);
|
||||
case 'MetadataSearchDto':
|
||||
return MetadataSearchDto.fromJson(value);
|
||||
case 'MobileDeviceDto':
|
||||
return MobileDeviceDto.fromJson(value);
|
||||
case 'NotificationCreateDto':
|
||||
return NotificationCreateDto.fromJson(value);
|
||||
case 'NotificationDeleteAllDto':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue