mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
update api
This commit is contained in:
parent
0ad983135c
commit
b0aa68d83a
10 changed files with 142 additions and 141 deletions
4
mobile/openapi/lib/api_client.dart
generated
4
mobile/openapi/lib/api_client.dart
generated
|
|
@ -676,8 +676,6 @@ class ApiClient {
|
|||
return SystemConfigOAuthDto.fromJson(value);
|
||||
case 'SystemConfigPasswordLoginDto':
|
||||
return SystemConfigPasswordLoginDto.fromJson(value);
|
||||
case 'SystemConfigRemovePartialUploadsDto':
|
||||
return SystemConfigRemovePartialUploadsDto.fromJson(value);
|
||||
case 'SystemConfigReverseGeocodingDto':
|
||||
return SystemConfigReverseGeocodingDto.fromJson(value);
|
||||
case 'SystemConfigServerDto':
|
||||
|
|
@ -742,6 +740,8 @@ class ApiClient {
|
|||
return UpdateAssetDto.fromJson(value);
|
||||
case 'UpdateLibraryDto':
|
||||
return UpdateLibraryDto.fromJson(value);
|
||||
case 'UploadBackupConfig':
|
||||
return UploadBackupConfig.fromJson(value);
|
||||
case 'UploadOkDto':
|
||||
return UploadOkDto.fromJson(value);
|
||||
case 'UsageByUserDto':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue