fix(server): don't expose source types in face creation api ()

* don't expose source types in face creation api

* update open-api

* remove source type reference from web
This commit is contained in:
Mert 2025-02-27 17:17:07 +03:00 committed by GitHub
commit 7d6cfd09e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4 additions and 27 deletions
open-api/typescript-sdk/src

View file

@ -529,7 +529,6 @@ export type AssetFaceCreateDto = {
imageHeight: number;
imageWidth: number;
personId: string;
sourceType: SourceType;
width: number;
x: number;
y: number;