@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,73 +1,23 @@
|
|
|
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 { GitlabResourceTypeOptionsForCreationDto } from './gitlab-resource-type-options-for-creation-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 { GitlabResourceTypeOptionsForCreationDto } from './gitlab-resource-type-options-for-creation-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) for creating options related to any resource type.
|
|
21
|
-
* @export
|
|
22
|
-
* @interface ResourceTypeOptionsForCreationDto
|
|
23
10
|
*/
|
|
24
11
|
export interface ResourceTypeOptionsForCreationDto {
|
|
25
12
|
/**
|
|
26
13
|
* Represents the data transfer object (DTO) for manipulating linked data resource type options.
|
|
27
|
-
* @type {object}
|
|
28
|
-
* @memberof ResourceTypeOptionsForCreationDto
|
|
29
14
|
*/
|
|
30
15
|
'linkedResourceTypeOptions'?: object;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {GitlabResourceTypeOptionsForCreationDto}
|
|
34
|
-
* @memberof ResourceTypeOptionsForCreationDto
|
|
35
|
-
*/
|
|
36
16
|
'gitlabResourceTypeOptions'?: GitlabResourceTypeOptionsForCreationDto;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {RdsResourceTypeOptionsForManipulationDto}
|
|
40
|
-
* @memberof ResourceTypeOptionsForCreationDto
|
|
41
|
-
*/
|
|
42
17
|
'rdsResourceTypeOptions'?: RdsResourceTypeOptionsForManipulationDto;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {RdsS3ResourceTypeOptionsForManipulationDto}
|
|
46
|
-
* @memberof ResourceTypeOptionsForCreationDto
|
|
47
|
-
*/
|
|
48
18
|
'rdsS3ResourceTypeOptions'?: RdsS3ResourceTypeOptionsForManipulationDto;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {RdsS3WormResourceTypeOptionsForManipulationDto}
|
|
52
|
-
* @memberof ResourceTypeOptionsForCreationDto
|
|
53
|
-
*/
|
|
54
19
|
'rdsS3WormResourceTypeOptions'?: RdsS3WormResourceTypeOptionsForManipulationDto;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {DataStorageNrwWebResourceTypeOptionsForManipulationDto}
|
|
58
|
-
* @memberof ResourceTypeOptionsForCreationDto
|
|
59
|
-
*/
|
|
60
20
|
'dataStorageNrwWebResourceTypeOptions'?: DataStorageNrwWebResourceTypeOptionsForManipulationDto;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {DataStorageNrwS3ResourceTypeOptionsForManipulationDto}
|
|
64
|
-
* @memberof ResourceTypeOptionsForCreationDto
|
|
65
|
-
*/
|
|
66
21
|
'dataStorageNrwS3ResourceTypeOptions'?: DataStorageNrwS3ResourceTypeOptionsForManipulationDto;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {DataStorageNrwS3WormResourceTypeOptionsForManipulationDto}
|
|
70
|
-
* @memberof ResourceTypeOptionsForCreationDto
|
|
71
|
-
*/
|
|
72
22
|
'dataStorageNrwS3WormResourceTypeOptions'?: DataStorageNrwS3WormResourceTypeOptionsForManipulationDto;
|
|
73
23
|
}
|
|
@@ -1,73 +1,23 @@
|
|
|
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
|
-
* @export
|
|
22
|
-
* @interface ResourceTypeOptionsForUpdateDto
|
|
23
10
|
*/
|
|
24
11
|
export interface ResourceTypeOptionsForUpdateDto {
|
|
25
12
|
/**
|
|
26
13
|
* Represents the data transfer object (DTO) for manipulating linked data resource type options.
|
|
27
|
-
* @type {object}
|
|
28
|
-
* @memberof ResourceTypeOptionsForUpdateDto
|
|
29
14
|
*/
|
|
30
15
|
'linkedResourceTypeOptions'?: object;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {GitlabResourceTypeOptionsForUpdateDto}
|
|
34
|
-
* @memberof ResourceTypeOptionsForUpdateDto
|
|
35
|
-
*/
|
|
36
16
|
'gitlabResourceTypeOptions'?: GitlabResourceTypeOptionsForUpdateDto;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {RdsResourceTypeOptionsForManipulationDto}
|
|
40
|
-
* @memberof ResourceTypeOptionsForUpdateDto
|
|
41
|
-
*/
|
|
42
17
|
'rdsResourceTypeOptions'?: RdsResourceTypeOptionsForManipulationDto;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {RdsS3ResourceTypeOptionsForManipulationDto}
|
|
46
|
-
* @memberof ResourceTypeOptionsForUpdateDto
|
|
47
|
-
*/
|
|
48
18
|
'rdsS3ResourceTypeOptions'?: RdsS3ResourceTypeOptionsForManipulationDto;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {RdsS3WormResourceTypeOptionsForManipulationDto}
|
|
52
|
-
* @memberof ResourceTypeOptionsForUpdateDto
|
|
53
|
-
*/
|
|
54
19
|
'rdsS3WormResourceTypeOptions'?: RdsS3WormResourceTypeOptionsForManipulationDto;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {DataStorageNrwWebResourceTypeOptionsForManipulationDto}
|
|
58
|
-
* @memberof ResourceTypeOptionsForUpdateDto
|
|
59
|
-
*/
|
|
60
20
|
'dataStorageNrwWebResourceTypeOptions'?: DataStorageNrwWebResourceTypeOptionsForManipulationDto;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {DataStorageNrwS3ResourceTypeOptionsForManipulationDto}
|
|
64
|
-
* @memberof ResourceTypeOptionsForUpdateDto
|
|
65
|
-
*/
|
|
66
21
|
'dataStorageNrwS3ResourceTypeOptions'?: DataStorageNrwS3ResourceTypeOptionsForManipulationDto;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {DataStorageNrwS3WormResourceTypeOptionsForManipulationDto}
|
|
70
|
-
* @memberof ResourceTypeOptionsForUpdateDto
|
|
71
|
-
*/
|
|
72
22
|
'dataStorageNrwS3WormResourceTypeOptions'?: DataStorageNrwS3WormResourceTypeOptionsForManipulationDto;
|
|
73
23
|
}
|
|
@@ -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 { RoleDto } from './role-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface RoleDtoPagedResponse
|
|
18
|
-
*/
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { RoleDto } from './role-dto';
|
|
19
3
|
export interface RoleDtoPagedResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<RoleDto>}
|
|
23
|
-
* @memberof RoleDtoPagedResponse
|
|
24
|
-
*/
|
|
25
4
|
'data'?: Array<RoleDto> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {boolean}
|
|
29
|
-
* @memberof RoleDtoPagedResponse
|
|
30
|
-
*/
|
|
31
5
|
'isSuccess'?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof RoleDtoPagedResponse
|
|
36
|
-
*/
|
|
37
6
|
'statusCode'?: number | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof RoleDtoPagedResponse
|
|
42
|
-
*/
|
|
43
7
|
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof RoleDtoPagedResponse
|
|
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 { RoleDto } from './role-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface RoleDtoResponse
|
|
17
|
-
*/
|
|
1
|
+
import { RoleDto } from './role-dto';
|
|
18
2
|
export interface RoleDtoResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {RoleDto}
|
|
22
|
-
* @memberof RoleDtoResponse
|
|
23
|
-
*/
|
|
24
3
|
'data'?: RoleDto;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof RoleDtoResponse
|
|
29
|
-
*/
|
|
30
4
|
'isSuccess'?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof RoleDtoResponse
|
|
35
|
-
*/
|
|
36
5
|
'statusCode'?: number | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof RoleDtoResponse
|
|
41
|
-
*/
|
|
42
6
|
'traceId'?: string | null;
|
|
43
7
|
}
|
|
@@ -11,26 +11,18 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents a Data Transfer Object (DTO) for a role.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface RoleDto
|
|
16
14
|
*/
|
|
17
15
|
export interface RoleDto {
|
|
18
16
|
/**
|
|
19
17
|
* The unique identifier of the role.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RoleDto
|
|
22
18
|
*/
|
|
23
19
|
'id': string;
|
|
24
20
|
/**
|
|
25
21
|
* The display name of the role.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RoleDto
|
|
28
22
|
*/
|
|
29
23
|
'displayName': string;
|
|
30
24
|
/**
|
|
31
25
|
* The description of the role.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof RoleDto
|
|
34
26
|
*/
|
|
35
27
|
'description': string;
|
|
36
28
|
}
|
|
@@ -11,14 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents a Data Transfer Object (DTO) containing minimal information about a role.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface RoleMinimalDto
|
|
16
14
|
*/
|
|
17
15
|
export interface RoleMinimalDto {
|
|
18
16
|
/**
|
|
19
17
|
* The unique identifier of the role.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RoleMinimalDto
|
|
22
18
|
*/
|
|
23
19
|
'id': string;
|
|
24
20
|
}
|
|
@@ -11,20 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents a search category with a name and count of occurrences.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SearchCategory
|
|
16
14
|
*/
|
|
17
15
|
export interface SearchCategory {
|
|
18
16
|
/**
|
|
19
17
|
* The name of the search category.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SearchCategory
|
|
22
18
|
*/
|
|
23
19
|
'name'?: string;
|
|
24
20
|
/**
|
|
25
21
|
* The count of occurrences for the search category.
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof SearchCategory
|
|
28
22
|
*/
|
|
29
23
|
'count'?: number;
|
|
30
24
|
}
|
|
@@ -1,57 +1,11 @@
|
|
|
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';
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface SearchResultDtoPagedSearchResponse
|
|
19
|
-
*/
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { SearchCategory } from './search-category';
|
|
3
|
+
import { SearchResultDto } from './search-result-dto';
|
|
20
4
|
export interface SearchResultDtoPagedSearchResponse {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {Array<SearchResultDto>}
|
|
24
|
-
* @memberof SearchResultDtoPagedSearchResponse
|
|
25
|
-
*/
|
|
26
5
|
'data'?: Array<SearchResultDto> | null;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {boolean}
|
|
30
|
-
* @memberof SearchResultDtoPagedSearchResponse
|
|
31
|
-
*/
|
|
32
6
|
'isSuccess'?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {number}
|
|
36
|
-
* @memberof SearchResultDtoPagedSearchResponse
|
|
37
|
-
*/
|
|
38
7
|
'statusCode'?: number | null;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof SearchResultDtoPagedSearchResponse
|
|
43
|
-
*/
|
|
44
8
|
'traceId'?: string | null;
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @type {Pagination}
|
|
48
|
-
* @memberof SearchResultDtoPagedSearchResponse
|
|
49
|
-
*/
|
|
50
9
|
'pagination'?: Pagination;
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @type {Array<SearchCategory>}
|
|
54
|
-
* @memberof SearchResultDtoPagedSearchResponse
|
|
55
|
-
*/
|
|
56
10
|
'categories'?: Array<SearchCategory> | null;
|
|
57
11
|
}
|
|
@@ -1,37 +1,15 @@
|
|
|
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
|
-
* @export
|
|
16
|
-
* @interface SearchResultDto
|
|
17
4
|
*/
|
|
18
5
|
export interface SearchResultDto {
|
|
19
6
|
/**
|
|
20
7
|
* The URI associated with the search result.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof SearchResultDto
|
|
23
8
|
*/
|
|
24
9
|
'uri': string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {SearchCategoryType}
|
|
28
|
-
* @memberof SearchResultDto
|
|
29
|
-
*/
|
|
30
10
|
'type': SearchCategoryType;
|
|
31
11
|
/**
|
|
32
12
|
* The dynamic source data for the search result.
|
|
33
|
-
* @type {any}
|
|
34
|
-
* @memberof SearchResultDto
|
|
35
13
|
*/
|
|
36
14
|
'source': any;
|
|
37
15
|
}
|
|
@@ -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 { StorageDataHamsterKpiDto } from './storage-data-hamster-kpi-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface StorageDataHamsterKpiDtoResponse
|
|
17
|
-
*/
|
|
1
|
+
import { StorageDataHamsterKpiDto } from './storage-data-hamster-kpi-dto';
|
|
18
2
|
export interface StorageDataHamsterKpiDtoResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {StorageDataHamsterKpiDto}
|
|
22
|
-
* @memberof StorageDataHamsterKpiDtoResponse
|
|
23
|
-
*/
|
|
24
3
|
'data'?: StorageDataHamsterKpiDto;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof StorageDataHamsterKpiDtoResponse
|
|
29
|
-
*/
|
|
30
4
|
'isSuccess'?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof StorageDataHamsterKpiDtoResponse
|
|
35
|
-
*/
|
|
36
5
|
'statusCode'?: number | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof StorageDataHamsterKpiDtoResponse
|
|
41
|
-
*/
|
|
42
6
|
'traceId'?: string | null;
|
|
43
7
|
}
|
|
@@ -1,31 +1,5 @@
|
|
|
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';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface StorageDataHamsterKpiDto
|
|
17
|
-
*/
|
|
1
|
+
import { DataHamsterKpiDto } from './data-hamster-kpi-dto';
|
|
18
2
|
export interface StorageDataHamsterKpiDto {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {DataHamsterKpiDto}
|
|
22
|
-
* @memberof StorageDataHamsterKpiDto
|
|
23
|
-
*/
|
|
24
3
|
'reserved'?: DataHamsterKpiDto;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {DataHamsterKpiDto}
|
|
28
|
-
* @memberof StorageDataHamsterKpiDto
|
|
29
|
-
*/
|
|
30
4
|
'used'?: DataHamsterKpiDto;
|
|
31
5
|
}
|
|
@@ -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,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 { TermsOfServiceDto } from './terms-of-service-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface TermsOfServiceDtoResponse
|
|
17
|
-
*/
|
|
1
|
+
import { TermsOfServiceDto } from './terms-of-service-dto';
|
|
18
2
|
export interface TermsOfServiceDtoResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {TermsOfServiceDto}
|
|
22
|
-
* @memberof TermsOfServiceDtoResponse
|
|
23
|
-
*/
|
|
24
3
|
'data'?: TermsOfServiceDto;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof TermsOfServiceDtoResponse
|
|
29
|
-
*/
|
|
30
4
|
'isSuccess'?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof TermsOfServiceDtoResponse
|
|
35
|
-
*/
|
|
36
5
|
'statusCode'?: number | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof TermsOfServiceDtoResponse
|
|
41
|
-
*/
|
|
42
6
|
'traceId'?: string | null;
|
|
43
7
|
}
|
|
@@ -11,26 +11,18 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents the Data Transfer Object (DTO) for terms of service information.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface TermsOfServiceDto
|
|
16
14
|
*/
|
|
17
15
|
export interface TermsOfServiceDto {
|
|
18
16
|
/**
|
|
19
17
|
* The version of the terms of service.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof TermsOfServiceDto
|
|
22
18
|
*/
|
|
23
19
|
'version': string;
|
|
24
20
|
/**
|
|
25
21
|
* The URI point to the content of ToS\' version
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof TermsOfServiceDto
|
|
28
22
|
*/
|
|
29
23
|
'href': string;
|
|
30
24
|
/**
|
|
31
25
|
* Indicates whether these terms of service are current or not.
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof TermsOfServiceDto
|
|
34
26
|
*/
|
|
35
27
|
'isCurrent': boolean;
|
|
36
28
|
}
|