mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
233372303b
commit
01c7adc24d
15 changed files with 148 additions and 37 deletions
|
|
@ -69,8 +69,8 @@ export class UpdateAssetDto extends UpdateAssetBase {
|
|||
@IsString()
|
||||
description?: string;
|
||||
|
||||
@ValidateUUID({ optional: true })
|
||||
livePhotoVideoId?: string;
|
||||
@ValidateUUID({ optional: true, nullable: true })
|
||||
livePhotoVideoId?: string | null;
|
||||
}
|
||||
|
||||
export class RandomAssetsDto {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue