mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(server) added TagResponseDto for TagController (#1065)
* fix(server) added TagResponseDto for TagController * Added userId to DTO
This commit is contained in:
parent
db34f2f7fd
commit
f91bdc2785
13 changed files with 107 additions and 941 deletions
10
mobile/openapi/lib/api_client.dart
generated
10
mobile/openapi/lib/api_client.dart
generated
|
|
@ -212,8 +212,6 @@ class ApiClient {
|
|||
return AssetCountByTimeBucketResponseDto.fromJson(value);
|
||||
case 'AssetCountByUserIdResponseDto':
|
||||
return AssetCountByUserIdResponseDto.fromJson(value);
|
||||
case 'AssetEntity':
|
||||
return AssetEntity.fromJson(value);
|
||||
case 'AssetFileUploadResponseDto':
|
||||
return AssetFileUploadResponseDto.fromJson(value);
|
||||
case 'AssetResponseDto':
|
||||
|
|
@ -252,8 +250,6 @@ class ApiClient {
|
|||
return DeviceInfoResponseDto.fromJson(value);
|
||||
case 'DeviceTypeEnum':
|
||||
return DeviceTypeEnumTypeTransformer().decode(value);
|
||||
case 'ExifEntity':
|
||||
return ExifEntity.fromJson(value);
|
||||
case 'ExifResponseDto':
|
||||
return ExifResponseDto.fromJson(value);
|
||||
case 'GetAssetByTimeBucketDto':
|
||||
|
|
@ -296,8 +292,6 @@ class ApiClient {
|
|||
return ServerVersionReponseDto.fromJson(value);
|
||||
case 'SignUpDto':
|
||||
return SignUpDto.fromJson(value);
|
||||
case 'SmartInfoEntity':
|
||||
return SmartInfoEntity.fromJson(value);
|
||||
case 'SmartInfoResponseDto':
|
||||
return SmartInfoResponseDto.fromJson(value);
|
||||
case 'SystemConfigKey':
|
||||
|
|
@ -306,8 +300,6 @@ class ApiClient {
|
|||
return SystemConfigResponseDto.fromJson(value);
|
||||
case 'SystemConfigResponseItem':
|
||||
return SystemConfigResponseItem.fromJson(value);
|
||||
case 'TagEntity':
|
||||
return TagEntity.fromJson(value);
|
||||
case 'TagResponseDto':
|
||||
return TagResponseDto.fromJson(value);
|
||||
case 'TagTypeEnum':
|
||||
|
|
@ -330,8 +322,6 @@ class ApiClient {
|
|||
return UsageByUserDto.fromJson(value);
|
||||
case 'UserCountResponseDto':
|
||||
return UserCountResponseDto.fromJson(value);
|
||||
case 'UserEntity':
|
||||
return UserEntity.fromJson(value);
|
||||
case 'UserResponseDto':
|
||||
return UserResponseDto.fromJson(value);
|
||||
case 'ValidateAccessTokenResponseDto':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue