@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,21 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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 { DataStorageNrwS3ResourceTypeOptionsForManipulationDto } from './data-storage-nrw-s3-resource-type-options-for-manipulation-dto';
|
|
13
|
-
import type { DataStorageNrwS3WormResourceTypeOptionsForManipulationDto } from './data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto';
|
|
14
|
-
import type { DataStorageNrwWebResourceTypeOptionsForManipulationDto } from './data-storage-nrw-web-resource-type-options-for-manipulation-dto';
|
|
15
|
-
import type { GitlabResourceTypeOptionsForUpdateDto } from './gitlab-resource-type-options-for-update-dto';
|
|
16
|
-
import type { RdsResourceTypeOptionsForManipulationDto } from './rds-resource-type-options-for-manipulation-dto';
|
|
17
|
-
import type { RdsS3ResourceTypeOptionsForManipulationDto } from './rds-s3-resource-type-options-for-manipulation-dto';
|
|
18
|
-
import type { RdsS3WormResourceTypeOptionsForManipulationDto } from './rds-s3-worm-resource-type-options-for-manipulation-dto';
|
|
1
|
+
import { DataStorageNrwS3ResourceTypeOptionsForManipulationDto } from './data-storage-nrw-s3-resource-type-options-for-manipulation-dto';
|
|
2
|
+
import { DataStorageNrwS3WormResourceTypeOptionsForManipulationDto } from './data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto';
|
|
3
|
+
import { DataStorageNrwWebResourceTypeOptionsForManipulationDto } from './data-storage-nrw-web-resource-type-options-for-manipulation-dto';
|
|
4
|
+
import { GitlabResourceTypeOptionsForUpdateDto } from './gitlab-resource-type-options-for-update-dto';
|
|
5
|
+
import { RdsResourceTypeOptionsForManipulationDto } from './rds-resource-type-options-for-manipulation-dto';
|
|
6
|
+
import { RdsS3ResourceTypeOptionsForManipulationDto } from './rds-s3-resource-type-options-for-manipulation-dto';
|
|
7
|
+
import { RdsS3WormResourceTypeOptionsForManipulationDto } from './rds-s3-worm-resource-type-options-for-manipulation-dto';
|
|
19
8
|
/**
|
|
20
9
|
* Represents the data transfer object (DTO) used for updating options related to any resource type.
|
|
21
10
|
*/
|
|
@@ -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 { RoleDto } from './role-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { RoleDto } from './role-dto';
|
|
14
3
|
export interface RoleDtoPagedResponse {
|
|
15
4
|
'data'?: Array<RoleDto> | 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 { RoleDto } from './role-dto';
|
|
1
|
+
import { RoleDto } from './role-dto';
|
|
13
2
|
export interface RoleDtoResponse {
|
|
14
3
|
'data'?: RoleDto;
|
|
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 { Pagination } from './pagination';
|
|
13
|
-
import type { SearchCategory } from './search-category';
|
|
14
|
-
import type { SearchResultDto } from './search-result-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { SearchCategory } from './search-category';
|
|
3
|
+
import { SearchResultDto } from './search-result-dto';
|
|
15
4
|
export interface SearchResultDtoPagedSearchResponse {
|
|
16
5
|
'data'?: Array<SearchResultDto> | null;
|
|
17
6
|
'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 { SearchCategoryType } from './search-category-type';
|
|
1
|
+
import { SearchCategoryType } from './search-category-type';
|
|
13
2
|
/**
|
|
14
3
|
* Represents a Data Transfer Object (DTO) for search results.
|
|
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 { StorageDataHamsterKpiDto } from './storage-data-hamster-kpi-dto';
|
|
1
|
+
import { StorageDataHamsterKpiDto } from './storage-data-hamster-kpi-dto';
|
|
13
2
|
export interface StorageDataHamsterKpiDtoResponse {
|
|
14
3
|
'data'?: StorageDataHamsterKpiDto;
|
|
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 { DataHamsterKpiDto } from './data-hamster-kpi-dto';
|
|
1
|
+
import { DataHamsterKpiDto } from './data-hamster-kpi-dto';
|
|
13
2
|
export interface StorageDataHamsterKpiDto {
|
|
14
3
|
'reserved'?: DataHamsterKpiDto;
|
|
15
4
|
'used'?: DataHamsterKpiDto;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { StorageNodeDto } from './storage-node-dto';
|
|
3
|
+
export interface StorageNodeDtoPagedResponse {
|
|
4
|
+
'data'?: Array<StorageNodeDto> | null;
|
|
5
|
+
'isSuccess'?: boolean;
|
|
6
|
+
'statusCode'?: number | null;
|
|
7
|
+
'traceId'?: string | null;
|
|
8
|
+
'pagination'?: Pagination;
|
|
9
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StorageNodeLinks } from './storage-node-links';
|
|
2
|
+
export interface StorageNodeDto {
|
|
3
|
+
'subject'?: string | null;
|
|
4
|
+
'path'?: string;
|
|
5
|
+
/**
|
|
6
|
+
* Gets the prefix of the node.
|
|
7
|
+
*/
|
|
8
|
+
'prefix'?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Gets the name of the node.
|
|
11
|
+
*/
|
|
12
|
+
'name'?: string;
|
|
13
|
+
'hasMetadata'?: boolean;
|
|
14
|
+
'hasData'?: boolean;
|
|
15
|
+
'hasChildren'?: boolean;
|
|
16
|
+
'links'?: StorageNodeLinks;
|
|
17
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
export interface StorageNodeLinks {
|
|
13
|
+
'metadata'?: {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
'data'?: {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
'children'?: {
|
|
20
|
+
[key: string]: string;
|
|
21
|
+
};
|
|
22
|
+
'self'?: {
|
|
23
|
+
[key: string]: string;
|
|
24
|
+
};
|
|
25
|
+
'links'?: {
|
|
26
|
+
[key: string]: {
|
|
27
|
+
[key: string]: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
}
|
|
@@ -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 { TermsOfServiceDto } from './terms-of-service-dto';
|
|
1
|
+
import { TermsOfServiceDto } from './terms-of-service-dto';
|
|
13
2
|
export interface TermsOfServiceDtoResponse {
|
|
14
3
|
'data'?: TermsOfServiceDto;
|
|
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
|
export interface TitleDtoIEnumerableResponse {
|
|
14
3
|
'data'?: Array<TitleDto> | 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
|
export interface TitleDtoResponse {
|
|
14
3
|
'data'?: TitleDto;
|
|
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 { Pagination } from './pagination';
|
|
13
|
-
import type { UserDto } from './user-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { UserDto } from './user-dto';
|
|
14
3
|
export interface UserDtoPagedResponse {
|
|
15
4
|
'data'?: Array<UserDto> | 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 { UserDto } from './user-dto';
|
|
1
|
+
import { UserDto } from './user-dto';
|
|
13
2
|
export interface UserDtoResponse {
|
|
14
3
|
'data'?: UserDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -1,21 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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 { CoscineRoleDto } from './coscine-role-dto';
|
|
13
|
-
import type { DisciplineDto } from './discipline-dto';
|
|
14
|
-
import type { IdentityProviderDto } from './identity-provider-dto';
|
|
15
|
-
import type { LanguageDto } from './language-dto';
|
|
16
|
-
import type { TitleDto } from './title-dto';
|
|
17
|
-
import type { UserEmailDto } from './user-email-dto';
|
|
18
|
-
import type { UserOrganizationDto } from './user-organization-dto';
|
|
1
|
+
import { CoscineRoleDto } from './coscine-role-dto';
|
|
2
|
+
import { DisciplineDto } from './discipline-dto';
|
|
3
|
+
import { IdentityProviderDto } from './identity-provider-dto';
|
|
4
|
+
import { LanguageDto } from './language-dto';
|
|
5
|
+
import { TitleDto } from './title-dto';
|
|
6
|
+
import { UserEmailDto } from './user-email-dto';
|
|
7
|
+
import { UserOrganizationDto } from './user-organization-dto';
|
|
19
8
|
/**
|
|
20
9
|
* Represents a Data Transfer Object (DTO) for user-related information.
|
|
21
10
|
*/
|
|
@@ -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 { DisciplineForUserManipulationDto } from './discipline-for-user-manipulation-dto';
|
|
13
|
-
import type { LanguageForUserManipulationDto } from './language-for-user-manipulation-dto';
|
|
14
|
-
import type { TitleForUserManipulationDto } from './title-for-user-manipulation-dto';
|
|
1
|
+
import { DisciplineForUserManipulationDto } from './discipline-for-user-manipulation-dto';
|
|
2
|
+
import { LanguageForUserManipulationDto } from './language-for-user-manipulation-dto';
|
|
3
|
+
import { TitleForUserManipulationDto } from './title-for-user-manipulation-dto';
|
|
15
4
|
/**
|
|
16
5
|
* Represents the data transfer object (DTO) for updating user details.
|
|
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 { UserMergeDto } from './user-merge-dto';
|
|
1
|
+
import { UserMergeDto } from './user-merge-dto';
|
|
13
2
|
export interface UserMergeDtoResponse {
|
|
14
3
|
'data'?: UserMergeDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-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 { UserNotificationOptOutDto } from './user-notification-opt-out-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { UserNotificationOptOutDto } from './user-notification-opt-out-dto';
|
|
14
3
|
export interface UserNotificationOptOutDtoPagedResponse {
|
|
15
4
|
'data'?: Array<UserNotificationOptOutDto> | 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 { UserNotificationOptOutDto } from './user-notification-opt-out-dto';
|
|
1
|
+
import { UserNotificationOptOutDto } from './user-notification-opt-out-dto';
|
|
13
2
|
export interface UserNotificationOptOutDtoResponse {
|
|
14
3
|
'data'?: UserNotificationOptOutDto;
|
|
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 { DefaultOrganizationQuotaDto } from './default-organization-quota-dto';
|
|
1
|
+
import { DefaultOrganizationQuotaDto } from './default-organization-quota-dto';
|
|
13
2
|
/**
|
|
14
3
|
* Represents a Data Transfer Object (DTO) for user-related organization information, inheriting from OrganizationDto.
|
|
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 { UserProjectRoleCountDto } from './user-project-role-count-dto';
|
|
1
|
+
import { UserProjectRoleCountDto } from './user-project-role-count-dto';
|
|
13
2
|
export interface UserProjectRoleCountDtoResponse {
|
|
14
3
|
'data'?: UserProjectRoleCountDto;
|
|
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 { Pagination } from './pagination';
|
|
13
|
-
import type { VisibilityDto } from './visibility-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { VisibilityDto } from './visibility-dto';
|
|
14
3
|
export interface VisibilityDtoPagedResponse {
|
|
15
4
|
'data'?: Array<VisibilityDto> | 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 { VisibilityDto } from './visibility-dto';
|
|
1
|
+
import { VisibilityDto } from './visibility-dto';
|
|
13
2
|
export interface VisibilityDtoResponse {
|
|
14
3
|
'data'?: VisibilityDto;
|
|
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 { Pagination } from './pagination';
|
|
13
|
-
import type { VocabularyDto } from './vocabulary-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { VocabularyDto } from './vocabulary-dto';
|
|
14
3
|
export interface VocabularyDtoPagedResponse {
|
|
15
4
|
'data'?: Array<VocabularyDto> | null;
|
|
16
5
|
'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 { Pagination } from './pagination';
|
|
13
|
-
import type { VocabularyInstanceDto } from './vocabulary-instance-dto';
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { VocabularyInstanceDto } from './vocabulary-instance-dto';
|
|
14
3
|
export interface VocabularyInstanceDtoPagedResponse {
|
|
15
4
|
'data'?: Array<VocabularyInstanceDto> | 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 { VocabularyInstanceDto } from './vocabulary-instance-dto';
|
|
1
|
+
import { VocabularyInstanceDto } from './vocabulary-instance-dto';
|
|
13
2
|
export interface VocabularyInstanceDtoResponse {
|
|
14
3
|
'data'?: VocabularyInstanceDto;
|
|
15
4
|
'isSuccess'?: boolean;
|
|
@@ -14,6 +14,9 @@ export * from './@coscine/api/application-profile-api';
|
|
|
14
14
|
export * from './@coscine/api/blob-api';
|
|
15
15
|
export * from './@coscine/api/data-hamster-report-api';
|
|
16
16
|
export * from './@coscine/api/discipline-api';
|
|
17
|
+
export * from './@coscine/api/graph-api';
|
|
18
|
+
export * from './@coscine/api/graph-metadata-api';
|
|
19
|
+
export * from './@coscine/api/graph-metadata-content-api';
|
|
17
20
|
export * from './@coscine/api/handle-api';
|
|
18
21
|
export * from './@coscine/api/language-api';
|
|
19
22
|
export * from './@coscine/api/license-api';
|
|
@@ -41,6 +44,8 @@ export * from './@coscine/api/search-api';
|
|
|
41
44
|
export * from './@coscine/api/self-api';
|
|
42
45
|
export * from './@coscine/api/self-api-token-api';
|
|
43
46
|
export * from './@coscine/api/self-session-api';
|
|
47
|
+
export * from './@coscine/api/storage-api';
|
|
48
|
+
export * from './@coscine/api/storage-content-api';
|
|
44
49
|
export * from './@coscine/api/system-status-api';
|
|
45
50
|
export * from './@coscine/api/title-api';
|
|
46
51
|
export * from './@coscine/api/tos-api';
|
|
@@ -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 { Configuration } from './configuration';
|
|
13
|
-
import type { AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
1
|
+
import { Configuration } from './configuration';
|
|
2
|
+
import { AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
3
|
export declare const BASE_PATH: string;
|
|
15
4
|
export declare const COLLECTION_FORMATS: {
|
|
16
5
|
csv: string;
|
|
@@ -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 { Configuration } from "./configuration";
|
|
13
|
-
import type { RequestArgs } from "./base";
|
|
14
|
-
import type { AxiosInstance, AxiosResponse } from 'axios';
|
|
1
|
+
import { Configuration } from './configuration';
|
|
2
|
+
import { RequestArgs } from './base';
|
|
3
|
+
import { AxiosInstance, AxiosResponse } from 'axios';
|
|
15
4
|
export declare const DUMMY_BASE_URL = "https://example.com";
|
|
16
5
|
/**
|
|
17
6
|
*
|
|
@@ -28,7 +17,7 @@ export declare const setSearchParams: (url: URL, ...objects: any[]) => void;
|
|
|
28
17
|
* This function will run for every key-value pair encountered by JSON.stringify while traversing an object.
|
|
29
18
|
* Converting a set to a string will return an empty object, so an intermediate conversion to an array is required.
|
|
30
19
|
*/
|
|
31
|
-
export declare const replaceWithSerializableTypeIfNeeded: (key:
|
|
20
|
+
export declare const replaceWithSerializableTypeIfNeeded: (key: string, value: any) => any;
|
|
32
21
|
export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration) => any;
|
|
33
22
|
export declare const toPathString: (url: URL) => string;
|
|
34
|
-
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T
|
|
23
|
+
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
12
|
+
export * from './api';
|
|
13
|
+
export * from './configuration';
|
|
14
|
+
export * from './@coscine/model';
|