mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 13:57:39 +09:00 
			
		
		
		
	feat(server): visibility column (#17939)
* feat: private view * pr feedback * sql generation * feat: visibility column * fix: set visibility value as the same as the still part after unlinked live photos * fix: test * pr feedback
This commit is contained in:
		
							
								
								
									
										2
									
								
								mobile/openapi/lib/api_client.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/api_client.dart
									
									
									
										generated
									
									
									
								
							| @@ -268,6 +268,8 @@ class ApiClient { | ||||
|           return AssetStatsResponseDto.fromJson(value); | ||||
|         case 'AssetTypeEnum': | ||||
|           return AssetTypeEnumTypeTransformer().decode(value); | ||||
|         case 'AssetVisibility': | ||||
|           return AssetVisibilityTypeTransformer().decode(value); | ||||
|         case 'AudioCodec': | ||||
|           return AudioCodecTypeTransformer().decode(value); | ||||
|         case 'AvatarUpdate': | ||||
|   | ||||
		Reference in New Issue
	
	Block a user