@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
|
|
@@ -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
|
package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts
CHANGED
|
@@ -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
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
17
|
export declare const QuotaUnit: {
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
18
|
+
readonly https___qudt_org_vocab_unit_BYTE: "https://qudt.org/vocab/unit/BYTE";
|
|
19
|
+
readonly https___qudt_org_vocab_unit_KibiBYTE: "https://qudt.org/vocab/unit/KibiBYTE";
|
|
20
|
+
readonly https___qudt_org_vocab_unit_MebiBYTE: "https://qudt.org/vocab/unit/MebiBYTE";
|
|
21
|
+
readonly https___qudt_org_vocab_unit_GibiBYTE: "https://qudt.org/vocab/unit/GibiBYTE";
|
|
22
|
+
readonly https___qudt_org_vocab_unit_TebiBYTE: "https://qudt.org/vocab/unit/TebiBYTE";
|
|
23
|
+
readonly https___qudt_org_vocab_unit_PebiBYTE: "https://qudt.org/vocab/unit/PebiBYTE";
|
|
24
24
|
};
|
|
25
25
|
export type QuotaUnit = typeof QuotaUnit[keyof typeof QuotaUnit];
|
|
@@ -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
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
17
|
export declare const RdfFormat: {
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
18
|
+
readonly text_turtle: "text/turtle";
|
|
19
|
+
readonly application_ldjson: "application/ld+json";
|
|
20
|
+
readonly application_x_trig: "application/x-trig";
|
|
21
21
|
};
|
|
22
22
|
export type RdfFormat = typeof RdfFormat[keyof typeof RdfFormat];
|
|
@@ -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
|
package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts
CHANGED
|
@@ -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
|
package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts
CHANGED
|
@@ -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
|
|
@@ -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
|