mirror of
https://github.com/immich-app/immich.git
synced 2025-07-21 22:44:23 +02:00
chore(server): open-api memory lane number generation (#8314)
chore(server): openaapi memory lane number generation
This commit is contained in:
parent
e1c2135850
commit
9b705e4450
5 changed files with 8 additions and 5 deletions
server/src/dtos
|
@ -133,7 +133,10 @@ export function mapAsset(entity: AssetEntity, options: AssetMapOptions = {}): As
|
|||
export class MemoryLaneResponseDto {
|
||||
@ApiProperty({ deprecated: true })
|
||||
title!: string;
|
||||
|
||||
@ApiProperty({ type: 'integer' })
|
||||
yearsAgo!: number;
|
||||
|
||||
assets!: AssetResponseDto[];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue