This commit is contained in:
2026-07-07 10:55:45 +08:00
23 changed files with 1552 additions and 80 deletions
+10
View File
@@ -135,6 +135,9 @@ export interface MediaReference {
source?: string;
private_asset_id?: string;
remote_asset_id?: string;
providerUrl?: string;
displayUrl?: string;
previewUrl?: string;
}
export interface GenerationRecord {
@@ -298,6 +301,13 @@ export interface PrivatePortraitValidateSession {
updatedAt?: string | null;
}
export interface PrivatePortraitProjectCreateWithValidateOut {
project: PrivatePortraitProject;
validateSession: PrivatePortraitValidateSession;
pollIntervalMs: number;
}
export interface PrivatePortraitAsset {
id: string;
userId?: string | null;