@coscine/api-client 3.24.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 +8865 -5140
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +52 -198
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +18 -75
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +24 -84
- package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +11 -41
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +24 -51
- 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 -42
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +6 -25
- package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +16 -56
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +17 -68
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +19 -77
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +18 -77
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +60 -88
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +7 -47
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +17 -71
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +19 -88
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +14 -45
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +6 -36
- package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +15 -53
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +7 -58
- package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +15 -29
- package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +11 -36
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +6 -29
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +7 -32
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +8 -53
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +15 -51
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +18 -62
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +14 -67
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +8 -44
- 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 -79
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +6 -25
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +63 -167
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +6 -31
- package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +18 -62
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +64 -79
- package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +0 -37
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -29
- package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -25
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -23
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/coscine-role-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto.d.ts +0 -35
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +3 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +3 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +3 -31
- package/dist/types/Coscine.Api/@coscine/model/default-organization-quota-dto.d.ts +28 -0
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group.d.ts +0 -5
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -29
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -31
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +3 -42
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +1 -11
- package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +0 -16
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +0 -28
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +0 -12
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -28
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -22
- package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +0 -50
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/lifecycle-options-for-manipulation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +0 -14
- 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 -43
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +1 -34
- package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +5 -46
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +3 -32
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -19
- 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 -43
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -25
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +0 -14
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -27
- package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +10 -78
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -63
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -45
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -43
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -37
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +1 -27
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +3 -36
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -45
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -24
- package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -33
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -32
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -32
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -30
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -29
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -16
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -25
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -87
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -27
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -76
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +6 -57
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +5 -53
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +3 -32
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -25
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +7 -65
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +8 -63
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +7 -57
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +7 -57
- package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -49
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -23
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +1 -27
- 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 -37
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -52
- package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -36
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +9 -25
- package/dist/types/Coscine.Api/@coscine/model/user-project-role-count-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +0 -14
- package/dist/types/Coscine.Api/api.d.ts +5 -0
- package/dist/types/Coscine.Api/base.d.ts +2 -37
- package/dist/types/Coscine.Api/common.d.ts +8 -50
- package/dist/types/Coscine.Api/configuration.d.ts +0 -17
- 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 -176
- package/dist/types/axios-basic.d.ts +1 -1
- package/dist/types/index.d.ts +426 -350
- package/dist/types/testing.d.ts +46 -0
- package/package.json +7 -7
|
@@ -1,50 +1,9 @@
|
|
|
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';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface PidDtoPagedResponse
|
|
18
|
-
*/
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { PidDto } from './pid-dto';
|
|
19
3
|
export interface PidDtoPagedResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<PidDto>}
|
|
23
|
-
* @memberof PidDtoPagedResponse
|
|
24
|
-
*/
|
|
25
4
|
'data'?: Array<PidDto> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {boolean}
|
|
29
|
-
* @memberof PidDtoPagedResponse
|
|
30
|
-
*/
|
|
31
5
|
'isSuccess'?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof PidDtoPagedResponse
|
|
36
|
-
*/
|
|
37
6
|
'statusCode'?: number | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof PidDtoPagedResponse
|
|
42
|
-
*/
|
|
43
7
|
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof PidDtoPagedResponse
|
|
48
|
-
*/
|
|
49
8
|
'pagination'?: Pagination;
|
|
50
9
|
}
|
|
@@ -1,43 +1,7 @@
|
|
|
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';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PidDtoResponse
|
|
17
|
-
*/
|
|
1
|
+
import { PidDto } from './pid-dto';
|
|
18
2
|
export interface PidDtoResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {PidDto}
|
|
22
|
-
* @memberof PidDtoResponse
|
|
23
|
-
*/
|
|
24
3
|
'data'?: PidDto;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof PidDtoResponse
|
|
29
|
-
*/
|
|
30
4
|
'isSuccess'?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof PidDtoResponse
|
|
35
|
-
*/
|
|
36
5
|
'statusCode'?: number | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof PidDtoResponse
|
|
41
|
-
*/
|
|
42
6
|
'traceId'?: string | null;
|
|
43
7
|
}
|
|
@@ -1,49 +1,23 @@
|
|
|
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
|
-
* @export
|
|
16
|
-
* @interface PidDto
|
|
17
4
|
*/
|
|
18
5
|
export interface PidDto {
|
|
19
6
|
/**
|
|
20
7
|
* Gets or sets the prefix of the PID.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof PidDto
|
|
23
8
|
*/
|
|
24
9
|
'prefix': string;
|
|
25
10
|
/**
|
|
26
11
|
* Gets or sets the suffix of the PID.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof PidDto
|
|
29
12
|
*/
|
|
30
13
|
'suffix': string;
|
|
31
14
|
/**
|
|
32
15
|
* Gets the constructed PID by combining the prefix and suffix (\"{Prefix}/{Suffix}\").
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof PidDto
|
|
35
16
|
*/
|
|
36
17
|
'identifier'?: string;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {PidType}
|
|
40
|
-
* @memberof PidDto
|
|
41
|
-
*/
|
|
42
18
|
'type'?: PidType;
|
|
43
19
|
/**
|
|
44
20
|
* Gets or sets a value indicating whether the linked entity is considered valid.
|
|
45
|
-
* @type {boolean}
|
|
46
|
-
* @memberof PidDto
|
|
47
21
|
*/
|
|
48
22
|
'isEntityValid'?: boolean;
|
|
49
23
|
}
|
|
@@ -11,32 +11,22 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Data transfer object (DTO) representing a PID request.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PidRequestDto
|
|
16
14
|
*/
|
|
17
15
|
export interface PidRequestDto {
|
|
18
16
|
/**
|
|
19
17
|
* Gets or initializes the name associated with the PID request.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PidRequestDto
|
|
22
18
|
*/
|
|
23
19
|
'name': string;
|
|
24
20
|
/**
|
|
25
21
|
* Gets or initializes the email associated with the PID request.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PidRequestDto
|
|
28
22
|
*/
|
|
29
23
|
'email': string;
|
|
30
24
|
/**
|
|
31
25
|
* Gets or initializes the message for the PID request.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PidRequestDto
|
|
34
26
|
*/
|
|
35
27
|
'message': string;
|
|
36
28
|
/**
|
|
37
29
|
* Gets or initializes whether to send a confirmation email for the PID request.
|
|
38
|
-
* @type {boolean}
|
|
39
|
-
* @memberof PidRequestDto
|
|
40
30
|
*/
|
|
41
31
|
'sendConfirmationEmail'?: boolean;
|
|
42
32
|
}
|
|
@@ -1,50 +1,9 @@
|
|
|
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';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ProjectAdminDtoPagedResponse
|
|
18
|
-
*/
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { ProjectAdminDto } from './project-admin-dto';
|
|
19
3
|
export interface ProjectAdminDtoPagedResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<ProjectAdminDto>}
|
|
23
|
-
* @memberof ProjectAdminDtoPagedResponse
|
|
24
|
-
*/
|
|
25
4
|
'data'?: Array<ProjectAdminDto> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {boolean}
|
|
29
|
-
* @memberof ProjectAdminDtoPagedResponse
|
|
30
|
-
*/
|
|
31
5
|
'isSuccess'?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof ProjectAdminDtoPagedResponse
|
|
36
|
-
*/
|
|
37
6
|
'statusCode'?: number | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof ProjectAdminDtoPagedResponse
|
|
42
|
-
*/
|
|
43
7
|
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof ProjectAdminDtoPagedResponse
|
|
48
|
-
*/
|
|
49
8
|
'pagination'?: Pagination;
|
|
50
9
|
}
|
|
@@ -1,167 +1,99 @@
|
|
|
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
|
-
* @export
|
|
25
|
-
* @interface ProjectAdminDto
|
|
26
13
|
*/
|
|
27
14
|
export interface ProjectAdminDto {
|
|
28
15
|
/**
|
|
29
16
|
* Unique identifier for the project.
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ProjectAdminDto
|
|
32
17
|
*/
|
|
33
18
|
'id': string;
|
|
34
19
|
/**
|
|
35
20
|
* Persistent identifier for the project.
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ProjectAdminDto
|
|
38
21
|
*/
|
|
39
22
|
'pid': string;
|
|
40
23
|
/**
|
|
41
24
|
* Name of the project.
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof ProjectAdminDto
|
|
44
25
|
*/
|
|
45
26
|
'name': string;
|
|
46
27
|
/**
|
|
47
28
|
* Description of the project.
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof ProjectAdminDto
|
|
50
29
|
*/
|
|
51
30
|
'description': string;
|
|
52
31
|
/**
|
|
53
32
|
* Start date of the project.
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof ProjectAdminDto
|
|
56
33
|
*/
|
|
57
34
|
'startDate': string;
|
|
58
35
|
/**
|
|
59
36
|
* End date of the project.
|
|
60
|
-
* @type {string}
|
|
61
|
-
* @memberof ProjectAdminDto
|
|
62
37
|
*/
|
|
63
38
|
'endDate': string;
|
|
64
39
|
/**
|
|
65
40
|
* Collection of keywords associated with the project.
|
|
66
|
-
* @type {Array<string>}
|
|
67
|
-
* @memberof ProjectAdminDto
|
|
68
41
|
*/
|
|
69
42
|
'keywords'?: Array<string> | null;
|
|
70
43
|
/**
|
|
71
44
|
* Display name of the project.
|
|
72
|
-
* @type {string}
|
|
73
|
-
* @memberof ProjectAdminDto
|
|
74
45
|
*/
|
|
75
46
|
'displayName'?: string | null;
|
|
76
47
|
/**
|
|
77
48
|
* Principal investigators involved in the project.
|
|
78
|
-
* @type {string}
|
|
79
|
-
* @memberof ProjectAdminDto
|
|
80
49
|
*/
|
|
81
50
|
'principleInvestigators'?: string | null;
|
|
82
51
|
/**
|
|
83
52
|
* Grant ID associated with the project.
|
|
84
|
-
* @type {string}
|
|
85
|
-
* @memberof ProjectAdminDto
|
|
86
53
|
*/
|
|
87
54
|
'grantId'?: string | null;
|
|
88
|
-
/**
|
|
89
|
-
*
|
|
90
|
-
* @type {VisibilityDto}
|
|
91
|
-
* @memberof ProjectAdminDto
|
|
92
|
-
*/
|
|
93
55
|
'visibility': VisibilityDto;
|
|
94
56
|
/**
|
|
95
57
|
* Disciplines related to the project.
|
|
96
|
-
* @type {Array<DisciplineDto>}
|
|
97
|
-
* @memberof ProjectAdminDto
|
|
98
58
|
*/
|
|
99
59
|
'disciplines': Array<DisciplineDto>;
|
|
100
60
|
/**
|
|
101
61
|
* Organizations associated with the project.
|
|
102
|
-
* @type {Array<ProjectOrganizationDto>}
|
|
103
|
-
* @memberof ProjectAdminDto
|
|
104
62
|
*/
|
|
105
63
|
'organizations': Array<ProjectOrganizationDto>;
|
|
106
64
|
/**
|
|
107
65
|
* Slug for the project.
|
|
108
|
-
* @type {string}
|
|
109
|
-
* @memberof ProjectAdminDto
|
|
110
66
|
*/
|
|
111
67
|
'slug': string;
|
|
112
|
-
/**
|
|
113
|
-
*
|
|
114
|
-
* @type {UserMinimalDto}
|
|
115
|
-
* @memberof ProjectAdminDto
|
|
116
|
-
*/
|
|
117
68
|
'creator'?: UserMinimalDto;
|
|
118
69
|
/**
|
|
119
70
|
* Date of creation of the project.
|
|
120
|
-
* @type {string}
|
|
121
|
-
* @memberof ProjectAdminDto
|
|
122
71
|
*/
|
|
123
72
|
'creationDate'?: string | null;
|
|
124
73
|
/**
|
|
125
74
|
* Collection of sub-projects associated with this project.
|
|
126
|
-
* @type {Array<ProjectDto>}
|
|
127
|
-
* @memberof ProjectAdminDto
|
|
128
75
|
* @deprecated
|
|
129
76
|
*/
|
|
130
77
|
'subProjects'?: Array<ProjectDto> | null;
|
|
131
|
-
/**
|
|
132
|
-
*
|
|
133
|
-
* @type {ProjectMinimalDto}
|
|
134
|
-
* @memberof ProjectAdminDto
|
|
135
|
-
*/
|
|
136
78
|
'parent'?: ProjectMinimalDto;
|
|
137
79
|
/**
|
|
138
80
|
* Indicates whether the project is marked as deleted.
|
|
139
|
-
* @type {boolean}
|
|
140
|
-
* @memberof ProjectAdminDto
|
|
141
81
|
*/
|
|
142
82
|
'deleted'?: boolean;
|
|
143
83
|
/**
|
|
144
84
|
* Collection of minimal project resource details associated with the project.
|
|
145
|
-
* @type {Array<ProjectResourceMinimalDto>}
|
|
146
|
-
* @memberof ProjectAdminDto
|
|
147
85
|
*/
|
|
148
86
|
'projectResources'?: Array<ProjectResourceMinimalDto>;
|
|
149
87
|
/**
|
|
150
88
|
* Collection of minimal project role details associated with the project.
|
|
151
|
-
* @type {Array<ProjectRoleMinimalDto>}
|
|
152
|
-
* @memberof ProjectAdminDto
|
|
153
89
|
*/
|
|
154
90
|
'projectRoles'?: Array<ProjectRoleMinimalDto>;
|
|
155
91
|
/**
|
|
156
92
|
* Collection of project quotas associated with the project.
|
|
157
|
-
* @type {Array<ProjectQuotaDto>}
|
|
158
|
-
* @memberof ProjectAdminDto
|
|
159
93
|
*/
|
|
160
94
|
'projectQuota'?: Array<ProjectQuotaDto>;
|
|
161
95
|
/**
|
|
162
96
|
* Collection of project publication requests associated with the project.
|
|
163
|
-
* @type {Array<ProjectPublicationRequestDto>}
|
|
164
|
-
* @memberof ProjectAdminDto
|
|
165
97
|
*/
|
|
166
98
|
'publicationRequests'?: Array<ProjectPublicationRequestDto>;
|
|
167
99
|
}
|
|
@@ -1,50 +1,9 @@
|
|
|
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';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ProjectDtoPagedResponse
|
|
18
|
-
*/
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { ProjectDto } from './project-dto';
|
|
19
3
|
export interface ProjectDtoPagedResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<ProjectDto>}
|
|
23
|
-
* @memberof ProjectDtoPagedResponse
|
|
24
|
-
*/
|
|
25
4
|
'data'?: Array<ProjectDto> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {boolean}
|
|
29
|
-
* @memberof ProjectDtoPagedResponse
|
|
30
|
-
*/
|
|
31
5
|
'isSuccess'?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof ProjectDtoPagedResponse
|
|
36
|
-
*/
|
|
37
6
|
'statusCode'?: number | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof ProjectDtoPagedResponse
|
|
42
|
-
*/
|
|
43
7
|
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof ProjectDtoPagedResponse
|
|
48
|
-
*/
|
|
49
8
|
'pagination'?: Pagination;
|
|
50
9
|
}
|
|
@@ -1,43 +1,7 @@
|
|
|
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';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ProjectDtoResponse
|
|
17
|
-
*/
|
|
1
|
+
import { ProjectDto } from './project-dto';
|
|
18
2
|
export interface ProjectDtoResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {ProjectDto}
|
|
22
|
-
* @memberof ProjectDtoResponse
|
|
23
|
-
*/
|
|
24
3
|
'data'?: ProjectDto;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof ProjectDtoResponse
|
|
29
|
-
*/
|
|
30
4
|
'isSuccess'?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof ProjectDtoResponse
|
|
35
|
-
*/
|
|
36
5
|
'statusCode'?: number | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof ProjectDtoResponse
|
|
41
|
-
*/
|
|
42
6
|
'traceId'?: string | null;
|
|
43
7
|
}
|
|
@@ -1,132 +1,74 @@
|
|
|
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
|
-
* @export
|
|
20
|
-
* @interface ProjectDto
|
|
21
8
|
*/
|
|
22
9
|
export interface ProjectDto {
|
|
23
10
|
/**
|
|
24
11
|
* Unique identifier for the project.
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ProjectDto
|
|
27
12
|
*/
|
|
28
13
|
'id': string;
|
|
29
14
|
/**
|
|
30
15
|
* Persistent identifier for the project.
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof ProjectDto
|
|
33
16
|
*/
|
|
34
17
|
'pid': string;
|
|
35
18
|
/**
|
|
36
19
|
* Name of the project.
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ProjectDto
|
|
39
20
|
*/
|
|
40
21
|
'name': string;
|
|
41
22
|
/**
|
|
42
23
|
* Description of the project.
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof ProjectDto
|
|
45
24
|
*/
|
|
46
25
|
'description': string;
|
|
47
26
|
/**
|
|
48
27
|
* Start date of the project.
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof ProjectDto
|
|
51
28
|
*/
|
|
52
29
|
'startDate': string;
|
|
53
30
|
/**
|
|
54
31
|
* End date of the project.
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof ProjectDto
|
|
57
32
|
*/
|
|
58
33
|
'endDate': string;
|
|
59
34
|
/**
|
|
60
35
|
* Collection of keywords associated with the project.
|
|
61
|
-
* @type {Array<string>}
|
|
62
|
-
* @memberof ProjectDto
|
|
63
36
|
*/
|
|
64
37
|
'keywords'?: Array<string> | null;
|
|
65
38
|
/**
|
|
66
39
|
* Display name of the project.
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof ProjectDto
|
|
69
40
|
*/
|
|
70
41
|
'displayName'?: string | null;
|
|
71
42
|
/**
|
|
72
43
|
* Principal investigators involved in the project.
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof ProjectDto
|
|
75
44
|
*/
|
|
76
45
|
'principleInvestigators'?: string | null;
|
|
77
46
|
/**
|
|
78
47
|
* Grant ID associated with the project.
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof ProjectDto
|
|
81
48
|
*/
|
|
82
49
|
'grantId'?: string | null;
|
|
83
|
-
/**
|
|
84
|
-
*
|
|
85
|
-
* @type {VisibilityDto}
|
|
86
|
-
* @memberof ProjectDto
|
|
87
|
-
*/
|
|
88
50
|
'visibility': VisibilityDto;
|
|
89
51
|
/**
|
|
90
52
|
* Disciplines related to the project.
|
|
91
|
-
* @type {Array<DisciplineDto>}
|
|
92
|
-
* @memberof ProjectDto
|
|
93
53
|
*/
|
|
94
54
|
'disciplines': Array<DisciplineDto>;
|
|
95
55
|
/**
|
|
96
56
|
* Organizations associated with the project.
|
|
97
|
-
* @type {Array<ProjectOrganizationDto>}
|
|
98
|
-
* @memberof ProjectDto
|
|
99
57
|
*/
|
|
100
58
|
'organizations': Array<ProjectOrganizationDto>;
|
|
101
59
|
/**
|
|
102
60
|
* Slug for the project.
|
|
103
|
-
* @type {string}
|
|
104
|
-
* @memberof ProjectDto
|
|
105
61
|
*/
|
|
106
62
|
'slug': string;
|
|
107
|
-
/**
|
|
108
|
-
*
|
|
109
|
-
* @type {UserMinimalDto}
|
|
110
|
-
* @memberof ProjectDto
|
|
111
|
-
*/
|
|
112
63
|
'creator'?: UserMinimalDto;
|
|
113
64
|
/**
|
|
114
65
|
* Date of creation of the project.
|
|
115
|
-
* @type {string}
|
|
116
|
-
* @memberof ProjectDto
|
|
117
66
|
*/
|
|
118
67
|
'creationDate'?: string | null;
|
|
119
68
|
/**
|
|
120
69
|
* Collection of sub-projects associated with this project.
|
|
121
|
-
* @type {Array<ProjectDto>}
|
|
122
|
-
* @memberof ProjectDto
|
|
123
70
|
* @deprecated
|
|
124
71
|
*/
|
|
125
72
|
'subProjects'?: Array<ProjectDto> | null;
|
|
126
|
-
/**
|
|
127
|
-
*
|
|
128
|
-
* @type {ProjectMinimalDto}
|
|
129
|
-
* @memberof ProjectDto
|
|
130
|
-
*/
|
|
131
73
|
'parent'?: ProjectMinimalDto;
|
|
132
74
|
}
|