@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,23 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import type { AcceptedLanguage } from '../../@coscine/model';
|
|
16
|
-
import type { OrganizationDtoPagedResponse } from '../../@coscine/model';
|
|
17
|
-
import type { OrganizationDtoResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { AcceptedLanguage, OrganizationDtoPagedResponse, OrganizationDtoResponse } from '../../@coscine/model';
|
|
18
5
|
/**
|
|
19
6
|
* OrganizationApi - axios parameter creator
|
|
20
|
-
* @export
|
|
21
7
|
*/
|
|
22
8
|
export declare const OrganizationApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
9
|
/**
|
|
@@ -41,9 +27,9 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
|
|
|
41
27
|
* @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
|
|
42
28
|
* @param {AcceptedLanguage} [language] Language of name or text (dataPublicationService)
|
|
43
29
|
* @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
|
|
44
|
-
* @param {number} [pageNumber]
|
|
45
|
-
* @param {number} [pageSize]
|
|
46
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
30
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
31
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
32
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
47
33
|
* @param {*} [options] Override http request option.
|
|
48
34
|
* @throws {RequiredError}
|
|
49
35
|
*/
|
|
@@ -51,7 +37,6 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
|
|
|
51
37
|
};
|
|
52
38
|
/**
|
|
53
39
|
* OrganizationApi - functional programming interface
|
|
54
|
-
* @export
|
|
55
40
|
*/
|
|
56
41
|
export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
57
42
|
/**
|
|
@@ -75,9 +60,9 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
|
75
60
|
* @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
|
|
76
61
|
* @param {AcceptedLanguage} [language] Language of name or text (dataPublicationService)
|
|
77
62
|
* @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
|
|
78
|
-
* @param {number} [pageNumber]
|
|
79
|
-
* @param {number} [pageSize]
|
|
80
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
63
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
64
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
65
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
81
66
|
* @param {*} [options] Override http request option.
|
|
82
67
|
* @throws {RequiredError}
|
|
83
68
|
*/
|
|
@@ -85,7 +70,6 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
|
85
70
|
};
|
|
86
71
|
/**
|
|
87
72
|
* OrganizationApi - factory interface
|
|
88
|
-
* @export
|
|
89
73
|
*/
|
|
90
74
|
export declare const OrganizationApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
91
75
|
/**
|
|
@@ -114,65 +98,44 @@ export declare const OrganizationApiFactory: (configuration?: Configuration, bas
|
|
|
114
98
|
};
|
|
115
99
|
/**
|
|
116
100
|
* Request parameters for getOrganization operation in OrganizationApi.
|
|
117
|
-
* @export
|
|
118
|
-
* @interface OrganizationApiGetOrganizationRequest
|
|
119
101
|
*/
|
|
120
102
|
export interface OrganizationApiGetOrganizationRequest {
|
|
121
103
|
/**
|
|
122
104
|
* The parameters for organization filtering and pagination.
|
|
123
|
-
* @type {string}
|
|
124
|
-
* @memberof OrganizationApiGetOrganization
|
|
125
105
|
*/
|
|
126
106
|
readonly organizationRorUri: string;
|
|
127
107
|
}
|
|
128
108
|
/**
|
|
129
109
|
* Request parameters for getOrganizations operation in OrganizationApi.
|
|
130
|
-
* @export
|
|
131
|
-
* @interface OrganizationApiGetOrganizationsRequest
|
|
132
110
|
*/
|
|
133
111
|
export interface OrganizationApiGetOrganizationsRequest {
|
|
134
112
|
/**
|
|
135
113
|
* Gets or sets the search term used to filter organizations.
|
|
136
|
-
* @type {string}
|
|
137
|
-
* @memberof OrganizationApiGetOrganizations
|
|
138
114
|
*/
|
|
139
115
|
readonly searchTerm?: string;
|
|
140
116
|
/**
|
|
141
117
|
* Language of name or text (dataPublicationService)
|
|
142
|
-
* @type {AcceptedLanguage}
|
|
143
|
-
* @memberof OrganizationApiGetOrganizations
|
|
144
118
|
*/
|
|
145
119
|
readonly language?: AcceptedLanguage;
|
|
146
120
|
/**
|
|
147
121
|
* Gets or sets the option to find only organizations having the publication service set.
|
|
148
|
-
* @type {boolean}
|
|
149
|
-
* @memberof OrganizationApiGetOrganizations
|
|
150
122
|
*/
|
|
151
123
|
readonly filterByPublicationService?: boolean;
|
|
152
124
|
/**
|
|
153
|
-
*
|
|
154
|
-
* @type {number}
|
|
155
|
-
* @memberof OrganizationApiGetOrganizations
|
|
125
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
156
126
|
*/
|
|
157
127
|
readonly pageNumber?: number;
|
|
158
128
|
/**
|
|
159
|
-
*
|
|
160
|
-
* @type {number}
|
|
161
|
-
* @memberof OrganizationApiGetOrganizations
|
|
129
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
162
130
|
*/
|
|
163
131
|
readonly pageSize?: number;
|
|
164
132
|
/**
|
|
165
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
166
|
-
* @type {string}
|
|
167
|
-
* @memberof OrganizationApiGetOrganizations
|
|
133
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
168
134
|
*/
|
|
169
135
|
readonly orderBy?: string;
|
|
170
136
|
}
|
|
171
137
|
/**
|
|
172
138
|
* OrganizationApi - object-oriented interface
|
|
173
|
-
* @export
|
|
174
|
-
* @class OrganizationApi
|
|
175
|
-
* @extends {BaseAPI}
|
|
176
139
|
*/
|
|
177
140
|
export declare class OrganizationApi extends BaseAPI {
|
|
178
141
|
/**
|
|
@@ -180,25 +143,22 @@ export declare class OrganizationApi extends BaseAPI {
|
|
|
180
143
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
181
144
|
* @param {*} [options] Override http request option.
|
|
182
145
|
* @throws {RequiredError}
|
|
183
|
-
* @memberof OrganizationApi
|
|
184
146
|
*/
|
|
185
|
-
apiV2OrganizationsOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
147
|
+
apiV2OrganizationsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
186
148
|
/**
|
|
187
149
|
*
|
|
188
150
|
* @summary Retrieves an organization.
|
|
189
151
|
* @param {OrganizationApiGetOrganizationRequest} requestParameters Request parameters.
|
|
190
152
|
* @param {*} [options] Override http request option.
|
|
191
153
|
* @throws {RequiredError}
|
|
192
|
-
* @memberof OrganizationApi
|
|
193
154
|
*/
|
|
194
|
-
getOrganization(requestParameters: OrganizationApiGetOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
155
|
+
getOrganization(requestParameters: OrganizationApiGetOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<OrganizationDtoResponse, any, {}>>;
|
|
195
156
|
/**
|
|
196
157
|
*
|
|
197
158
|
* @summary Retrieves all organizations.
|
|
198
159
|
* @param {OrganizationApiGetOrganizationsRequest} requestParameters Request parameters.
|
|
199
160
|
* @param {*} [options] Override http request option.
|
|
200
161
|
* @throws {RequiredError}
|
|
201
|
-
* @memberof OrganizationApi
|
|
202
162
|
*/
|
|
203
|
-
getOrganizations(requestParameters?: OrganizationApiGetOrganizationsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
163
|
+
getOrganizations(requestParameters?: OrganizationApiGetOrganizationsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<OrganizationDtoPagedResponse, any, {}>>;
|
|
204
164
|
}
|
|
@@ -1,23 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import type { PidDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import type { PidDtoResponse } from '../../@coscine/model';
|
|
17
|
-
import type { PidRequestDto } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { PidDtoPagedResponse, PidDtoResponse, PidRequestDto } from '../../@coscine/model';
|
|
18
5
|
/**
|
|
19
6
|
* PidApi - axios parameter creator
|
|
20
|
-
* @export
|
|
21
7
|
*/
|
|
22
8
|
export declare const PidApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
9
|
/**
|
|
@@ -42,9 +28,9 @@ export declare const PidApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
42
28
|
* @param {boolean} [includeProjects] Gets or sets a value indicating whether to include projects when retrieving pid information.
|
|
43
29
|
* @param {boolean} [includeResources] Gets or sets a value indicating whether to include resources when retrieving pid information.
|
|
44
30
|
* @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted pid information.
|
|
45
|
-
* @param {number} [pageNumber]
|
|
46
|
-
* @param {number} [pageSize]
|
|
47
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
31
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
32
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
33
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
48
34
|
* @param {*} [options] Override http request option.
|
|
49
35
|
* @throws {RequiredError}
|
|
50
36
|
*/
|
|
@@ -62,7 +48,6 @@ export declare const PidApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
62
48
|
};
|
|
63
49
|
/**
|
|
64
50
|
* PidApi - functional programming interface
|
|
65
|
-
* @export
|
|
66
51
|
*/
|
|
67
52
|
export declare const PidApiFp: (configuration?: Configuration) => {
|
|
68
53
|
/**
|
|
@@ -87,9 +72,9 @@ export declare const PidApiFp: (configuration?: Configuration) => {
|
|
|
87
72
|
* @param {boolean} [includeProjects] Gets or sets a value indicating whether to include projects when retrieving pid information.
|
|
88
73
|
* @param {boolean} [includeResources] Gets or sets a value indicating whether to include resources when retrieving pid information.
|
|
89
74
|
* @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted pid information.
|
|
90
|
-
* @param {number} [pageNumber]
|
|
91
|
-
* @param {number} [pageSize]
|
|
92
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
75
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
76
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
77
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
93
78
|
* @param {*} [options] Override http request option.
|
|
94
79
|
* @throws {RequiredError}
|
|
95
80
|
*/
|
|
@@ -107,7 +92,6 @@ export declare const PidApiFp: (configuration?: Configuration) => {
|
|
|
107
92
|
};
|
|
108
93
|
/**
|
|
109
94
|
* PidApi - factory interface
|
|
110
|
-
* @export
|
|
111
95
|
*/
|
|
112
96
|
export declare const PidApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
113
97
|
/**
|
|
@@ -144,96 +128,65 @@ export declare const PidApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
144
128
|
};
|
|
145
129
|
/**
|
|
146
130
|
* Request parameters for getPid operation in PidApi.
|
|
147
|
-
* @export
|
|
148
|
-
* @interface PidApiGetPidRequest
|
|
149
131
|
*/
|
|
150
132
|
export interface PidApiGetPidRequest {
|
|
151
133
|
/**
|
|
152
134
|
* The PID prefix. Limited to the values provided by the API.
|
|
153
|
-
* @type {string}
|
|
154
|
-
* @memberof PidApiGetPid
|
|
155
135
|
*/
|
|
156
136
|
readonly prefix: string;
|
|
157
137
|
/**
|
|
158
138
|
* The PID suffix of a project or a resource, represented as a GUID.
|
|
159
|
-
* @type {string}
|
|
160
|
-
* @memberof PidApiGetPid
|
|
161
139
|
*/
|
|
162
140
|
readonly suffix: string;
|
|
163
141
|
}
|
|
164
142
|
/**
|
|
165
143
|
* Request parameters for getPids operation in PidApi.
|
|
166
|
-
* @export
|
|
167
|
-
* @interface PidApiGetPidsRequest
|
|
168
144
|
*/
|
|
169
145
|
export interface PidApiGetPidsRequest {
|
|
170
146
|
/**
|
|
171
147
|
* Gets or sets a value indicating whether to include projects when retrieving pid information.
|
|
172
|
-
* @type {boolean}
|
|
173
|
-
* @memberof PidApiGetPids
|
|
174
148
|
*/
|
|
175
149
|
readonly includeProjects?: boolean;
|
|
176
150
|
/**
|
|
177
151
|
* Gets or sets a value indicating whether to include resources when retrieving pid information.
|
|
178
|
-
* @type {boolean}
|
|
179
|
-
* @memberof PidApiGetPids
|
|
180
152
|
*/
|
|
181
153
|
readonly includeResources?: boolean;
|
|
182
154
|
/**
|
|
183
155
|
* Gets or sets a value indicating whether to include deleted pid information.
|
|
184
|
-
* @type {boolean}
|
|
185
|
-
* @memberof PidApiGetPids
|
|
186
156
|
*/
|
|
187
157
|
readonly includeDeleted?: boolean;
|
|
188
158
|
/**
|
|
189
|
-
*
|
|
190
|
-
* @type {number}
|
|
191
|
-
* @memberof PidApiGetPids
|
|
159
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
192
160
|
*/
|
|
193
161
|
readonly pageNumber?: number;
|
|
194
162
|
/**
|
|
195
|
-
*
|
|
196
|
-
* @type {number}
|
|
197
|
-
* @memberof PidApiGetPids
|
|
163
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
198
164
|
*/
|
|
199
165
|
readonly pageSize?: number;
|
|
200
166
|
/**
|
|
201
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
202
|
-
* @type {string}
|
|
203
|
-
* @memberof PidApiGetPids
|
|
167
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
204
168
|
*/
|
|
205
169
|
readonly orderBy?: string;
|
|
206
170
|
}
|
|
207
171
|
/**
|
|
208
172
|
* Request parameters for sendRequestToOwner operation in PidApi.
|
|
209
|
-
* @export
|
|
210
|
-
* @interface PidApiSendRequestToOwnerRequest
|
|
211
173
|
*/
|
|
212
174
|
export interface PidApiSendRequestToOwnerRequest {
|
|
213
175
|
/**
|
|
214
176
|
* The PID prefix of a project or a resource to validate
|
|
215
|
-
* @type {string}
|
|
216
|
-
* @memberof PidApiSendRequestToOwner
|
|
217
177
|
*/
|
|
218
178
|
readonly prefix: string;
|
|
219
179
|
/**
|
|
220
180
|
* The PID body of a project or a resource to validate
|
|
221
|
-
* @type {string}
|
|
222
|
-
* @memberof PidApiSendRequestToOwner
|
|
223
181
|
*/
|
|
224
182
|
readonly suffix: string;
|
|
225
183
|
/**
|
|
226
184
|
* The data transfer object containing the inquiry details.
|
|
227
|
-
* @type {PidRequestDto}
|
|
228
|
-
* @memberof PidApiSendRequestToOwner
|
|
229
185
|
*/
|
|
230
186
|
readonly pidRequestDto?: PidRequestDto;
|
|
231
187
|
}
|
|
232
188
|
/**
|
|
233
189
|
* PidApi - object-oriented interface
|
|
234
|
-
* @export
|
|
235
|
-
* @class PidApi
|
|
236
|
-
* @extends {BaseAPI}
|
|
237
190
|
*/
|
|
238
191
|
export declare class PidApi extends BaseAPI {
|
|
239
192
|
/**
|
|
@@ -241,34 +194,30 @@ export declare class PidApi extends BaseAPI {
|
|
|
241
194
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
242
195
|
* @param {*} [options] Override http request option.
|
|
243
196
|
* @throws {RequiredError}
|
|
244
|
-
* @memberof PidApi
|
|
245
197
|
*/
|
|
246
|
-
apiV2PidsOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
198
|
+
apiV2PidsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
247
199
|
/**
|
|
248
200
|
*
|
|
249
201
|
* @summary Retrieves the Persistent Identifier (PID) for a given prefix and suffix.
|
|
250
202
|
* @param {PidApiGetPidRequest} requestParameters Request parameters.
|
|
251
203
|
* @param {*} [options] Override http request option.
|
|
252
204
|
* @throws {RequiredError}
|
|
253
|
-
* @memberof PidApi
|
|
254
205
|
*/
|
|
255
|
-
getPid(requestParameters: PidApiGetPidRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
206
|
+
getPid(requestParameters: PidApiGetPidRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<PidDtoResponse, any, {}>>;
|
|
256
207
|
/**
|
|
257
208
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
258
209
|
* @summary Retrieves all PIDs.
|
|
259
210
|
* @param {PidApiGetPidsRequest} requestParameters Request parameters.
|
|
260
211
|
* @param {*} [options] Override http request option.
|
|
261
212
|
* @throws {RequiredError}
|
|
262
|
-
* @memberof PidApi
|
|
263
213
|
*/
|
|
264
|
-
getPids(requestParameters?: PidApiGetPidsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
214
|
+
getPids(requestParameters?: PidApiGetPidsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<PidDtoPagedResponse, any, {}>>;
|
|
265
215
|
/**
|
|
266
216
|
*
|
|
267
217
|
* @summary Sends an inquiry to the owner of the given PID.
|
|
268
218
|
* @param {PidApiSendRequestToOwnerRequest} requestParameters Request parameters.
|
|
269
219
|
* @param {*} [options] Override http request option.
|
|
270
220
|
* @throws {RequiredError}
|
|
271
|
-
* @memberof PidApi
|
|
272
221
|
*/
|
|
273
|
-
sendRequestToOwner(requestParameters: PidApiSendRequestToOwnerRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
222
|
+
sendRequestToOwner(requestParameters: PidApiSendRequestToOwnerRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
274
223
|
}
|
|
@@ -1,24 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import type { ProjectDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import type { ProjectDtoResponse } from '../../@coscine/model';
|
|
17
|
-
import type { ProjectForCreationDto } from '../../@coscine/model';
|
|
18
|
-
import type { ProjectForUpdateDto } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ProjectDtoPagedResponse, ProjectDtoResponse, ProjectForCreationDto, ProjectForUpdateDto } from '../../@coscine/model';
|
|
19
5
|
/**
|
|
20
6
|
* ProjectApi - axios parameter creator
|
|
21
|
-
* @export
|
|
22
7
|
*/
|
|
23
8
|
export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
24
9
|
/**
|
|
@@ -58,9 +43,9 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
|
|
|
58
43
|
* @summary Retrieves all projects.
|
|
59
44
|
* @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
|
|
60
45
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to retrieve only top-level projects.
|
|
61
|
-
* @param {number} [pageNumber]
|
|
62
|
-
* @param {number} [pageSize]
|
|
63
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
46
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
47
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
48
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
64
49
|
* @param {*} [options] Override http request option.
|
|
65
50
|
* @throws {RequiredError}
|
|
66
51
|
*/
|
|
@@ -77,7 +62,6 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
|
|
|
77
62
|
};
|
|
78
63
|
/**
|
|
79
64
|
* ProjectApi - functional programming interface
|
|
80
|
-
* @export
|
|
81
65
|
*/
|
|
82
66
|
export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
83
67
|
/**
|
|
@@ -117,9 +101,9 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
|
117
101
|
* @summary Retrieves all projects.
|
|
118
102
|
* @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
|
|
119
103
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to retrieve only top-level projects.
|
|
120
|
-
* @param {number} [pageNumber]
|
|
121
|
-
* @param {number} [pageSize]
|
|
122
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
104
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
105
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
106
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
123
107
|
* @param {*} [options] Override http request option.
|
|
124
108
|
* @throws {RequiredError}
|
|
125
109
|
*/
|
|
@@ -136,7 +120,6 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
|
136
120
|
};
|
|
137
121
|
/**
|
|
138
122
|
* ProjectApi - factory interface
|
|
139
|
-
* @export
|
|
140
123
|
*/
|
|
141
124
|
export declare const ProjectApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
142
125
|
/**
|
|
@@ -189,110 +172,75 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
|
|
|
189
172
|
};
|
|
190
173
|
/**
|
|
191
174
|
* Request parameters for createProject operation in ProjectApi.
|
|
192
|
-
* @export
|
|
193
|
-
* @interface ProjectApiCreateProjectRequest
|
|
194
175
|
*/
|
|
195
176
|
export interface ProjectApiCreateProjectRequest {
|
|
196
177
|
/**
|
|
197
178
|
* The project data for creation.
|
|
198
|
-
* @type {ProjectForCreationDto}
|
|
199
|
-
* @memberof ProjectApiCreateProject
|
|
200
179
|
*/
|
|
201
180
|
readonly projectForCreationDto?: ProjectForCreationDto;
|
|
202
181
|
}
|
|
203
182
|
/**
|
|
204
183
|
* Request parameters for deleteProject operation in ProjectApi.
|
|
205
|
-
* @export
|
|
206
|
-
* @interface ProjectApiDeleteProjectRequest
|
|
207
184
|
*/
|
|
208
185
|
export interface ProjectApiDeleteProjectRequest {
|
|
209
186
|
/**
|
|
210
187
|
* The ID of the project.
|
|
211
|
-
* @type {string}
|
|
212
|
-
* @memberof ProjectApiDeleteProject
|
|
213
188
|
*/
|
|
214
189
|
readonly projectId: string;
|
|
215
190
|
}
|
|
216
191
|
/**
|
|
217
192
|
* Request parameters for getProject operation in ProjectApi.
|
|
218
|
-
* @export
|
|
219
|
-
* @interface ProjectApiGetProjectRequest
|
|
220
193
|
*/
|
|
221
194
|
export interface ProjectApiGetProjectRequest {
|
|
222
195
|
/**
|
|
223
196
|
* The ID of the project.
|
|
224
|
-
* @type {string}
|
|
225
|
-
* @memberof ProjectApiGetProject
|
|
226
197
|
*/
|
|
227
198
|
readonly projectId: string;
|
|
228
199
|
/**
|
|
229
200
|
* Gets or sets a value indicating whether to include sub-projects in the retrieval.
|
|
230
|
-
* @type {boolean}
|
|
231
|
-
* @memberof ProjectApiGetProject
|
|
232
201
|
*/
|
|
233
202
|
readonly includeSubProjects?: boolean;
|
|
234
203
|
}
|
|
235
204
|
/**
|
|
236
205
|
* Request parameters for getProjects operation in ProjectApi.
|
|
237
|
-
* @export
|
|
238
|
-
* @interface ProjectApiGetProjectsRequest
|
|
239
206
|
*/
|
|
240
207
|
export interface ProjectApiGetProjectsRequest {
|
|
241
208
|
/**
|
|
242
209
|
* Gets or sets a value indicating whether to retrieve the organizations.
|
|
243
|
-
* @type {boolean}
|
|
244
|
-
* @memberof ProjectApiGetProjects
|
|
245
210
|
*/
|
|
246
211
|
readonly includeOrganizations?: boolean;
|
|
247
212
|
/**
|
|
248
213
|
* Gets or sets a value indicating whether to retrieve only top-level projects.
|
|
249
|
-
* @type {boolean}
|
|
250
|
-
* @memberof ProjectApiGetProjects
|
|
251
214
|
*/
|
|
252
215
|
readonly topLevel?: boolean;
|
|
253
216
|
/**
|
|
254
|
-
*
|
|
255
|
-
* @type {number}
|
|
256
|
-
* @memberof ProjectApiGetProjects
|
|
217
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
257
218
|
*/
|
|
258
219
|
readonly pageNumber?: number;
|
|
259
220
|
/**
|
|
260
|
-
*
|
|
261
|
-
* @type {number}
|
|
262
|
-
* @memberof ProjectApiGetProjects
|
|
221
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
263
222
|
*/
|
|
264
223
|
readonly pageSize?: number;
|
|
265
224
|
/**
|
|
266
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
267
|
-
* @type {string}
|
|
268
|
-
* @memberof ProjectApiGetProjects
|
|
225
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
269
226
|
*/
|
|
270
227
|
readonly orderBy?: string;
|
|
271
228
|
}
|
|
272
229
|
/**
|
|
273
230
|
* Request parameters for updateProject operation in ProjectApi.
|
|
274
|
-
* @export
|
|
275
|
-
* @interface ProjectApiUpdateProjectRequest
|
|
276
231
|
*/
|
|
277
232
|
export interface ProjectApiUpdateProjectRequest {
|
|
278
233
|
/**
|
|
279
234
|
* The ID of the project.
|
|
280
|
-
* @type {string}
|
|
281
|
-
* @memberof ProjectApiUpdateProject
|
|
282
235
|
*/
|
|
283
236
|
readonly projectId: string;
|
|
284
237
|
/**
|
|
285
238
|
* The updated project data.
|
|
286
|
-
* @type {ProjectForUpdateDto}
|
|
287
|
-
* @memberof ProjectApiUpdateProject
|
|
288
239
|
*/
|
|
289
240
|
readonly projectForUpdateDto?: ProjectForUpdateDto;
|
|
290
241
|
}
|
|
291
242
|
/**
|
|
292
243
|
* ProjectApi - object-oriented interface
|
|
293
|
-
* @export
|
|
294
|
-
* @class ProjectApi
|
|
295
|
-
* @extends {BaseAPI}
|
|
296
244
|
*/
|
|
297
245
|
export declare class ProjectApi extends BaseAPI {
|
|
298
246
|
/**
|
|
@@ -300,52 +248,46 @@ export declare class ProjectApi extends BaseAPI {
|
|
|
300
248
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
301
249
|
* @param {*} [options] Override http request option.
|
|
302
250
|
* @throws {RequiredError}
|
|
303
|
-
* @memberof ProjectApi
|
|
304
251
|
*/
|
|
305
|
-
apiV2ProjectsOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
252
|
+
apiV2ProjectsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
306
253
|
/**
|
|
307
254
|
*
|
|
308
255
|
* @summary Creates a new project.
|
|
309
256
|
* @param {ProjectApiCreateProjectRequest} requestParameters Request parameters.
|
|
310
257
|
* @param {*} [options] Override http request option.
|
|
311
258
|
* @throws {RequiredError}
|
|
312
|
-
* @memberof ProjectApi
|
|
313
259
|
*/
|
|
314
|
-
createProject(requestParameters?: ProjectApiCreateProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
260
|
+
createProject(requestParameters?: ProjectApiCreateProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectDtoResponse, any, {}>>;
|
|
315
261
|
/**
|
|
316
262
|
*
|
|
317
263
|
* @summary Deletes a project.
|
|
318
264
|
* @param {ProjectApiDeleteProjectRequest} requestParameters Request parameters.
|
|
319
265
|
* @param {*} [options] Override http request option.
|
|
320
266
|
* @throws {RequiredError}
|
|
321
|
-
* @memberof ProjectApi
|
|
322
267
|
*/
|
|
323
|
-
deleteProject(requestParameters: ProjectApiDeleteProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
268
|
+
deleteProject(requestParameters: ProjectApiDeleteProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
324
269
|
/**
|
|
325
270
|
*
|
|
326
271
|
* @summary Retrieves a project.
|
|
327
272
|
* @param {ProjectApiGetProjectRequest} requestParameters Request parameters.
|
|
328
273
|
* @param {*} [options] Override http request option.
|
|
329
274
|
* @throws {RequiredError}
|
|
330
|
-
* @memberof ProjectApi
|
|
331
275
|
*/
|
|
332
|
-
getProject(requestParameters: ProjectApiGetProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
276
|
+
getProject(requestParameters: ProjectApiGetProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectDtoResponse, any, {}>>;
|
|
333
277
|
/**
|
|
334
278
|
*
|
|
335
279
|
* @summary Retrieves all projects.
|
|
336
280
|
* @param {ProjectApiGetProjectsRequest} requestParameters Request parameters.
|
|
337
281
|
* @param {*} [options] Override http request option.
|
|
338
282
|
* @throws {RequiredError}
|
|
339
|
-
* @memberof ProjectApi
|
|
340
283
|
*/
|
|
341
|
-
getProjects(requestParameters?: ProjectApiGetProjectsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
284
|
+
getProjects(requestParameters?: ProjectApiGetProjectsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectDtoPagedResponse, any, {}>>;
|
|
342
285
|
/**
|
|
343
286
|
*
|
|
344
287
|
* @summary Updates a project.
|
|
345
288
|
* @param {ProjectApiUpdateProjectRequest} requestParameters Request parameters.
|
|
346
289
|
* @param {*} [options] Override http request option.
|
|
347
290
|
* @throws {RequiredError}
|
|
348
|
-
* @memberof ProjectApi
|
|
349
291
|
*/
|
|
350
|
-
updateProject(requestParameters: ProjectApiUpdateProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
292
|
+
updateProject(requestParameters: ProjectApiUpdateProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
351
293
|
}
|