chore: removed unused endpoint ()

This commit is contained in:
Jason Rasmussen 2025-02-17 14:07:50 -05:00 committed by GitHub
commit 7c26663013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 2 additions and 493 deletions
mobile/openapi/lib

View file

@ -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':