@alicloud/yike20260319 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +101 -0
- package/dist/client.js +353 -0
- package/dist/client.js.map +1 -0
- package/dist/models/BatchGetYikeAiappJobRequest.d.ts +18 -0
- package/dist/models/BatchGetYikeAiappJobRequest.js +58 -0
- package/dist/models/BatchGetYikeAiappJobRequest.js.map +1 -0
- package/dist/models/BatchGetYikeAiappJobResponse.d.ts +19 -0
- package/dist/models/BatchGetYikeAiappJobResponse.js +69 -0
- package/dist/models/BatchGetYikeAiappJobResponse.js.map +1 -0
- package/dist/models/BatchGetYikeAiappJobResponseBody.d.ts +155 -0
- package/dist/models/BatchGetYikeAiappJobResponseBody.js +198 -0
- package/dist/models/BatchGetYikeAiappJobResponseBody.js.map +1 -0
- package/dist/models/CreateYikeAssetUploadRequest.d.ts +26 -0
- package/dist/models/CreateYikeAssetUploadRequest.js +60 -0
- package/dist/models/CreateYikeAssetUploadRequest.js.map +1 -0
- package/dist/models/CreateYikeAssetUploadResponse.d.ts +19 -0
- package/dist/models/CreateYikeAssetUploadResponse.js +69 -0
- package/dist/models/CreateYikeAssetUploadResponse.js.map +1 -0
- package/dist/models/CreateYikeAssetUploadResponseBody.d.ts +33 -0
- package/dist/models/CreateYikeAssetUploadResponseBody.js +64 -0
- package/dist/models/CreateYikeAssetUploadResponseBody.js.map +1 -0
- package/dist/models/GetYikeAiappJobRequest.d.ts +18 -0
- package/dist/models/GetYikeAiappJobRequest.js +58 -0
- package/dist/models/GetYikeAiappJobRequest.js.map +1 -0
- package/dist/models/GetYikeAiappJobResponse.d.ts +19 -0
- package/dist/models/GetYikeAiappJobResponse.js +69 -0
- package/dist/models/GetYikeAiappJobResponse.js.map +1 -0
- package/dist/models/GetYikeAiappJobResponseBody.d.ts +140 -0
- package/dist/models/GetYikeAiappJobResponseBody.js +174 -0
- package/dist/models/GetYikeAiappJobResponseBody.js.map +1 -0
- package/dist/models/GetYikeStoryboardJobRequest.d.ts +18 -0
- package/dist/models/GetYikeStoryboardJobRequest.js +58 -0
- package/dist/models/GetYikeStoryboardJobRequest.js.map +1 -0
- package/dist/models/GetYikeStoryboardJobResponse.d.ts +19 -0
- package/dist/models/GetYikeStoryboardJobResponse.js +69 -0
- package/dist/models/GetYikeStoryboardJobResponse.js.map +1 -0
- package/dist/models/GetYikeStoryboardJobResponseBody.d.ts +141 -0
- package/dist/models/GetYikeStoryboardJobResponseBody.js +140 -0
- package/dist/models/GetYikeStoryboardJobResponseBody.js.map +1 -0
- package/dist/models/SubmitYikeAiappJobRequest.d.ts +36 -0
- package/dist/models/SubmitYikeAiappJobRequest.js +64 -0
- package/dist/models/SubmitYikeAiappJobRequest.js.map +1 -0
- package/dist/models/SubmitYikeAiappJobResponse.d.ts +19 -0
- package/dist/models/SubmitYikeAiappJobResponse.js +69 -0
- package/dist/models/SubmitYikeAiappJobResponse.js.map +1 -0
- package/dist/models/SubmitYikeAiappJobResponseBody.d.ts +23 -0
- package/dist/models/SubmitYikeAiappJobResponseBody.js +60 -0
- package/dist/models/SubmitYikeAiappJobResponseBody.js.map +1 -0
- package/dist/models/SubmitYikeStoryboardJobRequest.d.ts +87 -0
- package/dist/models/SubmitYikeStoryboardJobRequest.js +84 -0
- package/dist/models/SubmitYikeStoryboardJobRequest.js.map +1 -0
- package/dist/models/SubmitYikeStoryboardJobResponse.d.ts +19 -0
- package/dist/models/SubmitYikeStoryboardJobResponse.js +69 -0
- package/dist/models/SubmitYikeStoryboardJobResponse.js.map +1 -0
- package/dist/models/SubmitYikeStoryboardJobResponseBody.d.ts +23 -0
- package/dist/models/SubmitYikeStoryboardJobResponseBody.js +60 -0
- package/dist/models/SubmitYikeStoryboardJobResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +29 -0
- package/dist/models/model.js +62 -0
- package/dist/models/model.js.map +1 -0
- package/package.json +29 -0
- package/src/client.ts +354 -0
- package/src/models/BatchGetYikeAiappJobRequest.ts +31 -0
- package/src/models/BatchGetYikeAiappJobResponse.ts +40 -0
- package/src/models/BatchGetYikeAiappJobResponseBody.ts +261 -0
- package/src/models/CreateYikeAssetUploadRequest.ts +41 -0
- package/src/models/CreateYikeAssetUploadResponse.ts +40 -0
- package/src/models/CreateYikeAssetUploadResponseBody.ts +52 -0
- package/src/models/GetYikeAiappJobRequest.ts +31 -0
- package/src/models/GetYikeAiappJobResponse.ts +40 -0
- package/src/models/GetYikeAiappJobResponseBody.ts +233 -0
- package/src/models/GetYikeStoryboardJobRequest.ts +31 -0
- package/src/models/GetYikeStoryboardJobResponse.ts +40 -0
- package/src/models/GetYikeStoryboardJobResponseBody.ts +218 -0
- package/src/models/SubmitYikeAiappJobRequest.ts +55 -0
- package/src/models/SubmitYikeAiappJobResponse.ts +40 -0
- package/src/models/SubmitYikeAiappJobResponseBody.ts +38 -0
- package/src/models/SubmitYikeStoryboardJobRequest.ts +126 -0
- package/src/models/SubmitYikeStoryboardJobResponse.ts +40 -0
- package/src/models/SubmitYikeStoryboardJobResponseBody.ts +38 -0
- package/src/models/model.ts +29 -0
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetYikeStoryboardJobResponseBodyJobParams extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 16:9
|
|
9
|
+
*/
|
|
10
|
+
aspectRatio?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* https://test.oss-cn-shanghai.aliyuncs.com/test.mp4
|
|
14
|
+
*/
|
|
15
|
+
fileURL?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* {
|
|
19
|
+
* "AudioEnable": false
|
|
20
|
+
* }
|
|
21
|
+
*/
|
|
22
|
+
modelParams?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* sys_YoungGracefulWoman
|
|
26
|
+
*/
|
|
27
|
+
narrationVoiceId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @example
|
|
30
|
+
* 1K
|
|
31
|
+
*/
|
|
32
|
+
resolution?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* multi
|
|
36
|
+
*/
|
|
37
|
+
shotPromptMode?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @example
|
|
40
|
+
* firstPersonNarration
|
|
41
|
+
*/
|
|
42
|
+
shotSplitMode?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @example
|
|
45
|
+
* Novel
|
|
46
|
+
*/
|
|
47
|
+
sourceType?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @example
|
|
50
|
+
* RealisticPhotography
|
|
51
|
+
*/
|
|
52
|
+
styleId?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @example
|
|
55
|
+
* test-title
|
|
56
|
+
*/
|
|
57
|
+
title?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @example
|
|
60
|
+
* wan2.6-r2v-flash
|
|
61
|
+
*/
|
|
62
|
+
videoModel?: string;
|
|
63
|
+
static names(): { [key: string]: string } {
|
|
64
|
+
return {
|
|
65
|
+
aspectRatio: 'AspectRatio',
|
|
66
|
+
fileURL: 'FileURL',
|
|
67
|
+
modelParams: 'ModelParams',
|
|
68
|
+
narrationVoiceId: 'NarrationVoiceId',
|
|
69
|
+
resolution: 'Resolution',
|
|
70
|
+
shotPromptMode: 'ShotPromptMode',
|
|
71
|
+
shotSplitMode: 'ShotSplitMode',
|
|
72
|
+
sourceType: 'SourceType',
|
|
73
|
+
styleId: 'StyleId',
|
|
74
|
+
title: 'Title',
|
|
75
|
+
videoModel: 'VideoModel',
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
static types(): { [key: string]: any } {
|
|
80
|
+
return {
|
|
81
|
+
aspectRatio: 'string',
|
|
82
|
+
fileURL: 'string',
|
|
83
|
+
modelParams: 'string',
|
|
84
|
+
narrationVoiceId: 'string',
|
|
85
|
+
resolution: 'string',
|
|
86
|
+
shotPromptMode: 'string',
|
|
87
|
+
shotSplitMode: 'string',
|
|
88
|
+
sourceType: 'string',
|
|
89
|
+
styleId: 'string',
|
|
90
|
+
title: 'string',
|
|
91
|
+
videoModel: 'string',
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
validate() {
|
|
96
|
+
super.validate();
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
constructor(map?: { [key: string]: any }) {
|
|
100
|
+
super(map);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export class GetYikeStoryboardJobResponseBodyJobResult extends $dara.Model {
|
|
105
|
+
/**
|
|
106
|
+
* @example
|
|
107
|
+
* [\\"st_2053348871\\"]
|
|
108
|
+
*/
|
|
109
|
+
exceptionStoryboardIds?: string;
|
|
110
|
+
/**
|
|
111
|
+
* @example
|
|
112
|
+
* [{\\"errorCode\\":\\"NoMediaData\\",\\"storyboardId\\":\\"st_2118280473\\",\\"shotId\\":\\"54\\"}]
|
|
113
|
+
*/
|
|
114
|
+
failureShotList?: string;
|
|
115
|
+
/**
|
|
116
|
+
* @example
|
|
117
|
+
* https://test.oss-cn-shanghai.aliyuncs.com/test.mp4
|
|
118
|
+
*/
|
|
119
|
+
outputUrl?: string;
|
|
120
|
+
/**
|
|
121
|
+
* @example
|
|
122
|
+
* [{\\"storyboardId\\":\\"st_1541525214\\",\\"title\\":\\"test_1\\",\\"status\\":\\"Produced\\",\\"subStatus\\":\\"ProduceSucc\\"},{\\"storyboardId\\":\\"st_1633435355\\",\\"title\\":\\"test_2\\",\\"status\\":\\"Produced\\",\\"subStatus\\":\\"ProduceSucc\\"}]
|
|
123
|
+
*/
|
|
124
|
+
storyboardInfoList?: string;
|
|
125
|
+
/**
|
|
126
|
+
* @example
|
|
127
|
+
* st_2118280473, st_2118280471
|
|
128
|
+
*/
|
|
129
|
+
successStoryboardIds?: string;
|
|
130
|
+
/**
|
|
131
|
+
* @example
|
|
132
|
+
* [\\"st_2118280473\\"]
|
|
133
|
+
*/
|
|
134
|
+
successStoryboardList?: string;
|
|
135
|
+
static names(): { [key: string]: string } {
|
|
136
|
+
return {
|
|
137
|
+
exceptionStoryboardIds: 'ExceptionStoryboardIds',
|
|
138
|
+
failureShotList: 'FailureShotList',
|
|
139
|
+
outputUrl: 'OutputUrl',
|
|
140
|
+
storyboardInfoList: 'StoryboardInfoList',
|
|
141
|
+
successStoryboardIds: 'SuccessStoryboardIds',
|
|
142
|
+
successStoryboardList: 'SuccessStoryboardList',
|
|
143
|
+
};
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
static types(): { [key: string]: any } {
|
|
147
|
+
return {
|
|
148
|
+
exceptionStoryboardIds: 'string',
|
|
149
|
+
failureShotList: 'string',
|
|
150
|
+
outputUrl: 'string',
|
|
151
|
+
storyboardInfoList: 'string',
|
|
152
|
+
successStoryboardIds: 'string',
|
|
153
|
+
successStoryboardList: 'string',
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
validate() {
|
|
158
|
+
super.validate();
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
constructor(map?: { [key: string]: any }) {
|
|
162
|
+
super(map);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
export class GetYikeStoryboardJobResponseBody extends $dara.Model {
|
|
167
|
+
/**
|
|
168
|
+
* @example
|
|
169
|
+
* ****a046-263c-3560-978a-fb287782****
|
|
170
|
+
*/
|
|
171
|
+
jobId?: string;
|
|
172
|
+
jobParams?: GetYikeStoryboardJobResponseBodyJobParams;
|
|
173
|
+
jobResult?: GetYikeStoryboardJobResponseBodyJobResult;
|
|
174
|
+
/**
|
|
175
|
+
* @example
|
|
176
|
+
* Succeeded
|
|
177
|
+
*/
|
|
178
|
+
jobStatus?: string;
|
|
179
|
+
/**
|
|
180
|
+
* @example
|
|
181
|
+
* ******3B-0E1A-586A-AC29-742247******
|
|
182
|
+
*/
|
|
183
|
+
requestId?: string;
|
|
184
|
+
static names(): { [key: string]: string } {
|
|
185
|
+
return {
|
|
186
|
+
jobId: 'JobId',
|
|
187
|
+
jobParams: 'JobParams',
|
|
188
|
+
jobResult: 'JobResult',
|
|
189
|
+
jobStatus: 'JobStatus',
|
|
190
|
+
requestId: 'RequestId',
|
|
191
|
+
};
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
static types(): { [key: string]: any } {
|
|
195
|
+
return {
|
|
196
|
+
jobId: 'string',
|
|
197
|
+
jobParams: GetYikeStoryboardJobResponseBodyJobParams,
|
|
198
|
+
jobResult: GetYikeStoryboardJobResponseBodyJobResult,
|
|
199
|
+
jobStatus: 'string',
|
|
200
|
+
requestId: 'string',
|
|
201
|
+
};
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
validate() {
|
|
205
|
+
if(this.jobParams && typeof (this.jobParams as any).validate === 'function') {
|
|
206
|
+
(this.jobParams as any).validate();
|
|
207
|
+
}
|
|
208
|
+
if(this.jobResult && typeof (this.jobResult as any).validate === 'function') {
|
|
209
|
+
(this.jobResult as any).validate();
|
|
210
|
+
}
|
|
211
|
+
super.validate();
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
constructor(map?: { [key: string]: any }) {
|
|
215
|
+
super(map);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class SubmitYikeAIAppJobRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* sys-ao-smith-1
|
|
12
|
+
*/
|
|
13
|
+
appId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* sys-ao-smith-1
|
|
17
|
+
*/
|
|
18
|
+
appParams?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* fd-cReaEcVqQK
|
|
22
|
+
*/
|
|
23
|
+
folderId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @example
|
|
26
|
+
* ProductionId
|
|
27
|
+
*/
|
|
28
|
+
productionId?: string;
|
|
29
|
+
static names(): { [key: string]: string } {
|
|
30
|
+
return {
|
|
31
|
+
appId: 'AppId',
|
|
32
|
+
appParams: 'AppParams',
|
|
33
|
+
folderId: 'FolderId',
|
|
34
|
+
productionId: 'ProductionId',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
static types(): { [key: string]: any } {
|
|
39
|
+
return {
|
|
40
|
+
appId: 'string',
|
|
41
|
+
appParams: 'string',
|
|
42
|
+
folderId: 'string',
|
|
43
|
+
productionId: 'string',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
validate() {
|
|
48
|
+
super.validate();
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
constructor(map?: { [key: string]: any }) {
|
|
52
|
+
super(map);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { SubmitYikeAIAppJobResponseBody } from "./SubmitYikeAiappJobResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class SubmitYikeAIAppJobResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: SubmitYikeAIAppJobResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: SubmitYikeAIAppJobResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class SubmitYikeAIAppJobResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ab4802364a2e49208c99efab82df****
|
|
9
|
+
*/
|
|
10
|
+
jobId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 4E84BE44-58A7-****-****-FBEBEA16EF94
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
jobId: 'JobId',
|
|
19
|
+
requestId: 'RequestId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
jobId: 'string',
|
|
26
|
+
requestId: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class SubmitYikeStoryboardJobRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 4:3
|
|
9
|
+
*/
|
|
10
|
+
aspectRatio?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* FullPipeline
|
|
14
|
+
*/
|
|
15
|
+
execMode?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* http://test.oss-cn-shanghai.aliyuncs.com/test.mp4
|
|
19
|
+
*/
|
|
20
|
+
fileURL?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* {
|
|
24
|
+
* "AudioEnable": false
|
|
25
|
+
* }
|
|
26
|
+
*/
|
|
27
|
+
modelParams?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @example
|
|
30
|
+
* sys_YoungGracefulWoman
|
|
31
|
+
*/
|
|
32
|
+
narrationVoiceId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* 720P
|
|
36
|
+
*/
|
|
37
|
+
resolution?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @example
|
|
40
|
+
* multi
|
|
41
|
+
*/
|
|
42
|
+
shotPromptMode?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @example
|
|
45
|
+
* firstPersonNarration
|
|
46
|
+
*/
|
|
47
|
+
shotSplitMode?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @example
|
|
50
|
+
* True
|
|
51
|
+
*/
|
|
52
|
+
skipFailureShot?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* @example
|
|
55
|
+
* Novel
|
|
56
|
+
*/
|
|
57
|
+
sourceType?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @example
|
|
60
|
+
* RealisticPhotography
|
|
61
|
+
*/
|
|
62
|
+
styleId?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @example
|
|
65
|
+
* test-title
|
|
66
|
+
*/
|
|
67
|
+
title?: string;
|
|
68
|
+
/**
|
|
69
|
+
* @example
|
|
70
|
+
* {
|
|
71
|
+
* "NotifyAddress": "https://www.callback.com"
|
|
72
|
+
* }
|
|
73
|
+
*/
|
|
74
|
+
userData?: string;
|
|
75
|
+
/**
|
|
76
|
+
* @example
|
|
77
|
+
* wan2.6-r2v-flash
|
|
78
|
+
*/
|
|
79
|
+
videoModel?: string;
|
|
80
|
+
static names(): { [key: string]: string } {
|
|
81
|
+
return {
|
|
82
|
+
aspectRatio: 'AspectRatio',
|
|
83
|
+
execMode: 'ExecMode',
|
|
84
|
+
fileURL: 'FileURL',
|
|
85
|
+
modelParams: 'ModelParams',
|
|
86
|
+
narrationVoiceId: 'NarrationVoiceId',
|
|
87
|
+
resolution: 'Resolution',
|
|
88
|
+
shotPromptMode: 'ShotPromptMode',
|
|
89
|
+
shotSplitMode: 'ShotSplitMode',
|
|
90
|
+
skipFailureShot: 'SkipFailureShot',
|
|
91
|
+
sourceType: 'SourceType',
|
|
92
|
+
styleId: 'StyleId',
|
|
93
|
+
title: 'Title',
|
|
94
|
+
userData: 'UserData',
|
|
95
|
+
videoModel: 'VideoModel',
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
static types(): { [key: string]: any } {
|
|
100
|
+
return {
|
|
101
|
+
aspectRatio: 'string',
|
|
102
|
+
execMode: 'string',
|
|
103
|
+
fileURL: 'string',
|
|
104
|
+
modelParams: 'string',
|
|
105
|
+
narrationVoiceId: 'string',
|
|
106
|
+
resolution: 'string',
|
|
107
|
+
shotPromptMode: 'string',
|
|
108
|
+
shotSplitMode: 'string',
|
|
109
|
+
skipFailureShot: 'boolean',
|
|
110
|
+
sourceType: 'string',
|
|
111
|
+
styleId: 'string',
|
|
112
|
+
title: 'string',
|
|
113
|
+
userData: 'string',
|
|
114
|
+
videoModel: 'string',
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
validate() {
|
|
119
|
+
super.validate();
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
constructor(map?: { [key: string]: any }) {
|
|
123
|
+
super(map);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { SubmitYikeStoryboardJobResponseBody } from "./SubmitYikeStoryboardJobResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class SubmitYikeStoryboardJobResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: SubmitYikeStoryboardJobResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: SubmitYikeStoryboardJobResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class SubmitYikeStoryboardJobResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ab0e3e76-1e9d-11ed-ba64-0c42a1b73d66
|
|
9
|
+
*/
|
|
10
|
+
jobId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* ******3B-0E1A-586A-AC29-742247******
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
jobId: 'JobId',
|
|
19
|
+
requestId: 'RequestId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
jobId: 'string',
|
|
26
|
+
requestId: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export { BatchGetYikeAIAppJobResponseBodyJobListResultAudioResult } from './BatchGetYikeAiappJobResponseBody';
|
|
2
|
+
export { BatchGetYikeAIAppJobResponseBodyJobListResultImageResult } from './BatchGetYikeAiappJobResponseBody';
|
|
3
|
+
export { BatchGetYikeAIAppJobResponseBodyJobListResultVideoResult } from './BatchGetYikeAiappJobResponseBody';
|
|
4
|
+
export { BatchGetYikeAIAppJobResponseBodyJobListResult } from './BatchGetYikeAiappJobResponseBody';
|
|
5
|
+
export { BatchGetYikeAIAppJobResponseBodyJobList } from './BatchGetYikeAiappJobResponseBody';
|
|
6
|
+
export { GetYikeAIAppJobResponseBodyResultAudioResult } from './GetYikeAiappJobResponseBody';
|
|
7
|
+
export { GetYikeAIAppJobResponseBodyResultImageResult } from './GetYikeAiappJobResponseBody';
|
|
8
|
+
export { GetYikeAIAppJobResponseBodyResultVideoResult } from './GetYikeAiappJobResponseBody';
|
|
9
|
+
export { GetYikeAIAppJobResponseBodyResult } from './GetYikeAiappJobResponseBody';
|
|
10
|
+
export { GetYikeStoryboardJobResponseBodyJobParams } from './GetYikeStoryboardJobResponseBody';
|
|
11
|
+
export { GetYikeStoryboardJobResponseBodyJobResult } from './GetYikeStoryboardJobResponseBody';
|
|
12
|
+
export { BatchGetYikeAIAppJobRequest } from './BatchGetYikeAiappJobRequest';
|
|
13
|
+
export { BatchGetYikeAIAppJobResponseBody } from './BatchGetYikeAiappJobResponseBody';
|
|
14
|
+
export { BatchGetYikeAIAppJobResponse } from './BatchGetYikeAiappJobResponse';
|
|
15
|
+
export { CreateYikeAssetUploadRequest } from './CreateYikeAssetUploadRequest';
|
|
16
|
+
export { CreateYikeAssetUploadResponseBody } from './CreateYikeAssetUploadResponseBody';
|
|
17
|
+
export { CreateYikeAssetUploadResponse } from './CreateYikeAssetUploadResponse';
|
|
18
|
+
export { GetYikeAIAppJobRequest } from './GetYikeAiappJobRequest';
|
|
19
|
+
export { GetYikeAIAppJobResponseBody } from './GetYikeAiappJobResponseBody';
|
|
20
|
+
export { GetYikeAIAppJobResponse } from './GetYikeAiappJobResponse';
|
|
21
|
+
export { GetYikeStoryboardJobRequest } from './GetYikeStoryboardJobRequest';
|
|
22
|
+
export { GetYikeStoryboardJobResponseBody } from './GetYikeStoryboardJobResponseBody';
|
|
23
|
+
export { GetYikeStoryboardJobResponse } from './GetYikeStoryboardJobResponse';
|
|
24
|
+
export { SubmitYikeAIAppJobRequest } from './SubmitYikeAiappJobRequest';
|
|
25
|
+
export { SubmitYikeAIAppJobResponseBody } from './SubmitYikeAiappJobResponseBody';
|
|
26
|
+
export { SubmitYikeAIAppJobResponse } from './SubmitYikeAiappJobResponse';
|
|
27
|
+
export { SubmitYikeStoryboardJobRequest } from './SubmitYikeStoryboardJobRequest';
|
|
28
|
+
export { SubmitYikeStoryboardJobResponseBody } from './SubmitYikeStoryboardJobResponseBody';
|
|
29
|
+
export { SubmitYikeStoryboardJobResponse } from './SubmitYikeStoryboardJobResponse';
|