mirror of
https://github.com/immich-app/immich.git
synced 2025-07-13 20:38:46 +02:00
chore: update openapi (#8470)
This commit is contained in:
parent
6dfa9e1146
commit
8337da183c
15 changed files with 173 additions and 12 deletions
mobile/openapi/lib
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
|
@ -358,6 +358,8 @@ class ApiClient {
|
|||
return OAuthCallbackDto.fromJson(value);
|
||||
case 'OAuthConfigDto':
|
||||
return OAuthConfigDto.fromJson(value);
|
||||
case 'OnThisDayDto':
|
||||
return OnThisDayDto.fromJson(value);
|
||||
case 'PartnerResponseDto':
|
||||
return PartnerResponseDto.fromJson(value);
|
||||
case 'PathEntityType':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue