@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,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { BaseRespForVideoProjectSerialDubTaskCreateOutput } from './base-resp-for-video-project-serial-dub-task-create-output';
|
|
16
|
+
import { SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput } from './subtitle-file-check-report-for-video-project-serial-dub-task-create-output';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface DataForVideoProjectSerialDubTaskCreateOutput
|
|
22
|
+
*/
|
|
23
|
+
export interface DataForVideoProjectSerialDubTaskCreateOutput {
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @type {BaseRespForVideoProjectSerialDubTaskCreateOutput}
|
|
27
|
+
* @memberof DataForVideoProjectSerialDubTaskCreateOutput
|
|
28
|
+
*/
|
|
29
|
+
BaseResp?: BaseRespForVideoProjectSerialDubTaskCreateOutput;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* @type {Array<SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput>}
|
|
33
|
+
* @memberof DataForVideoProjectSerialDubTaskCreateOutput
|
|
34
|
+
*/
|
|
35
|
+
SubtitleFileCheckReports?: Array<SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput>;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @type {Array<string>}
|
|
39
|
+
* @memberof DataForVideoProjectSerialDubTaskCreateOutput
|
|
40
|
+
*/
|
|
41
|
+
TaskIDs?: Array<string>;
|
|
42
|
+
}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { BaseRespForVideoProjectSerialTaskCreateOutput } from './base-resp-for-video-project-serial-task-create-output';
|
|
16
|
+
import { SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput } from './subtitle-file-check-report-for-video-project-serial-task-create-output';
|
|
16
17
|
/**
|
|
17
18
|
*
|
|
18
19
|
*
|
|
@@ -27,6 +28,12 @@ export interface DataForVideoProjectSerialTaskCreateOutput {
|
|
|
27
28
|
*/
|
|
28
29
|
BaseResp?: BaseRespForVideoProjectSerialTaskCreateOutput;
|
|
29
30
|
|
|
31
|
+
/**
|
|
32
|
+
* @type {Array<SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput>}
|
|
33
|
+
* @memberof DataForVideoProjectSerialTaskCreateOutput
|
|
34
|
+
*/
|
|
35
|
+
SubtitleFileCheckReports?: Array<SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput>;
|
|
36
|
+
|
|
30
37
|
/**
|
|
31
38
|
* @type {Array<string>}
|
|
32
39
|
* @memberof DataForVideoProjectSerialTaskCreateOutput
|
package/src/types/index.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
export * from './auto-fill-target-text-for-project-detail-output';
|
|
2
2
|
export * from './auto-fill-target-text-for-projects-output';
|
|
3
3
|
export * from './auto-fill-target-text-for-video-project-list-output';
|
|
4
|
+
export * from './base-resp-for-video-project-serial-dub-task-create-output';
|
|
4
5
|
export * from './base-resp-for-video-project-serial-task-create-output';
|
|
6
|
+
export * from './convertsubtitle-for-video-project-serial-dub-task-create-input';
|
|
7
|
+
export * from './convertsubtitle-for-video-project-serial-task-create-input';
|
|
5
8
|
export * from './create-video-create-request';
|
|
6
9
|
export * from './create-video-create-response';
|
|
7
10
|
export * from './creator-for-video-project-task-detail-output';
|
|
@@ -14,6 +17,7 @@ export * from './data-for-project-users-output';
|
|
|
14
17
|
export * from './data-for-projects-output';
|
|
15
18
|
export * from './data-for-video-project-create-output';
|
|
16
19
|
export * from './data-for-video-project-list-output';
|
|
20
|
+
export * from './data-for-video-project-serial-dub-task-create-output';
|
|
17
21
|
export * from './data-for-video-project-serial-task-create-output';
|
|
18
22
|
export * from './data-for-video-project-task-detail-output';
|
|
19
23
|
export * from './data-for-video-project-task-list-output';
|
|
@@ -21,6 +25,8 @@ export * from './data-for-video-resource-upload-output';
|
|
|
21
25
|
export * from './extra-for-project-detail-output';
|
|
22
26
|
export * from './extra-for-projects-output';
|
|
23
27
|
export * from './extra-for-video-project-list-output';
|
|
28
|
+
export * from './issue-for-video-project-serial-dub-task-create-output';
|
|
29
|
+
export * from './issue-for-video-project-serial-task-create-output';
|
|
24
30
|
export * from './pagination-for-project-namespaces-output';
|
|
25
31
|
export * from './pagination-for-project-users-output';
|
|
26
32
|
export * from './pagination-for-projects-output';
|
|
@@ -38,33 +44,47 @@ export * from './project-users-request';
|
|
|
38
44
|
export * from './project-users-response';
|
|
39
45
|
export * from './projects-request';
|
|
40
46
|
export * from './projects-response';
|
|
47
|
+
export * from './pure-video-for-video-project-serial-dub-task-create-input';
|
|
41
48
|
export * from './pure-video-for-video-project-serial-task-create-input';
|
|
49
|
+
export * from './serial-info-for-video-project-serial-dub-task-create-input';
|
|
42
50
|
export * from './serial-info-for-video-project-serial-task-create-input';
|
|
43
51
|
export * from './setting-for-project-detail-output';
|
|
44
52
|
export * from './setting-for-projects-output';
|
|
45
53
|
export * from './setting-for-video-project-list-output';
|
|
46
54
|
export * from './source-subtitle-file-info-for-video-project-task-detail-output';
|
|
47
55
|
export * from './sub-task-for-video-project-task-detail-output';
|
|
56
|
+
export * from './subtitle-file-check-report-for-video-project-serial-dub-task-create-output';
|
|
57
|
+
export * from './subtitle-file-check-report-for-video-project-serial-task-create-output';
|
|
58
|
+
export * from './subtitle-for-video-project-serial-dub-task-create-input';
|
|
48
59
|
export * from './subtitle-for-video-project-serial-task-create-input';
|
|
60
|
+
export * from './suppression-params-for-video-project-serial-dub-task-create-input';
|
|
61
|
+
export * from './suppression-params-for-video-project-serial-task-create-input';
|
|
49
62
|
export * from './suppression-video-info-for-video-project-task-detail-output';
|
|
63
|
+
export * from './target-style-map-for-video-project-serial-dub-task-create-input';
|
|
50
64
|
export * from './target-style-map-for-video-project-serial-task-create-input';
|
|
51
65
|
export * from './target-subtitle-file-info-for-video-project-task-detail-output';
|
|
52
66
|
export * from './task-for-video-project-task-detail-output';
|
|
53
67
|
export * from './task-for-video-project-task-list-output';
|
|
68
|
+
export * from './task-info-for-video-project-serial-dub-task-create-input';
|
|
54
69
|
export * from './task-info-for-video-project-serial-task-create-input';
|
|
55
70
|
export * from './text-validate-for-project-detail-output';
|
|
56
71
|
export * from './text-validate-for-projects-output';
|
|
57
72
|
export * from './text-validate-for-video-project-list-output';
|
|
58
73
|
export * from './video-detail-for-video-project-task-detail-output';
|
|
59
74
|
export * from './video-details-with-ai-remove-for-video-project-task-detail-output';
|
|
75
|
+
export * from './video-for-video-project-serial-dub-task-create-input';
|
|
60
76
|
export * from './video-for-video-project-serial-task-create-input';
|
|
61
77
|
export * from './video-meta-for-video-resource-upload-output';
|
|
62
78
|
export * from './video-project-create-request';
|
|
63
79
|
export * from './video-project-create-response';
|
|
64
80
|
export * from './video-project-list-request';
|
|
65
81
|
export * from './video-project-list-response';
|
|
82
|
+
export * from './video-project-serial-dub-task-create-request';
|
|
83
|
+
export * from './video-project-serial-dub-task-create-response';
|
|
66
84
|
export * from './video-project-serial-task-create-request';
|
|
67
85
|
export * from './video-project-serial-task-create-response';
|
|
86
|
+
export * from './video-project-suppression-start-request';
|
|
87
|
+
export * from './video-project-suppression-start-response';
|
|
68
88
|
export * from './video-project-task-detail-request';
|
|
69
89
|
export * from './video-project-task-detail-response';
|
|
70
90
|
export * from './video-project-task-list-request';
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface IssueForVideoProjectSerialDubTaskCreateOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface IssueForVideoProjectSerialDubTaskCreateOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof IssueForVideoProjectSerialDubTaskCreateOutput
|
|
26
|
+
*/
|
|
27
|
+
CheckPass?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof IssueForVideoProjectSerialDubTaskCreateOutput
|
|
32
|
+
*/
|
|
33
|
+
Code?: number;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof IssueForVideoProjectSerialDubTaskCreateOutput
|
|
38
|
+
*/
|
|
39
|
+
Msg?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface IssueForVideoProjectSerialTaskCreateOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface IssueForVideoProjectSerialTaskCreateOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof IssueForVideoProjectSerialTaskCreateOutput
|
|
26
|
+
*/
|
|
27
|
+
CheckPass?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof IssueForVideoProjectSerialTaskCreateOutput
|
|
32
|
+
*/
|
|
33
|
+
Code?: number;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof IssueForVideoProjectSerialTaskCreateOutput
|
|
38
|
+
*/
|
|
39
|
+
Msg?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PureVideoForVideoProjectSerialDubTaskCreateInput
|
|
20
|
+
*/
|
|
21
|
+
export interface PureVideoForVideoProjectSerialDubTaskCreateInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof PureVideoForVideoProjectSerialDubTaskCreateInput
|
|
26
|
+
*/
|
|
27
|
+
name?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PureVideoForVideoProjectSerialDubTaskCreateInput
|
|
32
|
+
*/
|
|
33
|
+
vid?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof PureVideoForVideoProjectSerialDubTaskCreateInput
|
|
38
|
+
*/
|
|
39
|
+
videoUrl?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { ConvertsubtitleForVideoProjectSerialDubTaskCreateInput } from './convertsubtitle-for-video-project-serial-dub-task-create-input';
|
|
16
|
+
import { PureVideoForVideoProjectSerialDubTaskCreateInput } from './pure-video-for-video-project-serial-dub-task-create-input';
|
|
17
|
+
import { SubtitleForVideoProjectSerialDubTaskCreateInput } from './subtitle-for-video-project-serial-dub-task-create-input';
|
|
18
|
+
import { VideoForVideoProjectSerialDubTaskCreateInput } from './video-for-video-project-serial-dub-task-create-input';
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
24
|
+
*/
|
|
25
|
+
export interface SerialInfoForVideoProjectSerialDubTaskCreateInput {
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
30
|
+
*/
|
|
31
|
+
episode?: number;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @type {PureVideoForVideoProjectSerialDubTaskCreateInput}
|
|
35
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
36
|
+
*/
|
|
37
|
+
pureVideo?: PureVideoForVideoProjectSerialDubTaskCreateInput;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @type {SubtitleForVideoProjectSerialDubTaskCreateInput}
|
|
41
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
42
|
+
*/
|
|
43
|
+
subtitle?: SubtitleForVideoProjectSerialDubTaskCreateInput;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @type {Array<ConvertsubtitleForVideoProjectSerialDubTaskCreateInput>}
|
|
47
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
48
|
+
*/
|
|
49
|
+
subtitles?: Array<ConvertsubtitleForVideoProjectSerialDubTaskCreateInput>;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* @type {VideoForVideoProjectSerialDubTaskCreateInput}
|
|
53
|
+
* @memberof SerialInfoForVideoProjectSerialDubTaskCreateInput
|
|
54
|
+
*/
|
|
55
|
+
video?: VideoForVideoProjectSerialDubTaskCreateInput;
|
|
56
|
+
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
+
import { ConvertsubtitleForVideoProjectSerialTaskCreateInput } from './convertsubtitle-for-video-project-serial-task-create-input';
|
|
15
16
|
import { PureVideoForVideoProjectSerialTaskCreateInput } from './pure-video-for-video-project-serial-task-create-input';
|
|
16
17
|
import { SubtitleForVideoProjectSerialTaskCreateInput } from './subtitle-for-video-project-serial-task-create-input';
|
|
17
18
|
import { VideoForVideoProjectSerialTaskCreateInput } from './video-for-video-project-serial-task-create-input';
|
|
@@ -41,6 +42,12 @@ export interface SerialInfoForVideoProjectSerialTaskCreateInput {
|
|
|
41
42
|
*/
|
|
42
43
|
subtitle?: SubtitleForVideoProjectSerialTaskCreateInput;
|
|
43
44
|
|
|
45
|
+
/**
|
|
46
|
+
* @type {Array<ConvertsubtitleForVideoProjectSerialTaskCreateInput>}
|
|
47
|
+
* @memberof SerialInfoForVideoProjectSerialTaskCreateInput
|
|
48
|
+
*/
|
|
49
|
+
subtitles?: Array<ConvertsubtitleForVideoProjectSerialTaskCreateInput>;
|
|
50
|
+
|
|
44
51
|
/**
|
|
45
52
|
* @type {VideoForVideoProjectSerialTaskCreateInput}
|
|
46
53
|
* @memberof SerialInfoForVideoProjectSerialTaskCreateInput
|
package/src/types/subtitle-file-check-report-for-video-project-serial-dub-task-create-output.ts
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { IssueForVideoProjectSerialDubTaskCreateOutput } from './issue-for-video-project-serial-dub-task-create-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
27
|
+
*/
|
|
28
|
+
EpisodeNum?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<IssueForVideoProjectSerialDubTaskCreateOutput>}
|
|
32
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
33
|
+
*/
|
|
34
|
+
Issues?: Array<IssueForVideoProjectSerialDubTaskCreateOutput>;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
39
|
+
*/
|
|
40
|
+
SourceLanguage?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialDubTaskCreateOutput
|
|
45
|
+
*/
|
|
46
|
+
TargetLanguage?: string;
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { IssueForVideoProjectSerialTaskCreateOutput } from './issue-for-video-project-serial-task-create-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
27
|
+
*/
|
|
28
|
+
EpisodeNum?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<IssueForVideoProjectSerialTaskCreateOutput>}
|
|
32
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
33
|
+
*/
|
|
34
|
+
Issues?: Array<IssueForVideoProjectSerialTaskCreateOutput>;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
39
|
+
*/
|
|
40
|
+
SourceLanguage?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SubtitleFileCheckReportForVideoProjectSerialTaskCreateOutput
|
|
45
|
+
*/
|
|
46
|
+
TargetLanguage?: string;
|
|
47
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
20
|
+
*/
|
|
21
|
+
export interface SubtitleForVideoProjectSerialDubTaskCreateInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
26
|
+
*/
|
|
27
|
+
arrangement?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
32
|
+
*/
|
|
33
|
+
fileType?: number;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
38
|
+
*/
|
|
39
|
+
name?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
44
|
+
*/
|
|
45
|
+
subtitleLang?: number;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof SubtitleForVideoProjectSerialDubTaskCreateInput
|
|
50
|
+
*/
|
|
51
|
+
uri?: string;
|
|
52
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SuppressionParamsForVideoProjectSerialDubTaskCreateInput
|
|
20
|
+
*/
|
|
21
|
+
export interface SuppressionParamsForVideoProjectSerialDubTaskCreateInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof SuppressionParamsForVideoProjectSerialDubTaskCreateInput
|
|
26
|
+
*/
|
|
27
|
+
excludeSubtitle?: boolean;
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SuppressionParamsForVideoProjectSerialTaskCreateInput
|
|
20
|
+
*/
|
|
21
|
+
export interface SuppressionParamsForVideoProjectSerialTaskCreateInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof SuppressionParamsForVideoProjectSerialTaskCreateInput
|
|
26
|
+
*/
|
|
27
|
+
excludeSubtitle?: boolean;
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface TargetStyleMapForVideoProjectSerialDubTaskCreateInput
|
|
20
|
+
*/
|
|
21
|
+
export interface TargetStyleMapForVideoProjectSerialDubTaskCreateInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof TargetStyleMapForVideoProjectSerialDubTaskCreateInput
|
|
26
|
+
*/
|
|
27
|
+
af?: string;
|
|
28
|
+
}
|