mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
MUST NOT validation
This commit is contained in:
parent
2666ee2b4f
commit
bc84486668
9 changed files with 273 additions and 37 deletions
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
|
|
@ -748,6 +748,8 @@ class ApiClient {
|
|||
return UpdateAssetDto.fromJson(value);
|
||||
case 'UpdateLibraryDto':
|
||||
return UpdateLibraryDto.fromJson(value);
|
||||
case 'UploadOkDto':
|
||||
return UploadOkDto.fromJson(value);
|
||||
case 'UsageByUserDto':
|
||||
return UsageByUserDto.fromJson(value);
|
||||
case 'UserAdminCreateDto':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue