1
This commit is contained in:
@@ -394,6 +394,10 @@ export interface AdminGenerationRecord {
|
||||
imageTokensUsed?: number;
|
||||
imageProportion?: string;
|
||||
imagePx?: string;
|
||||
engineId?: string;
|
||||
engineName?: string;
|
||||
engineSnapshot?: Record<string, unknown> | null;
|
||||
includeMediaReferences?: boolean;
|
||||
}
|
||||
|
||||
export type GenerationAITaskStatus = 'pending' | 'generating' | 'completed' | 'failed' | string;
|
||||
@@ -572,6 +576,9 @@ export interface ReplicationProjectDetailOut {
|
||||
title?: string | null;
|
||||
status: ModuleReplicationStatus;
|
||||
currentStepCode?: string | null;
|
||||
flowVersion?: 'v1' | 'v2' | string | null;
|
||||
stepCount?: number;
|
||||
stepIoSchemaVersion?: string | null;
|
||||
finalImageUrl?: string | null;
|
||||
finalVideoUrl?: string | null;
|
||||
finalVideoCoverUrl?: string | null;
|
||||
@@ -594,6 +601,8 @@ export interface HotOpeningTaskListItemOut {
|
||||
title?: string | null;
|
||||
status: ModuleReplicationStatus;
|
||||
currentStepCode?: string | null;
|
||||
flowVersion?: 'v1' | 'v2' | string | null;
|
||||
stepCount?: number;
|
||||
sourceProjectName?: string | null;
|
||||
targetProjectName?: string | null;
|
||||
coreContentPoint?: string | null;
|
||||
@@ -707,6 +716,7 @@ export interface ShotSegmentOut {
|
||||
moduleProjectTitle?: string | null;
|
||||
moduleProjectStatus?: string | null;
|
||||
moduleProjectCurrentStepCode?: string | null;
|
||||
moduleProjectFlowVersion?: 'v1' | 'v2' | string | null;
|
||||
createdAt?: string | null;
|
||||
updatedAt?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user