@volcengine/i18nopenapi 1.0.1
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 +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +205 -0
- package/dist/esm/api.d.ts +188 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +126 -0
- package/dist/esm/types/auto-fill-target-text-for-project-detail-output.d.ts +30 -0
- package/dist/esm/types/auto-fill-target-text-for-project-detail-output.d.ts.map +1 -0
- package/dist/esm/types/auto-fill-target-text-for-projects-output.d.ts +30 -0
- package/dist/esm/types/auto-fill-target-text-for-projects-output.d.ts.map +1 -0
- package/dist/esm/types/auto-fill-target-text-for-video-project-list-output.d.ts +30 -0
- package/dist/esm/types/auto-fill-target-text-for-video-project-list-output.d.ts.map +1 -0
- package/dist/esm/types/base-resp-for-video-project-serial-task-create-output.d.ts +30 -0
- package/dist/esm/types/base-resp-for-video-project-serial-task-create-output.d.ts.map +1 -0
- package/dist/esm/types/create-video-create-request.d.ts +50 -0
- package/dist/esm/types/create-video-create-request.d.ts.map +1 -0
- package/dist/esm/types/create-video-create-response.d.ts +30 -0
- package/dist/esm/types/create-video-create-response.d.ts.map +1 -0
- package/dist/esm/types/creator-for-video-project-task-detail-output.d.ts +30 -0
- package/dist/esm/types/creator-for-video-project-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/creator-for-video-project-task-list-output.d.ts +30 -0
- package/dist/esm/types/creator-for-video-project-task-list-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-project-detail-output.d.ts +66 -0
- package/dist/esm/types/data-for-project-detail-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-project-namespace-detail-output.d.ts +65 -0
- package/dist/esm/types/data-for-project-namespace-detail-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-project-namespaces-output.d.ts +65 -0
- package/dist/esm/types/data-for-project-namespaces-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-project-user-role-output.d.ts +30 -0
- package/dist/esm/types/data-for-project-user-role-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-project-users-output.d.ts +40 -0
- package/dist/esm/types/data-for-project-users-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-projects-output.d.ts +66 -0
- package/dist/esm/types/data-for-projects-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-video-project-create-output.d.ts +30 -0
- package/dist/esm/types/data-for-video-project-create-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-video-project-list-output.d.ts +66 -0
- package/dist/esm/types/data-for-video-project-list-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-video-project-serial-task-create-output.d.ts +31 -0
- package/dist/esm/types/data-for-video-project-serial-task-create-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-video-project-task-detail-output.d.ts +44 -0
- package/dist/esm/types/data-for-video-project-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-video-project-task-list-output.d.ts +46 -0
- package/dist/esm/types/data-for-video-project-task-list-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-video-resource-upload-output.d.ts +41 -0
- package/dist/esm/types/data-for-video-resource-upload-output.d.ts.map +1 -0
- package/dist/esm/types/extra-for-project-detail-output.d.ts +26 -0
- package/dist/esm/types/extra-for-project-detail-output.d.ts.map +1 -0
- package/dist/esm/types/extra-for-projects-output.d.ts +26 -0
- package/dist/esm/types/extra-for-projects-output.d.ts.map +1 -0
- package/dist/esm/types/extra-for-video-project-list-output.d.ts +26 -0
- package/dist/esm/types/extra-for-video-project-list-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +76 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/pagination-for-project-namespaces-output.d.ts +30 -0
- package/dist/esm/types/pagination-for-project-namespaces-output.d.ts.map +1 -0
- package/dist/esm/types/pagination-for-project-users-output.d.ts +30 -0
- package/dist/esm/types/pagination-for-project-users-output.d.ts.map +1 -0
- package/dist/esm/types/pagination-for-projects-output.d.ts +30 -0
- package/dist/esm/types/pagination-for-projects-output.d.ts.map +1 -0
- package/dist/esm/types/project-detail-request.d.ts +25 -0
- package/dist/esm/types/project-detail-request.d.ts.map +1 -0
- package/dist/esm/types/project-detail-response.d.ts +26 -0
- package/dist/esm/types/project-detail-response.d.ts.map +1 -0
- package/dist/esm/types/project-namespace-create-request.d.ts +35 -0
- package/dist/esm/types/project-namespace-create-request.d.ts.map +1 -0
- package/dist/esm/types/project-namespace-create-response.d.ts +25 -0
- package/dist/esm/types/project-namespace-create-response.d.ts.map +1 -0
- package/dist/esm/types/project-namespace-detail-request.d.ts +30 -0
- package/dist/esm/types/project-namespace-detail-request.d.ts.map +1 -0
- package/dist/esm/types/project-namespace-detail-response.d.ts +26 -0
- package/dist/esm/types/project-namespace-detail-response.d.ts.map +1 -0
- package/dist/esm/types/project-namespaces-request.d.ts +35 -0
- package/dist/esm/types/project-namespaces-request.d.ts.map +1 -0
- package/dist/esm/types/project-namespaces-response.d.ts +37 -0
- package/dist/esm/types/project-namespaces-response.d.ts.map +1 -0
- package/dist/esm/types/project-user-role-request.d.ts +30 -0
- package/dist/esm/types/project-user-role-request.d.ts.map +1 -0
- package/dist/esm/types/project-user-role-response.d.ts +26 -0
- package/dist/esm/types/project-user-role-response.d.ts.map +1 -0
- package/dist/esm/types/project-users-request.d.ts +35 -0
- package/dist/esm/types/project-users-request.d.ts.map +1 -0
- package/dist/esm/types/project-users-response.d.ts +37 -0
- package/dist/esm/types/project-users-response.d.ts.map +1 -0
- package/dist/esm/types/projects-request.d.ts +35 -0
- package/dist/esm/types/projects-request.d.ts.map +1 -0
- package/dist/esm/types/projects-response.d.ts +37 -0
- package/dist/esm/types/projects-response.d.ts.map +1 -0
- package/dist/esm/types/pure-video-for-video-project-serial-task-create-input.d.ts +35 -0
- package/dist/esm/types/pure-video-for-video-project-serial-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/serial-info-for-video-project-serial-task-create-input.d.ts +43 -0
- package/dist/esm/types/serial-info-for-video-project-serial-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/setting-for-project-detail-output.d.ts +37 -0
- package/dist/esm/types/setting-for-project-detail-output.d.ts.map +1 -0
- package/dist/esm/types/setting-for-projects-output.d.ts +37 -0
- package/dist/esm/types/setting-for-projects-output.d.ts.map +1 -0
- package/dist/esm/types/setting-for-video-project-list-output.d.ts +37 -0
- package/dist/esm/types/setting-for-video-project-list-output.d.ts.map +1 -0
- package/dist/esm/types/source-subtitle-file-info-for-video-project-task-detail-output.d.ts +40 -0
- package/dist/esm/types/source-subtitle-file-info-for-video-project-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/sub-task-for-video-project-task-detail-output.d.ts +138 -0
- package/dist/esm/types/sub-task-for-video-project-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/subtitle-for-video-project-serial-task-create-input.d.ts +35 -0
- package/dist/esm/types/subtitle-for-video-project-serial-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/suppression-video-info-for-video-project-task-detail-output.d.ts +70 -0
- package/dist/esm/types/suppression-video-info-for-video-project-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/target-style-map-for-video-project-serial-task-create-input.d.ts +25 -0
- package/dist/esm/types/target-style-map-for-video-project-serial-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/target-subtitle-file-info-for-video-project-task-detail-output.d.ts +40 -0
- package/dist/esm/types/target-subtitle-file-info-for-video-project-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/task-for-video-project-task-detail-output.d.ts +121 -0
- package/dist/esm/types/task-for-video-project-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/task-for-video-project-task-list-output.d.ts +81 -0
- package/dist/esm/types/task-for-video-project-task-list-output.d.ts.map +1 -0
- package/dist/esm/types/task-info-for-video-project-serial-task-create-input.d.ts +116 -0
- package/dist/esm/types/task-info-for-video-project-serial-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/text-validate-for-project-detail-output.d.ts +30 -0
- package/dist/esm/types/text-validate-for-project-detail-output.d.ts.map +1 -0
- package/dist/esm/types/text-validate-for-projects-output.d.ts +30 -0
- package/dist/esm/types/text-validate-for-projects-output.d.ts.map +1 -0
- package/dist/esm/types/text-validate-for-video-project-list-output.d.ts +30 -0
- package/dist/esm/types/text-validate-for-video-project-list-output.d.ts.map +1 -0
- package/dist/esm/types/video-detail-for-video-project-task-detail-output.d.ts +91 -0
- package/dist/esm/types/video-detail-for-video-project-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/video-details-with-ai-remove-for-video-project-task-detail-output.d.ts +91 -0
- package/dist/esm/types/video-details-with-ai-remove-for-video-project-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/video-for-video-project-serial-task-create-input.d.ts +35 -0
- package/dist/esm/types/video-for-video-project-serial-task-create-input.d.ts.map +1 -0
- package/dist/esm/types/video-meta-for-video-resource-upload-output.d.ts +25 -0
- package/dist/esm/types/video-meta-for-video-resource-upload-output.d.ts.map +1 -0
- package/dist/esm/types/video-project-create-request.d.ts +50 -0
- package/dist/esm/types/video-project-create-request.d.ts.map +1 -0
- package/dist/esm/types/video-project-create-response.d.ts +26 -0
- package/dist/esm/types/video-project-create-response.d.ts.map +1 -0
- package/dist/esm/types/video-project-list-request.d.ts +35 -0
- package/dist/esm/types/video-project-list-request.d.ts.map +1 -0
- package/dist/esm/types/video-project-list-response.d.ts +26 -0
- package/dist/esm/types/video-project-list-response.d.ts.map +1 -0
- package/dist/esm/types/video-project-serial-task-create-request.d.ts +37 -0
- package/dist/esm/types/video-project-serial-task-create-request.d.ts.map +1 -0
- package/dist/esm/types/video-project-serial-task-create-response.d.ts +26 -0
- package/dist/esm/types/video-project-serial-task-create-response.d.ts.map +1 -0
- package/dist/esm/types/video-project-task-detail-request.d.ts +35 -0
- package/dist/esm/types/video-project-task-detail-request.d.ts.map +1 -0
- package/dist/esm/types/video-project-task-detail-response.d.ts +26 -0
- package/dist/esm/types/video-project-task-detail-response.d.ts.map +1 -0
- package/dist/esm/types/video-project-task-list-request.d.ts +85 -0
- package/dist/esm/types/video-project-task-list-request.d.ts.map +1 -0
- package/dist/esm/types/video-project-task-list-response.d.ts +26 -0
- package/dist/esm/types/video-project-task-list-response.d.ts.map +1 -0
- package/dist/esm/types/video-resource-upload-request.d.ts +44 -0
- package/dist/esm/types/video-resource-upload-request.d.ts.map +1 -0
- package/dist/esm/types/video-resource-upload-response.d.ts +26 -0
- package/dist/esm/types/video-resource-upload-response.d.ts.map +1 -0
- package/dist/esm/types/webhooks-create-request.d.ts +45 -0
- package/dist/esm/types/webhooks-create-request.d.ts.map +1 -0
- package/dist/esm/types/webhooks-create-response.d.ts +25 -0
- package/dist/esm/types/webhooks-create-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +324 -0
- package/src/index.ts +14 -0
- package/src/types/auto-fill-target-text-for-project-detail-output.ts +34 -0
- package/src/types/auto-fill-target-text-for-projects-output.ts +34 -0
- package/src/types/auto-fill-target-text-for-video-project-list-output.ts +34 -0
- package/src/types/base-resp-for-video-project-serial-task-create-output.ts +34 -0
- package/src/types/create-video-create-request.ts +58 -0
- package/src/types/create-video-create-response.ts +34 -0
- package/src/types/creator-for-video-project-task-detail-output.ts +34 -0
- package/src/types/creator-for-video-project-task-list-output.ts +34 -0
- package/src/types/data-for-project-detail-output.ts +77 -0
- package/src/types/data-for-project-namespace-detail-output.ts +76 -0
- package/src/types/data-for-project-namespaces-output.ts +76 -0
- package/src/types/data-for-project-user-role-output.ts +34 -0
- package/src/types/data-for-project-users-output.ts +46 -0
- package/src/types/data-for-projects-output.ts +77 -0
- package/src/types/data-for-video-project-create-output.ts +34 -0
- package/src/types/data-for-video-project-list-output.ts +77 -0
- package/src/types/data-for-video-project-serial-task-create-output.ts +35 -0
- package/src/types/data-for-video-project-task-detail-output.ts +50 -0
- package/src/types/data-for-video-project-task-list-output.ts +53 -0
- package/src/types/data-for-video-resource-upload-output.ts +47 -0
- package/src/types/extra-for-project-detail-output.ts +29 -0
- package/src/types/extra-for-projects-output.ts +29 -0
- package/src/types/extra-for-video-project-list-output.ts +29 -0
- package/src/types/index.ts +75 -0
- package/src/types/pagination-for-project-namespaces-output.ts +34 -0
- package/src/types/pagination-for-project-users-output.ts +34 -0
- package/src/types/pagination-for-projects-output.ts +34 -0
- package/src/types/project-detail-request.ts +28 -0
- package/src/types/project-detail-response.ts +29 -0
- package/src/types/project-namespace-create-request.ts +40 -0
- package/src/types/project-namespace-create-response.ts +28 -0
- package/src/types/project-namespace-detail-request.ts +34 -0
- package/src/types/project-namespace-detail-response.ts +29 -0
- package/src/types/project-namespaces-request.ts +40 -0
- package/src/types/project-namespaces-response.ts +42 -0
- package/src/types/project-user-role-request.ts +34 -0
- package/src/types/project-user-role-response.ts +29 -0
- package/src/types/project-users-request.ts +40 -0
- package/src/types/project-users-response.ts +42 -0
- package/src/types/projects-request.ts +40 -0
- package/src/types/projects-response.ts +42 -0
- package/src/types/pure-video-for-video-project-serial-task-create-input.ts +40 -0
- package/src/types/serial-info-for-video-project-serial-task-create-input.ts +49 -0
- package/src/types/setting-for-project-detail-output.ts +42 -0
- package/src/types/setting-for-projects-output.ts +42 -0
- package/src/types/setting-for-video-project-list-output.ts +42 -0
- package/src/types/source-subtitle-file-info-for-video-project-task-detail-output.ts +46 -0
- package/src/types/sub-task-for-video-project-task-detail-output.ts +163 -0
- package/src/types/subtitle-for-video-project-serial-task-create-input.ts +40 -0
- package/src/types/suppression-video-info-for-video-project-task-detail-output.ts +82 -0
- package/src/types/target-style-map-for-video-project-serial-task-create-input.ts +28 -0
- package/src/types/target-subtitle-file-info-for-video-project-task-detail-output.ts +46 -0
- package/src/types/task-for-video-project-task-detail-output.ts +143 -0
- package/src/types/task-for-video-project-task-list-output.ts +95 -0
- package/src/types/task-info-for-video-project-serial-task-create-input.ts +137 -0
- package/src/types/text-validate-for-project-detail-output.ts +34 -0
- package/src/types/text-validate-for-projects-output.ts +34 -0
- package/src/types/text-validate-for-video-project-list-output.ts +34 -0
- package/src/types/video-detail-for-video-project-task-detail-output.ts +107 -0
- package/src/types/video-details-with-ai-remove-for-video-project-task-detail-output.ts +107 -0
- package/src/types/video-for-video-project-serial-task-create-input.ts +40 -0
- package/src/types/video-meta-for-video-resource-upload-output.ts +28 -0
- package/src/types/video-project-create-request.ts +58 -0
- package/src/types/video-project-create-response.ts +29 -0
- package/src/types/video-project-list-request.ts +40 -0
- package/src/types/video-project-list-response.ts +29 -0
- package/src/types/video-project-serial-task-create-request.ts +42 -0
- package/src/types/video-project-serial-task-create-response.ts +29 -0
- package/src/types/video-project-task-detail-request.ts +40 -0
- package/src/types/video-project-task-detail-response.ts +29 -0
- package/src/types/video-project-task-list-request.ts +100 -0
- package/src/types/video-project-task-list-response.ts +29 -0
- package/src/types/video-resource-upload-request.ts +51 -0
- package/src/types/video-resource-upload-response.ts +29 -0
- package/src/types/webhooks-create-request.ts +52 -0
- package/src/types/webhooks-create-response.ts +28 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,163 @@
|
|
|
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 { SourceSubtitleFileInfoForVideoProjectTaskDetailOutput } from './source-subtitle-file-info-for-video-project-task-detail-output';
|
|
16
|
+
import { SuppressionVideoInfoForVideoProjectTaskDetailOutput } from './suppression-video-info-for-video-project-task-detail-output';
|
|
17
|
+
import { TargetSubtitleFileInfoForVideoProjectTaskDetailOutput } from './target-subtitle-file-info-for-video-project-task-detail-output';
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
* @export
|
|
22
|
+
* @interface SubTaskForVideoProjectTaskDetailOutput
|
|
23
|
+
*/
|
|
24
|
+
export interface SubTaskForVideoProjectTaskDetailOutput {
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
29
|
+
*/
|
|
30
|
+
createTime?: string;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
35
|
+
*/
|
|
36
|
+
currentStage?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
41
|
+
*/
|
|
42
|
+
defaultStyle?: string;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
47
|
+
*/
|
|
48
|
+
episodeNum?: number;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
53
|
+
*/
|
|
54
|
+
id?: string;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
59
|
+
*/
|
|
60
|
+
opStatus?: string;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
65
|
+
*/
|
|
66
|
+
sourceLanguage?: string;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @type {SourceSubtitleFileInfoForVideoProjectTaskDetailOutput}
|
|
70
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
71
|
+
*/
|
|
72
|
+
sourceSubtitleFileInfo?: SourceSubtitleFileInfoForVideoProjectTaskDetailOutput;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
77
|
+
*/
|
|
78
|
+
status?: string;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
83
|
+
*/
|
|
84
|
+
subtaskType?: number;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* @type {number}
|
|
88
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
89
|
+
*/
|
|
90
|
+
suppressionStatus?: number;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* @type {SuppressionVideoInfoForVideoProjectTaskDetailOutput}
|
|
94
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
95
|
+
*/
|
|
96
|
+
suppressionVideoInfo?: SuppressionVideoInfoForVideoProjectTaskDetailOutput;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @type {string}
|
|
100
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
101
|
+
*/
|
|
102
|
+
targetLanguage?: string;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @type {TargetSubtitleFileInfoForVideoProjectTaskDetailOutput}
|
|
106
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
107
|
+
*/
|
|
108
|
+
targetSubtitleFileInfo?: TargetSubtitleFileInfoForVideoProjectTaskDetailOutput;
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* @type {boolean}
|
|
112
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
113
|
+
*/
|
|
114
|
+
textAiRemove?: boolean;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* @type {boolean}
|
|
118
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
119
|
+
*/
|
|
120
|
+
translateOcrText?: boolean;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @type {string}
|
|
124
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
125
|
+
*/
|
|
126
|
+
updateTime?: string;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @type {string}
|
|
130
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
131
|
+
*/
|
|
132
|
+
useDubTask?: string;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @type {boolean}
|
|
136
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
137
|
+
*/
|
|
138
|
+
useMt?: boolean;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* @type {boolean}
|
|
142
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
143
|
+
*/
|
|
144
|
+
useOcr?: boolean;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* @type {string}
|
|
148
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
149
|
+
*/
|
|
150
|
+
vidWithAiRemove?: string;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @type {string}
|
|
154
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
155
|
+
*/
|
|
156
|
+
videoId?: string;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @type {number}
|
|
160
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
161
|
+
*/
|
|
162
|
+
workflow?: number;
|
|
163
|
+
}
|
|
@@ -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 SubtitleForVideoProjectSerialTaskCreateInput
|
|
20
|
+
*/
|
|
21
|
+
export interface SubtitleForVideoProjectSerialTaskCreateInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof SubtitleForVideoProjectSerialTaskCreateInput
|
|
26
|
+
*/
|
|
27
|
+
fileType?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SubtitleForVideoProjectSerialTaskCreateInput
|
|
32
|
+
*/
|
|
33
|
+
name?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SubtitleForVideoProjectSerialTaskCreateInput
|
|
38
|
+
*/
|
|
39
|
+
uri?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
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 SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface SuppressionVideoInfoForVideoProjectTaskDetailOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
26
|
+
*/
|
|
27
|
+
posterUrl?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
sourceLastTime?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
38
|
+
*/
|
|
39
|
+
sourceName?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
44
|
+
*/
|
|
45
|
+
sourceVid?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
50
|
+
*/
|
|
51
|
+
sourceVideoUrl?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
56
|
+
*/
|
|
57
|
+
targetDownloadUrl?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
62
|
+
*/
|
|
63
|
+
targetLastTime?: string;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
68
|
+
*/
|
|
69
|
+
targetName?: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
74
|
+
*/
|
|
75
|
+
targetVid?: string;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
80
|
+
*/
|
|
81
|
+
targetVideoUrl?: string;
|
|
82
|
+
}
|
|
@@ -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 TargetStyleMapForVideoProjectSerialTaskCreateInput
|
|
20
|
+
*/
|
|
21
|
+
export interface TargetStyleMapForVideoProjectSerialTaskCreateInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof TargetStyleMapForVideoProjectSerialTaskCreateInput
|
|
26
|
+
*/
|
|
27
|
+
af?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface TargetSubtitleFileInfoForVideoProjectTaskDetailOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
26
|
+
*/
|
|
27
|
+
createTime?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
fileName?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
38
|
+
*/
|
|
39
|
+
fileUri?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
44
|
+
*/
|
|
45
|
+
updateTime?: string;
|
|
46
|
+
}
|
|
@@ -0,0 +1,143 @@
|
|
|
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 { CreatorForVideoProjectTaskDetailOutput } from './creator-for-video-project-task-detail-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface TaskForVideoProjectTaskDetailOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface TaskForVideoProjectTaskDetailOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
comment?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
33
|
+
*/
|
|
34
|
+
createdAt?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {CreatorForVideoProjectTaskDetailOutput}
|
|
38
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
39
|
+
*/
|
|
40
|
+
creator?: CreatorForVideoProjectTaskDetailOutput;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
45
|
+
*/
|
|
46
|
+
deadline?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
51
|
+
*/
|
|
52
|
+
dramaTaskWorkflow?: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
57
|
+
*/
|
|
58
|
+
durationCount?: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
63
|
+
*/
|
|
64
|
+
id?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
69
|
+
*/
|
|
70
|
+
name?: string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
75
|
+
*/
|
|
76
|
+
projectId?: string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
81
|
+
*/
|
|
82
|
+
projectName?: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
87
|
+
*/
|
|
88
|
+
sourceLanguage?: string;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
93
|
+
*/
|
|
94
|
+
sourceVideos?: string;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
99
|
+
*/
|
|
100
|
+
status?: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @type {Array<string>}
|
|
104
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
105
|
+
*/
|
|
106
|
+
targetLanguages?: Array<string>;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
111
|
+
*/
|
|
112
|
+
taskType?: string;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
117
|
+
*/
|
|
118
|
+
translationTeam?: string;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
123
|
+
*/
|
|
124
|
+
updatedAt?: string;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
129
|
+
*/
|
|
130
|
+
updater?: string;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
135
|
+
*/
|
|
136
|
+
wordsCount?: string;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
141
|
+
*/
|
|
142
|
+
workflowType?: string;
|
|
143
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
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 { CreatorForVideoProjectTaskListOutput } from './creator-for-video-project-task-list-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface TaskForVideoProjectTaskListOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface TaskForVideoProjectTaskListOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
27
|
+
*/
|
|
28
|
+
comment?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
33
|
+
*/
|
|
34
|
+
createdAt?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {CreatorForVideoProjectTaskListOutput}
|
|
38
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
39
|
+
*/
|
|
40
|
+
creator?: CreatorForVideoProjectTaskListOutput;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
45
|
+
*/
|
|
46
|
+
deadline?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
51
|
+
*/
|
|
52
|
+
dramaTaskWorkflow?: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
57
|
+
*/
|
|
58
|
+
name?: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
63
|
+
*/
|
|
64
|
+
projectName?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
69
|
+
*/
|
|
70
|
+
sourceLanguage?: string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
75
|
+
*/
|
|
76
|
+
status?: number;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @type {Array<string>}
|
|
80
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
81
|
+
*/
|
|
82
|
+
targetLanguages?: Array<string>;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
87
|
+
*/
|
|
88
|
+
taskType?: number;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof TaskForVideoProjectTaskListOutput
|
|
93
|
+
*/
|
|
94
|
+
workflowType?: number;
|
|
95
|
+
}
|