@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,30 @@
|
|
|
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 PaginationForProjectsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface PaginationForProjectsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PaginationForProjectsOutput
|
|
22
|
+
*/
|
|
23
|
+
limit?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof PaginationForProjectsOutput
|
|
27
|
+
*/
|
|
28
|
+
offset?: number;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=pagination-for-projects-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination-for-projects-output.d.ts","sourceRoot":"","sources":["../../../src/types/pagination-for-projects-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;IAExC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -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 ProjectDetailRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectDetailRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ProjectDetailRequest
|
|
22
|
+
*/
|
|
23
|
+
projectId: number;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=project-detail-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-detail-request.d.ts","sourceRoot":"","sources":["../../../src/types/project-detail-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { DataForProjectDetailOutput } from './data-for-project-detail-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ProjectDetailResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ProjectDetailResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {DataForProjectDetailOutput}
|
|
22
|
+
* @memberof ProjectDetailResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: DataForProjectDetailOutput;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=project-detail-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-detail-response.d.ts","sourceRoot":"","sources":["../../../src/types/project-detail-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC7E;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,IAAI,CAAC,EAAE,0BAA0B,CAAC;CACrC"}
|
|
@@ -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 ProjectNamespaceCreateRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectNamespaceCreateRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProjectNamespaceCreateRequest
|
|
22
|
+
*/
|
|
23
|
+
description?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProjectNamespaceCreateRequest
|
|
27
|
+
*/
|
|
28
|
+
name: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ProjectNamespaceCreateRequest
|
|
32
|
+
*/
|
|
33
|
+
projectId: number;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=project-namespace-create-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-namespace-create-request.d.ts","sourceRoot":"","sources":["../../../src/types/project-namespace-create-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -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 ProjectNamespaceCreateResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectNamespaceCreateResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProjectNamespaceCreateResponse
|
|
22
|
+
*/
|
|
23
|
+
message?: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=project-namespace-create-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-namespace-create-response.d.ts","sourceRoot":"","sources":["../../../src/types/project-namespace-create-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 ProjectNamespaceDetailRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectNamespaceDetailRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProjectNamespaceDetailRequest
|
|
22
|
+
*/
|
|
23
|
+
namespaceId: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ProjectNamespaceDetailRequest
|
|
27
|
+
*/
|
|
28
|
+
projectId: number;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=project-namespace-detail-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-namespace-detail-request.d.ts","sourceRoot":"","sources":["../../../src/types/project-namespace-detail-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { DataForProjectNamespaceDetailOutput } from './data-for-project-namespace-detail-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ProjectNamespaceDetailResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ProjectNamespaceDetailResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {DataForProjectNamespaceDetailOutput}
|
|
22
|
+
* @memberof ProjectNamespaceDetailResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: DataForProjectNamespaceDetailOutput;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=project-namespace-detail-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-namespace-detail-response.d.ts","sourceRoot":"","sources":["../../../src/types/project-namespace-detail-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AAChG;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC9C"}
|
|
@@ -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 ProjectNamespacesRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectNamespacesRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ProjectNamespacesRequest
|
|
22
|
+
*/
|
|
23
|
+
limit?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ProjectNamespacesRequest
|
|
27
|
+
*/
|
|
28
|
+
offset?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ProjectNamespacesRequest
|
|
32
|
+
*/
|
|
33
|
+
projectId: number;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=project-namespaces-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-namespaces-request.d.ts","sourceRoot":"","sources":["../../../src/types/project-namespaces-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -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 { DataForProjectNamespacesOutput } from './data-for-project-namespaces-output';
|
|
13
|
+
import { PaginationForProjectNamespacesOutput } from './pagination-for-project-namespaces-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ProjectNamespacesResponse
|
|
19
|
+
*/
|
|
20
|
+
export interface ProjectNamespacesResponse {
|
|
21
|
+
/**
|
|
22
|
+
* @type {Array<DataForProjectNamespacesOutput>}
|
|
23
|
+
* @memberof ProjectNamespacesResponse
|
|
24
|
+
*/
|
|
25
|
+
data?: Array<DataForProjectNamespacesOutput>;
|
|
26
|
+
/**
|
|
27
|
+
* @type {PaginationForProjectNamespacesOutput}
|
|
28
|
+
* @memberof ProjectNamespacesResponse
|
|
29
|
+
*/
|
|
30
|
+
pagination?: PaginationForProjectNamespacesOutput;
|
|
31
|
+
/**
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ProjectNamespacesResponse
|
|
34
|
+
*/
|
|
35
|
+
total?: number;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=project-namespaces-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-namespaces-response.d.ts","sourceRoot":"","sources":["../../../src/types/project-namespaces-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EAAE,oCAAoC,EAAE,MAAM,4CAA4C,CAAC;AACjG;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;IAE7C;;;OAGG;IACH,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAElD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 ProjectUserRoleRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectUserRoleRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ProjectUserRoleRequest
|
|
22
|
+
*/
|
|
23
|
+
projectId: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ProjectUserRoleRequest
|
|
27
|
+
*/
|
|
28
|
+
userId: number;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=project-user-role-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-user-role-request.d.ts","sourceRoot":"","sources":["../../../src/types/project-user-role-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { DataForProjectUserRoleOutput } from './data-for-project-user-role-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ProjectUserRoleResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ProjectUserRoleResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {DataForProjectUserRoleOutput}
|
|
22
|
+
* @memberof ProjectUserRoleResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: DataForProjectUserRoleOutput;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=project-user-role-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-user-role-response.d.ts","sourceRoot":"","sources":["../../../src/types/project-user-role-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,4BAA4B,EAAE,MAAM,qCAAqC,CAAC;AAClF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;CACvC"}
|
|
@@ -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 ProjectUsersRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectUsersRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ProjectUsersRequest
|
|
22
|
+
*/
|
|
23
|
+
limit?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ProjectUsersRequest
|
|
27
|
+
*/
|
|
28
|
+
offset?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ProjectUsersRequest
|
|
32
|
+
*/
|
|
33
|
+
projectId: number;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=project-users-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-users-request.d.ts","sourceRoot":"","sources":["../../../src/types/project-users-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mBAAmB;IAEhC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -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 { DataForProjectUsersOutput } from './data-for-project-users-output';
|
|
13
|
+
import { PaginationForProjectUsersOutput } from './pagination-for-project-users-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ProjectUsersResponse
|
|
19
|
+
*/
|
|
20
|
+
export interface ProjectUsersResponse {
|
|
21
|
+
/**
|
|
22
|
+
* @type {DataForProjectUsersOutput}
|
|
23
|
+
* @memberof ProjectUsersResponse
|
|
24
|
+
*/
|
|
25
|
+
data?: DataForProjectUsersOutput;
|
|
26
|
+
/**
|
|
27
|
+
* @type {PaginationForProjectUsersOutput}
|
|
28
|
+
* @memberof ProjectUsersResponse
|
|
29
|
+
*/
|
|
30
|
+
pagination?: PaginationForProjectUsersOutput;
|
|
31
|
+
/**
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ProjectUsersResponse
|
|
34
|
+
*/
|
|
35
|
+
total?: number;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=project-users-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-users-response.d.ts","sourceRoot":"","sources":["../../../src/types/project-users-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACvF;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,IAAI,CAAC,EAAE,yBAAyB,CAAC;IAEjC;;;OAGG;IACH,UAAU,CAAC,EAAE,+BAA+B,CAAC;IAE7C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -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 ProjectsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ProjectsRequest
|
|
22
|
+
*/
|
|
23
|
+
limit?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProjectsRequest
|
|
27
|
+
*/
|
|
28
|
+
name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ProjectsRequest
|
|
32
|
+
*/
|
|
33
|
+
offset?: number;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=projects-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projects-request.d.ts","sourceRoot":"","sources":["../../../src/types/projects-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,eAAe;IAE5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -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 { DataForProjectsOutput } from './data-for-projects-output';
|
|
13
|
+
import { PaginationForProjectsOutput } from './pagination-for-projects-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ProjectsResponse
|
|
19
|
+
*/
|
|
20
|
+
export interface ProjectsResponse {
|
|
21
|
+
/**
|
|
22
|
+
* @type {Array<DataForProjectsOutput>}
|
|
23
|
+
* @memberof ProjectsResponse
|
|
24
|
+
*/
|
|
25
|
+
data?: Array<DataForProjectsOutput>;
|
|
26
|
+
/**
|
|
27
|
+
* @type {PaginationForProjectsOutput}
|
|
28
|
+
* @memberof ProjectsResponse
|
|
29
|
+
*/
|
|
30
|
+
pagination?: PaginationForProjectsOutput;
|
|
31
|
+
/**
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ProjectsResponse
|
|
34
|
+
*/
|
|
35
|
+
total?: number;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=projects-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projects-response.d.ts","sourceRoot":"","sources":["../../../src/types/projects-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC9E;;;;;EAKE;AACH,MAAM,WAAW,gBAAgB;IAE7B;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;IAEpC;;;OAGG;IACH,UAAU,CAAC,EAAE,2BAA2B,CAAC;IAEzC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -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 PureVideoForVideoProjectSerialTaskCreateInput
|
|
17
|
+
*/
|
|
18
|
+
export interface PureVideoForVideoProjectSerialTaskCreateInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PureVideoForVideoProjectSerialTaskCreateInput
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof PureVideoForVideoProjectSerialTaskCreateInput
|
|
27
|
+
*/
|
|
28
|
+
vid?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PureVideoForVideoProjectSerialTaskCreateInput
|
|
32
|
+
*/
|
|
33
|
+
videoUrl?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=pure-video-for-video-project-serial-task-create-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pure-video-for-video-project-serial-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/pure-video-for-video-project-serial-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6CAA6C;IAE1D;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { PureVideoForVideoProjectSerialTaskCreateInput } from './pure-video-for-video-project-serial-task-create-input';
|
|
13
|
+
import { SubtitleForVideoProjectSerialTaskCreateInput } from './subtitle-for-video-project-serial-task-create-input';
|
|
14
|
+
import { VideoForVideoProjectSerialTaskCreateInput } from './video-for-video-project-serial-task-create-input';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SerialInfoForVideoProjectSerialTaskCreateInput
|
|
20
|
+
*/
|
|
21
|
+
export interface SerialInfoForVideoProjectSerialTaskCreateInput {
|
|
22
|
+
/**
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof SerialInfoForVideoProjectSerialTaskCreateInput
|
|
25
|
+
*/
|
|
26
|
+
episode?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @type {PureVideoForVideoProjectSerialTaskCreateInput}
|
|
29
|
+
* @memberof SerialInfoForVideoProjectSerialTaskCreateInput
|
|
30
|
+
*/
|
|
31
|
+
pureVideo?: PureVideoForVideoProjectSerialTaskCreateInput;
|
|
32
|
+
/**
|
|
33
|
+
* @type {SubtitleForVideoProjectSerialTaskCreateInput}
|
|
34
|
+
* @memberof SerialInfoForVideoProjectSerialTaskCreateInput
|
|
35
|
+
*/
|
|
36
|
+
subtitle?: SubtitleForVideoProjectSerialTaskCreateInput;
|
|
37
|
+
/**
|
|
38
|
+
* @type {VideoForVideoProjectSerialTaskCreateInput}
|
|
39
|
+
* @memberof SerialInfoForVideoProjectSerialTaskCreateInput
|
|
40
|
+
*/
|
|
41
|
+
video?: VideoForVideoProjectSerialTaskCreateInput;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=serial-info-for-video-project-serial-task-create-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serial-info-for-video-project-serial-task-create-input.d.ts","sourceRoot":"","sources":["../../../src/types/serial-info-for-video-project-serial-task-create-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,4CAA4C,EAAE,MAAM,uDAAuD,CAAC;AACrH,OAAO,EAAE,yCAAyC,EAAE,MAAM,oDAAoD,CAAC;AAC9G;;;;;EAKE;AACH,MAAM,WAAW,8CAA8C;IAE3D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,6CAA6C,CAAC;IAE1D;;;OAGG;IACH,QAAQ,CAAC,EAAE,4CAA4C,CAAC;IAExD;;;OAGG;IACH,KAAK,CAAC,EAAE,yCAAyC,CAAC;CACrD"}
|