import * as $dara from '@darabonba/typescript'; export declare class BatchGetYikeAIAppJobResponseBodyJobListResultAudioResult extends $dara.Model { /** * @example * bb1dfa20a0c971f08c94e7f6d6496202 */ mediaId?: string; /** * @example * https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp3 */ outputUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAIAppJobResponseBodyJobListResultImageResult extends $dara.Model { /** * @example * 318d6350a57d71f08c9ae7f7d4496302 */ mediaId?: string; /** * @example * https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.jpg */ outputUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAIAppJobResponseBodyJobListResultVideoResult extends $dara.Model { /** * @example * ec2de25068fd71f0a48cf7e6c4596302 */ mediaId?: string; /** * @example * https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp4 */ outputUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAIAppJobResponseBodyJobListResult extends $dara.Model { audioResult?: BatchGetYikeAIAppJobResponseBodyJobListResultAudioResult[]; imageResult?: BatchGetYikeAIAppJobResponseBodyJobListResultImageResult[]; videoResult?: BatchGetYikeAIAppJobResponseBodyJobListResultVideoResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAIAppJobResponseBodyJobList extends $dara.Model { /** * @example * 9e09955d662a */ appId?: string; /** * @example * {\\"LoadImage.1.TargetImage\\":\\"MediaId1\\"} */ appInputConfig?: string; /** * @example * 2026-02-06T18:53:34.001+08:00 */ executionFinishTime?: string; /** * @example * 2026-02-06T18:53:18.809+08:00 */ executionStartTime?: string; /** * @example * pd_0617169475 */ folderId?: string; /** * @example * ****a046-263c-3560-978a-fb287782**** */ jobId?: string; /** * @example * pd_0617169475 */ productionId?: string; result?: BatchGetYikeAIAppJobResponseBodyJobListResult; /** * @example * Created */ status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAIAppJobResponseBody extends $dara.Model { jobList?: BatchGetYikeAIAppJobResponseBodyJobList[]; /** * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }