@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,70 +1,29 @@
|
|
|
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 { MetadataTreeExtractedDto } from './metadata-tree-extracted-dto';
|
|
13
|
-
import type { ProvenanceDto } from './provenance-dto';
|
|
14
|
-
import type { RdfDefinitionDto } from './rdf-definition-dto';
|
|
15
|
-
import type { TreeDataType } from './tree-data-type';
|
|
1
|
+
import { MetadataTreeExtractedDto } from './metadata-tree-extracted-dto';
|
|
2
|
+
import { ProvenanceDto } from './provenance-dto';
|
|
3
|
+
import { RdfDefinitionDto } from './rdf-definition-dto';
|
|
4
|
+
import { TreeDataType } from './tree-data-type';
|
|
16
5
|
/**
|
|
17
6
|
* Represents a data transfer object (DTO) for metadata within a tree structure, extending the base TreeDto.
|
|
18
|
-
* @export
|
|
19
|
-
* @interface MetadataTreeDto
|
|
20
7
|
*/
|
|
21
8
|
export interface MetadataTreeDto {
|
|
22
9
|
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof MetadataTreeDto
|
|
10
|
+
* Gets the path of the tree item.
|
|
26
11
|
*/
|
|
27
12
|
'path'?: string;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {TreeDataType}
|
|
31
|
-
* @memberof MetadataTreeDto
|
|
32
|
-
*/
|
|
33
13
|
'type'?: TreeDataType;
|
|
34
14
|
/**
|
|
35
15
|
* Gets or sets the id of the specific metadata tree.
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof MetadataTreeDto
|
|
38
16
|
*/
|
|
39
17
|
'id'?: string;
|
|
40
18
|
/**
|
|
41
19
|
* Gets or sets the version associated with the metadata.
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof MetadataTreeDto
|
|
44
20
|
*/
|
|
45
21
|
'version'?: string;
|
|
46
22
|
/**
|
|
47
23
|
* Gets or sets the collection of available versions related to the metadata.
|
|
48
|
-
* @type {Array<string>}
|
|
49
|
-
* @memberof MetadataTreeDto
|
|
50
24
|
*/
|
|
51
25
|
'availableVersions'?: Array<string>;
|
|
52
|
-
/**
|
|
53
|
-
*
|
|
54
|
-
* @type {RdfDefinitionDto}
|
|
55
|
-
* @memberof MetadataTreeDto
|
|
56
|
-
*/
|
|
57
26
|
'definition'?: RdfDefinitionDto;
|
|
58
|
-
/**
|
|
59
|
-
*
|
|
60
|
-
* @type {MetadataTreeExtractedDto}
|
|
61
|
-
* @memberof MetadataTreeDto
|
|
62
|
-
*/
|
|
63
27
|
'extracted'?: MetadataTreeExtractedDto;
|
|
64
|
-
/**
|
|
65
|
-
*
|
|
66
|
-
* @type {ProvenanceDto}
|
|
67
|
-
* @memberof MetadataTreeDto
|
|
68
|
-
*/
|
|
69
28
|
'provenance'?: ProvenanceDto;
|
|
70
29
|
}
|
|
@@ -1,50 +1,21 @@
|
|
|
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 { RdfDefinitionDto } from './rdf-definition-dto';
|
|
13
|
-
import type { TreeDataType } from './tree-data-type';
|
|
1
|
+
import { RdfDefinitionDto } from './rdf-definition-dto';
|
|
2
|
+
import { TreeDataType } from './tree-data-type';
|
|
14
3
|
/**
|
|
15
4
|
* Represents a data transfer object (DTO) for extracted metadata within a tree structure, extending the base TreeDto.
|
|
16
|
-
* @export
|
|
17
|
-
* @interface MetadataTreeExtractedDto
|
|
18
5
|
*/
|
|
19
6
|
export interface MetadataTreeExtractedDto {
|
|
20
7
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof MetadataTreeExtractedDto
|
|
8
|
+
* Gets the path of the tree item.
|
|
24
9
|
*/
|
|
25
10
|
'path'?: string;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {TreeDataType}
|
|
29
|
-
* @memberof MetadataTreeExtractedDto
|
|
30
|
-
*/
|
|
31
11
|
'type'?: TreeDataType;
|
|
32
12
|
/**
|
|
33
13
|
* Gets the identifier of the metadata extraction graph.
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof MetadataTreeExtractedDto
|
|
36
14
|
*/
|
|
37
15
|
'metadataId'?: string;
|
|
38
16
|
/**
|
|
39
17
|
* Gets the identifier of the raw data extraction graph.
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof MetadataTreeExtractedDto
|
|
42
18
|
*/
|
|
43
19
|
'rawDataId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {RdfDefinitionDto}
|
|
47
|
-
* @memberof MetadataTreeExtractedDto
|
|
48
|
-
*/
|
|
49
20
|
'definition'?: RdfDefinitionDto;
|
|
50
21
|
}
|
|
@@ -1,31 +1,11 @@
|
|
|
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 { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
1
|
+
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
2
|
/**
|
|
14
3
|
* Data transfer object (DTO) representing the creation of a metadata tree. Extends the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.MetadataTreeForManipulationDto.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface MetadataTreeForCreationDto
|
|
17
4
|
*/
|
|
18
5
|
export interface MetadataTreeForCreationDto {
|
|
19
6
|
/**
|
|
20
7
|
* Gets or initializes the path of the metadata tree.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof MetadataTreeForCreationDto
|
|
23
8
|
*/
|
|
24
9
|
'path': string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {RdfDefinitionForManipulationDto}
|
|
28
|
-
* @memberof MetadataTreeForCreationDto
|
|
29
|
-
*/
|
|
30
10
|
'definition': RdfDefinitionForManipulationDto;
|
|
31
11
|
}
|
|
@@ -11,26 +11,18 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Data transfer object (DTO) for deleting a specific version of metadata.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MetadataTreeForDeletionDto
|
|
16
14
|
*/
|
|
17
15
|
export interface MetadataTreeForDeletionDto {
|
|
18
16
|
/**
|
|
19
17
|
* Gets or initializes the path of the metadata tree.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof MetadataTreeForDeletionDto
|
|
22
18
|
*/
|
|
23
19
|
'path': string;
|
|
24
20
|
/**
|
|
25
21
|
* Gets or initializes the version of the metadata tree to be deleted.
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof MetadataTreeForDeletionDto
|
|
28
22
|
*/
|
|
29
23
|
'version': number;
|
|
30
24
|
/**
|
|
31
25
|
* Gets or initializes the invalidation entity.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof MetadataTreeForDeletionDto
|
|
34
26
|
*/
|
|
35
27
|
'invalidatedBy': string;
|
|
36
28
|
}
|
|
@@ -1,31 +1,11 @@
|
|
|
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 { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
1
|
+
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
2
|
/**
|
|
14
3
|
* Data transfer object (DTO) representing the update of a metadata tree. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.MetadataTreeForManipulationDto.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface MetadataTreeForUpdateDto
|
|
17
4
|
*/
|
|
18
5
|
export interface MetadataTreeForUpdateDto {
|
|
19
6
|
/**
|
|
20
7
|
* Gets or initializes the path of the metadata tree.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof MetadataTreeForUpdateDto
|
|
23
8
|
*/
|
|
24
9
|
'path': string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {RdfDefinitionForManipulationDto}
|
|
28
|
-
* @memberof MetadataTreeForUpdateDto
|
|
29
|
-
*/
|
|
30
10
|
'definition': RdfDefinitionForManipulationDto;
|
|
31
11
|
}
|
|
@@ -1,25 +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 { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
1
|
+
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
2
|
/**
|
|
14
3
|
* Represents parameters for updating metadata in an administrative context.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface MetadataUpdateAdminParameters
|
|
17
4
|
*/
|
|
18
5
|
export interface MetadataUpdateAdminParameters {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {RdfDefinitionForManipulationDto}
|
|
22
|
-
* @memberof MetadataUpdateAdminParameters
|
|
23
|
-
*/
|
|
24
6
|
'definition': RdfDefinitionForManipulationDto;
|
|
25
7
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MetadataVersionNodeDto } from './metadata-version-node-dto';
|
|
2
|
+
import { Pagination } from './pagination';
|
|
3
|
+
export interface MetadataVersionNodeDtoPagedResponse {
|
|
4
|
+
'data'?: Array<MetadataVersionNodeDto> | null;
|
|
5
|
+
'isSuccess'?: boolean;
|
|
6
|
+
'statusCode'?: number | null;
|
|
7
|
+
'traceId'?: string | null;
|
|
8
|
+
'pagination'?: Pagination;
|
|
9
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 MetadataVersionNodeDto {
|
|
13
|
+
'subject'?: string | null;
|
|
14
|
+
'path'?: string;
|
|
15
|
+
'version'?: string;
|
|
16
|
+
'generatedAtTime'?: string;
|
|
17
|
+
'isInvalidated'?: boolean;
|
|
18
|
+
'isRevision'?: boolean;
|
|
19
|
+
'hasVariant'?: boolean;
|
|
20
|
+
'hasExtracted'?: boolean;
|
|
21
|
+
}
|
|
@@ -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 { NotificationDto } from './notification-dto';
|
|
13
|
-
import type { Pagination } from './pagination';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface NotificationDtoPagedResponse
|
|
18
|
-
*/
|
|
1
|
+
import { NotificationDto } from './notification-dto';
|
|
2
|
+
import { Pagination } from './pagination';
|
|
19
3
|
export interface NotificationDtoPagedResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<NotificationDto>}
|
|
23
|
-
* @memberof NotificationDtoPagedResponse
|
|
24
|
-
*/
|
|
25
4
|
'data'?: Array<NotificationDto> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {boolean}
|
|
29
|
-
* @memberof NotificationDtoPagedResponse
|
|
30
|
-
*/
|
|
31
5
|
'isSuccess'?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof NotificationDtoPagedResponse
|
|
36
|
-
*/
|
|
37
6
|
'statusCode'?: number | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof NotificationDtoPagedResponse
|
|
42
|
-
*/
|
|
43
7
|
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof NotificationDtoPagedResponse
|
|
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 { NotificationDto } from './notification-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface NotificationDtoResponse
|
|
17
|
-
*/
|
|
1
|
+
import { NotificationDto } from './notification-dto';
|
|
18
2
|
export interface NotificationDtoResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {NotificationDto}
|
|
22
|
-
* @memberof NotificationDtoResponse
|
|
23
|
-
*/
|
|
24
3
|
'data'?: NotificationDto;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof NotificationDtoResponse
|
|
29
|
-
*/
|
|
30
4
|
'isSuccess'?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof NotificationDtoResponse
|
|
35
|
-
*/
|
|
36
5
|
'statusCode'?: number | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof NotificationDtoResponse
|
|
41
|
-
*/
|
|
42
6
|
'traceId'?: string | null;
|
|
43
7
|
}
|
|
@@ -11,26 +11,18 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents a minimal data transfer object (DTO) for a notification.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface NotificationDto
|
|
16
14
|
*/
|
|
17
15
|
export interface NotificationDto {
|
|
18
16
|
/**
|
|
19
17
|
* Unique identifier for the project notification.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof NotificationDto
|
|
22
18
|
*/
|
|
23
19
|
'id': string;
|
|
24
20
|
/**
|
|
25
21
|
* Category of the notification.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof NotificationDto
|
|
28
22
|
*/
|
|
29
23
|
'category': string;
|
|
30
24
|
/**
|
|
31
25
|
* Field which clarifies if the notification is optional or not.
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof NotificationDto
|
|
34
26
|
*/
|
|
35
27
|
'isOptional': boolean;
|
|
36
28
|
}
|
|
@@ -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 { OrganizationDto } from './organization-dto';
|
|
13
|
-
import type { Pagination } from './pagination';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface OrganizationDtoPagedResponse
|
|
18
|
-
*/
|
|
1
|
+
import { OrganizationDto } from './organization-dto';
|
|
2
|
+
import { Pagination } from './pagination';
|
|
19
3
|
export interface OrganizationDtoPagedResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<OrganizationDto>}
|
|
23
|
-
* @memberof OrganizationDtoPagedResponse
|
|
24
|
-
*/
|
|
25
4
|
'data'?: Array<OrganizationDto> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {boolean}
|
|
29
|
-
* @memberof OrganizationDtoPagedResponse
|
|
30
|
-
*/
|
|
31
5
|
'isSuccess'?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof OrganizationDtoPagedResponse
|
|
36
|
-
*/
|
|
37
6
|
'statusCode'?: number | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof OrganizationDtoPagedResponse
|
|
42
|
-
*/
|
|
43
7
|
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof OrganizationDtoPagedResponse
|
|
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 { OrganizationDto } from './organization-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface OrganizationDtoResponse
|
|
17
|
-
*/
|
|
1
|
+
import { OrganizationDto } from './organization-dto';
|
|
18
2
|
export interface OrganizationDtoResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {OrganizationDto}
|
|
22
|
-
* @memberof OrganizationDtoResponse
|
|
23
|
-
*/
|
|
24
3
|
'data'?: OrganizationDto;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof OrganizationDtoResponse
|
|
29
|
-
*/
|
|
30
4
|
'isSuccess'?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof OrganizationDtoResponse
|
|
35
|
-
*/
|
|
36
5
|
'statusCode'?: number | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof OrganizationDtoResponse
|
|
41
|
-
*/
|
|
42
6
|
'traceId'?: string | null;
|
|
43
7
|
}
|
|
@@ -1,43 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
* Coscine Web API
|
|
3
|
-
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
|
|
1
|
+
import { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
|
|
13
2
|
/**
|
|
14
3
|
* Represents a data transfer object (DTO) for an organization, including its ROR (Research Organization Registry) ID, display name, and email address.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface OrganizationDto
|
|
17
4
|
*/
|
|
18
5
|
export interface OrganizationDto {
|
|
19
6
|
/**
|
|
20
7
|
* The ROR (Research Organization Registry) ID of the organization.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof OrganizationDto
|
|
23
8
|
*/
|
|
24
9
|
'uri': string;
|
|
25
10
|
/**
|
|
26
11
|
* The display name of the organization.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof OrganizationDto
|
|
29
12
|
*/
|
|
30
13
|
'displayName': string;
|
|
31
14
|
/**
|
|
32
15
|
* The email address of the organization.
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof OrganizationDto
|
|
35
16
|
*/
|
|
36
17
|
'email'?: string | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {PublicationAdvisoryServiceDto}
|
|
40
|
-
* @memberof OrganizationDto
|
|
41
|
-
*/
|
|
42
18
|
'publicationAdvisoryService'?: PublicationAdvisoryServiceDto;
|
|
43
19
|
}
|
package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts
CHANGED
|
@@ -11,20 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Data transfer object (DTO) representing an organization for project manipulation.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface OrganizationForProjectManipulationDto
|
|
16
14
|
*/
|
|
17
15
|
export interface OrganizationForProjectManipulationDto {
|
|
18
16
|
/**
|
|
19
17
|
* Gets or initializes the URI of the organization.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof OrganizationForProjectManipulationDto
|
|
22
18
|
*/
|
|
23
19
|
'uri': string;
|
|
24
20
|
/**
|
|
25
21
|
* Gets or initializes if the organization is responsible.
|
|
26
|
-
* @type {boolean}
|
|
27
|
-
* @memberof OrganizationForProjectManipulationDto
|
|
28
22
|
*/
|
|
29
23
|
'responsible': boolean;
|
|
30
24
|
}
|
|
@@ -11,44 +11,30 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents pagination information for a collection of items.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Pagination
|
|
16
14
|
*/
|
|
17
15
|
export interface Pagination {
|
|
18
16
|
/**
|
|
19
17
|
* Gets or sets the current page number.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof Pagination
|
|
22
18
|
*/
|
|
23
19
|
'currentPage'?: number;
|
|
24
20
|
/**
|
|
25
21
|
* Gets or sets the total number of pages.
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof Pagination
|
|
28
22
|
*/
|
|
29
23
|
'totalPages'?: number;
|
|
30
24
|
/**
|
|
31
25
|
* Gets or sets the number of items per page.
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof Pagination
|
|
34
26
|
*/
|
|
35
27
|
'pageSize'?: number;
|
|
36
28
|
/**
|
|
37
29
|
* Gets or sets the total count of items across all pages.
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof Pagination
|
|
40
30
|
*/
|
|
41
31
|
'totalCount'?: number;
|
|
42
32
|
/**
|
|
43
33
|
* Gets a value indicating whether there is a previous page.
|
|
44
|
-
* @type {boolean}
|
|
45
|
-
* @memberof Pagination
|
|
46
34
|
*/
|
|
47
35
|
'hasPrevious'?: boolean;
|
|
48
36
|
/**
|
|
49
37
|
* Gets a value indicating whether there is a next page.
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
* @memberof Pagination
|
|
52
38
|
*/
|
|
53
39
|
'hasNext'?: boolean;
|
|
54
40
|
}
|