@coscine/api-client 3.16.0 → 3.18.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 +2854 -2296
- 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/project-sub-projects-api.d.ts +165 -0
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +8 -1
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +8 -1
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +8 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +10 -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 +1 -1
- 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 +2 -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 +2 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +1 -1
- 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 +1 -1
- 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 +4 -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 +18 -0
- package/dist/types/index.d.ts +36 -0
- package/package.json +1 -1
|
@@ -0,0 +1,165 @@
|
|
|
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 { ProjectDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
+
/**
|
|
17
|
+
* ProjectSubProjectsApi - axios parameter creator
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export declare const ProjectSubProjectsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
24
|
+
* @param {string} projectId
|
|
25
|
+
* @param {*} [options] Override http request option.
|
|
26
|
+
* @throws {RequiredError}
|
|
27
|
+
*/
|
|
28
|
+
apiV2ProjectsProjectIdSubprojectsOptions: (projectId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @summary Retrieves all subprojects for a specified project.
|
|
32
|
+
* @param {string} projectId The Id or slug of the project.
|
|
33
|
+
* @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
|
|
34
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
35
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
36
|
+
* @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.
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
getSubProjectsForProject: (projectId: string, includeOrganizations?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* ProjectSubProjectsApi - functional programming interface
|
|
44
|
+
* @export
|
|
45
|
+
*/
|
|
46
|
+
export declare const ProjectSubProjectsApiFp: (configuration?: Configuration) => {
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
50
|
+
* @param {string} projectId
|
|
51
|
+
* @param {*} [options] Override http request option.
|
|
52
|
+
* @throws {RequiredError}
|
|
53
|
+
*/
|
|
54
|
+
apiV2ProjectsProjectIdSubprojectsOptions(projectId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @summary Retrieves all subprojects for a specified project.
|
|
58
|
+
* @param {string} projectId The Id or slug of the project.
|
|
59
|
+
* @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
|
|
60
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
61
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
62
|
+
* @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 {*} [options] Override http request option.
|
|
64
|
+
* @throws {RequiredError}
|
|
65
|
+
*/
|
|
66
|
+
getSubProjectsForProject(projectId: string, includeOrganizations?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectDtoPagedResponse>>;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* ProjectSubProjectsApi - factory interface
|
|
70
|
+
* @export
|
|
71
|
+
*/
|
|
72
|
+
export declare const ProjectSubProjectsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
76
|
+
* @param {ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest} requestParameters Request parameters.
|
|
77
|
+
* @param {*} [options] Override http request option.
|
|
78
|
+
* @throws {RequiredError}
|
|
79
|
+
*/
|
|
80
|
+
apiV2ProjectsProjectIdSubprojectsOptions(requestParameters: ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @summary Retrieves all subprojects for a specified project.
|
|
84
|
+
* @param {ProjectSubProjectsApiGetSubProjectsForProjectRequest} requestParameters Request parameters.
|
|
85
|
+
* @param {*} [options] Override http request option.
|
|
86
|
+
* @throws {RequiredError}
|
|
87
|
+
*/
|
|
88
|
+
getSubProjectsForProject(requestParameters: ProjectSubProjectsApiGetSubProjectsForProjectRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProjectDtoPagedResponse>;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Request parameters for apiV2ProjectsProjectIdSubprojectsOptions operation in ProjectSubProjectsApi.
|
|
92
|
+
* @export
|
|
93
|
+
* @interface ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest
|
|
94
|
+
*/
|
|
95
|
+
export interface ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest {
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptions
|
|
100
|
+
*/
|
|
101
|
+
readonly projectId: string;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Request parameters for getSubProjectsForProject operation in ProjectSubProjectsApi.
|
|
105
|
+
* @export
|
|
106
|
+
* @interface ProjectSubProjectsApiGetSubProjectsForProjectRequest
|
|
107
|
+
*/
|
|
108
|
+
export interface ProjectSubProjectsApiGetSubProjectsForProjectRequest {
|
|
109
|
+
/**
|
|
110
|
+
* The Id or slug of the project.
|
|
111
|
+
* @type {string}
|
|
112
|
+
* @memberof ProjectSubProjectsApiGetSubProjectsForProject
|
|
113
|
+
*/
|
|
114
|
+
readonly projectId: string;
|
|
115
|
+
/**
|
|
116
|
+
* Gets or sets a value indicating whether to retrieve the organizations.
|
|
117
|
+
* @type {boolean}
|
|
118
|
+
* @memberof ProjectSubProjectsApiGetSubProjectsForProject
|
|
119
|
+
*/
|
|
120
|
+
readonly includeOrganizations?: boolean;
|
|
121
|
+
/**
|
|
122
|
+
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
123
|
+
* @type {number}
|
|
124
|
+
* @memberof ProjectSubProjectsApiGetSubProjectsForProject
|
|
125
|
+
*/
|
|
126
|
+
readonly pageNumber?: number;
|
|
127
|
+
/**
|
|
128
|
+
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
129
|
+
* @type {number}
|
|
130
|
+
* @memberof ProjectSubProjectsApiGetSubProjectsForProject
|
|
131
|
+
*/
|
|
132
|
+
readonly pageSize?: number;
|
|
133
|
+
/**
|
|
134
|
+
* 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.
|
|
135
|
+
* @type {string}
|
|
136
|
+
* @memberof ProjectSubProjectsApiGetSubProjectsForProject
|
|
137
|
+
*/
|
|
138
|
+
readonly orderBy?: string;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* ProjectSubProjectsApi - object-oriented interface
|
|
142
|
+
* @export
|
|
143
|
+
* @class ProjectSubProjectsApi
|
|
144
|
+
* @extends {BaseAPI}
|
|
145
|
+
*/
|
|
146
|
+
export declare class ProjectSubProjectsApi extends BaseAPI {
|
|
147
|
+
/**
|
|
148
|
+
*
|
|
149
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
150
|
+
* @param {ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest} requestParameters Request parameters.
|
|
151
|
+
* @param {*} [options] Override http request option.
|
|
152
|
+
* @throws {RequiredError}
|
|
153
|
+
* @memberof ProjectSubProjectsApi
|
|
154
|
+
*/
|
|
155
|
+
apiV2ProjectsProjectIdSubprojectsOptions(requestParameters: ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @summary Retrieves all subprojects for a specified project.
|
|
159
|
+
* @param {ProjectSubProjectsApiGetSubProjectsForProjectRequest} requestParameters Request parameters.
|
|
160
|
+
* @param {*} [options] Override http request option.
|
|
161
|
+
* @throws {RequiredError}
|
|
162
|
+
* @memberof ProjectSubProjectsApi
|
|
163
|
+
*/
|
|
164
|
+
getSubProjectsForProject(requestParameters: ProjectSubProjectsApiGetSubProjectsForProjectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDtoPagedResponse, any>>;
|
|
165
|
+
}
|
|
@@ -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
|
|
@@ -0,0 +1,272 @@
|
|
|
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 { UserNotificationForCreationDto } from '../../@coscine/model';
|
|
16
|
+
import type { UserNotificationOptOutDtoPagedResponse } from '../../@coscine/model';
|
|
17
|
+
import type { UserNotificationOptOutDtoResponse } from '../../@coscine/model';
|
|
18
|
+
/**
|
|
19
|
+
* UserNotificationOptOutApi - axios parameter creator
|
|
20
|
+
* @export
|
|
21
|
+
*/
|
|
22
|
+
export declare const UserNotificationOptOutApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
26
|
+
* @param {*} [options] Override http request option.
|
|
27
|
+
* @throws {RequiredError}
|
|
28
|
+
*/
|
|
29
|
+
apiV2UserNotificationsOptions: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @summary Creates a user notification opt out for a specified user.
|
|
33
|
+
* @param {UserNotificationForCreationDto} [userNotificationForCreationDto] The user notification opt out data for creation.
|
|
34
|
+
* @param {*} [options] Override http request option.
|
|
35
|
+
* @throws {RequiredError}
|
|
36
|
+
*/
|
|
37
|
+
createUserNotification: (userNotificationForCreationDto?: UserNotificationForCreationDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @summary Deletes a user notification opt out for a specified user.
|
|
41
|
+
* @param {string} id The Id of the user notification opt out.
|
|
42
|
+
* @param {*} [options] Override http request option.
|
|
43
|
+
* @throws {RequiredError}
|
|
44
|
+
*/
|
|
45
|
+
deleteUserNotification: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @summary Retrieves a user notification opt out for a specified notification.
|
|
49
|
+
* @param {string} notificationId The Id of the notification.
|
|
50
|
+
* @param {*} [options] Override http request option.
|
|
51
|
+
* @throws {RequiredError}
|
|
52
|
+
*/
|
|
53
|
+
getUserNotification: (notificationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @summary Retrieves all user notification opt outs of the current user.
|
|
57
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
58
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
59
|
+
* @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.
|
|
60
|
+
* @param {*} [options] Override http request option.
|
|
61
|
+
* @throws {RequiredError}
|
|
62
|
+
*/
|
|
63
|
+
getUserNotifications: (pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* UserNotificationOptOutApi - functional programming interface
|
|
67
|
+
* @export
|
|
68
|
+
*/
|
|
69
|
+
export declare const UserNotificationOptOutApiFp: (configuration?: Configuration) => {
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
73
|
+
* @param {*} [options] Override http request option.
|
|
74
|
+
* @throws {RequiredError}
|
|
75
|
+
*/
|
|
76
|
+
apiV2UserNotificationsOptions(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @summary Creates a user notification opt out for a specified user.
|
|
80
|
+
* @param {UserNotificationForCreationDto} [userNotificationForCreationDto] The user notification opt out data for creation.
|
|
81
|
+
* @param {*} [options] Override http request option.
|
|
82
|
+
* @throws {RequiredError}
|
|
83
|
+
*/
|
|
84
|
+
createUserNotification(userNotificationForCreationDto?: UserNotificationForCreationDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserNotificationOptOutDtoResponse>>;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @summary Deletes a user notification opt out for a specified user.
|
|
88
|
+
* @param {string} id The Id of the user notification opt out.
|
|
89
|
+
* @param {*} [options] Override http request option.
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
*/
|
|
92
|
+
deleteUserNotification(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @summary Retrieves a user notification opt out for a specified notification.
|
|
96
|
+
* @param {string} notificationId The Id of the notification.
|
|
97
|
+
* @param {*} [options] Override http request option.
|
|
98
|
+
* @throws {RequiredError}
|
|
99
|
+
*/
|
|
100
|
+
getUserNotification(notificationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserNotificationOptOutDtoResponse>>;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @summary Retrieves all user notification opt outs of the current user.
|
|
104
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
105
|
+
* @param {number} [pageSize] 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.
|
|
107
|
+
* @param {*} [options] Override http request option.
|
|
108
|
+
* @throws {RequiredError}
|
|
109
|
+
*/
|
|
110
|
+
getUserNotifications(pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserNotificationOptOutDtoPagedResponse>>;
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* UserNotificationOptOutApi - factory interface
|
|
114
|
+
* @export
|
|
115
|
+
*/
|
|
116
|
+
export declare const UserNotificationOptOutApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
120
|
+
* @param {*} [options] Override http request option.
|
|
121
|
+
* @throws {RequiredError}
|
|
122
|
+
*/
|
|
123
|
+
apiV2UserNotificationsOptions(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
124
|
+
/**
|
|
125
|
+
*
|
|
126
|
+
* @summary Creates a user notification opt out for a specified user.
|
|
127
|
+
* @param {UserNotificationOptOutApiCreateUserNotificationRequest} requestParameters Request parameters.
|
|
128
|
+
* @param {*} [options] Override http request option.
|
|
129
|
+
* @throws {RequiredError}
|
|
130
|
+
*/
|
|
131
|
+
createUserNotification(requestParameters?: UserNotificationOptOutApiCreateUserNotificationRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserNotificationOptOutDtoResponse>;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @summary Deletes a user notification opt out for a specified user.
|
|
135
|
+
* @param {UserNotificationOptOutApiDeleteUserNotificationRequest} requestParameters Request parameters.
|
|
136
|
+
* @param {*} [options] Override http request option.
|
|
137
|
+
* @throws {RequiredError}
|
|
138
|
+
*/
|
|
139
|
+
deleteUserNotification(requestParameters: UserNotificationOptOutApiDeleteUserNotificationRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @summary Retrieves a user notification opt out for a specified notification.
|
|
143
|
+
* @param {UserNotificationOptOutApiGetUserNotificationRequest} requestParameters Request parameters.
|
|
144
|
+
* @param {*} [options] Override http request option.
|
|
145
|
+
* @throws {RequiredError}
|
|
146
|
+
*/
|
|
147
|
+
getUserNotification(requestParameters: UserNotificationOptOutApiGetUserNotificationRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserNotificationOptOutDtoResponse>;
|
|
148
|
+
/**
|
|
149
|
+
*
|
|
150
|
+
* @summary Retrieves all user notification opt outs of the current user.
|
|
151
|
+
* @param {UserNotificationOptOutApiGetUserNotificationsRequest} requestParameters Request parameters.
|
|
152
|
+
* @param {*} [options] Override http request option.
|
|
153
|
+
* @throws {RequiredError}
|
|
154
|
+
*/
|
|
155
|
+
getUserNotifications(requestParameters?: UserNotificationOptOutApiGetUserNotificationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserNotificationOptOutDtoPagedResponse>;
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* Request parameters for createUserNotification operation in UserNotificationOptOutApi.
|
|
159
|
+
* @export
|
|
160
|
+
* @interface UserNotificationOptOutApiCreateUserNotificationRequest
|
|
161
|
+
*/
|
|
162
|
+
export interface UserNotificationOptOutApiCreateUserNotificationRequest {
|
|
163
|
+
/**
|
|
164
|
+
* The user notification opt out data for creation.
|
|
165
|
+
* @type {UserNotificationForCreationDto}
|
|
166
|
+
* @memberof UserNotificationOptOutApiCreateUserNotification
|
|
167
|
+
*/
|
|
168
|
+
readonly userNotificationForCreationDto?: UserNotificationForCreationDto;
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Request parameters for deleteUserNotification operation in UserNotificationOptOutApi.
|
|
172
|
+
* @export
|
|
173
|
+
* @interface UserNotificationOptOutApiDeleteUserNotificationRequest
|
|
174
|
+
*/
|
|
175
|
+
export interface UserNotificationOptOutApiDeleteUserNotificationRequest {
|
|
176
|
+
/**
|
|
177
|
+
* The Id of the user notification opt out.
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof UserNotificationOptOutApiDeleteUserNotification
|
|
180
|
+
*/
|
|
181
|
+
readonly id: string;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Request parameters for getUserNotification operation in UserNotificationOptOutApi.
|
|
185
|
+
* @export
|
|
186
|
+
* @interface UserNotificationOptOutApiGetUserNotificationRequest
|
|
187
|
+
*/
|
|
188
|
+
export interface UserNotificationOptOutApiGetUserNotificationRequest {
|
|
189
|
+
/**
|
|
190
|
+
* The Id of the notification.
|
|
191
|
+
* @type {string}
|
|
192
|
+
* @memberof UserNotificationOptOutApiGetUserNotification
|
|
193
|
+
*/
|
|
194
|
+
readonly notificationId: string;
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Request parameters for getUserNotifications operation in UserNotificationOptOutApi.
|
|
198
|
+
* @export
|
|
199
|
+
* @interface UserNotificationOptOutApiGetUserNotificationsRequest
|
|
200
|
+
*/
|
|
201
|
+
export interface UserNotificationOptOutApiGetUserNotificationsRequest {
|
|
202
|
+
/**
|
|
203
|
+
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
204
|
+
* @type {number}
|
|
205
|
+
* @memberof UserNotificationOptOutApiGetUserNotifications
|
|
206
|
+
*/
|
|
207
|
+
readonly pageNumber?: number;
|
|
208
|
+
/**
|
|
209
|
+
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
210
|
+
* @type {number}
|
|
211
|
+
* @memberof UserNotificationOptOutApiGetUserNotifications
|
|
212
|
+
*/
|
|
213
|
+
readonly pageSize?: number;
|
|
214
|
+
/**
|
|
215
|
+
* 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.
|
|
216
|
+
* @type {string}
|
|
217
|
+
* @memberof UserNotificationOptOutApiGetUserNotifications
|
|
218
|
+
*/
|
|
219
|
+
readonly orderBy?: string;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* UserNotificationOptOutApi - object-oriented interface
|
|
223
|
+
* @export
|
|
224
|
+
* @class UserNotificationOptOutApi
|
|
225
|
+
* @extends {BaseAPI}
|
|
226
|
+
*/
|
|
227
|
+
export declare class UserNotificationOptOutApi extends BaseAPI {
|
|
228
|
+
/**
|
|
229
|
+
*
|
|
230
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
231
|
+
* @param {*} [options] Override http request option.
|
|
232
|
+
* @throws {RequiredError}
|
|
233
|
+
* @memberof UserNotificationOptOutApi
|
|
234
|
+
*/
|
|
235
|
+
apiV2UserNotificationsOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @summary Creates a user notification opt out for a specified user.
|
|
239
|
+
* @param {UserNotificationOptOutApiCreateUserNotificationRequest} requestParameters Request parameters.
|
|
240
|
+
* @param {*} [options] Override http request option.
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
* @memberof UserNotificationOptOutApi
|
|
243
|
+
*/
|
|
244
|
+
createUserNotification(requestParameters?: UserNotificationOptOutApiCreateUserNotificationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserNotificationOptOutDtoResponse, any>>;
|
|
245
|
+
/**
|
|
246
|
+
*
|
|
247
|
+
* @summary Deletes a user notification opt out for a specified user.
|
|
248
|
+
* @param {UserNotificationOptOutApiDeleteUserNotificationRequest} requestParameters Request parameters.
|
|
249
|
+
* @param {*} [options] Override http request option.
|
|
250
|
+
* @throws {RequiredError}
|
|
251
|
+
* @memberof UserNotificationOptOutApi
|
|
252
|
+
*/
|
|
253
|
+
deleteUserNotification(requestParameters: UserNotificationOptOutApiDeleteUserNotificationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* @summary Retrieves a user notification opt out for a specified notification.
|
|
257
|
+
* @param {UserNotificationOptOutApiGetUserNotificationRequest} requestParameters Request parameters.
|
|
258
|
+
* @param {*} [options] Override http request option.
|
|
259
|
+
* @throws {RequiredError}
|
|
260
|
+
* @memberof UserNotificationOptOutApi
|
|
261
|
+
*/
|
|
262
|
+
getUserNotification(requestParameters: UserNotificationOptOutApiGetUserNotificationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserNotificationOptOutDtoResponse, any>>;
|
|
263
|
+
/**
|
|
264
|
+
*
|
|
265
|
+
* @summary Retrieves all user notification opt outs of the current user.
|
|
266
|
+
* @param {UserNotificationOptOutApiGetUserNotificationsRequest} requestParameters Request parameters.
|
|
267
|
+
* @param {*} [options] Override http request option.
|
|
268
|
+
* @throws {RequiredError}
|
|
269
|
+
* @memberof UserNotificationOptOutApi
|
|
270
|
+
*/
|
|
271
|
+
getUserNotifications(requestParameters?: UserNotificationOptOutApiGetUserNotificationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserNotificationOptOutDtoPagedResponse, any>>;
|
|
272
|
+
}
|
|
@@ -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
|