@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,137 @@
|
|
|
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 { TargetStyleMapForVideoProjectSerialTaskCreateInput } from './target-style-map-for-video-project-serial-task-create-input';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface TaskInfoForVideoProjectSerialTaskCreateInput
|
|
21
|
+
*/
|
|
22
|
+
export interface TaskInfoForVideoProjectSerialTaskCreateInput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
27
|
+
*/
|
|
28
|
+
aiRemoveType?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
33
|
+
*/
|
|
34
|
+
asrModel?: number;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
39
|
+
*/
|
|
40
|
+
bgmPolicy?: number;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
45
|
+
*/
|
|
46
|
+
comment?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
51
|
+
*/
|
|
52
|
+
deadline?: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
57
|
+
*/
|
|
58
|
+
dramaCoverUrl?: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
63
|
+
*/
|
|
64
|
+
dramaDescription?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
69
|
+
*/
|
|
70
|
+
dramaTitle?: string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {boolean}
|
|
74
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
75
|
+
*/
|
|
76
|
+
isDub?: boolean;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @type {boolean}
|
|
80
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
81
|
+
*/
|
|
82
|
+
needTranslateCover?: boolean;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @type {boolean}
|
|
86
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
87
|
+
*/
|
|
88
|
+
needTranslateDesc?: boolean;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @type {boolean}
|
|
92
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
93
|
+
*/
|
|
94
|
+
needTranslateTitle?: boolean;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @type {boolean}
|
|
98
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
99
|
+
*/
|
|
100
|
+
needTranslateTitleAndDesc?: boolean;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @type {number}
|
|
104
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
105
|
+
*/
|
|
106
|
+
serialNumber?: number;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
111
|
+
*/
|
|
112
|
+
sourceLang?: string;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @type {Array<string>}
|
|
116
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
117
|
+
*/
|
|
118
|
+
targetLangs?: Array<string>;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* @type {TargetStyleMapForVideoProjectSerialTaskCreateInput}
|
|
122
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
123
|
+
*/
|
|
124
|
+
targetStyleMap?: TargetStyleMapForVideoProjectSerialTaskCreateInput;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
129
|
+
*/
|
|
130
|
+
taskName?: string;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @type {boolean}
|
|
134
|
+
* @memberof TaskInfoForVideoProjectSerialTaskCreateInput
|
|
135
|
+
*/
|
|
136
|
+
useMT?: boolean;
|
|
137
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 TextValidateForProjectDetailOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface TextValidateForProjectDetailOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof TextValidateForProjectDetailOutput
|
|
26
|
+
*/
|
|
27
|
+
sourceTextValidate?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof TextValidateForProjectDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
targetTextValidate?: boolean;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 TextValidateForProjectsOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface TextValidateForProjectsOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof TextValidateForProjectsOutput
|
|
26
|
+
*/
|
|
27
|
+
sourceTextValidate?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof TextValidateForProjectsOutput
|
|
32
|
+
*/
|
|
33
|
+
targetTextValidate?: boolean;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 TextValidateForVideoProjectListOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface TextValidateForVideoProjectListOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof TextValidateForVideoProjectListOutput
|
|
26
|
+
*/
|
|
27
|
+
sourceTextValidate?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof TextValidateForVideoProjectListOutput
|
|
32
|
+
*/
|
|
33
|
+
targetTextValidate?: boolean;
|
|
34
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
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 VideoDetailForVideoProjectTaskDetailOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface VideoDetailForVideoProjectTaskDetailOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
audioUrl?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
33
|
+
*/
|
|
34
|
+
compressedVideoUrl?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
39
|
+
*/
|
|
40
|
+
createTime?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {CreatorForVideoProjectTaskDetailOutput}
|
|
44
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
45
|
+
*/
|
|
46
|
+
creator?: CreatorForVideoProjectTaskDetailOutput;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
51
|
+
*/
|
|
52
|
+
duration?: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
57
|
+
*/
|
|
58
|
+
height?: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
63
|
+
*/
|
|
64
|
+
language?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
69
|
+
*/
|
|
70
|
+
name?: string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
75
|
+
*/
|
|
76
|
+
posterUrl?: string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
81
|
+
*/
|
|
82
|
+
updateTime?: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
87
|
+
*/
|
|
88
|
+
videoDownloadUrl?: string;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
93
|
+
*/
|
|
94
|
+
videoId?: string;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
99
|
+
*/
|
|
100
|
+
videoUrl?: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof VideoDetailForVideoProjectTaskDetailOutput
|
|
105
|
+
*/
|
|
106
|
+
width?: string;
|
|
107
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
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 VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
audioUrl?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
33
|
+
*/
|
|
34
|
+
compressedVideoUrl?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
39
|
+
*/
|
|
40
|
+
createTime?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {CreatorForVideoProjectTaskDetailOutput}
|
|
44
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
45
|
+
*/
|
|
46
|
+
creator?: CreatorForVideoProjectTaskDetailOutput;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
51
|
+
*/
|
|
52
|
+
duration?: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
57
|
+
*/
|
|
58
|
+
height?: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
63
|
+
*/
|
|
64
|
+
language?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
69
|
+
*/
|
|
70
|
+
name?: string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
75
|
+
*/
|
|
76
|
+
posterUrl?: string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
81
|
+
*/
|
|
82
|
+
updateTime?: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
87
|
+
*/
|
|
88
|
+
videoDownloadUrl?: string;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
93
|
+
*/
|
|
94
|
+
videoId?: string;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
99
|
+
*/
|
|
100
|
+
videoUrl?: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput
|
|
105
|
+
*/
|
|
106
|
+
width?: string;
|
|
107
|
+
}
|
|
@@ -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 VideoForVideoProjectSerialTaskCreateInput
|
|
20
|
+
*/
|
|
21
|
+
export interface VideoForVideoProjectSerialTaskCreateInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof VideoForVideoProjectSerialTaskCreateInput
|
|
26
|
+
*/
|
|
27
|
+
name?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof VideoForVideoProjectSerialTaskCreateInput
|
|
32
|
+
*/
|
|
33
|
+
vid?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof VideoForVideoProjectSerialTaskCreateInput
|
|
38
|
+
*/
|
|
39
|
+
videoUrl?: string;
|
|
40
|
+
}
|
|
@@ -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 VideoMetaForVideoResourceUploadOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface VideoMetaForVideoResourceUploadOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof VideoMetaForVideoResourceUploadOutput
|
|
26
|
+
*/
|
|
27
|
+
uri?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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 VideoProjectCreateRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface VideoProjectCreateRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof VideoProjectCreateRequest
|
|
26
|
+
*/
|
|
27
|
+
cloudStorageLink?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof VideoProjectCreateRequest
|
|
32
|
+
*/
|
|
33
|
+
comment?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {Array<number>}
|
|
37
|
+
* @memberof VideoProjectCreateRequest
|
|
38
|
+
*/
|
|
39
|
+
contributors?: Array<number>;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof VideoProjectCreateRequest
|
|
44
|
+
*/
|
|
45
|
+
name: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {number}
|
|
49
|
+
* @memberof VideoProjectCreateRequest
|
|
50
|
+
*/
|
|
51
|
+
projectType: number;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof VideoProjectCreateRequest
|
|
56
|
+
*/
|
|
57
|
+
roles?: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 { DataForVideoProjectCreateOutput } from './data-for-video-project-create-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface VideoProjectCreateResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface VideoProjectCreateResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {DataForVideoProjectCreateOutput}
|
|
26
|
+
* @memberof VideoProjectCreateResponse
|
|
27
|
+
*/
|
|
28
|
+
data?: DataForVideoProjectCreateOutput;
|
|
29
|
+
}
|
|
@@ -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 VideoProjectListRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface VideoProjectListRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof VideoProjectListRequest
|
|
26
|
+
*/
|
|
27
|
+
limit: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof VideoProjectListRequest
|
|
32
|
+
*/
|
|
33
|
+
offset: number;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof VideoProjectListRequest
|
|
38
|
+
*/
|
|
39
|
+
projectName?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 { DataForVideoProjectListOutput } from './data-for-video-project-list-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface VideoProjectListResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface VideoProjectListResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<DataForVideoProjectListOutput>}
|
|
26
|
+
* @memberof VideoProjectListResponse
|
|
27
|
+
*/
|
|
28
|
+
data?: Array<DataForVideoProjectListOutput>;
|
|
29
|
+
}
|