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
15 changed files with 148 additions and 37 deletions
+1
View File
@@ -12243,6 +12243,7 @@
},
"livePhotoVideoId": {
"format": "uuid",
"nullable": true,
"type": "string"
},
"longitude": {
+1 -1
View File
@@ -427,7 +427,7 @@ export type UpdateAssetDto = {
isArchived?: boolean;
isFavorite?: boolean;
latitude?: number;
livePhotoVideoId?: string;
livePhotoVideoId?: string | null;
longitude?: number;
rating?: number;
};