mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(server): don't expose source types in face creation api (#16381)
* don't expose source types in face creation api * update open-api * remove source type reference from web
This commit is contained in:
parent
967c69317b
commit
7d6cfd09e6
6 changed files with 4 additions and 27 deletions
|
|
@ -529,7 +529,6 @@ export type AssetFaceCreateDto = {
|
|||
imageHeight: number;
|
||||
imageWidth: number;
|
||||
personId: string;
|
||||
sourceType: SourceType;
|
||||
width: number;
|
||||
x: number;
|
||||
y: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue