@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,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 { AutoFillTargetTextForProjectDetailOutput } from './auto-fill-target-text-for-project-detail-output';
|
|
13
|
+
import { TextValidateForProjectDetailOutput } from './text-validate-for-project-detail-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SettingForProjectDetailOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface SettingForProjectDetailOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof SettingForProjectDetailOutput
|
|
24
|
+
*/
|
|
25
|
+
approval?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @type {AutoFillTargetTextForProjectDetailOutput}
|
|
28
|
+
* @memberof SettingForProjectDetailOutput
|
|
29
|
+
*/
|
|
30
|
+
autoFillTargetText?: AutoFillTargetTextForProjectDetailOutput;
|
|
31
|
+
/**
|
|
32
|
+
* @type {TextValidateForProjectDetailOutput}
|
|
33
|
+
* @memberof SettingForProjectDetailOutput
|
|
34
|
+
*/
|
|
35
|
+
textValidate?: TextValidateForProjectDetailOutput;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=setting-for-project-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setting-for-project-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/setting-for-project-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,wCAAwC,EAAE,MAAM,mDAAmD,CAAC;AAC7G,OAAO,EAAE,kCAAkC,EAAE,MAAM,2CAA2C,CAAC;AAC9F;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,wCAAwC,CAAC;IAE9D;;;OAGG;IACH,YAAY,CAAC,EAAE,kCAAkC,CAAC;CACrD"}
|
|
@@ -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 { AutoFillTargetTextForProjectsOutput } from './auto-fill-target-text-for-projects-output';
|
|
13
|
+
import { TextValidateForProjectsOutput } from './text-validate-for-projects-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SettingForProjectsOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface SettingForProjectsOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof SettingForProjectsOutput
|
|
24
|
+
*/
|
|
25
|
+
approval?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @type {AutoFillTargetTextForProjectsOutput}
|
|
28
|
+
* @memberof SettingForProjectsOutput
|
|
29
|
+
*/
|
|
30
|
+
autoFillTargetText?: AutoFillTargetTextForProjectsOutput;
|
|
31
|
+
/**
|
|
32
|
+
* @type {TextValidateForProjectsOutput}
|
|
33
|
+
* @memberof SettingForProjectsOutput
|
|
34
|
+
*/
|
|
35
|
+
textValidate?: TextValidateForProjectsOutput;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=setting-for-projects-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setting-for-projects-output.d.ts","sourceRoot":"","sources":["../../../src/types/setting-for-projects-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,6CAA6C,CAAC;AAClG,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACnF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,mCAAmC,CAAC;IAEzD;;;OAGG;IACH,YAAY,CAAC,EAAE,6BAA6B,CAAC;CAChD"}
|
|
@@ -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 { AutoFillTargetTextForVideoProjectListOutput } from './auto-fill-target-text-for-video-project-list-output';
|
|
13
|
+
import { TextValidateForVideoProjectListOutput } from './text-validate-for-video-project-list-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SettingForVideoProjectListOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface SettingForVideoProjectListOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof SettingForVideoProjectListOutput
|
|
24
|
+
*/
|
|
25
|
+
approval?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @type {AutoFillTargetTextForVideoProjectListOutput}
|
|
28
|
+
* @memberof SettingForVideoProjectListOutput
|
|
29
|
+
*/
|
|
30
|
+
autoFillTargetText?: AutoFillTargetTextForVideoProjectListOutput;
|
|
31
|
+
/**
|
|
32
|
+
* @type {TextValidateForVideoProjectListOutput}
|
|
33
|
+
* @memberof SettingForVideoProjectListOutput
|
|
34
|
+
*/
|
|
35
|
+
textValidate?: TextValidateForVideoProjectListOutput;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=setting-for-video-project-list-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setting-for-video-project-list-output.d.ts","sourceRoot":"","sources":["../../../src/types/setting-for-video-project-list-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,2CAA2C,EAAE,MAAM,uDAAuD,CAAC;AACpH,OAAO,EAAE,qCAAqC,EAAE,MAAM,+CAA+C,CAAC;AACrG;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,2CAA2C,CAAC;IAEjE;;;OAGG;IACH,YAAY,CAAC,EAAE,qCAAqC,CAAC;CACxD"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 SourceSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SourceSubtitleFileInfoForVideoProjectTaskDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SourceSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
createTime?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SourceSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
fileName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SourceSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
fileUri?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SourceSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
37
|
+
*/
|
|
38
|
+
updateTime?: string;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=source-subtitle-file-info-for-video-project-task-detail-output.d.ts.map
|
package/dist/esm/types/source-subtitle-file-info-for-video-project-task-detail-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source-subtitle-file-info-for-video-project-task-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/source-subtitle-file-info-for-video-project-task-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qDAAqD;IAElE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,138 @@
|
|
|
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 { SourceSubtitleFileInfoForVideoProjectTaskDetailOutput } from './source-subtitle-file-info-for-video-project-task-detail-output';
|
|
13
|
+
import { SuppressionVideoInfoForVideoProjectTaskDetailOutput } from './suppression-video-info-for-video-project-task-detail-output';
|
|
14
|
+
import { TargetSubtitleFileInfoForVideoProjectTaskDetailOutput } from './target-subtitle-file-info-for-video-project-task-detail-output';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SubTaskForVideoProjectTaskDetailOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface SubTaskForVideoProjectTaskDetailOutput {
|
|
22
|
+
/**
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
25
|
+
*/
|
|
26
|
+
createTime?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
30
|
+
*/
|
|
31
|
+
currentStage?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
35
|
+
*/
|
|
36
|
+
defaultStyle?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
40
|
+
*/
|
|
41
|
+
episodeNum?: number;
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
45
|
+
*/
|
|
46
|
+
id?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
50
|
+
*/
|
|
51
|
+
opStatus?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
55
|
+
*/
|
|
56
|
+
sourceLanguage?: string;
|
|
57
|
+
/**
|
|
58
|
+
* @type {SourceSubtitleFileInfoForVideoProjectTaskDetailOutput}
|
|
59
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
60
|
+
*/
|
|
61
|
+
sourceSubtitleFileInfo?: SourceSubtitleFileInfoForVideoProjectTaskDetailOutput;
|
|
62
|
+
/**
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
65
|
+
*/
|
|
66
|
+
status?: string;
|
|
67
|
+
/**
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
70
|
+
*/
|
|
71
|
+
subtaskType?: number;
|
|
72
|
+
/**
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
75
|
+
*/
|
|
76
|
+
suppressionStatus?: number;
|
|
77
|
+
/**
|
|
78
|
+
* @type {SuppressionVideoInfoForVideoProjectTaskDetailOutput}
|
|
79
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
80
|
+
*/
|
|
81
|
+
suppressionVideoInfo?: SuppressionVideoInfoForVideoProjectTaskDetailOutput;
|
|
82
|
+
/**
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
85
|
+
*/
|
|
86
|
+
targetLanguage?: string;
|
|
87
|
+
/**
|
|
88
|
+
* @type {TargetSubtitleFileInfoForVideoProjectTaskDetailOutput}
|
|
89
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
90
|
+
*/
|
|
91
|
+
targetSubtitleFileInfo?: TargetSubtitleFileInfoForVideoProjectTaskDetailOutput;
|
|
92
|
+
/**
|
|
93
|
+
* @type {boolean}
|
|
94
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
95
|
+
*/
|
|
96
|
+
textAiRemove?: boolean;
|
|
97
|
+
/**
|
|
98
|
+
* @type {boolean}
|
|
99
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
100
|
+
*/
|
|
101
|
+
translateOcrText?: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
105
|
+
*/
|
|
106
|
+
updateTime?: string;
|
|
107
|
+
/**
|
|
108
|
+
* @type {string}
|
|
109
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
110
|
+
*/
|
|
111
|
+
useDubTask?: string;
|
|
112
|
+
/**
|
|
113
|
+
* @type {boolean}
|
|
114
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
115
|
+
*/
|
|
116
|
+
useMt?: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* @type {boolean}
|
|
119
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
120
|
+
*/
|
|
121
|
+
useOcr?: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* @type {string}
|
|
124
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
125
|
+
*/
|
|
126
|
+
vidWithAiRemove?: string;
|
|
127
|
+
/**
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
130
|
+
*/
|
|
131
|
+
videoId?: string;
|
|
132
|
+
/**
|
|
133
|
+
* @type {number}
|
|
134
|
+
* @memberof SubTaskForVideoProjectTaskDetailOutput
|
|
135
|
+
*/
|
|
136
|
+
workflow?: number;
|
|
137
|
+
}
|
|
138
|
+
//# sourceMappingURL=sub-task-for-video-project-task-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sub-task-for-video-project-task-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/sub-task-for-video-project-task-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qDAAqD,EAAE,MAAM,kEAAkE,CAAC;AACzI,OAAO,EAAE,mDAAmD,EAAE,MAAM,+DAA+D,CAAC;AACpI,OAAO,EAAE,qDAAqD,EAAE,MAAM,kEAAkE,CAAC;AACxI;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,qDAAqD,CAAC;IAE/E;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,mDAAmD,CAAC;IAE3E;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,qDAAqD,CAAC;IAE/E;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -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 SubtitleForVideoProjectSerialTaskCreateInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubtitleForVideoProjectSerialTaskCreateInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SubtitleForVideoProjectSerialTaskCreateInput
|
|
22
|
+
*/
|
|
23
|
+
fileType?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubtitleForVideoProjectSerialTaskCreateInput
|
|
27
|
+
*/
|
|
28
|
+
name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SubtitleForVideoProjectSerialTaskCreateInput
|
|
32
|
+
*/
|
|
33
|
+
uri?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=subtitle-for-video-project-serial-task-create-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subtitle-for-video-project-serial-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/subtitle-for-video-project-serial-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4CAA4C;IAEzD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,70 @@
|
|
|
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 SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SuppressionVideoInfoForVideoProjectTaskDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
posterUrl?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
sourceLastTime?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
sourceName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
37
|
+
*/
|
|
38
|
+
sourceVid?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
42
|
+
*/
|
|
43
|
+
sourceVideoUrl?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
47
|
+
*/
|
|
48
|
+
targetDownloadUrl?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
52
|
+
*/
|
|
53
|
+
targetLastTime?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
57
|
+
*/
|
|
58
|
+
targetName?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
62
|
+
*/
|
|
63
|
+
targetVid?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof SuppressionVideoInfoForVideoProjectTaskDetailOutput
|
|
67
|
+
*/
|
|
68
|
+
targetVideoUrl?: string;
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=suppression-video-info-for-video-project-task-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suppression-video-info-for-video-project-task-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/suppression-video-info-for-video-project-task-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mDAAmD;IAEhE;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -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 TargetStyleMapForVideoProjectSerialTaskCreateInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TargetStyleMapForVideoProjectSerialTaskCreateInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TargetStyleMapForVideoProjectSerialTaskCreateInput
|
|
22
|
+
*/
|
|
23
|
+
af?: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=target-style-map-for-video-project-serial-task-create-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"target-style-map-for-video-project-serial-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/target-style-map-for-video-project-serial-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kDAAkD;IAE/D;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface TargetSubtitleFileInfoForVideoProjectTaskDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
createTime?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
fileName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
fileUri?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof TargetSubtitleFileInfoForVideoProjectTaskDetailOutput
|
|
37
|
+
*/
|
|
38
|
+
updateTime?: string;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=target-subtitle-file-info-for-video-project-task-detail-output.d.ts.map
|
package/dist/esm/types/target-subtitle-file-info-for-video-project-task-detail-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"target-subtitle-file-info-for-video-project-task-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/target-subtitle-file-info-for-video-project-task-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qDAAqD;IAElE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,121 @@
|
|
|
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 { CreatorForVideoProjectTaskDetailOutput } from './creator-for-video-project-task-detail-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface TaskForVideoProjectTaskDetailOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface TaskForVideoProjectTaskDetailOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
23
|
+
*/
|
|
24
|
+
comment?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
28
|
+
*/
|
|
29
|
+
createdAt?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {CreatorForVideoProjectTaskDetailOutput}
|
|
32
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
33
|
+
*/
|
|
34
|
+
creator?: CreatorForVideoProjectTaskDetailOutput;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
38
|
+
*/
|
|
39
|
+
deadline?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
43
|
+
*/
|
|
44
|
+
dramaTaskWorkflow?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
48
|
+
*/
|
|
49
|
+
durationCount?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
53
|
+
*/
|
|
54
|
+
id?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
58
|
+
*/
|
|
59
|
+
name?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
63
|
+
*/
|
|
64
|
+
projectId?: string;
|
|
65
|
+
/**
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
68
|
+
*/
|
|
69
|
+
projectName?: string;
|
|
70
|
+
/**
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
73
|
+
*/
|
|
74
|
+
sourceLanguage?: string;
|
|
75
|
+
/**
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
78
|
+
*/
|
|
79
|
+
sourceVideos?: string;
|
|
80
|
+
/**
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
83
|
+
*/
|
|
84
|
+
status?: string;
|
|
85
|
+
/**
|
|
86
|
+
* @type {Array<string>}
|
|
87
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
88
|
+
*/
|
|
89
|
+
targetLanguages?: Array<string>;
|
|
90
|
+
/**
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
93
|
+
*/
|
|
94
|
+
taskType?: string;
|
|
95
|
+
/**
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
98
|
+
*/
|
|
99
|
+
translationTeam?: string;
|
|
100
|
+
/**
|
|
101
|
+
* @type {string}
|
|
102
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
103
|
+
*/
|
|
104
|
+
updatedAt?: string;
|
|
105
|
+
/**
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
108
|
+
*/
|
|
109
|
+
updater?: string;
|
|
110
|
+
/**
|
|
111
|
+
* @type {string}
|
|
112
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
113
|
+
*/
|
|
114
|
+
wordsCount?: string;
|
|
115
|
+
/**
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof TaskForVideoProjectTaskDetailOutput
|
|
118
|
+
*/
|
|
119
|
+
workflowType?: string;
|
|
120
|
+
}
|
|
121
|
+
//# sourceMappingURL=task-for-video-project-task-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"task-for-video-project-task-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/task-for-video-project-task-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACvG;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,sCAAsC,CAAC;IAEjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEhC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
|