diff --git a/src/types/database.d.ts b/src/types/database.d.ts index 7571551..3839c18 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -1,82 +1,6 @@ -// @db-hash f82a518c947d01d53088924d17bbc925 +// @db-hash ae0b5b1d792b614db036441010965ace //该文件由脚本自动生成,请勿手动修改 -export interface _o_assets_old_20260331 { - 'assetsId'?: number | null; - 'describe'?: string | null; - 'id'?: number; - 'imageId'?: number | null; - 'name'?: string | null; - 'projectId'?: number | null; - 'prompt'?: string | null; - 'promptState'?: string | null; - 'remark'?: string | null; - 'scriptId'?: number | null; - 'startTime'?: number | null; - 'type'?: string | null; -} -export interface _o_imageFlow_old_20260331 { - 'assetsId'?: number | null; - 'flowData': string; - 'id'?: number; - 'storyboardId'?: number | null; -} -export interface _o_storyboard_old_20260331 { - 'camera'?: string | null; - 'createTime'?: number | null; - 'description'?: string | null; - 'duration'?: string | null; - 'filePath'?: string | null; - 'frameMode'?: string | null; - 'id'?: number; - 'index'?: number | null; - 'lines'?: string | null; - 'mode'?: string | null; - 'model'?: string | null; - 'prompt'?: string | null; - 'reason'?: string | null; - 'resolution'?: string | null; - 'scriptId'?: number | null; - 'sound'?: string | null; - 'state'?: string | null; - 'title'?: string | null; - 'videoPrompt'?: string | null; -} -export interface _o_storyboard_old_20260331_1 { - 'camera'?: string | null; - 'createTime'?: number | null; - 'description'?: string | null; - 'duration'?: string | null; - 'filePath'?: string | null; - 'frameMode'?: string | null; - 'id'?: number; - 'index'?: number | null; - 'lines'?: string | null; - 'mode'?: string | null; - 'model'?: string | null; - 'prompt'?: string | null; - 'reason'?: string | null; - 'resolution'?: string | null; - 'scriptId'?: number | null; - 'sound'?: string | null; - 'state'?: string | null; - 'title'?: string | null; - 'track'?: string | null; - 'videoPrompt'?: string | null; -} -export interface _o_storyboard_old_20260331_2 { - 'createTime'?: number | null; - 'duration'?: string | null; - 'filePath'?: string | null; - 'id'?: number; - 'index'?: number | null; - 'projectId'?: number | null; - 'prompt'?: string | null; - 'reason'?: string | null; - 'scriptId'?: number | null; - 'state'?: string | null; - 'trackId'?: number | null; -} export interface memories { 'content': string; 'createTime': number; @@ -124,6 +48,7 @@ export interface o_assets { 'name'?: string | null; 'projectId'?: number | null; 'prompt'?: string | null; + 'promptErrorReason'?: string | null; 'promptState'?: string | null; 'remark'?: string | null; 'scriptId'?: number | null; @@ -147,6 +72,7 @@ export interface o_eventChapter { } export interface o_image { 'assetsId'?: number | null; + 'errorReason'?: string | null; 'filePath'?: string | null; 'id'?: number; 'model'?: string | null; @@ -189,6 +115,7 @@ export interface o_project { 'imageModel'?: string | null; 'imageQuality'?: string | null; 'intro'?: string | null; + 'mode'?: string | null; 'name'?: string | null; 'projectType'?: string | null; 'type'?: string | null; @@ -284,22 +211,8 @@ export interface o_video { 'projectId'?: number | null; 'scriptId'?: number | null; 'state'?: string | null; - 'storyboardId'?: number | null; 'time'?: number | null; -} -export interface o_videoConfig { - 'audio'?: number | null; - 'createTime'?: number | null; - 'data'?: string | null; - 'duration'?: number | null; - 'id'?: number; - 'mode'?: string | null; - 'model'?: string | null; - 'prompt'?: string | null; - 'resolution'?: string | null; - 'storyboardId'?: number | null; - 'updateTime'?: number | null; - 'videoId'?: number | null; + 'videoTrackId'?: number | null; } export interface o_videoTrack { 'id'?: number; @@ -309,11 +222,6 @@ export interface o_videoTrack { } export interface DB { - "_o_assets_old_20260331": _o_assets_old_20260331; - "_o_imageFlow_old_20260331": _o_imageFlow_old_20260331; - "_o_storyboard_old_20260331": _o_storyboard_old_20260331; - "_o_storyboard_old_20260331_1": _o_storyboard_old_20260331_1; - "_o_storyboard_old_20260331_2": _o_storyboard_old_20260331_2; "memories": memories; "o_agentDeploy": o_agentDeploy; "o_agentWorkData": o_agentWorkData; @@ -339,6 +247,5 @@ export interface DB { "o_user": o_user; "o_vendorConfig": o_vendorConfig; "o_video": o_video; - "o_videoConfig": o_videoConfig; "o_videoTrack": o_videoTrack; }