mirror of
https://github.com/immich-app/immich.git
synced 2026-01-06 18:13:46 -08:00
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user