chore(server): deprecate resized property (#12143)

* chore: add dummy resized value for release

* openapi

* add deprecation life cycle info

* use correct default value
This commit is contained in:
Alex 2024-08-30 11:01:50 -05:00 committed by GitHub
parent b1e780561d
commit b3b599e071
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 1 deletions

View file

@ -261,6 +261,8 @@ export type AssetResponseDto = {
owner?: UserResponseDto;
ownerId: string;
people?: PersonWithFacesResponseDto[];
/** This property was deprecated in v1.113.0 */
resized?: boolean;
smartInfo?: SmartInfoResponseDto;
stack?: (AssetStackResponseDto) | null;
tags?: TagResponseDto[];