mirror of
https://github.com/immich-app/immich.git
synced 2025-07-17 20:38:25 +02:00
chore: removed unused endpoint (#16167)
This commit is contained in:
parent
2c88ce8559
commit
7c26663013
15 changed files with 2 additions and 493 deletions
mobile/openapi/lib
4
mobile/openapi/lib/api_client.dart
generated
4
mobile/openapi/lib/api_client.dart
generated
|
@ -266,8 +266,6 @@ class ApiClient {
|
|||
return AssetTypeEnumTypeTransformer().decode(value);
|
||||
case 'AudioCodec':
|
||||
return AudioCodecTypeTransformer().decode(value);
|
||||
case 'AuditDeletesResponseDto':
|
||||
return AuditDeletesResponseDto.fromJson(value);
|
||||
case 'AvatarResponse':
|
||||
return AvatarResponse.fromJson(value);
|
||||
case 'AvatarUpdate':
|
||||
|
@ -314,8 +312,6 @@ class ApiClient {
|
|||
return EmailNotificationsResponse.fromJson(value);
|
||||
case 'EmailNotificationsUpdate':
|
||||
return EmailNotificationsUpdate.fromJson(value);
|
||||
case 'EntityType':
|
||||
return EntityTypeTypeTransformer().decode(value);
|
||||
case 'ExifResponseDto':
|
||||
return ExifResponseDto.fromJson(value);
|
||||
case 'FaceDto':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue