chore: removed unused endpoint (#16167)

This commit is contained in:
Jason Rasmussen
2025-02-17 14:07:50 -05:00
committed by GitHub
parent 2c88ce8559
commit 7c26663013
15 changed files with 2 additions and 493 deletions

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