feat(web): unlink live photos (#12574)

feat(web): unlink live photo
This commit is contained in:
Jason Rasmussen 2024-09-11 16:26:29 -04:00 committed by GitHub
parent 233372303b
commit 01c7adc24d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 148 additions and 37 deletions

View file

@ -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 {