@volcengine/i18nopenapi 1.0.2 → 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 +6 -6
- package/dist/cjs/index.js +10 -0
- package/dist/esm/api.d.ts +11 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +8 -1
- package/dist/esm/types/data-for-video-project-serial-dub-task-create-output.d.ts +6 -0
- package/dist/esm/types/data-for-video-project-serial-dub-task-create-output.d.ts.map +1 -1
- 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 +8 -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/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/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/task-info-for-video-project-serial-dub-task-create-input.d.ts +6 -0
- package/dist/esm/types/task-info-for-video-project-serial-dub-task-create-input.d.ts.map +1 -1
- 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-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 +19 -0
- package/src/types/data-for-video-project-serial-dub-task-create-output.ts +7 -0
- package/src/types/data-for-video-project-serial-task-create-output.ts +7 -0
- package/src/types/index.ts +8 -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/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/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/task-info-for-video-project-serial-dub-task-create-input.ts +7 -0
- package/src/types/task-info-for-video-project-serial-task-create-input.ts +7 -0
- package/src/types/video-project-suppression-start-request.ts +76 -0
- package/src/types/video-project-suppression-start-response.ts +22 -0
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,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
|
+
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
+
import { SuppressionParamsForVideoProjectSerialDubTaskCreateInput } from './suppression-params-for-video-project-serial-dub-task-create-input';
|
|
15
16
|
import { TargetStyleMapForVideoProjectSerialDubTaskCreateInput } from './target-style-map-for-video-project-serial-dub-task-create-input';
|
|
16
17
|
/**
|
|
17
18
|
*
|
|
@@ -111,6 +112,12 @@ export interface TaskInfoForVideoProjectSerialDubTaskCreateInput {
|
|
|
111
112
|
*/
|
|
112
113
|
sourceLang?: string;
|
|
113
114
|
|
|
115
|
+
/**
|
|
116
|
+
* @type {SuppressionParamsForVideoProjectSerialDubTaskCreateInput}
|
|
117
|
+
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
118
|
+
*/
|
|
119
|
+
suppressionParams?: SuppressionParamsForVideoProjectSerialDubTaskCreateInput;
|
|
120
|
+
|
|
114
121
|
/**
|
|
115
122
|
* @type {Array<string>}
|
|
116
123
|
* @memberof TaskInfoForVideoProjectSerialDubTaskCreateInput
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
+
import { SuppressionParamsForVideoProjectSerialTaskCreateInput } from './suppression-params-for-video-project-serial-task-create-input';
|
|
15
16
|
import { TargetStyleMapForVideoProjectSerialTaskCreateInput } from './target-style-map-for-video-project-serial-task-create-input';
|
|
16
17
|
/**
|
|
17
18
|
*
|
|
@@ -111,6 +112,12 @@ export interface TaskInfoForVideoProjectSerialTaskCreateInput {
|
|
|
111
112
|
*/
|
|
112
113
|
sourceLang?: string;
|
|
113
114
|
|
|
115
|
+
/**
|
|
116
|
+
* @type {SuppressionParamsForVideoProjectSerialTaskCreateInput}
|
|
117
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
118
|
+
*/
|
|
119
|
+
suppressionParams?: SuppressionParamsForVideoProjectSerialTaskCreateInput;
|
|
120
|
+
|
|
114
121
|
/**
|
|
115
122
|
* @type {Array<string>}
|
|
116
123
|
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
@@ -0,0 +1,76 @@
|
|
|
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 VideoProjectSuppressionStartRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface VideoProjectSuppressionStartRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
26
|
+
*/
|
|
27
|
+
arrangeMent: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
32
|
+
*/
|
|
33
|
+
encode: number;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
38
|
+
*/
|
|
39
|
+
endTime?: number;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
44
|
+
*/
|
|
45
|
+
format: number;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {number}
|
|
49
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
50
|
+
*/
|
|
51
|
+
lang: number;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
56
|
+
*/
|
|
57
|
+
manualStyle?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {number}
|
|
61
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
62
|
+
*/
|
|
63
|
+
projectId: number;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @type {number}
|
|
67
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
68
|
+
*/
|
|
69
|
+
startTime?: number;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @type {Array<number>}
|
|
73
|
+
* @memberof VideoProjectSuppressionStartRequest
|
|
74
|
+
*/
|
|
75
|
+
subtaskIds?: Array<number>;
|
|
76
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 VideoProjectSuppressionStartResponse
|
|
20
|
+
*/
|
|
21
|
+
export interface VideoProjectSuppressionStartResponse {
|
|
22
|
+
}
|