@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,77 @@
|
|
|
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 { ExtraForVideoProjectListOutput } from './extra-for-video-project-list-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DataForVideoProjectListOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface DataForVideoProjectListOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DataForVideoProjectListOutput
|
|
27
|
+
*/
|
|
28
|
+
createdAt?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DataForVideoProjectListOutput
|
|
33
|
+
*/
|
|
34
|
+
creatorId?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof DataForVideoProjectListOutput
|
|
39
|
+
*/
|
|
40
|
+
description?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {ExtraForVideoProjectListOutput}
|
|
44
|
+
* @memberof DataForVideoProjectListOutput
|
|
45
|
+
*/
|
|
46
|
+
extra?: ExtraForVideoProjectListOutput;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof DataForVideoProjectListOutput
|
|
51
|
+
*/
|
|
52
|
+
id?: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof DataForVideoProjectListOutput
|
|
57
|
+
*/
|
|
58
|
+
name?: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof DataForVideoProjectListOutput
|
|
63
|
+
*/
|
|
64
|
+
sourceLocale?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {Array<string>}
|
|
68
|
+
* @memberof DataForVideoProjectListOutput
|
|
69
|
+
*/
|
|
70
|
+
targetLocales?: Array<string>;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof DataForVideoProjectListOutput
|
|
75
|
+
*/
|
|
76
|
+
updatedAt?: string;
|
|
77
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { BaseRespForVideoProjectSerialTaskCreateOutput } from './base-resp-for-video-project-serial-task-create-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DataForVideoProjectSerialTaskCreateOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface DataForVideoProjectSerialTaskCreateOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {BaseRespForVideoProjectSerialTaskCreateOutput}
|
|
26
|
+
* @memberof DataForVideoProjectSerialTaskCreateOutput
|
|
27
|
+
*/
|
|
28
|
+
BaseResp?: BaseRespForVideoProjectSerialTaskCreateOutput;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<string>}
|
|
32
|
+
* @memberof DataForVideoProjectSerialTaskCreateOutput
|
|
33
|
+
*/
|
|
34
|
+
TaskIDs?: Array<string>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 { SubTaskForVideoProjectTaskDetailOutput } from './sub-task-for-video-project-task-detail-output';
|
|
16
|
+
import { TaskForVideoProjectTaskDetailOutput } from './task-for-video-project-task-detail-output';
|
|
17
|
+
import { VideoDetailForVideoProjectTaskDetailOutput } from './video-detail-for-video-project-task-detail-output';
|
|
18
|
+
import { VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput } from './video-details-with-ai-remove-for-video-project-task-detail-output';
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DataForVideoProjectTaskDetailOutput
|
|
24
|
+
*/
|
|
25
|
+
export interface DataForVideoProjectTaskDetailOutput {
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @type {Array<SubTaskForVideoProjectTaskDetailOutput>}
|
|
29
|
+
* @memberof DataForVideoProjectTaskDetailOutput
|
|
30
|
+
*/
|
|
31
|
+
subTasks?: Array<SubTaskForVideoProjectTaskDetailOutput>;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @type {TaskForVideoProjectTaskDetailOutput}
|
|
35
|
+
* @memberof DataForVideoProjectTaskDetailOutput
|
|
36
|
+
*/
|
|
37
|
+
task?: TaskForVideoProjectTaskDetailOutput;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @type {Array<VideoDetailForVideoProjectTaskDetailOutput>}
|
|
41
|
+
* @memberof DataForVideoProjectTaskDetailOutput
|
|
42
|
+
*/
|
|
43
|
+
videoDetails?: Array<VideoDetailForVideoProjectTaskDetailOutput>;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @type {Array<VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput>}
|
|
47
|
+
* @memberof DataForVideoProjectTaskDetailOutput
|
|
48
|
+
*/
|
|
49
|
+
videoDetailsWithAiRemove?: Array<VideoDetailsWithAiRemoveForVideoProjectTaskDetailOutput>;
|
|
50
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { TaskForVideoProjectTaskListOutput } from './task-for-video-project-task-list-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DataForVideoProjectTaskListOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface DataForVideoProjectTaskListOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof DataForVideoProjectTaskListOutput
|
|
27
|
+
*/
|
|
28
|
+
allSourceLanguages?: Array<string>;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<string>}
|
|
32
|
+
* @memberof DataForVideoProjectTaskListOutput
|
|
33
|
+
*/
|
|
34
|
+
allTargetLanguages?: Array<string>;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<TaskForVideoProjectTaskListOutput>}
|
|
38
|
+
* @memberof DataForVideoProjectTaskListOutput
|
|
39
|
+
*/
|
|
40
|
+
tasks?: Array<TaskForVideoProjectTaskListOutput>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof DataForVideoProjectTaskListOutput
|
|
45
|
+
*/
|
|
46
|
+
total?: number;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof DataForVideoProjectTaskListOutput
|
|
51
|
+
*/
|
|
52
|
+
totalCount?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* i18n_openapi
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { VideoMetaForVideoResourceUploadOutput } from './video-meta-for-video-resource-upload-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DataForVideoResourceUploadOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface DataForVideoResourceUploadOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DataForVideoResourceUploadOutput
|
|
27
|
+
*/
|
|
28
|
+
imageUri?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DataForVideoResourceUploadOutput
|
|
33
|
+
*/
|
|
34
|
+
uri?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof DataForVideoResourceUploadOutput
|
|
39
|
+
*/
|
|
40
|
+
vid?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {VideoMetaForVideoResourceUploadOutput}
|
|
44
|
+
* @memberof DataForVideoResourceUploadOutput
|
|
45
|
+
*/
|
|
46
|
+
videoMeta?: VideoMetaForVideoResourceUploadOutput;
|
|
47
|
+
}
|
|
@@ -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 { SettingForProjectDetailOutput } from './setting-for-project-detail-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ExtraForProjectDetailOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ExtraForProjectDetailOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {SettingForProjectDetailOutput}
|
|
26
|
+
* @memberof ExtraForProjectDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
setting?: SettingForProjectDetailOutput;
|
|
29
|
+
}
|
|
@@ -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 { SettingForProjectsOutput } from './setting-for-projects-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ExtraForProjectsOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ExtraForProjectsOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {SettingForProjectsOutput}
|
|
26
|
+
* @memberof ExtraForProjectsOutput
|
|
27
|
+
*/
|
|
28
|
+
setting?: SettingForProjectsOutput;
|
|
29
|
+
}
|
|
@@ -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 { SettingForVideoProjectListOutput } from './setting-for-video-project-list-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ExtraForVideoProjectListOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ExtraForVideoProjectListOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {SettingForVideoProjectListOutput}
|
|
26
|
+
* @memberof ExtraForVideoProjectListOutput
|
|
27
|
+
*/
|
|
28
|
+
setting?: SettingForVideoProjectListOutput;
|
|
29
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
export * from './auto-fill-target-text-for-project-detail-output';
|
|
2
|
+
export * from './auto-fill-target-text-for-projects-output';
|
|
3
|
+
export * from './auto-fill-target-text-for-video-project-list-output';
|
|
4
|
+
export * from './base-resp-for-video-project-serial-task-create-output';
|
|
5
|
+
export * from './create-video-create-request';
|
|
6
|
+
export * from './create-video-create-response';
|
|
7
|
+
export * from './creator-for-video-project-task-detail-output';
|
|
8
|
+
export * from './creator-for-video-project-task-list-output';
|
|
9
|
+
export * from './data-for-project-detail-output';
|
|
10
|
+
export * from './data-for-project-namespace-detail-output';
|
|
11
|
+
export * from './data-for-project-namespaces-output';
|
|
12
|
+
export * from './data-for-project-user-role-output';
|
|
13
|
+
export * from './data-for-project-users-output';
|
|
14
|
+
export * from './data-for-projects-output';
|
|
15
|
+
export * from './data-for-video-project-create-output';
|
|
16
|
+
export * from './data-for-video-project-list-output';
|
|
17
|
+
export * from './data-for-video-project-serial-task-create-output';
|
|
18
|
+
export * from './data-for-video-project-task-detail-output';
|
|
19
|
+
export * from './data-for-video-project-task-list-output';
|
|
20
|
+
export * from './data-for-video-resource-upload-output';
|
|
21
|
+
export * from './extra-for-project-detail-output';
|
|
22
|
+
export * from './extra-for-projects-output';
|
|
23
|
+
export * from './extra-for-video-project-list-output';
|
|
24
|
+
export * from './pagination-for-project-namespaces-output';
|
|
25
|
+
export * from './pagination-for-project-users-output';
|
|
26
|
+
export * from './pagination-for-projects-output';
|
|
27
|
+
export * from './project-detail-request';
|
|
28
|
+
export * from './project-detail-response';
|
|
29
|
+
export * from './project-namespace-create-request';
|
|
30
|
+
export * from './project-namespace-create-response';
|
|
31
|
+
export * from './project-namespace-detail-request';
|
|
32
|
+
export * from './project-namespace-detail-response';
|
|
33
|
+
export * from './project-namespaces-request';
|
|
34
|
+
export * from './project-namespaces-response';
|
|
35
|
+
export * from './project-user-role-request';
|
|
36
|
+
export * from './project-user-role-response';
|
|
37
|
+
export * from './project-users-request';
|
|
38
|
+
export * from './project-users-response';
|
|
39
|
+
export * from './projects-request';
|
|
40
|
+
export * from './projects-response';
|
|
41
|
+
export * from './pure-video-for-video-project-serial-task-create-input';
|
|
42
|
+
export * from './serial-info-for-video-project-serial-task-create-input';
|
|
43
|
+
export * from './setting-for-project-detail-output';
|
|
44
|
+
export * from './setting-for-projects-output';
|
|
45
|
+
export * from './setting-for-video-project-list-output';
|
|
46
|
+
export * from './source-subtitle-file-info-for-video-project-task-detail-output';
|
|
47
|
+
export * from './sub-task-for-video-project-task-detail-output';
|
|
48
|
+
export * from './subtitle-for-video-project-serial-task-create-input';
|
|
49
|
+
export * from './suppression-video-info-for-video-project-task-detail-output';
|
|
50
|
+
export * from './target-style-map-for-video-project-serial-task-create-input';
|
|
51
|
+
export * from './target-subtitle-file-info-for-video-project-task-detail-output';
|
|
52
|
+
export * from './task-for-video-project-task-detail-output';
|
|
53
|
+
export * from './task-for-video-project-task-list-output';
|
|
54
|
+
export * from './task-info-for-video-project-serial-task-create-input';
|
|
55
|
+
export * from './text-validate-for-project-detail-output';
|
|
56
|
+
export * from './text-validate-for-projects-output';
|
|
57
|
+
export * from './text-validate-for-video-project-list-output';
|
|
58
|
+
export * from './video-detail-for-video-project-task-detail-output';
|
|
59
|
+
export * from './video-details-with-ai-remove-for-video-project-task-detail-output';
|
|
60
|
+
export * from './video-for-video-project-serial-task-create-input';
|
|
61
|
+
export * from './video-meta-for-video-resource-upload-output';
|
|
62
|
+
export * from './video-project-create-request';
|
|
63
|
+
export * from './video-project-create-response';
|
|
64
|
+
export * from './video-project-list-request';
|
|
65
|
+
export * from './video-project-list-response';
|
|
66
|
+
export * from './video-project-serial-task-create-request';
|
|
67
|
+
export * from './video-project-serial-task-create-response';
|
|
68
|
+
export * from './video-project-task-detail-request';
|
|
69
|
+
export * from './video-project-task-detail-response';
|
|
70
|
+
export * from './video-project-task-list-request';
|
|
71
|
+
export * from './video-project-task-list-response';
|
|
72
|
+
export * from './video-resource-upload-request';
|
|
73
|
+
export * from './video-resource-upload-response';
|
|
74
|
+
export * from './webhooks-create-request';
|
|
75
|
+
export * from './webhooks-create-response';
|
|
@@ -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 PaginationForProjectNamespacesOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface PaginationForProjectNamespacesOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof PaginationForProjectNamespacesOutput
|
|
26
|
+
*/
|
|
27
|
+
limit?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof PaginationForProjectNamespacesOutput
|
|
32
|
+
*/
|
|
33
|
+
offset?: number;
|
|
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 PaginationForProjectUsersOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface PaginationForProjectUsersOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof PaginationForProjectUsersOutput
|
|
26
|
+
*/
|
|
27
|
+
limit?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof PaginationForProjectUsersOutput
|
|
32
|
+
*/
|
|
33
|
+
offset?: number;
|
|
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 PaginationForProjectsOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface PaginationForProjectsOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof PaginationForProjectsOutput
|
|
26
|
+
*/
|
|
27
|
+
limit?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof PaginationForProjectsOutput
|
|
32
|
+
*/
|
|
33
|
+
offset?: number;
|
|
34
|
+
}
|
|
@@ -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 ProjectDetailRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ProjectDetailRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ProjectDetailRequest
|
|
26
|
+
*/
|
|
27
|
+
projectId: number;
|
|
28
|
+
}
|
|
@@ -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 { DataForProjectDetailOutput } from './data-for-project-detail-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ProjectDetailResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface ProjectDetailResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {DataForProjectDetailOutput}
|
|
26
|
+
* @memberof ProjectDetailResponse
|
|
27
|
+
*/
|
|
28
|
+
data?: DataForProjectDetailOutput;
|
|
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 ProjectNamespaceCreateRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ProjectNamespaceCreateRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ProjectNamespaceCreateRequest
|
|
26
|
+
*/
|
|
27
|
+
description?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ProjectNamespaceCreateRequest
|
|
32
|
+
*/
|
|
33
|
+
name: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ProjectNamespaceCreateRequest
|
|
38
|
+
*/
|
|
39
|
+
projectId: number;
|
|
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 ProjectNamespaceCreateResponse
|
|
20
|
+
*/
|
|
21
|
+
export interface ProjectNamespaceCreateResponse {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ProjectNamespaceCreateResponse
|
|
26
|
+
*/
|
|
27
|
+
message?: string;
|
|
28
|
+
}
|