chore(server): openapi generation ()

This commit is contained in:
Alex 2024-05-18 13:50:28 -05:00 committed by GitHub
parent 60427f18ce
commit 1ad04f0b17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 214 additions and 9 deletions
mobile/openapi/lib

View file

@ -300,6 +300,8 @@ class ApiClient {
return DownloadResponseDto.fromJson(value);
case 'DuplicateDetectionConfig':
return DuplicateDetectionConfig.fromJson(value);
case 'DuplicateResponseDto':
return DuplicateResponseDto.fromJson(value);
case 'EntityType':
return EntityTypeTypeTransformer().decode(value);
case 'ExifResponseDto':