@coscine/api-client 3.15.0 → 3.17.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 +16 -0
- package/dist/index.js +3041 -2402
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +135 -1
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +272 -0
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +61 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +32 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +61 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +32 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +32 -0
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +5 -5
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +16 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +22 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +22 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +22 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +2 -15
- package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/api.d.ts +3 -1
- package/dist/types/Coscine.Api/base.d.ts +1 -1
- package/dist/types/Coscine.Api/common.d.ts +1 -1
- package/dist/types/Coscine.Api/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api/index.d.ts +1 -1
- package/dist/types/apis.d.ts +20 -0
- package/dist/types/index.d.ts +40 -0
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -14,7 +14,9 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
15
|
import type { ActivityLogDtoPagedResponse } from '../../@coscine/model';
|
|
16
16
|
import type { CoscineHttpMethod } from '../../@coscine/model';
|
|
17
|
+
import type { CreateDatasourceDtoResponse } from '../../@coscine/model';
|
|
17
18
|
import type { DeployedGraphDtoPagedResponse } from '../../@coscine/model';
|
|
19
|
+
import type { DsNrwReplicationGroupDto } from '../../@coscine/model';
|
|
18
20
|
import type { MetadataUpdateAdminParameters } from '../../@coscine/model';
|
|
19
21
|
import type { ProjectAdminDtoPagedResponse } from '../../@coscine/model';
|
|
20
22
|
import type { RdfDefinitionDtoResponse } from '../../@coscine/model';
|
|
@@ -34,6 +36,17 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
34
36
|
* @throws {RequiredError}
|
|
35
37
|
*/
|
|
36
38
|
apiV2AdminOptions: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
|
+
/**
|
|
40
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
41
|
+
* @summary Creates a new datasource for a specified resource and type.
|
|
42
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
43
|
+
* @param {string} typeId The unique identifier of the datasource type.
|
|
44
|
+
* @param {number} [quota] The allocated quota for the datasource.
|
|
45
|
+
* @param {DsNrwReplicationGroupDto} [replicationGroup] The replication group for the bucket.
|
|
46
|
+
* @param {*} [options] Override http request option.
|
|
47
|
+
* @throws {RequiredError}
|
|
48
|
+
*/
|
|
49
|
+
createDatasource: (resourceId: string, typeId: string, quota?: number, replicationGroup?: DsNrwReplicationGroupDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
50
|
/**
|
|
38
51
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
39
52
|
* @summary Retrieves all activity logs.
|
|
@@ -124,6 +137,16 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
124
137
|
* @throws {RequiredError}
|
|
125
138
|
*/
|
|
126
139
|
updateMetadataGraph: (graph: string, metadataUpdateAdminParameters?: MetadataUpdateAdminParameters, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
140
|
+
/**
|
|
141
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
142
|
+
* @summary Updates the type and option ID of a specified resource.
|
|
143
|
+
* @param {string} resourceId The unique identifier of the resource to be updated.
|
|
144
|
+
* @param {string} typeId The unique identifier of the new resource type.
|
|
145
|
+
* @param {string} [optionId] The unique identifier of the new resource type option.
|
|
146
|
+
* @param {*} [options] Override http request option.
|
|
147
|
+
* @throws {RequiredError}
|
|
148
|
+
*/
|
|
149
|
+
updateResourceType: (resourceId: string, typeId: string, optionId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
127
150
|
};
|
|
128
151
|
/**
|
|
129
152
|
* AdminApi - functional programming interface
|
|
@@ -137,6 +160,17 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
137
160
|
* @throws {RequiredError}
|
|
138
161
|
*/
|
|
139
162
|
apiV2AdminOptions(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
163
|
+
/**
|
|
164
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
165
|
+
* @summary Creates a new datasource for a specified resource and type.
|
|
166
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
167
|
+
* @param {string} typeId The unique identifier of the datasource type.
|
|
168
|
+
* @param {number} [quota] The allocated quota for the datasource.
|
|
169
|
+
* @param {DsNrwReplicationGroupDto} [replicationGroup] The replication group for the bucket.
|
|
170
|
+
* @param {*} [options] Override http request option.
|
|
171
|
+
* @throws {RequiredError}
|
|
172
|
+
*/
|
|
173
|
+
createDatasource(resourceId: string, typeId: string, quota?: number, replicationGroup?: DsNrwReplicationGroupDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateDatasourceDtoResponse>>;
|
|
140
174
|
/**
|
|
141
175
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
142
176
|
* @summary Retrieves all activity logs.
|
|
@@ -227,6 +261,16 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
227
261
|
* @throws {RequiredError}
|
|
228
262
|
*/
|
|
229
263
|
updateMetadataGraph(graph: string, metadataUpdateAdminParameters?: MetadataUpdateAdminParameters, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
264
|
+
/**
|
|
265
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
266
|
+
* @summary Updates the type and option ID of a specified resource.
|
|
267
|
+
* @param {string} resourceId The unique identifier of the resource to be updated.
|
|
268
|
+
* @param {string} typeId The unique identifier of the new resource type.
|
|
269
|
+
* @param {string} [optionId] The unique identifier of the new resource type option.
|
|
270
|
+
* @param {*} [options] Override http request option.
|
|
271
|
+
* @throws {RequiredError}
|
|
272
|
+
*/
|
|
273
|
+
updateResourceType(resourceId: string, typeId: string, optionId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
230
274
|
};
|
|
231
275
|
/**
|
|
232
276
|
* AdminApi - factory interface
|
|
@@ -240,6 +284,14 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
|
|
|
240
284
|
* @throws {RequiredError}
|
|
241
285
|
*/
|
|
242
286
|
apiV2AdminOptions(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
287
|
+
/**
|
|
288
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
289
|
+
* @summary Creates a new datasource for a specified resource and type.
|
|
290
|
+
* @param {AdminApiCreateDatasourceRequest} requestParameters Request parameters.
|
|
291
|
+
* @param {*} [options] Override http request option.
|
|
292
|
+
* @throws {RequiredError}
|
|
293
|
+
*/
|
|
294
|
+
createDatasource(requestParameters: AdminApiCreateDatasourceRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateDatasourceDtoResponse>;
|
|
243
295
|
/**
|
|
244
296
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
245
297
|
* @summary Retrieves all activity logs.
|
|
@@ -304,7 +356,46 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
|
|
|
304
356
|
* @throws {RequiredError}
|
|
305
357
|
*/
|
|
306
358
|
updateMetadataGraph(requestParameters: AdminApiUpdateMetadataGraphRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
359
|
+
/**
|
|
360
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
361
|
+
* @summary Updates the type and option ID of a specified resource.
|
|
362
|
+
* @param {AdminApiUpdateResourceTypeRequest} requestParameters Request parameters.
|
|
363
|
+
* @param {*} [options] Override http request option.
|
|
364
|
+
* @throws {RequiredError}
|
|
365
|
+
*/
|
|
366
|
+
updateResourceType(requestParameters: AdminApiUpdateResourceTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
307
367
|
};
|
|
368
|
+
/**
|
|
369
|
+
* Request parameters for createDatasource operation in AdminApi.
|
|
370
|
+
* @export
|
|
371
|
+
* @interface AdminApiCreateDatasourceRequest
|
|
372
|
+
*/
|
|
373
|
+
export interface AdminApiCreateDatasourceRequest {
|
|
374
|
+
/**
|
|
375
|
+
* The unique identifier of the resource.
|
|
376
|
+
* @type {string}
|
|
377
|
+
* @memberof AdminApiCreateDatasource
|
|
378
|
+
*/
|
|
379
|
+
readonly resourceId: string;
|
|
380
|
+
/**
|
|
381
|
+
* The unique identifier of the datasource type.
|
|
382
|
+
* @type {string}
|
|
383
|
+
* @memberof AdminApiCreateDatasource
|
|
384
|
+
*/
|
|
385
|
+
readonly typeId: string;
|
|
386
|
+
/**
|
|
387
|
+
* The allocated quota for the datasource.
|
|
388
|
+
* @type {number}
|
|
389
|
+
* @memberof AdminApiCreateDatasource
|
|
390
|
+
*/
|
|
391
|
+
readonly quota?: number;
|
|
392
|
+
/**
|
|
393
|
+
* The replication group for the bucket.
|
|
394
|
+
* @type {DsNrwReplicationGroupDto}
|
|
395
|
+
* @memberof AdminApiCreateDatasource
|
|
396
|
+
*/
|
|
397
|
+
readonly replicationGroup?: DsNrwReplicationGroupDto;
|
|
398
|
+
}
|
|
308
399
|
/**
|
|
309
400
|
* Request parameters for getAllActivityLogs operation in AdminApi.
|
|
310
401
|
* @export
|
|
@@ -565,6 +656,31 @@ export interface AdminApiUpdateMetadataGraphRequest {
|
|
|
565
656
|
*/
|
|
566
657
|
readonly metadataUpdateAdminParameters?: MetadataUpdateAdminParameters;
|
|
567
658
|
}
|
|
659
|
+
/**
|
|
660
|
+
* Request parameters for updateResourceType operation in AdminApi.
|
|
661
|
+
* @export
|
|
662
|
+
* @interface AdminApiUpdateResourceTypeRequest
|
|
663
|
+
*/
|
|
664
|
+
export interface AdminApiUpdateResourceTypeRequest {
|
|
665
|
+
/**
|
|
666
|
+
* The unique identifier of the resource to be updated.
|
|
667
|
+
* @type {string}
|
|
668
|
+
* @memberof AdminApiUpdateResourceType
|
|
669
|
+
*/
|
|
670
|
+
readonly resourceId: string;
|
|
671
|
+
/**
|
|
672
|
+
* The unique identifier of the new resource type.
|
|
673
|
+
* @type {string}
|
|
674
|
+
* @memberof AdminApiUpdateResourceType
|
|
675
|
+
*/
|
|
676
|
+
readonly typeId: string;
|
|
677
|
+
/**
|
|
678
|
+
* The unique identifier of the new resource type option.
|
|
679
|
+
* @type {string}
|
|
680
|
+
* @memberof AdminApiUpdateResourceType
|
|
681
|
+
*/
|
|
682
|
+
readonly optionId?: string;
|
|
683
|
+
}
|
|
568
684
|
/**
|
|
569
685
|
* AdminApi - object-oriented interface
|
|
570
686
|
* @export
|
|
@@ -580,6 +696,15 @@ export declare class AdminApi extends BaseAPI {
|
|
|
580
696
|
* @memberof AdminApi
|
|
581
697
|
*/
|
|
582
698
|
apiV2AdminOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
699
|
+
/**
|
|
700
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
701
|
+
* @summary Creates a new datasource for a specified resource and type.
|
|
702
|
+
* @param {AdminApiCreateDatasourceRequest} requestParameters Request parameters.
|
|
703
|
+
* @param {*} [options] Override http request option.
|
|
704
|
+
* @throws {RequiredError}
|
|
705
|
+
* @memberof AdminApi
|
|
706
|
+
*/
|
|
707
|
+
createDatasource(requestParameters: AdminApiCreateDatasourceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateDatasourceDtoResponse, any>>;
|
|
583
708
|
/**
|
|
584
709
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
585
710
|
* @summary Retrieves all activity logs.
|
|
@@ -652,4 +777,13 @@ export declare class AdminApi extends BaseAPI {
|
|
|
652
777
|
* @memberof AdminApi
|
|
653
778
|
*/
|
|
654
779
|
updateMetadataGraph(requestParameters: AdminApiUpdateMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
780
|
+
/**
|
|
781
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
782
|
+
* @summary Updates the type and option ID of a specified resource.
|
|
783
|
+
* @param {AdminApiUpdateResourceTypeRequest} requestParameters Request parameters.
|
|
784
|
+
* @param {*} [options] Override http request option.
|
|
785
|
+
* @throws {RequiredError}
|
|
786
|
+
* @memberof AdminApi
|
|
787
|
+
*/
|
|
788
|
+
updateResourceType(requestParameters: AdminApiUpdateResourceTypeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
655
789
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -0,0 +1,179 @@
|
|
|
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 { Configuration } from '../../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
+
import type { NotificationDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
+
import type { NotificationDtoResponse } from '../../@coscine/model';
|
|
17
|
+
/**
|
|
18
|
+
* NotificationApi - axios parameter creator
|
|
19
|
+
* @export
|
|
20
|
+
*/
|
|
21
|
+
export declare const NotificationApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
25
|
+
* @param {*} [options] Override http request option.
|
|
26
|
+
* @throws {RequiredError}
|
|
27
|
+
*/
|
|
28
|
+
apiV2NotificationsOptions: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @summary Retrieves a notification.
|
|
32
|
+
* @param {string} notificationId The ID of the notification.
|
|
33
|
+
* @param {*} [options] Override http request option.
|
|
34
|
+
* @throws {RequiredError}
|
|
35
|
+
*/
|
|
36
|
+
getNotification: (notificationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @summary Retrieves all notifications.
|
|
40
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
41
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
42
|
+
* @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.
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
*/
|
|
46
|
+
getNotifications: (pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* NotificationApi - functional programming interface
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
export declare const NotificationApiFp: (configuration?: Configuration) => {
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
56
|
+
* @param {*} [options] Override http request option.
|
|
57
|
+
* @throws {RequiredError}
|
|
58
|
+
*/
|
|
59
|
+
apiV2NotificationsOptions(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @summary Retrieves a notification.
|
|
63
|
+
* @param {string} notificationId The ID of the notification.
|
|
64
|
+
* @param {*} [options] Override http request option.
|
|
65
|
+
* @throws {RequiredError}
|
|
66
|
+
*/
|
|
67
|
+
getNotification(notificationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NotificationDtoResponse>>;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @summary Retrieves all notifications.
|
|
71
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
72
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
73
|
+
* @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.
|
|
74
|
+
* @param {*} [options] Override http request option.
|
|
75
|
+
* @throws {RequiredError}
|
|
76
|
+
*/
|
|
77
|
+
getNotifications(pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NotificationDtoPagedResponse>>;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* NotificationApi - factory interface
|
|
81
|
+
* @export
|
|
82
|
+
*/
|
|
83
|
+
export declare const NotificationApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
87
|
+
* @param {*} [options] Override http request option.
|
|
88
|
+
* @throws {RequiredError}
|
|
89
|
+
*/
|
|
90
|
+
apiV2NotificationsOptions(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @summary Retrieves a notification.
|
|
94
|
+
* @param {NotificationApiGetNotificationRequest} requestParameters Request parameters.
|
|
95
|
+
* @param {*} [options] Override http request option.
|
|
96
|
+
* @throws {RequiredError}
|
|
97
|
+
*/
|
|
98
|
+
getNotification(requestParameters: NotificationApiGetNotificationRequest, options?: RawAxiosRequestConfig): AxiosPromise<NotificationDtoResponse>;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @summary Retrieves all notifications.
|
|
102
|
+
* @param {NotificationApiGetNotificationsRequest} requestParameters Request parameters.
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
*/
|
|
106
|
+
getNotifications(requestParameters?: NotificationApiGetNotificationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<NotificationDtoPagedResponse>;
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* Request parameters for getNotification operation in NotificationApi.
|
|
110
|
+
* @export
|
|
111
|
+
* @interface NotificationApiGetNotificationRequest
|
|
112
|
+
*/
|
|
113
|
+
export interface NotificationApiGetNotificationRequest {
|
|
114
|
+
/**
|
|
115
|
+
* The ID of the notification.
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof NotificationApiGetNotification
|
|
118
|
+
*/
|
|
119
|
+
readonly notificationId: string;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Request parameters for getNotifications operation in NotificationApi.
|
|
123
|
+
* @export
|
|
124
|
+
* @interface NotificationApiGetNotificationsRequest
|
|
125
|
+
*/
|
|
126
|
+
export interface NotificationApiGetNotificationsRequest {
|
|
127
|
+
/**
|
|
128
|
+
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
129
|
+
* @type {number}
|
|
130
|
+
* @memberof NotificationApiGetNotifications
|
|
131
|
+
*/
|
|
132
|
+
readonly pageNumber?: number;
|
|
133
|
+
/**
|
|
134
|
+
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
135
|
+
* @type {number}
|
|
136
|
+
* @memberof NotificationApiGetNotifications
|
|
137
|
+
*/
|
|
138
|
+
readonly pageSize?: number;
|
|
139
|
+
/**
|
|
140
|
+
* 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.
|
|
141
|
+
* @type {string}
|
|
142
|
+
* @memberof NotificationApiGetNotifications
|
|
143
|
+
*/
|
|
144
|
+
readonly orderBy?: string;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* NotificationApi - object-oriented interface
|
|
148
|
+
* @export
|
|
149
|
+
* @class NotificationApi
|
|
150
|
+
* @extends {BaseAPI}
|
|
151
|
+
*/
|
|
152
|
+
export declare class NotificationApi extends BaseAPI {
|
|
153
|
+
/**
|
|
154
|
+
*
|
|
155
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
156
|
+
* @param {*} [options] Override http request option.
|
|
157
|
+
* @throws {RequiredError}
|
|
158
|
+
* @memberof NotificationApi
|
|
159
|
+
*/
|
|
160
|
+
apiV2NotificationsOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @summary Retrieves a notification.
|
|
164
|
+
* @param {NotificationApiGetNotificationRequest} requestParameters Request parameters.
|
|
165
|
+
* @param {*} [options] Override http request option.
|
|
166
|
+
* @throws {RequiredError}
|
|
167
|
+
* @memberof NotificationApi
|
|
168
|
+
*/
|
|
169
|
+
getNotification(requestParameters: NotificationApiGetNotificationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationDtoResponse, any>>;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @summary Retrieves all notifications.
|
|
173
|
+
* @param {NotificationApiGetNotificationsRequest} requestParameters Request parameters.
|
|
174
|
+
* @param {*} [options] Override http request option.
|
|
175
|
+
* @throws {RequiredError}
|
|
176
|
+
* @memberof NotificationApi
|
|
177
|
+
*/
|
|
178
|
+
getNotifications(requestParameters?: NotificationApiGetNotificationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationDtoPagedResponse, any>>;
|
|
179
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,7 +3,7 @@
|
|
|
3
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@
|
|
6
|
+
* Contact: servicedesk@rwth-aachen.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|