@coscine/api-client 3.25.0 → 3.26.0
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/README.md +130 -2
- package/dist/index.js +8822 -5126
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +52 -74
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +18 -34
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +24 -19
- package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +11 -24
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +24 -30
- package/dist/types/Coscine.Api/@coscine/api/graph-api.d.ts +242 -0
- package/dist/types/Coscine.Api/@coscine/api/graph-metadata-api.d.ts +257 -0
- package/dist/types/Coscine.Api/@coscine/api/graph-metadata-content-api.d.ts +182 -0
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +7 -19
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +16 -29
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +17 -30
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +19 -33
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +18 -31
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +60 -33
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +7 -19
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +17 -30
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +19 -33
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +15 -26
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +7 -19
- package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +15 -27
- package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +11 -22
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +7 -19
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +8 -21
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +15 -27
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +18 -31
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +14 -31
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +8 -19
- package/dist/types/Coscine.Api/@coscine/api/storage-api.d.ts +248 -0
- package/dist/types/Coscine.Api/@coscine/api/storage-content-api.d.ts +232 -0
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +28 -41
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +63 -50
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +18 -31
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +24 -38
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/message-dto-ienumerable-response.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +5 -16
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-paged-response.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-response.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +10 -21
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -16
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -21
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +5 -16
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +8 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +7 -18
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +7 -18
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-paged-response.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-response.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-node-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-node-links.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -18
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-project-role-count-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/api.d.ts +5 -0
- package/dist/types/Coscine.Api/base.d.ts +2 -13
- package/dist/types/Coscine.Api/common.d.ts +5 -16
- package/dist/types/Coscine.Api/index.d.ts +3 -3
- package/dist/types/Coscine.Api.STS/@coscine/api/account-api.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/api/home-api.d.ts +3 -14
- package/dist/types/Coscine.Api.STS/@coscine/api/merge-api.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/api/orci-dapi.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/api/shibboleth-api.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/model/login-urls.d.ts +0 -11
- package/dist/types/Coscine.Api.STS/base.d.ts +2 -13
- package/dist/types/Coscine.Api.STS/common.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/index.d.ts +3 -3
- package/dist/types/apis.d.ts +211 -177
- package/dist/types/axios-basic.d.ts +1 -1
- package/dist/types/index.d.ts +426 -352
- package/dist/types/testing.d.ts +46 -0
- package/package.json +7 -7
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Pagination } from './pagination';
|
|
13
|
-
import type { PidDto } from './pid-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { PidDto } from './pid-dto';
|
|
14
3
|
export interface PidDtoPagedResponse {
|
|
15
4
|
'data'?: Array<PidDto> | null;
|
|
16
5
|
'isSuccess'?: boolean;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { PidDto } from './pid-dto';
|
|
1
|
+
import { PidDto } from './pid-dto';
|
|
13
2
|
export interface PidDtoResponse {
|
|
14
3
|
'data'?: PidDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { PidType } from './pid-type';
|
|
1
|
+
import { PidType } from './pid-type';
|
|
13
2
|
/**
|
|
14
3
|
* Represents a data transfer object (DTO) for a PID (Persistent Identifier).
|
|
15
4
|
*/
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Pagination } from './pagination';
|
|
13
|
-
import type { ProjectAdminDto } from './project-admin-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { ProjectAdminDto } from './project-admin-dto';
|
|
14
3
|
export interface ProjectAdminDtoPagedResponse {
|
|
15
4
|
'data'?: Array<ProjectAdminDto> | null;
|
|
16
5
|
'isSuccess'?: boolean;
|
|
@@ -1,24 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*/
|
|
12
|
-
import type { DisciplineDto } from './discipline-dto';
|
|
13
|
-
import type { ProjectDto } from './project-dto';
|
|
14
|
-
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
15
|
-
import type { ProjectOrganizationDto } from './project-organization-dto';
|
|
16
|
-
import type { ProjectPublicationRequestDto } from './project-publication-request-dto';
|
|
17
|
-
import type { ProjectQuotaDto } from './project-quota-dto';
|
|
18
|
-
import type { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
19
|
-
import type { ProjectRoleMinimalDto } from './project-role-minimal-dto';
|
|
20
|
-
import type { UserMinimalDto } from './user-minimal-dto';
|
|
21
|
-
import type { VisibilityDto } from './visibility-dto';
|
|
1
|
+
import { DisciplineDto } from './discipline-dto';
|
|
2
|
+
import { ProjectDto } from './project-dto';
|
|
3
|
+
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
4
|
+
import { ProjectOrganizationDto } from './project-organization-dto';
|
|
5
|
+
import { ProjectPublicationRequestDto } from './project-publication-request-dto';
|
|
6
|
+
import { ProjectQuotaDto } from './project-quota-dto';
|
|
7
|
+
import { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
8
|
+
import { ProjectRoleMinimalDto } from './project-role-minimal-dto';
|
|
9
|
+
import { UserMinimalDto } from './user-minimal-dto';
|
|
10
|
+
import { VisibilityDto } from './visibility-dto';
|
|
22
11
|
/**
|
|
23
12
|
* Represents a data transfer object (DTO) for an administrative view of a project. Extends the base information in Coscine.Api.Core.Shared.DataTransferObjects.ReturnObjects.ProjectDto.
|
|
24
13
|
*/
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Pagination } from './pagination';
|
|
13
|
-
import type { ProjectDto } from './project-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { ProjectDto } from './project-dto';
|
|
14
3
|
export interface ProjectDtoPagedResponse {
|
|
15
4
|
'data'?: Array<ProjectDto> | null;
|
|
16
5
|
'isSuccess'?: boolean;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ProjectDto } from './project-dto';
|
|
1
|
+
import { ProjectDto } from './project-dto';
|
|
13
2
|
export interface ProjectDtoResponse {
|
|
14
3
|
'data'?: ProjectDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -1,19 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { DisciplineDto } from './discipline-dto';
|
|
13
|
-
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
14
|
-
import type { ProjectOrganizationDto } from './project-organization-dto';
|
|
15
|
-
import type { UserMinimalDto } from './user-minimal-dto';
|
|
16
|
-
import type { VisibilityDto } from './visibility-dto';
|
|
1
|
+
import { DisciplineDto } from './discipline-dto';
|
|
2
|
+
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
3
|
+
import { ProjectOrganizationDto } from './project-organization-dto';
|
|
4
|
+
import { UserMinimalDto } from './user-minimal-dto';
|
|
5
|
+
import { VisibilityDto } from './visibility-dto';
|
|
17
6
|
/**
|
|
18
7
|
* Represents a data transfer object (DTO) for project information.
|
|
19
8
|
*/
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
|
|
13
|
-
import type { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
|
|
14
|
-
import type { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
|
|
1
|
+
import { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
|
|
2
|
+
import { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
|
|
3
|
+
import { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
|
|
15
4
|
/**
|
|
16
5
|
* Data transfer object (DTO) representing the creation of a project. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ProjectForManipulationDto.
|
|
17
6
|
*/
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
|
|
13
|
-
import type { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
|
|
14
|
-
import type { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
|
|
1
|
+
import { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
|
|
2
|
+
import { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
|
|
3
|
+
import { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
|
|
15
4
|
/**
|
|
16
5
|
* Data transfer object (DTO) representing the update of a project. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ProjectForManipulationDto.
|
|
17
6
|
*/
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Pagination } from './pagination';
|
|
13
|
-
import type { ProjectInvitationDto } from './project-invitation-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { ProjectInvitationDto } from './project-invitation-dto';
|
|
14
3
|
export interface ProjectInvitationDtoPagedResponse {
|
|
15
4
|
'data'?: Array<ProjectInvitationDto> | null;
|
|
16
5
|
'isSuccess'?: boolean;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ProjectInvitationDto } from './project-invitation-dto';
|
|
1
|
+
import { ProjectInvitationDto } from './project-invitation-dto';
|
|
13
2
|
export interface ProjectInvitationDtoResponse {
|
|
14
3
|
'data'?: ProjectInvitationDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
13
|
-
import type { PublicUserDto } from './public-user-dto';
|
|
14
|
-
import type { RoleMinimalDto } from './role-minimal-dto';
|
|
1
|
+
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
2
|
+
import { PublicUserDto } from './public-user-dto';
|
|
3
|
+
import { RoleMinimalDto } from './role-minimal-dto';
|
|
15
4
|
/**
|
|
16
5
|
* Represents a data transfer object (DTO) for project invitations.
|
|
17
6
|
*/
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
|
|
1
|
+
import { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
|
|
13
2
|
/**
|
|
14
3
|
* Represents a data transfer object (DTO) for an organization in the context of a project.
|
|
15
4
|
*/
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ProjectPublicationRequestDto } from './project-publication-request-dto';
|
|
1
|
+
import { ProjectPublicationRequestDto } from './project-publication-request-dto';
|
|
13
2
|
export interface ProjectPublicationRequestDtoResponse {
|
|
14
3
|
'data'?: ProjectPublicationRequestDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
13
|
-
import type { ResourceMinimalDto } from './resource-minimal-dto';
|
|
14
|
-
import type { UserMinimalDto } from './user-minimal-dto';
|
|
1
|
+
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
2
|
+
import { ResourceMinimalDto } from './resource-minimal-dto';
|
|
3
|
+
import { UserMinimalDto } from './user-minimal-dto';
|
|
15
4
|
/**
|
|
16
5
|
* Represents a data transfer object (DTO) for a project publication request.
|
|
17
6
|
*/
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Pagination } from './pagination';
|
|
13
|
-
import type { ProjectQuotaDto } from './project-quota-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { ProjectQuotaDto } from './project-quota-dto';
|
|
14
3
|
export interface ProjectQuotaDtoPagedResponse {
|
|
15
4
|
'data'?: Array<ProjectQuotaDto> | null;
|
|
16
5
|
'isSuccess'?: boolean;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ProjectQuotaDto } from './project-quota-dto';
|
|
1
|
+
import { ProjectQuotaDto } from './project-quota-dto';
|
|
13
2
|
export interface ProjectQuotaDtoResponse {
|
|
14
3
|
'data'?: ProjectQuotaDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { QuotaDto } from './quota-dto';
|
|
13
|
-
import type { ResourceQuotaDto } from './resource-quota-dto';
|
|
14
|
-
import type { ResourceTypeMinimalDto } from './resource-type-minimal-dto';
|
|
1
|
+
import { QuotaDto } from './quota-dto';
|
|
2
|
+
import { ResourceQuotaDto } from './resource-quota-dto';
|
|
3
|
+
import { ResourceTypeMinimalDto } from './resource-type-minimal-dto';
|
|
15
4
|
/**
|
|
16
5
|
* Represents a data transfer object (DTO) containing quota information for a project.
|
|
17
6
|
*/
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
1
|
+
import { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
13
2
|
/**
|
|
14
3
|
* Data transfer object (DTO) representing the update of project quotas.
|
|
15
4
|
*/
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Pagination } from './pagination';
|
|
13
|
-
import type { ProjectRoleDto } from './project-role-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { ProjectRoleDto } from './project-role-dto';
|
|
14
3
|
export interface ProjectRoleDtoPagedResponse {
|
|
15
4
|
'data'?: Array<ProjectRoleDto> | null;
|
|
16
5
|
'isSuccess'?: boolean;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ProjectRoleDto } from './project-role-dto';
|
|
1
|
+
import { ProjectRoleDto } from './project-role-dto';
|
|
13
2
|
export interface ProjectRoleDtoResponse {
|
|
14
3
|
'data'?: ProjectRoleDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
13
|
-
import type { PublicUserDto } from './public-user-dto';
|
|
14
|
-
import type { RoleDto } from './role-dto';
|
|
1
|
+
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
2
|
+
import { PublicUserDto } from './public-user-dto';
|
|
3
|
+
import { RoleDto } from './role-dto';
|
|
15
4
|
/**
|
|
16
5
|
* Represents a data transfer object (DTO) for a project role.
|
|
17
6
|
*/
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ProvenanceDto } from './provenance-dto';
|
|
1
|
+
import { ProvenanceDto } from './provenance-dto';
|
|
13
2
|
export interface ProvenanceDtoResponse {
|
|
14
3
|
'data'?: ProvenanceDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { HashParametersDto } from './hash-parameters-dto';
|
|
13
|
-
import type { VariantDto } from './variant-dto';
|
|
1
|
+
import { HashParametersDto } from './hash-parameters-dto';
|
|
2
|
+
import { VariantDto } from './variant-dto';
|
|
14
3
|
/**
|
|
15
4
|
* Represents a data transfer object (DTO) for provenance information.
|
|
16
5
|
*/
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { HashParametersDto } from './hash-parameters-dto';
|
|
13
|
-
import type { VariantDto } from './variant-dto';
|
|
1
|
+
import { HashParametersDto } from './hash-parameters-dto';
|
|
2
|
+
import { VariantDto } from './variant-dto';
|
|
14
3
|
/**
|
|
15
4
|
* Data transfer object (DTO) representing the update of provenance Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ProvenanceParametersDto.
|
|
16
5
|
*/
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { HashParametersDto } from './hash-parameters-dto';
|
|
13
|
-
import type { VariantDto } from './variant-dto';
|
|
1
|
+
import { HashParametersDto } from './hash-parameters-dto';
|
|
2
|
+
import { VariantDto } from './variant-dto';
|
|
14
3
|
/**
|
|
15
4
|
* Data transfer object (DTO) representing Provenance Parameters in a request.
|
|
16
5
|
*/
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { PublicUserDto } from './public-user-dto';
|
|
1
|
+
import { PublicUserDto } from './public-user-dto';
|
|
13
2
|
export interface PublicUserDtoIEnumerableResponse {
|
|
14
3
|
'data'?: Array<PublicUserDto> | null;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { TitleDto } from './title-dto';
|
|
1
|
+
import { TitleDto } from './title-dto';
|
|
13
2
|
/**
|
|
14
3
|
* Represents a public user data transfer object (DTO).
|
|
15
4
|
*/
|
package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Pagination } from './pagination';
|
|
13
|
-
import type { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
|
|
14
3
|
export interface PublicationAdvisoryServiceDtoPagedResponse {
|
|
15
4
|
'data'?: Array<PublicationAdvisoryServiceDto> | null;
|
|
16
5
|
'isSuccess'?: boolean;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { QuotaUnit } from './quota-unit';
|
|
1
|
+
import { QuotaUnit } from './quota-unit';
|
|
13
2
|
/**
|
|
14
3
|
* Represents a Data Transfer Object (DTO) for quota values.
|
|
15
4
|
*/
|