@volcengine/i18nopenapi 1.0.1 → 1.0.3
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/.turbo/turbo-build.log +7 -7
- package/dist/cjs/index.js +20 -0
- package/dist/esm/api.d.ts +22 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +15 -1
- package/dist/esm/types/base-resp-for-video-project-serial-dub-task-create-output.d.ts +30 -0
- package/dist/esm/types/base-resp-for-video-project-serial-dub-task-create-output.d.ts.map +1 -0
- package/dist/esm/types/convertsubtitle-for-video-project-serial-dub-task-create-input.d.ts +50 -0
- package/dist/esm/types/convertsubtitle-for-video-project-serial-dub-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/convertsubtitle-for-video-project-serial-task-create-input.d.ts +50 -0
- package/dist/esm/types/convertsubtitle-for-video-project-serial-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/data-for-video-project-serial-dub-task-create-output.d.ts +37 -0
- package/dist/esm/types/data-for-video-project-serial-dub-task-create-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-video-project-serial-task-create-output.d.ts +6 -0
- package/dist/esm/types/data-for-video-project-serial-task-create-output.d.ts.map +1 -1
- package/dist/esm/types/index.d.ts +20 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/issue-for-video-project-serial-dub-task-create-output.d.ts +35 -0
- package/dist/esm/types/issue-for-video-project-serial-dub-task-create-output.d.ts.map +1 -0
- package/dist/esm/types/issue-for-video-project-serial-task-create-output.d.ts +35 -0
- package/dist/esm/types/issue-for-video-project-serial-task-create-output.d.ts.map +1 -0
- package/dist/esm/types/pure-video-for-video-project-serial-dub-task-create-input.d.ts +35 -0
- package/dist/esm/types/pure-video-for-video-project-serial-dub-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/serial-info-for-video-project-serial-dub-task-create-input.d.ts +49 -0
- package/dist/esm/types/serial-info-for-video-project-serial-dub-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/serial-info-for-video-project-serial-task-create-input.d.ts +6 -0
- package/dist/esm/types/serial-info-for-video-project-serial-task-create-input.d.ts.map +1 -1
- package/dist/esm/types/subtitle-file-check-report-for-video-project-serial-dub-task-create-output.d.ts +41 -0
- package/dist/esm/types/subtitle-file-check-report-for-video-project-serial-dub-task-create-output.d.ts.map +1 -0
- package/dist/esm/types/subtitle-file-check-report-for-video-project-serial-task-create-output.d.ts +41 -0
- package/dist/esm/types/subtitle-file-check-report-for-video-project-serial-task-create-output.d.ts.map +1 -0
- package/dist/esm/types/subtitle-for-video-project-serial-dub-task-create-input.d.ts +45 -0
- package/dist/esm/types/subtitle-for-video-project-serial-dub-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/suppression-params-for-video-project-serial-dub-task-create-input.d.ts +25 -0
- package/dist/esm/types/suppression-params-for-video-project-serial-dub-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/suppression-params-for-video-project-serial-task-create-input.d.ts +25 -0
- package/dist/esm/types/suppression-params-for-video-project-serial-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/target-style-map-for-video-project-serial-dub-task-create-input.d.ts +25 -0
- package/dist/esm/types/target-style-map-for-video-project-serial-dub-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/task-info-for-video-project-serial-dub-task-create-input.d.ts +122 -0
- package/dist/esm/types/task-info-for-video-project-serial-dub-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/task-info-for-video-project-serial-task-create-input.d.ts +6 -0
- package/dist/esm/types/task-info-for-video-project-serial-task-create-input.d.ts.map +1 -1
- package/dist/esm/types/video-for-video-project-serial-dub-task-create-input.d.ts +35 -0
- package/dist/esm/types/video-for-video-project-serial-dub-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/video-project-serial-dub-task-create-request.d.ts +37 -0
- package/dist/esm/types/video-project-serial-dub-task-create-request.d.ts.map +1 -0
- package/dist/esm/types/video-project-serial-dub-task-create-response.d.ts +26 -0
- package/dist/esm/types/video-project-serial-dub-task-create-response.d.ts.map +1 -0
- package/dist/esm/types/video-project-suppression-start-request.d.ts +65 -0
- package/dist/esm/types/video-project-suppression-start-request.d.ts.map +1 -0
- package/dist/esm/types/video-project-suppression-start-response.d.ts +20 -0
- package/dist/esm/types/video-project-suppression-start-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/api.ts +38 -1
- package/src/types/base-resp-for-video-project-serial-dub-task-create-output.ts +34 -0
- package/src/types/convertsubtitle-for-video-project-serial-dub-task-create-input.ts +58 -0
- package/src/types/convertsubtitle-for-video-project-serial-task-create-input.ts +58 -0
- package/src/types/data-for-video-project-serial-dub-task-create-output.ts +42 -0
- package/src/types/data-for-video-project-serial-task-create-output.ts +7 -0
- package/src/types/index.ts +20 -0
- package/src/types/issue-for-video-project-serial-dub-task-create-output.ts +40 -0
- package/src/types/issue-for-video-project-serial-task-create-output.ts +40 -0
- package/src/types/pure-video-for-video-project-serial-dub-task-create-input.ts +40 -0
- package/src/types/serial-info-for-video-project-serial-dub-task-create-input.ts +56 -0
- package/src/types/serial-info-for-video-project-serial-task-create-input.ts +7 -0
- package/src/types/subtitle-file-check-report-for-video-project-serial-dub-task-create-output.ts +47 -0
- package/src/types/subtitle-file-check-report-for-video-project-serial-task-create-output.ts +47 -0
- package/src/types/subtitle-for-video-project-serial-dub-task-create-input.ts +52 -0
- package/src/types/suppression-params-for-video-project-serial-dub-task-create-input.ts +28 -0
- package/src/types/suppression-params-for-video-project-serial-task-create-input.ts +28 -0
- package/src/types/target-style-map-for-video-project-serial-dub-task-create-input.ts +28 -0
- package/src/types/task-info-for-video-project-serial-dub-task-create-input.ts +144 -0
- package/src/types/task-info-for-video-project-serial-task-create-input.ts +7 -0
- package/src/types/video-for-video-project-serial-dub-task-create-input.ts +40 -0
- package/src/types/video-project-serial-dub-task-create-request.ts +42 -0
- package/src/types/video-project-serial-dub-task-create-response.ts +29 -0
- package/src/types/video-project-suppression-start-request.ts +76 -0
- package/src/types/video-project-suppression-start-response.ts +22 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ConvertsubtitleForVideoProjectSerialDubTaskCreateInput } from './convertsubtitle-for-video-project-serial-dub-task-create-input';
|
|
13
|
+
import { PureVideoForVideoProjectSerialDubTaskCreateInput } from './pure-video-for-video-project-serial-dub-task-create-input';
|
|
14
|
+
import { SubtitleForVideoProjectSerialDubTaskCreateInput } from './subtitle-for-video-project-serial-dub-task-create-input';
|
|
15
|
+
import { VideoForVideoProjectSerialDubTaskCreateInput } from './video-for-video-project-serial-dub-task-create-input';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
21
|
+
*/
|
|
22
|
+
export interface SerialInfoForVideoProjectSerialDubTaskCreateInput {
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
26
|
+
*/
|
|
27
|
+
episode?: number;
|
|
28
|
+
/**
|
|
29
|
+
* @type {PureVideoForVideoProjectSerialDubTaskCreateInput}
|
|
30
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
31
|
+
*/
|
|
32
|
+
pureVideo?: PureVideoForVideoProjectSerialDubTaskCreateInput;
|
|
33
|
+
/**
|
|
34
|
+
* @type {SubtitleForVideoProjectSerialDubTaskCreateInput}
|
|
35
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
36
|
+
*/
|
|
37
|
+
subtitle?: SubtitleForVideoProjectSerialDubTaskCreateInput;
|
|
38
|
+
/**
|
|
39
|
+
* @type {Array<ConvertsubtitleForVideoProjectSerialDubTaskCreateInput>}
|
|
40
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
41
|
+
*/
|
|
42
|
+
subtitles?: Array<ConvertsubtitleForVideoProjectSerialDubTaskCreateInput>;
|
|
43
|
+
/**
|
|
44
|
+
* @type {VideoForVideoProjectSerialDubTaskCreateInput}
|
|
45
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
46
|
+
*/
|
|
47
|
+
video?: VideoForVideoProjectSerialDubTaskCreateInput;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=serial-info-for-video-project-serial-dub-task-create-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serial-info-for-video-project-serial-dub-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/serial-info-for-video-project-serial-dub-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,gDAAgD,EAAE,MAAM,6DAA6D,CAAC;AAC/H,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,4CAA4C,EAAE,MAAM,wDAAwD,CAAC;AACrH;;;;;EAKE;AACH,MAAM,WAAW,iDAAiD;IAE9D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,gDAAgD,CAAC;IAE7D;;;OAGG;IACH,QAAQ,CAAC,EAAE,+CAA+C,CAAC;IAE3D;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,sDAAsD,CAAC,CAAC;IAE1E;;;OAGG;IACH,KAAK,CAAC,EAAE,4CAA4C,CAAC;CACxD"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { ConvertsubtitleForVideoProjectSerialTaskCreateInput } from './convertsubtitle-for-video-project-serial-task-create-input';
|
|
12
13
|
import { PureVideoForVideoProjectSerialTaskCreateInput } from './pure-video-for-video-project-serial-task-create-input';
|
|
13
14
|
import { SubtitleForVideoProjectSerialTaskCreateInput } from './subtitle-for-video-project-serial-task-create-input';
|
|
14
15
|
import { VideoForVideoProjectSerialTaskCreateInput } from './video-for-video-project-serial-task-create-input';
|
|
@@ -34,6 +35,11 @@ export interface SerialInfoForVideoProjectSerialTaskCreateInput {
|
|
|
34
35
|
* @memberof SerialInfoForVideoProjectSerialTaskCreateInput
|
|
35
36
|
*/
|
|
36
37
|
subtitle?: SubtitleForVideoProjectSerialTaskCreateInput;
|
|
38
|
+
/**
|
|
39
|
+
* @type {Array<ConvertsubtitleForVideoProjectSerialTaskCreateInput>}
|
|
40
|
+
* @memberof SerialInfoForVideoProjectSerialTaskCreateInput
|
|
41
|
+
*/
|
|
42
|
+
subtitles?: Array<ConvertsubtitleForVideoProjectSerialTaskCreateInput>;
|
|
37
43
|
/**
|
|
38
44
|
* @type {VideoForVideoProjectSerialTaskCreateInput}
|
|
39
45
|
* @memberof SerialInfoForVideoProjectSerialTaskCreateInput
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serial-info-for-video-project-serial-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/serial-info-for-video-project-serial-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,4CAA4C,EAAE,MAAM,uDAAuD,CAAC;AACrH,OAAO,EAAE,yCAAyC,EAAE,MAAM,oDAAoD,CAAC;AAC9G;;;;;EAKE;AACH,MAAM,WAAW,8CAA8C;IAE3D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,6CAA6C,CAAC;IAE1D;;;OAGG;IACH,QAAQ,CAAC,EAAE,4CAA4C,CAAC;IAExD;;;OAGG;IACH,KAAK,CAAC,EAAE,yCAAyC,CAAC;CACrD"}
|
|
1
|
+
{"version":3,"file":"serial-info-for-video-project-serial-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/serial-info-for-video-project-serial-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mDAAmD,EAAE,MAAM,8DAA8D,CAAC;AACnI,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,4CAA4C,EAAE,MAAM,uDAAuD,CAAC;AACrH,OAAO,EAAE,yCAAyC,EAAE,MAAM,oDAAoD,CAAC;AAC9G;;;;;EAKE;AACH,MAAM,WAAW,8CAA8C;IAE3D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,6CAA6C,CAAC;IAE1D;;;OAGG;IACH,QAAQ,CAAC,EAAE,4CAA4C,CAAC;IAExD;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,mDAAmD,CAAC,CAAC;IAEvE;;;OAGG;IACH,KAAK,CAAC,EAAE,yCAAyC,CAAC;CACrD"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { IssueForVideoProjectSerialDubTaskCreateOutput } from './issue-for-video-project-serial-dub-task-create-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
23
|
+
*/
|
|
24
|
+
EpisodeNum?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<IssueForVideoProjectSerialDubTaskCreateOutput>}
|
|
27
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
28
|
+
*/
|
|
29
|
+
Issues?: Array<IssueForVideoProjectSerialDubTaskCreateOutput>;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
33
|
+
*/
|
|
34
|
+
SourceLanguage?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
38
|
+
*/
|
|
39
|
+
TargetLanguage?: string;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=subtitle-file-check-report-for-video-project-serial-dub-task-create-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subtitle-file-check-report-for-video-project-serial-dub-task-create-output.d.ts","sourceRoot":"","sources":["../../../src/types/subtitle-file-check-report-for-video-project-serial-dub-task-create-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACvH;;;;;EAKE;AACH,MAAM,WAAW,+DAA+D;IAE5E;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,6CAA6C,CAAC,CAAC;IAE9D;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
package/dist/esm/types/subtitle-file-check-report-for-video-project-serial-task-create-output.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { IssueForVideoProjectSerialTaskCreateOutput } from './issue-for-video-project-serial-task-create-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
23
|
+
*/
|
|
24
|
+
EpisodeNum?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<IssueForVideoProjectSerialTaskCreateOutput>}
|
|
27
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
28
|
+
*/
|
|
29
|
+
Issues?: Array<IssueForVideoProjectSerialTaskCreateOutput>;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
33
|
+
*/
|
|
34
|
+
SourceLanguage?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
38
|
+
*/
|
|
39
|
+
TargetLanguage?: string;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=subtitle-file-check-report-for-video-project-serial-task-create-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subtitle-file-check-report-for-video-project-serial-task-create-output.d.ts","sourceRoot":"","sources":["../../../src/types/subtitle-file-check-report-for-video-project-serial-task-create-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,0CAA0C,EAAE,MAAM,qDAAqD,CAAC;AAChH;;;;;EAKE;AACH,MAAM,WAAW,4DAA4D;IAEzE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,0CAA0C,CAAC,CAAC;IAE3D;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubtitleForVideoProjectSerialDubTaskCreateInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
22
|
+
*/
|
|
23
|
+
arrangement?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
27
|
+
*/
|
|
28
|
+
fileType?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
32
|
+
*/
|
|
33
|
+
name?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
37
|
+
*/
|
|
38
|
+
subtitleLang?: number;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
42
|
+
*/
|
|
43
|
+
uri?: string;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=subtitle-for-video-project-serial-dub-task-create-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subtitle-for-video-project-serial-dub-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/subtitle-for-video-project-serial-dub-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+CAA+C;IAE5D;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SuppressionParamsForVideoProjectSerialDubTaskCreateInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SuppressionParamsForVideoProjectSerialDubTaskCreateInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof SuppressionParamsForVideoProjectSerialDubTaskCreateInput
|
|
22
|
+
*/
|
|
23
|
+
excludeSubtitle?: boolean;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=suppression-params-for-video-project-serial-dub-task-create-input.d.ts.map
|
package/dist/esm/types/suppression-params-for-video-project-serial-dub-task-create-input.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suppression-params-for-video-project-serial-dub-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/suppression-params-for-video-project-serial-dub-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wDAAwD;IAErE;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SuppressionParamsForVideoProjectSerialTaskCreateInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SuppressionParamsForVideoProjectSerialTaskCreateInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof SuppressionParamsForVideoProjectSerialTaskCreateInput
|
|
22
|
+
*/
|
|
23
|
+
excludeSubtitle?: boolean;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=suppression-params-for-video-project-serial-task-create-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suppression-params-for-video-project-serial-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/suppression-params-for-video-project-serial-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qDAAqD;IAElE;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TargetStyleMapForVideoProjectSerialDubTaskCreateInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TargetStyleMapForVideoProjectSerialDubTaskCreateInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TargetStyleMapForVideoProjectSerialDubTaskCreateInput
|
|
22
|
+
*/
|
|
23
|
+
af?: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=target-style-map-for-video-project-serial-dub-task-create-input.d.ts.map
|
package/dist/esm/types/target-style-map-for-video-project-serial-dub-task-create-input.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"target-style-map-for-video-project-serial-dub-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/target-style-map-for-video-project-serial-dub-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qDAAqD;IAElE;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SuppressionParamsForVideoProjectSerialDubTaskCreateInput } from './suppression-params-for-video-project-serial-dub-task-create-input';
|
|
13
|
+
import { TargetStyleMapForVideoProjectSerialDubTaskCreateInput } from './target-style-map-for-video-project-serial-dub-task-create-input';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
19
|
+
*/
|
|
20
|
+
export interface TaskInfoForVideoProjectSerialDubTaskCreateInput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
24
|
+
*/
|
|
25
|
+
aiRemoveType?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
29
|
+
*/
|
|
30
|
+
asrModel?: number;
|
|
31
|
+
/**
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
34
|
+
*/
|
|
35
|
+
bgmPolicy?: number;
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
39
|
+
*/
|
|
40
|
+
comment?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
44
|
+
*/
|
|
45
|
+
deadline?: number;
|
|
46
|
+
/**
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
49
|
+
*/
|
|
50
|
+
dramaCoverUrl?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
54
|
+
*/
|
|
55
|
+
dramaDescription?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
59
|
+
*/
|
|
60
|
+
dramaTitle?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @type {boolean}
|
|
63
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
64
|
+
*/
|
|
65
|
+
isDub?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* @type {boolean}
|
|
68
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
69
|
+
*/
|
|
70
|
+
needTranslateCover?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* @type {boolean}
|
|
73
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
74
|
+
*/
|
|
75
|
+
needTranslateDesc?: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* @type {boolean}
|
|
78
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
79
|
+
*/
|
|
80
|
+
needTranslateTitle?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* @type {boolean}
|
|
83
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
84
|
+
*/
|
|
85
|
+
needTranslateTitleAndDesc?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* @type {number}
|
|
88
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
89
|
+
*/
|
|
90
|
+
serialNumber?: number;
|
|
91
|
+
/**
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
94
|
+
*/
|
|
95
|
+
sourceLang?: string;
|
|
96
|
+
/**
|
|
97
|
+
* @type {SuppressionParamsForVideoProjectSerialDubTaskCreateInput}
|
|
98
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
99
|
+
*/
|
|
100
|
+
suppressionParams?: SuppressionParamsForVideoProjectSerialDubTaskCreateInput;
|
|
101
|
+
/**
|
|
102
|
+
* @type {Array<string>}
|
|
103
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
104
|
+
*/
|
|
105
|
+
targetLangs?: Array<string>;
|
|
106
|
+
/**
|
|
107
|
+
* @type {TargetStyleMapForVideoProjectSerialDubTaskCreateInput}
|
|
108
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
109
|
+
*/
|
|
110
|
+
targetStyleMap?: TargetStyleMapForVideoProjectSerialDubTaskCreateInput;
|
|
111
|
+
/**
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
114
|
+
*/
|
|
115
|
+
taskName?: string;
|
|
116
|
+
/**
|
|
117
|
+
* @type {boolean}
|
|
118
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
119
|
+
*/
|
|
120
|
+
useMT?: boolean;
|
|
121
|
+
}
|
|
122
|
+
//# sourceMappingURL=task-info-for-video-project-serial-dub-task-create-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"task-info-for-video-project-serial-dub-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/task-info-for-video-project-serial-dub-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,wDAAwD,EAAE,MAAM,qEAAqE,CAAC;AAC/I,OAAO,EAAE,qDAAqD,EAAE,MAAM,mEAAmE,CAAC;AACzI;;;;;EAKE;AACH,MAAM,WAAW,+CAA+C;IAE5D;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,wDAAwD,CAAC;IAE7E;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;OAGG;IACH,cAAc,CAAC,EAAE,qDAAqD,CAAC;IAEvE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { SuppressionParamsForVideoProjectSerialTaskCreateInput } from './suppression-params-for-video-project-serial-task-create-input';
|
|
12
13
|
import { TargetStyleMapForVideoProjectSerialTaskCreateInput } from './target-style-map-for-video-project-serial-task-create-input';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -92,6 +93,11 @@ export interface TaskInfoForVideoProjectSerialTaskCreateInput {
|
|
|
92
93
|
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
93
94
|
*/
|
|
94
95
|
sourceLang?: string;
|
|
96
|
+
/**
|
|
97
|
+
* @type {SuppressionParamsForVideoProjectSerialTaskCreateInput}
|
|
98
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
99
|
+
*/
|
|
100
|
+
suppressionParams?: SuppressionParamsForVideoProjectSerialTaskCreateInput;
|
|
95
101
|
/**
|
|
96
102
|
* @type {Array<string>}
|
|
97
103
|
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"task-info-for-video-project-serial-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/task-info-for-video-project-serial-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kDAAkD,EAAE,MAAM,+DAA+D,CAAC;AAClI;;;;;EAKE;AACH,MAAM,WAAW,4CAA4C;IAEzD;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;OAGG;IACH,cAAc,CAAC,EAAE,kDAAkD,CAAC;IAEpE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"task-info-for-video-project-serial-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/task-info-for-video-project-serial-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qDAAqD,EAAE,MAAM,iEAAiE,CAAC;AACxI,OAAO,EAAE,kDAAkD,EAAE,MAAM,+DAA+D,CAAC;AAClI;;;;;EAKE;AACH,MAAM,WAAW,4CAA4C;IAEzD;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,qDAAqD,CAAC;IAE1E;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;OAGG;IACH,cAAc,CAAC,EAAE,kDAAkD,CAAC;IAEpE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VideoForVideoProjectSerialDubTaskCreateInput
|
|
17
|
+
*/
|
|
18
|
+
export interface VideoForVideoProjectSerialDubTaskCreateInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VideoForVideoProjectSerialDubTaskCreateInput
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof VideoForVideoProjectSerialDubTaskCreateInput
|
|
27
|
+
*/
|
|
28
|
+
vid?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof VideoForVideoProjectSerialDubTaskCreateInput
|
|
32
|
+
*/
|
|
33
|
+
videoUrl?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=video-for-video-project-serial-dub-task-create-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"video-for-video-project-serial-dub-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/video-for-video-project-serial-dub-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4CAA4C;IAEzD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SerialInfoForVideoProjectSerialDubTaskCreateInput } from './serial-info-for-video-project-serial-dub-task-create-input';
|
|
13
|
+
import { TaskInfoForVideoProjectSerialDubTaskCreateInput } from './task-info-for-video-project-serial-dub-task-create-input';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface VideoProjectSerialDubTaskCreateRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface VideoProjectSerialDubTaskCreateRequest {
|
|
21
|
+
/**
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof VideoProjectSerialDubTaskCreateRequest
|
|
24
|
+
*/
|
|
25
|
+
projectId: number;
|
|
26
|
+
/**
|
|
27
|
+
* @type {Array<SerialInfoForVideoProjectSerialDubTaskCreateInput>}
|
|
28
|
+
* @memberof VideoProjectSerialDubTaskCreateRequest
|
|
29
|
+
*/
|
|
30
|
+
serialInfo?: Array<SerialInfoForVideoProjectSerialDubTaskCreateInput>;
|
|
31
|
+
/**
|
|
32
|
+
* @type {TaskInfoForVideoProjectSerialDubTaskCreateInput}
|
|
33
|
+
* @memberof VideoProjectSerialDubTaskCreateRequest
|
|
34
|
+
*/
|
|
35
|
+
taskInfo?: TaskInfoForVideoProjectSerialDubTaskCreateInput;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=video-project-serial-dub-task-create-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"video-project-serial-dub-task-create-request.d.ts","sourceRoot":"","sources":["../../../src/types/video-project-serial-dub-task-create-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,iDAAiD,EAAE,MAAM,8DAA8D,CAAC;AACjI,OAAO,EAAE,+CAA+C,EAAE,MAAM,4DAA4D,CAAC;AAC5H;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,iDAAiD,CAAC,CAAC;IAEtE;;;OAGG;IACH,QAAQ,CAAC,EAAE,+CAA+C,CAAC;CAC9D"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DataForVideoProjectSerialDubTaskCreateOutput } from './data-for-video-project-serial-dub-task-create-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface VideoProjectSerialDubTaskCreateResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface VideoProjectSerialDubTaskCreateResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {DataForVideoProjectSerialDubTaskCreateOutput}
|
|
22
|
+
* @memberof VideoProjectSerialDubTaskCreateResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: DataForVideoProjectSerialDubTaskCreateOutput;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=video-project-serial-dub-task-create-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"video-project-serial-dub-task-create-response.d.ts","sourceRoot":"","sources":["../../../src/types/video-project-serial-dub-task-create-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,4CAA4C,EAAE,MAAM,wDAAwD,CAAC;AACrH;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,IAAI,CAAC,EAAE,4CAA4C,CAAC;CACvD"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* i18n_openapi
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VideoProjectSuppressionStartRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface VideoProjectSuppressionStartRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
22
|
+
*/
|
|
23
|
+
arrangeMent: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
27
|
+
*/
|
|
28
|
+
encode: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
32
|
+
*/
|
|
33
|
+
endTime?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
37
|
+
*/
|
|
38
|
+
format: number;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
42
|
+
*/
|
|
43
|
+
lang: number;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
47
|
+
*/
|
|
48
|
+
manualStyle?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
52
|
+
*/
|
|
53
|
+
projectId: number;
|
|
54
|
+
/**
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
57
|
+
*/
|
|
58
|
+
startTime?: number;
|
|
59
|
+
/**
|
|
60
|
+
* @type {Array<number>}
|
|
61
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
62
|
+
*/
|
|
63
|
+
subtaskIds?: Array<number>;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=video-project-suppression-start-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"video-project-suppression-start-request.d.ts","sourceRoot":"","sources":["../../../src/types/video-project-suppression-start-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B"}
|