mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 08:27:45 +09:00
refactor: remove smart info table (#13985)
This commit is contained in:
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
@@ -498,8 +498,6 @@ class ApiClient {
|
||||
return SharedLinkTypeTypeTransformer().decode(value);
|
||||
case 'SignUpDto':
|
||||
return SignUpDto.fromJson(value);
|
||||
case 'SmartInfoResponseDto':
|
||||
return SmartInfoResponseDto.fromJson(value);
|
||||
case 'SmartSearchDto':
|
||||
return SmartSearchDto.fromJson(value);
|
||||
case 'SourceType':
|
||||
|
||||
Reference in New Issue
Block a user