mirror of
https://github.com/immich-app/immich.git
synced 2025-12-16 01:10:57 +03:00
feat: getAssetOcr endpoint (#23331)
* feat: getAssetOcr endpoint * pr feedback
This commit is contained in:
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
@@ -274,6 +274,8 @@ class ApiClient {
|
||||
return AssetMetadataUpsertDto.fromJson(value);
|
||||
case 'AssetMetadataUpsertItemDto':
|
||||
return AssetMetadataUpsertItemDto.fromJson(value);
|
||||
case 'AssetOcrResponseDto':
|
||||
return AssetOcrResponseDto.fromJson(value);
|
||||
case 'AssetOrder':
|
||||
return AssetOrderTypeTransformer().decode(value);
|
||||
case 'AssetResponseDto':
|
||||
|
||||
Reference in New Issue
Block a user