mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
parent
f69ce6ad8a
commit
7fbf50a75e
18 changed files with 78 additions and 136 deletions
|
|
@ -8335,9 +8335,6 @@
|
|||
},
|
||||
"type": "array"
|
||||
},
|
||||
"resized": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"smartInfo": {
|
||||
"$ref": "#/components/schemas/SmartInfoResponseDto"
|
||||
},
|
||||
|
|
@ -8390,7 +8387,6 @@
|
|||
"originalFileName",
|
||||
"originalPath",
|
||||
"ownerId",
|
||||
"resized",
|
||||
"thumbhash",
|
||||
"type",
|
||||
"updatedAt"
|
||||
|
|
|
|||
|
|
@ -229,7 +229,6 @@ export type AssetResponseDto = {
|
|||
owner?: UserResponseDto;
|
||||
ownerId: string;
|
||||
people?: PersonWithFacesResponseDto[];
|
||||
resized: boolean;
|
||||
smartInfo?: SmartInfoResponseDto;
|
||||
stack?: (AssetStackResponseDto) | null;
|
||||
tags?: TagResponseDto[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue