@coscine/api-client 3.20.0 → 3.22.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/dist/index.js +3553 -2677
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +182 -4
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +41 -0
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +65 -0
- package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +23 -0
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +27 -0
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +38 -0
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +44 -0
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +46 -0
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +55 -0
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +28 -0
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +41 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +55 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +26 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +27 -0
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +39 -0
- package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +149 -0
- package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +12 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +13 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +32 -0
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +93 -0
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +69 -38
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +117 -0
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +37 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +13 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +11 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/coscine-role-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto.d.ts +35 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +16 -0
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +18 -0
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +28 -0
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +16 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +28 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +12 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +15 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/lifecycle-options-for-manipulation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +22 -0
- package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +18 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +13 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +15 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +57 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +47 -0
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +29 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +23 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +15 -0
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +22 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +12 -0
- package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +17 -3
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +12 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +66 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +57 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +40 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +37 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +13 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +51 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +44 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +39 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +39 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +35 -0
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +11 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +15 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +38 -0
- package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +22 -0
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +14 -0
- package/dist/types/Coscine.Api/api.d.ts +1 -0
- package/dist/types/Coscine.Api/base.d.ts +24 -0
- package/dist/types/Coscine.Api/common.d.ts +37 -0
- package/dist/types/Coscine.Api/configuration.d.ts +41 -0
- package/dist/types/apis.d.ts +27 -0
- package/dist/types/index.d.ts +54 -0
- package/package.json +1 -1
|
@@ -16,6 +16,7 @@ import type { ActivityLogDtoPagedResponse } from '../../@coscine/model';
|
|
|
16
16
|
import type { CoscineHttpMethod } from '../../@coscine/model';
|
|
17
17
|
import type { CreateDatasourceDtoResponse } from '../../@coscine/model';
|
|
18
18
|
import type { DeployedGraphDtoPagedResponse } from '../../@coscine/model';
|
|
19
|
+
import type { DsNrwReplicationGroup } from '../../@coscine/model';
|
|
19
20
|
import type { MetadataUpdateAdminParameters } from '../../@coscine/model';
|
|
20
21
|
import type { ProjectAdminDtoPagedResponse } from '../../@coscine/model';
|
|
21
22
|
import type { RdfDefinitionDtoResponse } from '../../@coscine/model';
|
|
@@ -25,6 +26,7 @@ import type { ResourceAdminDtoPagedResponse } from '../../@coscine/model';
|
|
|
25
26
|
import type { UserDtoPagedResponse } from '../../@coscine/model';
|
|
26
27
|
/**
|
|
27
28
|
* AdminApi - axios parameter creator
|
|
29
|
+
* @export
|
|
28
30
|
*/
|
|
29
31
|
export declare const AdminApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
30
32
|
/**
|
|
@@ -34,16 +36,25 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
34
36
|
* @throws {RequiredError}
|
|
35
37
|
*/
|
|
36
38
|
apiV2AdminOptions: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
|
+
/**
|
|
40
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
41
|
+
* @summary Deletes the given user.
|
|
42
|
+
* @param {string} userId The id of the user.
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
*/
|
|
46
|
+
apiV2AdminUsersUserIdDelete: (userId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
47
|
/**
|
|
38
48
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
39
49
|
* @summary Creates a new datasource for a specified resource and type.
|
|
40
50
|
* @param {string} resourceId The unique identifier of the resource.
|
|
41
51
|
* @param {string} typeId The unique identifier of the datasource type.
|
|
42
52
|
* @param {number} [quota] The allocated quota for the datasource.
|
|
53
|
+
* @param {DsNrwReplicationGroup} [dsNrwReplicationGroup] The optional replication grouo for the datasource.
|
|
43
54
|
* @param {*} [options] Override http request option.
|
|
44
55
|
* @throws {RequiredError}
|
|
45
56
|
*/
|
|
46
|
-
createDatasource: (resourceId: string, typeId: string, quota?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57
|
+
createDatasource: (resourceId: string, typeId: string, quota?: number, dsNrwReplicationGroup?: DsNrwReplicationGroup, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
58
|
/**
|
|
48
59
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
49
60
|
* @summary Retrieves all activity logs.
|
|
@@ -91,12 +102,13 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
91
102
|
* @summary Retrieves all users.
|
|
92
103
|
* @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
|
|
93
104
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
105
|
+
* @param {boolean} [dataProcessingConsentGranted] Gets or sets a value indicating whether the personal data processing consent have been granted by the user.
|
|
94
106
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
95
107
|
* @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.
|
|
96
108
|
* @param {*} [options] Override http request option.
|
|
97
109
|
* @throws {RequiredError}
|
|
98
110
|
*/
|
|
99
|
-
getAllUsers: (tosAccepted?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
111
|
+
getAllUsers: (tosAccepted?: boolean, pageSize?: number, dataProcessingConsentGranted?: boolean, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
100
112
|
/**
|
|
101
113
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
102
114
|
* @summary Gets all deployed graphs.
|
|
@@ -147,6 +159,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
147
159
|
};
|
|
148
160
|
/**
|
|
149
161
|
* AdminApi - functional programming interface
|
|
162
|
+
* @export
|
|
150
163
|
*/
|
|
151
164
|
export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
152
165
|
/**
|
|
@@ -156,16 +169,25 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
156
169
|
* @throws {RequiredError}
|
|
157
170
|
*/
|
|
158
171
|
apiV2AdminOptions(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
172
|
+
/**
|
|
173
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
174
|
+
* @summary Deletes the given user.
|
|
175
|
+
* @param {string} userId The id of the user.
|
|
176
|
+
* @param {*} [options] Override http request option.
|
|
177
|
+
* @throws {RequiredError}
|
|
178
|
+
*/
|
|
179
|
+
apiV2AdminUsersUserIdDelete(userId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
159
180
|
/**
|
|
160
181
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
161
182
|
* @summary Creates a new datasource for a specified resource and type.
|
|
162
183
|
* @param {string} resourceId The unique identifier of the resource.
|
|
163
184
|
* @param {string} typeId The unique identifier of the datasource type.
|
|
164
185
|
* @param {number} [quota] The allocated quota for the datasource.
|
|
186
|
+
* @param {DsNrwReplicationGroup} [dsNrwReplicationGroup] The optional replication grouo for the datasource.
|
|
165
187
|
* @param {*} [options] Override http request option.
|
|
166
188
|
* @throws {RequiredError}
|
|
167
189
|
*/
|
|
168
|
-
createDatasource(resourceId: string, typeId: string, quota?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateDatasourceDtoResponse>>;
|
|
190
|
+
createDatasource(resourceId: string, typeId: string, quota?: number, dsNrwReplicationGroup?: DsNrwReplicationGroup, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateDatasourceDtoResponse>>;
|
|
169
191
|
/**
|
|
170
192
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
171
193
|
* @summary Retrieves all activity logs.
|
|
@@ -213,12 +235,13 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
213
235
|
* @summary Retrieves all users.
|
|
214
236
|
* @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
|
|
215
237
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
238
|
+
* @param {boolean} [dataProcessingConsentGranted] Gets or sets a value indicating whether the personal data processing consent have been granted by the user.
|
|
216
239
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
217
240
|
* @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.
|
|
218
241
|
* @param {*} [options] Override http request option.
|
|
219
242
|
* @throws {RequiredError}
|
|
220
243
|
*/
|
|
221
|
-
getAllUsers(tosAccepted?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserDtoPagedResponse>>;
|
|
244
|
+
getAllUsers(tosAccepted?: boolean, pageSize?: number, dataProcessingConsentGranted?: boolean, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserDtoPagedResponse>>;
|
|
222
245
|
/**
|
|
223
246
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
224
247
|
* @summary Gets all deployed graphs.
|
|
@@ -269,6 +292,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
269
292
|
};
|
|
270
293
|
/**
|
|
271
294
|
* AdminApi - factory interface
|
|
295
|
+
* @export
|
|
272
296
|
*/
|
|
273
297
|
export declare const AdminApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
274
298
|
/**
|
|
@@ -278,6 +302,14 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
|
|
|
278
302
|
* @throws {RequiredError}
|
|
279
303
|
*/
|
|
280
304
|
apiV2AdminOptions(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
305
|
+
/**
|
|
306
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
307
|
+
* @summary Deletes the given user.
|
|
308
|
+
* @param {AdminApiApiV2AdminUsersUserIdDeleteRequest} requestParameters Request parameters.
|
|
309
|
+
* @param {*} [options] Override http request option.
|
|
310
|
+
* @throws {RequiredError}
|
|
311
|
+
*/
|
|
312
|
+
apiV2AdminUsersUserIdDelete(requestParameters: AdminApiApiV2AdminUsersUserIdDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
281
313
|
/**
|
|
282
314
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
283
315
|
* @summary Creates a new datasource for a specified resource and type.
|
|
@@ -359,218 +391,344 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
|
|
|
359
391
|
*/
|
|
360
392
|
updateResourceType(requestParameters: AdminApiUpdateResourceTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
361
393
|
};
|
|
394
|
+
/**
|
|
395
|
+
* Request parameters for apiV2AdminUsersUserIdDelete operation in AdminApi.
|
|
396
|
+
* @export
|
|
397
|
+
* @interface AdminApiApiV2AdminUsersUserIdDeleteRequest
|
|
398
|
+
*/
|
|
399
|
+
export interface AdminApiApiV2AdminUsersUserIdDeleteRequest {
|
|
400
|
+
/**
|
|
401
|
+
* The id of the user.
|
|
402
|
+
* @type {string}
|
|
403
|
+
* @memberof AdminApiApiV2AdminUsersUserIdDelete
|
|
404
|
+
*/
|
|
405
|
+
readonly userId: string;
|
|
406
|
+
}
|
|
362
407
|
/**
|
|
363
408
|
* Request parameters for createDatasource operation in AdminApi.
|
|
409
|
+
* @export
|
|
410
|
+
* @interface AdminApiCreateDatasourceRequest
|
|
364
411
|
*/
|
|
365
412
|
export interface AdminApiCreateDatasourceRequest {
|
|
366
413
|
/**
|
|
367
414
|
* The unique identifier of the resource.
|
|
415
|
+
* @type {string}
|
|
416
|
+
* @memberof AdminApiCreateDatasource
|
|
368
417
|
*/
|
|
369
418
|
readonly resourceId: string;
|
|
370
419
|
/**
|
|
371
420
|
* The unique identifier of the datasource type.
|
|
421
|
+
* @type {string}
|
|
422
|
+
* @memberof AdminApiCreateDatasource
|
|
372
423
|
*/
|
|
373
424
|
readonly typeId: string;
|
|
374
425
|
/**
|
|
375
426
|
* The allocated quota for the datasource.
|
|
427
|
+
* @type {number}
|
|
428
|
+
* @memberof AdminApiCreateDatasource
|
|
376
429
|
*/
|
|
377
430
|
readonly quota?: number;
|
|
431
|
+
/**
|
|
432
|
+
* The optional replication grouo for the datasource.
|
|
433
|
+
* @type {DsNrwReplicationGroup}
|
|
434
|
+
* @memberof AdminApiCreateDatasource
|
|
435
|
+
*/
|
|
436
|
+
readonly dsNrwReplicationGroup?: DsNrwReplicationGroup;
|
|
378
437
|
}
|
|
379
438
|
/**
|
|
380
439
|
* Request parameters for getAllActivityLogs operation in AdminApi.
|
|
440
|
+
* @export
|
|
441
|
+
* @interface AdminApiGetAllActivityLogsRequest
|
|
381
442
|
*/
|
|
382
443
|
export interface AdminApiGetAllActivityLogsRequest {
|
|
383
444
|
/**
|
|
384
445
|
* The activity timestamp date before which activity logs should be retrieved.
|
|
446
|
+
* @type {string}
|
|
447
|
+
* @memberof AdminApiGetAllActivityLogs
|
|
385
448
|
*/
|
|
386
449
|
readonly activityTimestampBefore?: string;
|
|
387
450
|
/**
|
|
388
451
|
* The activity timestamp date after which activity logs should be retrieved.
|
|
452
|
+
* @type {string}
|
|
453
|
+
* @memberof AdminApiGetAllActivityLogs
|
|
389
454
|
*/
|
|
390
455
|
readonly activityTimestampAfter?: string;
|
|
391
456
|
/**
|
|
392
457
|
* The GUID for which activity logs should be retrieved. Can be a project, resource or other ID.
|
|
458
|
+
* @type {string}
|
|
459
|
+
* @memberof AdminApiGetAllActivityLogs
|
|
393
460
|
*/
|
|
394
461
|
readonly guid?: string;
|
|
395
462
|
/**
|
|
396
463
|
* The user ID for which activity logs should be retrieved.
|
|
464
|
+
* @type {string}
|
|
465
|
+
* @memberof AdminApiGetAllActivityLogs
|
|
397
466
|
*/
|
|
398
467
|
readonly userId?: string;
|
|
399
468
|
/**
|
|
400
469
|
* The regular expression to filter activity logs\' API path by. The regex must be a valid, already escaped string.
|
|
470
|
+
* @type {string}
|
|
471
|
+
* @memberof AdminApiGetAllActivityLogs
|
|
401
472
|
*/
|
|
402
473
|
readonly regularExpression?: string;
|
|
403
474
|
/**
|
|
404
475
|
* The http method to filter activity logs by.
|
|
476
|
+
* @type {CoscineHttpMethod}
|
|
477
|
+
* @memberof AdminApiGetAllActivityLogs
|
|
405
478
|
*/
|
|
406
479
|
readonly httpMethod?: CoscineHttpMethod;
|
|
407
480
|
/**
|
|
408
481
|
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
482
|
+
* @type {number}
|
|
483
|
+
* @memberof AdminApiGetAllActivityLogs
|
|
409
484
|
*/
|
|
410
485
|
readonly pageNumber?: number;
|
|
411
486
|
/**
|
|
412
487
|
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
488
|
+
* @type {number}
|
|
489
|
+
* @memberof AdminApiGetAllActivityLogs
|
|
413
490
|
*/
|
|
414
491
|
readonly pageSize?: number;
|
|
415
492
|
/**
|
|
416
493
|
* 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.
|
|
494
|
+
* @type {string}
|
|
495
|
+
* @memberof AdminApiGetAllActivityLogs
|
|
417
496
|
*/
|
|
418
497
|
readonly orderBy?: string;
|
|
419
498
|
}
|
|
420
499
|
/**
|
|
421
500
|
* Request parameters for getAllProjects operation in AdminApi.
|
|
501
|
+
* @export
|
|
502
|
+
* @interface AdminApiGetAllProjectsRequest
|
|
422
503
|
*/
|
|
423
504
|
export interface AdminApiGetAllProjectsRequest {
|
|
424
505
|
/**
|
|
425
506
|
* Gets or sets a value indicating whether to filter top-level projects.
|
|
507
|
+
* @type {boolean}
|
|
508
|
+
* @memberof AdminApiGetAllProjects
|
|
426
509
|
*/
|
|
427
510
|
readonly topLevel?: boolean;
|
|
428
511
|
/**
|
|
429
512
|
* Gets or sets a value indicating whether to include deleted projects in the results.
|
|
513
|
+
* @type {boolean}
|
|
514
|
+
* @memberof AdminApiGetAllProjects
|
|
430
515
|
*/
|
|
431
516
|
readonly includeDeleted?: boolean;
|
|
432
517
|
/**
|
|
433
518
|
* Gets or sets a value indicating whether to include quotas in the results.
|
|
519
|
+
* @type {boolean}
|
|
520
|
+
* @memberof AdminApiGetAllProjects
|
|
434
521
|
*/
|
|
435
522
|
readonly includeQuotas?: boolean;
|
|
436
523
|
/**
|
|
437
524
|
* Gets or sets a value indicating whether to include project publication requests in the results.
|
|
525
|
+
* @type {boolean}
|
|
526
|
+
* @memberof AdminApiGetAllProjects
|
|
438
527
|
*/
|
|
439
528
|
readonly includePublicationRequests?: boolean;
|
|
440
529
|
/**
|
|
441
530
|
* Number of items per page. The maximum number of items per page is `250`.
|
|
531
|
+
* @type {number}
|
|
532
|
+
* @memberof AdminApiGetAllProjects
|
|
442
533
|
*/
|
|
443
534
|
readonly pageSize?: number;
|
|
444
535
|
/**
|
|
445
536
|
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
537
|
+
* @type {number}
|
|
538
|
+
* @memberof AdminApiGetAllProjects
|
|
446
539
|
*/
|
|
447
540
|
readonly pageNumber?: number;
|
|
448
541
|
/**
|
|
449
542
|
* 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.
|
|
543
|
+
* @type {string}
|
|
544
|
+
* @memberof AdminApiGetAllProjects
|
|
450
545
|
*/
|
|
451
546
|
readonly orderBy?: string;
|
|
452
547
|
}
|
|
453
548
|
/**
|
|
454
549
|
* Request parameters for getAllResources operation in AdminApi.
|
|
550
|
+
* @export
|
|
551
|
+
* @interface AdminApiGetAllResourcesRequest
|
|
455
552
|
*/
|
|
456
553
|
export interface AdminApiGetAllResourcesRequest {
|
|
457
554
|
/**
|
|
458
555
|
* Value indicating whether to include deleted resources.
|
|
556
|
+
* @type {boolean}
|
|
557
|
+
* @memberof AdminApiGetAllResources
|
|
459
558
|
*/
|
|
460
559
|
readonly includeDeleted?: boolean;
|
|
461
560
|
/**
|
|
462
561
|
* Value indicating whether to include individual resource quotas.
|
|
562
|
+
* @type {boolean}
|
|
563
|
+
* @memberof AdminApiGetAllResources
|
|
463
564
|
*/
|
|
464
565
|
readonly includeQuotas?: boolean;
|
|
465
566
|
/**
|
|
466
567
|
* Number of items per page. The maximum number of items per page is `250`.
|
|
568
|
+
* @type {number}
|
|
569
|
+
* @memberof AdminApiGetAllResources
|
|
467
570
|
*/
|
|
468
571
|
readonly pageSize?: number;
|
|
469
572
|
/**
|
|
470
573
|
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
574
|
+
* @type {number}
|
|
575
|
+
* @memberof AdminApiGetAllResources
|
|
471
576
|
*/
|
|
472
577
|
readonly pageNumber?: number;
|
|
473
578
|
/**
|
|
474
579
|
* 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.
|
|
580
|
+
* @type {string}
|
|
581
|
+
* @memberof AdminApiGetAllResources
|
|
475
582
|
*/
|
|
476
583
|
readonly orderBy?: string;
|
|
477
584
|
}
|
|
478
585
|
/**
|
|
479
586
|
* Request parameters for getAllUsers operation in AdminApi.
|
|
587
|
+
* @export
|
|
588
|
+
* @interface AdminApiGetAllUsersRequest
|
|
480
589
|
*/
|
|
481
590
|
export interface AdminApiGetAllUsersRequest {
|
|
482
591
|
/**
|
|
483
592
|
* Gets or sets a value indicating whether the terms of service have been accepted by the user.
|
|
593
|
+
* @type {boolean}
|
|
594
|
+
* @memberof AdminApiGetAllUsers
|
|
484
595
|
*/
|
|
485
596
|
readonly tosAccepted?: boolean;
|
|
486
597
|
/**
|
|
487
598
|
* Number of items per page. The maximum number of items per page is `250`.
|
|
599
|
+
* @type {number}
|
|
600
|
+
* @memberof AdminApiGetAllUsers
|
|
488
601
|
*/
|
|
489
602
|
readonly pageSize?: number;
|
|
603
|
+
/**
|
|
604
|
+
* Gets or sets a value indicating whether the personal data processing consent have been granted by the user.
|
|
605
|
+
*/
|
|
606
|
+
readonly dataProcessingConsentGranted?: boolean;
|
|
490
607
|
/**
|
|
491
608
|
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
609
|
+
* @type {number}
|
|
610
|
+
* @memberof AdminApiGetAllUsers
|
|
492
611
|
*/
|
|
493
612
|
readonly pageNumber?: number;
|
|
494
613
|
/**
|
|
495
614
|
* 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.
|
|
615
|
+
* @type {string}
|
|
616
|
+
* @memberof AdminApiGetAllUsers
|
|
496
617
|
*/
|
|
497
618
|
readonly orderBy?: string;
|
|
498
619
|
}
|
|
499
620
|
/**
|
|
500
621
|
* Request parameters for getDeployedGraphs operation in AdminApi.
|
|
622
|
+
* @export
|
|
623
|
+
* @interface AdminApiGetDeployedGraphsRequest
|
|
501
624
|
*/
|
|
502
625
|
export interface AdminApiGetDeployedGraphsRequest {
|
|
503
626
|
/**
|
|
504
627
|
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
628
|
+
* @type {number}
|
|
629
|
+
* @memberof AdminApiGetDeployedGraphs
|
|
505
630
|
*/
|
|
506
631
|
readonly pageNumber?: number;
|
|
507
632
|
/**
|
|
508
633
|
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
634
|
+
* @type {number}
|
|
635
|
+
* @memberof AdminApiGetDeployedGraphs
|
|
509
636
|
*/
|
|
510
637
|
readonly pageSize?: number;
|
|
511
638
|
/**
|
|
512
639
|
* 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.
|
|
640
|
+
* @type {string}
|
|
641
|
+
* @memberof AdminApiGetDeployedGraphs
|
|
513
642
|
*/
|
|
514
643
|
readonly orderBy?: string;
|
|
515
644
|
}
|
|
516
645
|
/**
|
|
517
646
|
* Request parameters for getMetadataGraph operation in AdminApi.
|
|
647
|
+
* @export
|
|
648
|
+
* @interface AdminApiGetMetadataGraphRequest
|
|
518
649
|
*/
|
|
519
650
|
export interface AdminApiGetMetadataGraphRequest {
|
|
520
651
|
/**
|
|
521
652
|
* The absolute URI of the graph to get.
|
|
653
|
+
* @type {string}
|
|
654
|
+
* @memberof AdminApiGetMetadataGraph
|
|
522
655
|
*/
|
|
523
656
|
readonly graph: string;
|
|
524
657
|
/**
|
|
525
658
|
* Gets or sets the RDF format.
|
|
659
|
+
* @type {RdfFormat}
|
|
660
|
+
* @memberof AdminApiGetMetadataGraph
|
|
526
661
|
*/
|
|
527
662
|
readonly format?: RdfFormat;
|
|
528
663
|
}
|
|
529
664
|
/**
|
|
530
665
|
* Request parameters for patchMetadata operation in AdminApi.
|
|
666
|
+
* @export
|
|
667
|
+
* @interface AdminApiPatchMetadataRequest
|
|
531
668
|
*/
|
|
532
669
|
export interface AdminApiPatchMetadataRequest {
|
|
533
670
|
/**
|
|
534
671
|
* The absolute URI of the graph to patch.
|
|
672
|
+
* @type {string}
|
|
673
|
+
* @memberof AdminApiPatchMetadata
|
|
535
674
|
*/
|
|
536
675
|
readonly graph: string;
|
|
537
676
|
/**
|
|
538
677
|
* The well-formed RDF patch document containing the changes as operations to be applied to the graph.
|
|
678
|
+
* @type {RdfPatchDocumentDto}
|
|
679
|
+
* @memberof AdminApiPatchMetadata
|
|
539
680
|
*/
|
|
540
681
|
readonly rdfPatchDocumentDto?: RdfPatchDocumentDto;
|
|
541
682
|
}
|
|
542
683
|
/**
|
|
543
684
|
* Request parameters for updateMetadataGraph operation in AdminApi.
|
|
685
|
+
* @export
|
|
686
|
+
* @interface AdminApiUpdateMetadataGraphRequest
|
|
544
687
|
*/
|
|
545
688
|
export interface AdminApiUpdateMetadataGraphRequest {
|
|
546
689
|
/**
|
|
547
690
|
* The absolute URI of the graph to update.
|
|
691
|
+
* @type {string}
|
|
692
|
+
* @memberof AdminApiUpdateMetadataGraph
|
|
548
693
|
*/
|
|
549
694
|
readonly graph: string;
|
|
550
695
|
/**
|
|
551
696
|
* The metadata update admin parameters.
|
|
697
|
+
* @type {MetadataUpdateAdminParameters}
|
|
698
|
+
* @memberof AdminApiUpdateMetadataGraph
|
|
552
699
|
*/
|
|
553
700
|
readonly metadataUpdateAdminParameters?: MetadataUpdateAdminParameters;
|
|
554
701
|
}
|
|
555
702
|
/**
|
|
556
703
|
* Request parameters for updateResourceType operation in AdminApi.
|
|
704
|
+
* @export
|
|
705
|
+
* @interface AdminApiUpdateResourceTypeRequest
|
|
557
706
|
*/
|
|
558
707
|
export interface AdminApiUpdateResourceTypeRequest {
|
|
559
708
|
/**
|
|
560
709
|
* The unique identifier of the resource to be updated.
|
|
710
|
+
* @type {string}
|
|
711
|
+
* @memberof AdminApiUpdateResourceType
|
|
561
712
|
*/
|
|
562
713
|
readonly resourceId: string;
|
|
563
714
|
/**
|
|
564
715
|
* The unique identifier of the new resource type.
|
|
716
|
+
* @type {string}
|
|
717
|
+
* @memberof AdminApiUpdateResourceType
|
|
565
718
|
*/
|
|
566
719
|
readonly typeId: string;
|
|
567
720
|
/**
|
|
568
721
|
* The unique identifier of the new resource type option.
|
|
722
|
+
* @type {string}
|
|
723
|
+
* @memberof AdminApiUpdateResourceType
|
|
569
724
|
*/
|
|
570
725
|
readonly optionId?: string;
|
|
571
726
|
}
|
|
572
727
|
/**
|
|
573
728
|
* AdminApi - object-oriented interface
|
|
729
|
+
* @export
|
|
730
|
+
* @class AdminApi
|
|
731
|
+
* @extends {BaseAPI}
|
|
574
732
|
*/
|
|
575
733
|
export declare class AdminApi extends BaseAPI {
|
|
576
734
|
/**
|
|
@@ -578,14 +736,25 @@ export declare class AdminApi extends BaseAPI {
|
|
|
578
736
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
579
737
|
* @param {*} [options] Override http request option.
|
|
580
738
|
* @throws {RequiredError}
|
|
739
|
+
* @memberof AdminApi
|
|
581
740
|
*/
|
|
582
741
|
apiV2AdminOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
742
|
+
/**
|
|
743
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
744
|
+
* @summary Deletes the given user.
|
|
745
|
+
* @param {AdminApiApiV2AdminUsersUserIdDeleteRequest} requestParameters Request parameters.
|
|
746
|
+
* @param {*} [options] Override http request option.
|
|
747
|
+
* @throws {RequiredError}
|
|
748
|
+
* @memberof AdminApi
|
|
749
|
+
*/
|
|
750
|
+
apiV2AdminUsersUserIdDelete(requestParameters: AdminApiApiV2AdminUsersUserIdDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
583
751
|
/**
|
|
584
752
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
585
753
|
* @summary Creates a new datasource for a specified resource and type.
|
|
586
754
|
* @param {AdminApiCreateDatasourceRequest} requestParameters Request parameters.
|
|
587
755
|
* @param {*} [options] Override http request option.
|
|
588
756
|
* @throws {RequiredError}
|
|
757
|
+
* @memberof AdminApi
|
|
589
758
|
*/
|
|
590
759
|
createDatasource(requestParameters: AdminApiCreateDatasourceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateDatasourceDtoResponse, any>>;
|
|
591
760
|
/**
|
|
@@ -594,6 +763,7 @@ export declare class AdminApi extends BaseAPI {
|
|
|
594
763
|
* @param {AdminApiGetAllActivityLogsRequest} requestParameters Request parameters.
|
|
595
764
|
* @param {*} [options] Override http request option.
|
|
596
765
|
* @throws {RequiredError}
|
|
766
|
+
* @memberof AdminApi
|
|
597
767
|
*/
|
|
598
768
|
getAllActivityLogs(requestParameters?: AdminApiGetAllActivityLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ActivityLogDtoPagedResponse, any>>;
|
|
599
769
|
/**
|
|
@@ -602,6 +772,7 @@ export declare class AdminApi extends BaseAPI {
|
|
|
602
772
|
* @param {AdminApiGetAllProjectsRequest} requestParameters Request parameters.
|
|
603
773
|
* @param {*} [options] Override http request option.
|
|
604
774
|
* @throws {RequiredError}
|
|
775
|
+
* @memberof AdminApi
|
|
605
776
|
*/
|
|
606
777
|
getAllProjects(requestParameters?: AdminApiGetAllProjectsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectAdminDtoPagedResponse, any>>;
|
|
607
778
|
/**
|
|
@@ -610,6 +781,7 @@ export declare class AdminApi extends BaseAPI {
|
|
|
610
781
|
* @param {AdminApiGetAllResourcesRequest} requestParameters Request parameters.
|
|
611
782
|
* @param {*} [options] Override http request option.
|
|
612
783
|
* @throws {RequiredError}
|
|
784
|
+
* @memberof AdminApi
|
|
613
785
|
*/
|
|
614
786
|
getAllResources(requestParameters?: AdminApiGetAllResourcesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceAdminDtoPagedResponse, any>>;
|
|
615
787
|
/**
|
|
@@ -618,6 +790,7 @@ export declare class AdminApi extends BaseAPI {
|
|
|
618
790
|
* @param {AdminApiGetAllUsersRequest} requestParameters Request parameters.
|
|
619
791
|
* @param {*} [options] Override http request option.
|
|
620
792
|
* @throws {RequiredError}
|
|
793
|
+
* @memberof AdminApi
|
|
621
794
|
*/
|
|
622
795
|
getAllUsers(requestParameters?: AdminApiGetAllUsersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserDtoPagedResponse, any>>;
|
|
623
796
|
/**
|
|
@@ -626,6 +799,7 @@ export declare class AdminApi extends BaseAPI {
|
|
|
626
799
|
* @param {AdminApiGetDeployedGraphsRequest} requestParameters Request parameters.
|
|
627
800
|
* @param {*} [options] Override http request option.
|
|
628
801
|
* @throws {RequiredError}
|
|
802
|
+
* @memberof AdminApi
|
|
629
803
|
*/
|
|
630
804
|
getDeployedGraphs(requestParameters?: AdminApiGetDeployedGraphsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeployedGraphDtoPagedResponse, any>>;
|
|
631
805
|
/**
|
|
@@ -634,6 +808,7 @@ export declare class AdminApi extends BaseAPI {
|
|
|
634
808
|
* @param {AdminApiGetMetadataGraphRequest} requestParameters Request parameters.
|
|
635
809
|
* @param {*} [options] Override http request option.
|
|
636
810
|
* @throws {RequiredError}
|
|
811
|
+
* @memberof AdminApi
|
|
637
812
|
*/
|
|
638
813
|
getMetadataGraph(requestParameters: AdminApiGetMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RdfDefinitionDtoResponse, any>>;
|
|
639
814
|
/**
|
|
@@ -642,6 +817,7 @@ export declare class AdminApi extends BaseAPI {
|
|
|
642
817
|
* @param {AdminApiPatchMetadataRequest} requestParameters Request parameters.
|
|
643
818
|
* @param {*} [options] Override http request option.
|
|
644
819
|
* @throws {RequiredError}
|
|
820
|
+
* @memberof AdminApi
|
|
645
821
|
*/
|
|
646
822
|
patchMetadata(requestParameters: AdminApiPatchMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
647
823
|
/**
|
|
@@ -650,6 +826,7 @@ export declare class AdminApi extends BaseAPI {
|
|
|
650
826
|
* @param {AdminApiUpdateMetadataGraphRequest} requestParameters Request parameters.
|
|
651
827
|
* @param {*} [options] Override http request option.
|
|
652
828
|
* @throws {RequiredError}
|
|
829
|
+
* @memberof AdminApi
|
|
653
830
|
*/
|
|
654
831
|
updateMetadataGraph(requestParameters: AdminApiUpdateMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
655
832
|
/**
|
|
@@ -658,6 +835,7 @@ export declare class AdminApi extends BaseAPI {
|
|
|
658
835
|
* @param {AdminApiUpdateResourceTypeRequest} requestParameters Request parameters.
|
|
659
836
|
* @param {*} [options] Override http request option.
|
|
660
837
|
* @throws {RequiredError}
|
|
838
|
+
* @memberof AdminApi
|
|
661
839
|
*/
|
|
662
840
|
updateResourceType(requestParameters: AdminApiUpdateResourceTypeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
663
841
|
}
|