@coscine/api-client 3.24.0 → 3.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +130 -2
- package/dist/index.js +8865 -5140
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +52 -198
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +18 -75
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +24 -84
- package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +11 -41
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +24 -51
- package/dist/types/Coscine.Api/@coscine/api/graph-api.d.ts +242 -0
- package/dist/types/Coscine.Api/@coscine/api/graph-metadata-api.d.ts +257 -0
- package/dist/types/Coscine.Api/@coscine/api/graph-metadata-content-api.d.ts +182 -0
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +7 -42
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +6 -25
- package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +16 -56
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +17 -68
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +19 -77
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +18 -77
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +60 -88
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +7 -47
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +17 -71
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +19 -88
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +14 -45
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +6 -36
- package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +15 -53
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +7 -58
- package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +15 -29
- package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +11 -36
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +6 -29
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +7 -32
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +8 -53
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +15 -51
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +18 -62
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +14 -67
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +8 -44
- package/dist/types/Coscine.Api/@coscine/api/storage-api.d.ts +248 -0
- package/dist/types/Coscine.Api/@coscine/api/storage-content-api.d.ts +232 -0
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +28 -79
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +6 -25
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +63 -167
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +6 -31
- package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +18 -62
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +64 -79
- package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +0 -37
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -29
- package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -25
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -23
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/coscine-role-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto.d.ts +0 -35
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +3 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +3 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +3 -31
- package/dist/types/Coscine.Api/@coscine/model/default-organization-quota-dto.d.ts +28 -0
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group.d.ts +0 -5
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -29
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -31
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +3 -42
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +1 -11
- package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +0 -16
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +0 -28
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +0 -12
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -28
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -22
- package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +0 -50
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/lifecycle-options-for-manipulation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +0 -14
- package/dist/types/Coscine.Api/@coscine/model/message-dto-ienumerable-response.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +1 -34
- package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +5 -46
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +3 -32
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-paged-response.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-response.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -25
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +0 -14
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -27
- package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +10 -78
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -63
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -45
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -43
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -37
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +1 -27
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +3 -36
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -45
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -24
- package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -33
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -32
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -32
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -30
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -29
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -16
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -25
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -87
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -27
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -76
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +6 -57
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +5 -53
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +3 -32
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -25
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +7 -65
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +8 -63
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +7 -57
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +7 -57
- package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -49
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -23
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +1 -27
- package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-paged-response.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-response.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-node-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-node-links.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -52
- package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -36
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +9 -25
- package/dist/types/Coscine.Api/@coscine/model/user-project-role-count-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +0 -14
- package/dist/types/Coscine.Api/api.d.ts +5 -0
- package/dist/types/Coscine.Api/base.d.ts +2 -37
- package/dist/types/Coscine.Api/common.d.ts +8 -50
- package/dist/types/Coscine.Api/configuration.d.ts +0 -17
- package/dist/types/Coscine.Api/index.d.ts +3 -3
- package/dist/types/Coscine.Api.STS/@coscine/api/account-api.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/api/home-api.d.ts +3 -14
- package/dist/types/Coscine.Api.STS/@coscine/api/merge-api.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/api/orci-dapi.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/api/shibboleth-api.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/model/login-urls.d.ts +0 -11
- package/dist/types/Coscine.Api.STS/base.d.ts +2 -13
- package/dist/types/Coscine.Api.STS/common.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/index.d.ts +3 -3
- package/dist/types/apis.d.ts +211 -176
- package/dist/types/axios-basic.d.ts +1 -1
- package/dist/types/index.d.ts +426 -350
- package/dist/types/testing.d.ts +46 -0
- package/package.json +7 -7
|
@@ -1,32 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* The version of the OpenAPI document: 2.0
|
|
6
|
-
* Contact: servicedesk@rwth-aachen.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import type { ActivityLogDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import type { CoscineHttpMethod } from '../../@coscine/model';
|
|
17
|
-
import type { CreateDatasourceDtoResponse } from '../../@coscine/model';
|
|
18
|
-
import type { DeployedGraphDtoPagedResponse } from '../../@coscine/model';
|
|
19
|
-
import type { DsNrwReplicationGroup } from '../../@coscine/model';
|
|
20
|
-
import type { MetadataUpdateAdminParameters } from '../../@coscine/model';
|
|
21
|
-
import type { ProjectAdminDtoPagedResponse } from '../../@coscine/model';
|
|
22
|
-
import type { RdfDefinitionDtoResponse } from '../../@coscine/model';
|
|
23
|
-
import type { RdfFormat } from '../../@coscine/model';
|
|
24
|
-
import type { RdfPatchDocumentDto } from '../../@coscine/model';
|
|
25
|
-
import type { ResourceAdminDtoPagedResponse } from '../../@coscine/model';
|
|
26
|
-
import type { UserDtoPagedResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ActivityLogDtoPagedResponse, CoscineHttpMethod, CreateDatasourceDtoResponse, DeployedGraphDtoPagedResponse, DsNrwReplicationGroup, MetadataUpdateAdminParameters, ProjectAdminDtoPagedResponse, RdfDefinitionDtoResponse, RdfFormat, RdfPatchDocumentDto, ResourceAdminDtoPagedResponse, UserDtoPagedResponse } from '../../@coscine/model';
|
|
27
5
|
/**
|
|
28
6
|
* AdminApi - axios parameter creator
|
|
29
|
-
* @export
|
|
30
7
|
*/
|
|
31
8
|
export declare const AdminApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
32
9
|
/**
|
|
@@ -64,9 +41,9 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
64
41
|
* @param {string} [userId] The user ID for which activity logs should be retrieved.
|
|
65
42
|
* @param {string} [regularExpression] The regular expression to filter activity logs\' API path by. The regex must be a valid, already escaped string.
|
|
66
43
|
* @param {CoscineHttpMethod} [httpMethod] The http method to filter activity logs by.
|
|
67
|
-
* @param {number} [pageNumber]
|
|
68
|
-
* @param {number} [pageSize]
|
|
69
|
-
* @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.
|
|
44
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
45
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
46
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
70
47
|
* @param {*} [options] Override http request option.
|
|
71
48
|
* @throws {RequiredError}
|
|
72
49
|
*/
|
|
@@ -79,8 +56,8 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
79
56
|
* @param {boolean} [includeQuotas] Gets or sets a value indicating whether to include quotas in the results.
|
|
80
57
|
* @param {boolean} [includePublicationRequests] Gets or sets a value indicating whether to include project publication requests in the results.
|
|
81
58
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
82
|
-
* @param {number} [pageNumber]
|
|
83
|
-
* @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.
|
|
59
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
60
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
84
61
|
* @param {*} [options] Override http request option.
|
|
85
62
|
* @throws {RequiredError}
|
|
86
63
|
*/
|
|
@@ -91,8 +68,8 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
91
68
|
* @param {boolean} [includeDeleted] Value indicating whether to include deleted resources.
|
|
92
69
|
* @param {boolean} [includeQuotas] Value indicating whether to include individual resource quotas.
|
|
93
70
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
94
|
-
* @param {number} [pageNumber]
|
|
95
|
-
* @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.
|
|
71
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
72
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
96
73
|
* @param {*} [options] Override http request option.
|
|
97
74
|
* @throws {RequiredError}
|
|
98
75
|
*/
|
|
@@ -103,8 +80,8 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
103
80
|
* @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
|
|
104
81
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
105
82
|
* @param {boolean} [dataProcessingConsentGranted] Gets or sets a value indicating whether the personal data processing consent have been granted by the user.
|
|
106
|
-
* @param {number} [pageNumber]
|
|
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.
|
|
83
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
84
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
108
85
|
* @param {*} [options] Override http request option.
|
|
109
86
|
* @throws {RequiredError}
|
|
110
87
|
*/
|
|
@@ -112,9 +89,9 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
112
89
|
/**
|
|
113
90
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
114
91
|
* @summary Gets all deployed graphs.
|
|
115
|
-
* @param {number} [pageNumber]
|
|
116
|
-
* @param {number} [pageSize]
|
|
117
|
-
* @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.
|
|
92
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
93
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
94
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
118
95
|
* @param {*} [options] Override http request option.
|
|
119
96
|
* @throws {RequiredError}
|
|
120
97
|
*/
|
|
@@ -159,7 +136,6 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
159
136
|
};
|
|
160
137
|
/**
|
|
161
138
|
* AdminApi - functional programming interface
|
|
162
|
-
* @export
|
|
163
139
|
*/
|
|
164
140
|
export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
165
141
|
/**
|
|
@@ -197,9 +173,9 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
197
173
|
* @param {string} [userId] The user ID for which activity logs should be retrieved.
|
|
198
174
|
* @param {string} [regularExpression] The regular expression to filter activity logs\' API path by. The regex must be a valid, already escaped string.
|
|
199
175
|
* @param {CoscineHttpMethod} [httpMethod] The http method to filter activity logs by.
|
|
200
|
-
* @param {number} [pageNumber]
|
|
201
|
-
* @param {number} [pageSize]
|
|
202
|
-
* @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.
|
|
176
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
177
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
178
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
203
179
|
* @param {*} [options] Override http request option.
|
|
204
180
|
* @throws {RequiredError}
|
|
205
181
|
*/
|
|
@@ -212,8 +188,8 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
212
188
|
* @param {boolean} [includeQuotas] Gets or sets a value indicating whether to include quotas in the results.
|
|
213
189
|
* @param {boolean} [includePublicationRequests] Gets or sets a value indicating whether to include project publication requests in the results.
|
|
214
190
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
215
|
-
* @param {number} [pageNumber]
|
|
216
|
-
* @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.
|
|
191
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
192
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
217
193
|
* @param {*} [options] Override http request option.
|
|
218
194
|
* @throws {RequiredError}
|
|
219
195
|
*/
|
|
@@ -224,8 +200,8 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
224
200
|
* @param {boolean} [includeDeleted] Value indicating whether to include deleted resources.
|
|
225
201
|
* @param {boolean} [includeQuotas] Value indicating whether to include individual resource quotas.
|
|
226
202
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
227
|
-
* @param {number} [pageNumber]
|
|
228
|
-
* @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.
|
|
203
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
204
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
229
205
|
* @param {*} [options] Override http request option.
|
|
230
206
|
* @throws {RequiredError}
|
|
231
207
|
*/
|
|
@@ -236,8 +212,8 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
236
212
|
* @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
|
|
237
213
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
238
214
|
* @param {boolean} [dataProcessingConsentGranted] Gets or sets a value indicating whether the personal data processing consent have been granted by the user.
|
|
239
|
-
* @param {number} [pageNumber]
|
|
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.
|
|
215
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
216
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
241
217
|
* @param {*} [options] Override http request option.
|
|
242
218
|
* @throws {RequiredError}
|
|
243
219
|
*/
|
|
@@ -245,9 +221,9 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
245
221
|
/**
|
|
246
222
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
247
223
|
* @summary Gets all deployed graphs.
|
|
248
|
-
* @param {number} [pageNumber]
|
|
249
|
-
* @param {number} [pageSize]
|
|
250
|
-
* @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.
|
|
224
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
225
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
226
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
251
227
|
* @param {*} [options] Override http request option.
|
|
252
228
|
* @throws {RequiredError}
|
|
253
229
|
*/
|
|
@@ -292,7 +268,6 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
292
268
|
};
|
|
293
269
|
/**
|
|
294
270
|
* AdminApi - factory interface
|
|
295
|
-
* @export
|
|
296
271
|
*/
|
|
297
272
|
export declare const AdminApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
298
273
|
/**
|
|
@@ -393,211 +368,143 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
|
|
|
393
368
|
};
|
|
394
369
|
/**
|
|
395
370
|
* Request parameters for apiV2AdminUsersUserIdDelete operation in AdminApi.
|
|
396
|
-
* @export
|
|
397
|
-
* @interface AdminApiApiV2AdminUsersUserIdDeleteRequest
|
|
398
371
|
*/
|
|
399
372
|
export interface AdminApiApiV2AdminUsersUserIdDeleteRequest {
|
|
400
373
|
/**
|
|
401
374
|
* The id of the user.
|
|
402
|
-
* @type {string}
|
|
403
|
-
* @memberof AdminApiApiV2AdminUsersUserIdDelete
|
|
404
375
|
*/
|
|
405
376
|
readonly userId: string;
|
|
406
377
|
}
|
|
407
378
|
/**
|
|
408
379
|
* Request parameters for createDatasource operation in AdminApi.
|
|
409
|
-
* @export
|
|
410
|
-
* @interface AdminApiCreateDatasourceRequest
|
|
411
380
|
*/
|
|
412
381
|
export interface AdminApiCreateDatasourceRequest {
|
|
413
382
|
/**
|
|
414
383
|
* The unique identifier of the resource.
|
|
415
|
-
* @type {string}
|
|
416
|
-
* @memberof AdminApiCreateDatasource
|
|
417
384
|
*/
|
|
418
385
|
readonly resourceId: string;
|
|
419
386
|
/**
|
|
420
387
|
* The unique identifier of the datasource type.
|
|
421
|
-
* @type {string}
|
|
422
|
-
* @memberof AdminApiCreateDatasource
|
|
423
388
|
*/
|
|
424
389
|
readonly typeId: string;
|
|
425
390
|
/**
|
|
426
391
|
* The allocated quota for the datasource.
|
|
427
|
-
* @type {number}
|
|
428
|
-
* @memberof AdminApiCreateDatasource
|
|
429
392
|
*/
|
|
430
393
|
readonly quota?: number;
|
|
431
394
|
/**
|
|
432
395
|
* The optional replication grouo for the datasource.
|
|
433
|
-
* @type {DsNrwReplicationGroup}
|
|
434
|
-
* @memberof AdminApiCreateDatasource
|
|
435
396
|
*/
|
|
436
397
|
readonly dsNrwReplicationGroup?: DsNrwReplicationGroup;
|
|
437
398
|
}
|
|
438
399
|
/**
|
|
439
400
|
* Request parameters for getAllActivityLogs operation in AdminApi.
|
|
440
|
-
* @export
|
|
441
|
-
* @interface AdminApiGetAllActivityLogsRequest
|
|
442
401
|
*/
|
|
443
402
|
export interface AdminApiGetAllActivityLogsRequest {
|
|
444
403
|
/**
|
|
445
404
|
* The activity timestamp date before which activity logs should be retrieved.
|
|
446
|
-
* @type {string}
|
|
447
|
-
* @memberof AdminApiGetAllActivityLogs
|
|
448
405
|
*/
|
|
449
406
|
readonly activityTimestampBefore?: string;
|
|
450
407
|
/**
|
|
451
408
|
* The activity timestamp date after which activity logs should be retrieved.
|
|
452
|
-
* @type {string}
|
|
453
|
-
* @memberof AdminApiGetAllActivityLogs
|
|
454
409
|
*/
|
|
455
410
|
readonly activityTimestampAfter?: string;
|
|
456
411
|
/**
|
|
457
412
|
* The GUID for which activity logs should be retrieved. Can be a project, resource or other ID.
|
|
458
|
-
* @type {string}
|
|
459
|
-
* @memberof AdminApiGetAllActivityLogs
|
|
460
413
|
*/
|
|
461
414
|
readonly guid?: string;
|
|
462
415
|
/**
|
|
463
416
|
* The user ID for which activity logs should be retrieved.
|
|
464
|
-
* @type {string}
|
|
465
|
-
* @memberof AdminApiGetAllActivityLogs
|
|
466
417
|
*/
|
|
467
418
|
readonly userId?: string;
|
|
468
419
|
/**
|
|
469
420
|
* 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
|
|
472
421
|
*/
|
|
473
422
|
readonly regularExpression?: string;
|
|
474
423
|
/**
|
|
475
424
|
* The http method to filter activity logs by.
|
|
476
|
-
* @type {CoscineHttpMethod}
|
|
477
|
-
* @memberof AdminApiGetAllActivityLogs
|
|
478
425
|
*/
|
|
479
426
|
readonly httpMethod?: CoscineHttpMethod;
|
|
480
427
|
/**
|
|
481
|
-
*
|
|
482
|
-
* @type {number}
|
|
483
|
-
* @memberof AdminApiGetAllActivityLogs
|
|
428
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
484
429
|
*/
|
|
485
430
|
readonly pageNumber?: number;
|
|
486
431
|
/**
|
|
487
|
-
*
|
|
488
|
-
* @type {number}
|
|
489
|
-
* @memberof AdminApiGetAllActivityLogs
|
|
432
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
490
433
|
*/
|
|
491
434
|
readonly pageSize?: number;
|
|
492
435
|
/**
|
|
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
|
|
436
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
496
437
|
*/
|
|
497
438
|
readonly orderBy?: string;
|
|
498
439
|
}
|
|
499
440
|
/**
|
|
500
441
|
* Request parameters for getAllProjects operation in AdminApi.
|
|
501
|
-
* @export
|
|
502
|
-
* @interface AdminApiGetAllProjectsRequest
|
|
503
442
|
*/
|
|
504
443
|
export interface AdminApiGetAllProjectsRequest {
|
|
505
444
|
/**
|
|
506
445
|
* Gets or sets a value indicating whether to filter top-level projects.
|
|
507
|
-
* @type {boolean}
|
|
508
|
-
* @memberof AdminApiGetAllProjects
|
|
509
446
|
*/
|
|
510
447
|
readonly topLevel?: boolean;
|
|
511
448
|
/**
|
|
512
449
|
* Gets or sets a value indicating whether to include deleted projects in the results.
|
|
513
|
-
* @type {boolean}
|
|
514
|
-
* @memberof AdminApiGetAllProjects
|
|
515
450
|
*/
|
|
516
451
|
readonly includeDeleted?: boolean;
|
|
517
452
|
/**
|
|
518
453
|
* Gets or sets a value indicating whether to include quotas in the results.
|
|
519
|
-
* @type {boolean}
|
|
520
|
-
* @memberof AdminApiGetAllProjects
|
|
521
454
|
*/
|
|
522
455
|
readonly includeQuotas?: boolean;
|
|
523
456
|
/**
|
|
524
457
|
* Gets or sets a value indicating whether to include project publication requests in the results.
|
|
525
|
-
* @type {boolean}
|
|
526
|
-
* @memberof AdminApiGetAllProjects
|
|
527
458
|
*/
|
|
528
459
|
readonly includePublicationRequests?: boolean;
|
|
529
460
|
/**
|
|
530
461
|
* Number of items per page. The maximum number of items per page is `250`.
|
|
531
|
-
* @type {number}
|
|
532
|
-
* @memberof AdminApiGetAllProjects
|
|
533
462
|
*/
|
|
534
463
|
readonly pageSize?: number;
|
|
535
464
|
/**
|
|
536
|
-
*
|
|
537
|
-
* @type {number}
|
|
538
|
-
* @memberof AdminApiGetAllProjects
|
|
465
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
539
466
|
*/
|
|
540
467
|
readonly pageNumber?: number;
|
|
541
468
|
/**
|
|
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
|
|
469
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
545
470
|
*/
|
|
546
471
|
readonly orderBy?: string;
|
|
547
472
|
}
|
|
548
473
|
/**
|
|
549
474
|
* Request parameters for getAllResources operation in AdminApi.
|
|
550
|
-
* @export
|
|
551
|
-
* @interface AdminApiGetAllResourcesRequest
|
|
552
475
|
*/
|
|
553
476
|
export interface AdminApiGetAllResourcesRequest {
|
|
554
477
|
/**
|
|
555
478
|
* Value indicating whether to include deleted resources.
|
|
556
|
-
* @type {boolean}
|
|
557
|
-
* @memberof AdminApiGetAllResources
|
|
558
479
|
*/
|
|
559
480
|
readonly includeDeleted?: boolean;
|
|
560
481
|
/**
|
|
561
482
|
* Value indicating whether to include individual resource quotas.
|
|
562
|
-
* @type {boolean}
|
|
563
|
-
* @memberof AdminApiGetAllResources
|
|
564
483
|
*/
|
|
565
484
|
readonly includeQuotas?: boolean;
|
|
566
485
|
/**
|
|
567
486
|
* Number of items per page. The maximum number of items per page is `250`.
|
|
568
|
-
* @type {number}
|
|
569
|
-
* @memberof AdminApiGetAllResources
|
|
570
487
|
*/
|
|
571
488
|
readonly pageSize?: number;
|
|
572
489
|
/**
|
|
573
|
-
*
|
|
574
|
-
* @type {number}
|
|
575
|
-
* @memberof AdminApiGetAllResources
|
|
490
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
576
491
|
*/
|
|
577
492
|
readonly pageNumber?: number;
|
|
578
493
|
/**
|
|
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
|
|
494
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
582
495
|
*/
|
|
583
496
|
readonly orderBy?: string;
|
|
584
497
|
}
|
|
585
498
|
/**
|
|
586
499
|
* Request parameters for getAllUsers operation in AdminApi.
|
|
587
|
-
* @export
|
|
588
|
-
* @interface AdminApiGetAllUsersRequest
|
|
589
500
|
*/
|
|
590
501
|
export interface AdminApiGetAllUsersRequest {
|
|
591
502
|
/**
|
|
592
503
|
* Gets or sets a value indicating whether the terms of service have been accepted by the user.
|
|
593
|
-
* @type {boolean}
|
|
594
|
-
* @memberof AdminApiGetAllUsers
|
|
595
504
|
*/
|
|
596
505
|
readonly tosAccepted?: boolean;
|
|
597
506
|
/**
|
|
598
507
|
* Number of items per page. The maximum number of items per page is `250`.
|
|
599
|
-
* @type {number}
|
|
600
|
-
* @memberof AdminApiGetAllUsers
|
|
601
508
|
*/
|
|
602
509
|
readonly pageSize?: number;
|
|
603
510
|
/**
|
|
@@ -605,130 +512,89 @@ export interface AdminApiGetAllUsersRequest {
|
|
|
605
512
|
*/
|
|
606
513
|
readonly dataProcessingConsentGranted?: boolean;
|
|
607
514
|
/**
|
|
608
|
-
*
|
|
609
|
-
* @type {number}
|
|
610
|
-
* @memberof AdminApiGetAllUsers
|
|
515
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
611
516
|
*/
|
|
612
517
|
readonly pageNumber?: number;
|
|
613
518
|
/**
|
|
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
|
|
519
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
617
520
|
*/
|
|
618
521
|
readonly orderBy?: string;
|
|
619
522
|
}
|
|
620
523
|
/**
|
|
621
524
|
* Request parameters for getDeployedGraphs operation in AdminApi.
|
|
622
|
-
* @export
|
|
623
|
-
* @interface AdminApiGetDeployedGraphsRequest
|
|
624
525
|
*/
|
|
625
526
|
export interface AdminApiGetDeployedGraphsRequest {
|
|
626
527
|
/**
|
|
627
|
-
*
|
|
628
|
-
* @type {number}
|
|
629
|
-
* @memberof AdminApiGetDeployedGraphs
|
|
528
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
630
529
|
*/
|
|
631
530
|
readonly pageNumber?: number;
|
|
632
531
|
/**
|
|
633
|
-
*
|
|
634
|
-
* @type {number}
|
|
635
|
-
* @memberof AdminApiGetDeployedGraphs
|
|
532
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
636
533
|
*/
|
|
637
534
|
readonly pageSize?: number;
|
|
638
535
|
/**
|
|
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
|
|
536
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
642
537
|
*/
|
|
643
538
|
readonly orderBy?: string;
|
|
644
539
|
}
|
|
645
540
|
/**
|
|
646
541
|
* Request parameters for getMetadataGraph operation in AdminApi.
|
|
647
|
-
* @export
|
|
648
|
-
* @interface AdminApiGetMetadataGraphRequest
|
|
649
542
|
*/
|
|
650
543
|
export interface AdminApiGetMetadataGraphRequest {
|
|
651
544
|
/**
|
|
652
545
|
* The absolute URI of the graph to get.
|
|
653
|
-
* @type {string}
|
|
654
|
-
* @memberof AdminApiGetMetadataGraph
|
|
655
546
|
*/
|
|
656
547
|
readonly graph: string;
|
|
657
548
|
/**
|
|
658
549
|
* Gets or sets the RDF format.
|
|
659
|
-
* @type {RdfFormat}
|
|
660
|
-
* @memberof AdminApiGetMetadataGraph
|
|
661
550
|
*/
|
|
662
551
|
readonly format?: RdfFormat;
|
|
663
552
|
}
|
|
664
553
|
/**
|
|
665
554
|
* Request parameters for patchMetadata operation in AdminApi.
|
|
666
|
-
* @export
|
|
667
|
-
* @interface AdminApiPatchMetadataRequest
|
|
668
555
|
*/
|
|
669
556
|
export interface AdminApiPatchMetadataRequest {
|
|
670
557
|
/**
|
|
671
558
|
* The absolute URI of the graph to patch.
|
|
672
|
-
* @type {string}
|
|
673
|
-
* @memberof AdminApiPatchMetadata
|
|
674
559
|
*/
|
|
675
560
|
readonly graph: string;
|
|
676
561
|
/**
|
|
677
562
|
* The well-formed RDF patch document containing the changes as operations to be applied to the graph.
|
|
678
|
-
* @type {RdfPatchDocumentDto}
|
|
679
|
-
* @memberof AdminApiPatchMetadata
|
|
680
563
|
*/
|
|
681
564
|
readonly rdfPatchDocumentDto?: RdfPatchDocumentDto;
|
|
682
565
|
}
|
|
683
566
|
/**
|
|
684
567
|
* Request parameters for updateMetadataGraph operation in AdminApi.
|
|
685
|
-
* @export
|
|
686
|
-
* @interface AdminApiUpdateMetadataGraphRequest
|
|
687
568
|
*/
|
|
688
569
|
export interface AdminApiUpdateMetadataGraphRequest {
|
|
689
570
|
/**
|
|
690
571
|
* The absolute URI of the graph to update.
|
|
691
|
-
* @type {string}
|
|
692
|
-
* @memberof AdminApiUpdateMetadataGraph
|
|
693
572
|
*/
|
|
694
573
|
readonly graph: string;
|
|
695
574
|
/**
|
|
696
575
|
* The metadata update admin parameters.
|
|
697
|
-
* @type {MetadataUpdateAdminParameters}
|
|
698
|
-
* @memberof AdminApiUpdateMetadataGraph
|
|
699
576
|
*/
|
|
700
577
|
readonly metadataUpdateAdminParameters?: MetadataUpdateAdminParameters;
|
|
701
578
|
}
|
|
702
579
|
/**
|
|
703
580
|
* Request parameters for updateResourceType operation in AdminApi.
|
|
704
|
-
* @export
|
|
705
|
-
* @interface AdminApiUpdateResourceTypeRequest
|
|
706
581
|
*/
|
|
707
582
|
export interface AdminApiUpdateResourceTypeRequest {
|
|
708
583
|
/**
|
|
709
584
|
* The unique identifier of the resource to be updated.
|
|
710
|
-
* @type {string}
|
|
711
|
-
* @memberof AdminApiUpdateResourceType
|
|
712
585
|
*/
|
|
713
586
|
readonly resourceId: string;
|
|
714
587
|
/**
|
|
715
588
|
* The unique identifier of the new resource type.
|
|
716
|
-
* @type {string}
|
|
717
|
-
* @memberof AdminApiUpdateResourceType
|
|
718
589
|
*/
|
|
719
590
|
readonly typeId: string;
|
|
720
591
|
/**
|
|
721
592
|
* The unique identifier of the new resource type option.
|
|
722
|
-
* @type {string}
|
|
723
|
-
* @memberof AdminApiUpdateResourceType
|
|
724
593
|
*/
|
|
725
594
|
readonly optionId?: string;
|
|
726
595
|
}
|
|
727
596
|
/**
|
|
728
597
|
* AdminApi - object-oriented interface
|
|
729
|
-
* @export
|
|
730
|
-
* @class AdminApi
|
|
731
|
-
* @extends {BaseAPI}
|
|
732
598
|
*/
|
|
733
599
|
export declare class AdminApi extends BaseAPI {
|
|
734
600
|
/**
|
|
@@ -736,106 +602,94 @@ export declare class AdminApi extends BaseAPI {
|
|
|
736
602
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
737
603
|
* @param {*} [options] Override http request option.
|
|
738
604
|
* @throws {RequiredError}
|
|
739
|
-
* @memberof AdminApi
|
|
740
605
|
*/
|
|
741
|
-
apiV2AdminOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
606
|
+
apiV2AdminOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
742
607
|
/**
|
|
743
608
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
744
609
|
* @summary Deletes the given user.
|
|
745
610
|
* @param {AdminApiApiV2AdminUsersUserIdDeleteRequest} requestParameters Request parameters.
|
|
746
611
|
* @param {*} [options] Override http request option.
|
|
747
612
|
* @throws {RequiredError}
|
|
748
|
-
* @memberof AdminApi
|
|
749
613
|
*/
|
|
750
|
-
apiV2AdminUsersUserIdDelete(requestParameters: AdminApiApiV2AdminUsersUserIdDeleteRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
614
|
+
apiV2AdminUsersUserIdDelete(requestParameters: AdminApiApiV2AdminUsersUserIdDeleteRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
751
615
|
/**
|
|
752
616
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
753
617
|
* @summary Creates a new datasource for a specified resource and type.
|
|
754
618
|
* @param {AdminApiCreateDatasourceRequest} requestParameters Request parameters.
|
|
755
619
|
* @param {*} [options] Override http request option.
|
|
756
620
|
* @throws {RequiredError}
|
|
757
|
-
* @memberof AdminApi
|
|
758
621
|
*/
|
|
759
|
-
createDatasource(requestParameters: AdminApiCreateDatasourceRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
622
|
+
createDatasource(requestParameters: AdminApiCreateDatasourceRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CreateDatasourceDtoResponse, any, {}>>;
|
|
760
623
|
/**
|
|
761
624
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
762
625
|
* @summary Retrieves all activity logs.
|
|
763
626
|
* @param {AdminApiGetAllActivityLogsRequest} requestParameters Request parameters.
|
|
764
627
|
* @param {*} [options] Override http request option.
|
|
765
628
|
* @throws {RequiredError}
|
|
766
|
-
* @memberof AdminApi
|
|
767
629
|
*/
|
|
768
|
-
getAllActivityLogs(requestParameters?: AdminApiGetAllActivityLogsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
630
|
+
getAllActivityLogs(requestParameters?: AdminApiGetAllActivityLogsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ActivityLogDtoPagedResponse, any, {}>>;
|
|
769
631
|
/**
|
|
770
632
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
771
633
|
* @summary Retrieves all projects.
|
|
772
634
|
* @param {AdminApiGetAllProjectsRequest} requestParameters Request parameters.
|
|
773
635
|
* @param {*} [options] Override http request option.
|
|
774
636
|
* @throws {RequiredError}
|
|
775
|
-
* @memberof AdminApi
|
|
776
637
|
*/
|
|
777
|
-
getAllProjects(requestParameters?: AdminApiGetAllProjectsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
638
|
+
getAllProjects(requestParameters?: AdminApiGetAllProjectsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectAdminDtoPagedResponse, any, {}>>;
|
|
778
639
|
/**
|
|
779
640
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
780
641
|
* @summary Retrieves all resources.
|
|
781
642
|
* @param {AdminApiGetAllResourcesRequest} requestParameters Request parameters.
|
|
782
643
|
* @param {*} [options] Override http request option.
|
|
783
644
|
* @throws {RequiredError}
|
|
784
|
-
* @memberof AdminApi
|
|
785
645
|
*/
|
|
786
|
-
getAllResources(requestParameters?: AdminApiGetAllResourcesRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
646
|
+
getAllResources(requestParameters?: AdminApiGetAllResourcesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceAdminDtoPagedResponse, any, {}>>;
|
|
787
647
|
/**
|
|
788
648
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
789
649
|
* @summary Retrieves all users.
|
|
790
650
|
* @param {AdminApiGetAllUsersRequest} requestParameters Request parameters.
|
|
791
651
|
* @param {*} [options] Override http request option.
|
|
792
652
|
* @throws {RequiredError}
|
|
793
|
-
* @memberof AdminApi
|
|
794
653
|
*/
|
|
795
|
-
getAllUsers(requestParameters?: AdminApiGetAllUsersRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
654
|
+
getAllUsers(requestParameters?: AdminApiGetAllUsersRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserDtoPagedResponse, any, {}>>;
|
|
796
655
|
/**
|
|
797
656
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
798
657
|
* @summary Gets all deployed graphs.
|
|
799
658
|
* @param {AdminApiGetDeployedGraphsRequest} requestParameters Request parameters.
|
|
800
659
|
* @param {*} [options] Override http request option.
|
|
801
660
|
* @throws {RequiredError}
|
|
802
|
-
* @memberof AdminApi
|
|
803
661
|
*/
|
|
804
|
-
getDeployedGraphs(requestParameters?: AdminApiGetDeployedGraphsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
662
|
+
getDeployedGraphs(requestParameters?: AdminApiGetDeployedGraphsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DeployedGraphDtoPagedResponse, any, {}>>;
|
|
805
663
|
/**
|
|
806
664
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
807
665
|
* @summary Gets a metadata graph.
|
|
808
666
|
* @param {AdminApiGetMetadataGraphRequest} requestParameters Request parameters.
|
|
809
667
|
* @param {*} [options] Override http request option.
|
|
810
668
|
* @throws {RequiredError}
|
|
811
|
-
* @memberof AdminApi
|
|
812
669
|
*/
|
|
813
|
-
getMetadataGraph(requestParameters: AdminApiGetMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
670
|
+
getMetadataGraph(requestParameters: AdminApiGetMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<RdfDefinitionDtoResponse, any, {}>>;
|
|
814
671
|
/**
|
|
815
672
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
816
673
|
* @summary Patches a metadata graph.
|
|
817
674
|
* @param {AdminApiPatchMetadataRequest} requestParameters Request parameters.
|
|
818
675
|
* @param {*} [options] Override http request option.
|
|
819
676
|
* @throws {RequiredError}
|
|
820
|
-
* @memberof AdminApi
|
|
821
677
|
*/
|
|
822
|
-
patchMetadata(requestParameters: AdminApiPatchMetadataRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
678
|
+
patchMetadata(requestParameters: AdminApiPatchMetadataRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
823
679
|
/**
|
|
824
680
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
825
681
|
* @summary Updates a metadata graph.
|
|
826
682
|
* @param {AdminApiUpdateMetadataGraphRequest} requestParameters Request parameters.
|
|
827
683
|
* @param {*} [options] Override http request option.
|
|
828
684
|
* @throws {RequiredError}
|
|
829
|
-
* @memberof AdminApi
|
|
830
685
|
*/
|
|
831
|
-
updateMetadataGraph(requestParameters: AdminApiUpdateMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
686
|
+
updateMetadataGraph(requestParameters: AdminApiUpdateMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
832
687
|
/**
|
|
833
688
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
834
689
|
* @summary Updates the type and option ID of a specified resource.
|
|
835
690
|
* @param {AdminApiUpdateResourceTypeRequest} requestParameters Request parameters.
|
|
836
691
|
* @param {*} [options] Override http request option.
|
|
837
692
|
* @throws {RequiredError}
|
|
838
|
-
* @memberof AdminApi
|
|
839
693
|
*/
|
|
840
|
-
updateResourceType(requestParameters: AdminApiUpdateResourceTypeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
694
|
+
updateResourceType(requestParameters: AdminApiUpdateResourceTypeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
841
695
|
}
|