@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,29 +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 { ExtractedMetadataTreeForCreationDto } from '../../@coscine/model';
|
|
16
|
-
import type { ExtractedMetadataTreeForUpdateDto } from '../../@coscine/model';
|
|
17
|
-
import type { FileTreeDtoPagedResponse } from '../../@coscine/model';
|
|
18
|
-
import type { MetadataTreeDtoPagedResponse } from '../../@coscine/model';
|
|
19
|
-
import type { MetadataTreeDtoResponse } from '../../@coscine/model';
|
|
20
|
-
import type { MetadataTreeForCreationDto } from '../../@coscine/model';
|
|
21
|
-
import type { MetadataTreeForDeletionDto } from '../../@coscine/model';
|
|
22
|
-
import type { MetadataTreeForUpdateDto } from '../../@coscine/model';
|
|
23
|
-
import type { RdfFormat } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ExtractedMetadataTreeForCreationDto, ExtractedMetadataTreeForUpdateDto, FileTreeDtoPagedResponse, MetadataTreeDtoPagedResponse, MetadataTreeDtoResponse, MetadataTreeForCreationDto, MetadataTreeForDeletionDto, MetadataTreeForUpdateDto, RdfFormat } from '../../@coscine/model';
|
|
24
5
|
/**
|
|
25
6
|
* TreeApi - axios parameter creator
|
|
26
|
-
* @export
|
|
27
7
|
*/
|
|
28
8
|
export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
29
9
|
/**
|
|
@@ -42,6 +22,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
42
22
|
* @param {string} resourceId The unique identifier of the resource.
|
|
43
23
|
* @param {ExtractedMetadataTreeForCreationDto} [extractedMetadataTreeForCreationDto] The metadata tree data for creation.
|
|
44
24
|
* @param {*} [options] Override http request option.
|
|
25
|
+
* @deprecated
|
|
45
26
|
* @throws {RequiredError}
|
|
46
27
|
*/
|
|
47
28
|
createExtractedMetadataTree: (projectId: string, resourceId: string, extractedMetadataTreeForCreationDto?: ExtractedMetadataTreeForCreationDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -52,6 +33,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
52
33
|
* @param {string} resourceId The unique identifier of the resource.
|
|
53
34
|
* @param {MetadataTreeForCreationDto} [metadataTreeForCreationDto] The metadata tree data for creation.
|
|
54
35
|
* @param {*} [options] Override http request option.
|
|
36
|
+
* @deprecated
|
|
55
37
|
* @throws {RequiredError}
|
|
56
38
|
*/
|
|
57
39
|
createMetadataTree: (projectId: string, resourceId: string, metadataTreeForCreationDto?: MetadataTreeForCreationDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -62,6 +44,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
62
44
|
* @param {string} resourceId The unique identifier of the resource.
|
|
63
45
|
* @param {MetadataTreeForDeletionDto} [metadataTreeForDeletionDto] The dto for the deletion.
|
|
64
46
|
* @param {*} [options] Override http request option.
|
|
47
|
+
* @deprecated
|
|
65
48
|
* @throws {RequiredError}
|
|
66
49
|
*/
|
|
67
50
|
deleteMetadataTree: (projectId: string, resourceId: string, metadataTreeForDeletionDto?: MetadataTreeForDeletionDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -71,10 +54,11 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
71
54
|
* @param {string} projectId The unique identifier or slug of the project.
|
|
72
55
|
* @param {string} resourceId The unique identifier of the resource.
|
|
73
56
|
* @param {string} [path] Gets or sets the path of the file tree.
|
|
74
|
-
* @param {number} [pageNumber]
|
|
75
|
-
* @param {number} [pageSize]
|
|
76
|
-
* @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.
|
|
57
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
58
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
59
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
77
60
|
* @param {*} [options] Override http request option.
|
|
61
|
+
* @deprecated
|
|
78
62
|
* @throws {RequiredError}
|
|
79
63
|
*/
|
|
80
64
|
getFileTree: (projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -87,10 +71,11 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
87
71
|
* @param {RdfFormat} [format] Gets or sets the format of the RDF data.
|
|
88
72
|
* @param {boolean} [includeExtractedMetadata] Gets or sets if extracted metadata should be included.
|
|
89
73
|
* @param {boolean} [includeProvenance] Gets or sets if provenance metadata should be included.
|
|
90
|
-
* @param {number} [pageNumber]
|
|
91
|
-
* @param {number} [pageSize]
|
|
92
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
74
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
75
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
76
|
+
* @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\".
|
|
93
77
|
* @param {*} [options] Override http request option.
|
|
78
|
+
* @deprecated
|
|
94
79
|
* @throws {RequiredError}
|
|
95
80
|
*/
|
|
96
81
|
getMetadataTree: (projectId: string, resourceId: string, path?: string, format?: RdfFormat, includeExtractedMetadata?: boolean, includeProvenance?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -105,6 +90,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
105
90
|
* @param {boolean} [includeProvenance] Gets or sets if provenance should be included.
|
|
106
91
|
* @param {number} [version] Gets or sets the desired version. If the version is null, the newest will be returned.
|
|
107
92
|
* @param {*} [options] Override http request option.
|
|
93
|
+
* @deprecated
|
|
108
94
|
* @throws {RequiredError}
|
|
109
95
|
*/
|
|
110
96
|
getSpecificMetadataTree: (projectId: string, resourceId: string, path: string, format?: RdfFormat, includeExtractedMetadata?: boolean, includeProvenance?: boolean, version?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -115,6 +101,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
115
101
|
* @param {string} resourceId The unique identifier of the resource.
|
|
116
102
|
* @param {ExtractedMetadataTreeForUpdateDto} [extractedMetadataTreeForUpdateDto] The updated metadata tree data.
|
|
117
103
|
* @param {*} [options] Override http request option.
|
|
104
|
+
* @deprecated
|
|
118
105
|
* @throws {RequiredError}
|
|
119
106
|
*/
|
|
120
107
|
updateExtractedMetadataTree: (projectId: string, resourceId: string, extractedMetadataTreeForUpdateDto?: ExtractedMetadataTreeForUpdateDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -125,13 +112,13 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
125
112
|
* @param {string} resourceId The unique identifier of the resource.
|
|
126
113
|
* @param {MetadataTreeForUpdateDto} [metadataTreeForUpdateDto] The updated metadata tree data.
|
|
127
114
|
* @param {*} [options] Override http request option.
|
|
115
|
+
* @deprecated
|
|
128
116
|
* @throws {RequiredError}
|
|
129
117
|
*/
|
|
130
118
|
updateMetadataTree: (projectId: string, resourceId: string, metadataTreeForUpdateDto?: MetadataTreeForUpdateDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
131
119
|
};
|
|
132
120
|
/**
|
|
133
121
|
* TreeApi - functional programming interface
|
|
134
|
-
* @export
|
|
135
122
|
*/
|
|
136
123
|
export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
137
124
|
/**
|
|
@@ -150,6 +137,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
150
137
|
* @param {string} resourceId The unique identifier of the resource.
|
|
151
138
|
* @param {ExtractedMetadataTreeForCreationDto} [extractedMetadataTreeForCreationDto] The metadata tree data for creation.
|
|
152
139
|
* @param {*} [options] Override http request option.
|
|
140
|
+
* @deprecated
|
|
153
141
|
* @throws {RequiredError}
|
|
154
142
|
*/
|
|
155
143
|
createExtractedMetadataTree(projectId: string, resourceId: string, extractedMetadataTreeForCreationDto?: ExtractedMetadataTreeForCreationDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoResponse>>;
|
|
@@ -160,6 +148,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
160
148
|
* @param {string} resourceId The unique identifier of the resource.
|
|
161
149
|
* @param {MetadataTreeForCreationDto} [metadataTreeForCreationDto] The metadata tree data for creation.
|
|
162
150
|
* @param {*} [options] Override http request option.
|
|
151
|
+
* @deprecated
|
|
163
152
|
* @throws {RequiredError}
|
|
164
153
|
*/
|
|
165
154
|
createMetadataTree(projectId: string, resourceId: string, metadataTreeForCreationDto?: MetadataTreeForCreationDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoResponse>>;
|
|
@@ -170,6 +159,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
170
159
|
* @param {string} resourceId The unique identifier of the resource.
|
|
171
160
|
* @param {MetadataTreeForDeletionDto} [metadataTreeForDeletionDto] The dto for the deletion.
|
|
172
161
|
* @param {*} [options] Override http request option.
|
|
162
|
+
* @deprecated
|
|
173
163
|
* @throws {RequiredError}
|
|
174
164
|
*/
|
|
175
165
|
deleteMetadataTree(projectId: string, resourceId: string, metadataTreeForDeletionDto?: MetadataTreeForDeletionDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -179,10 +169,11 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
179
169
|
* @param {string} projectId The unique identifier or slug of the project.
|
|
180
170
|
* @param {string} resourceId The unique identifier of the resource.
|
|
181
171
|
* @param {string} [path] Gets or sets the path of the file tree.
|
|
182
|
-
* @param {number} [pageNumber]
|
|
183
|
-
* @param {number} [pageSize]
|
|
184
|
-
* @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.
|
|
172
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
173
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
174
|
+
* @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\".
|
|
185
175
|
* @param {*} [options] Override http request option.
|
|
176
|
+
* @deprecated
|
|
186
177
|
* @throws {RequiredError}
|
|
187
178
|
*/
|
|
188
179
|
getFileTree(projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileTreeDtoPagedResponse>>;
|
|
@@ -195,10 +186,11 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
195
186
|
* @param {RdfFormat} [format] Gets or sets the format of the RDF data.
|
|
196
187
|
* @param {boolean} [includeExtractedMetadata] Gets or sets if extracted metadata should be included.
|
|
197
188
|
* @param {boolean} [includeProvenance] Gets or sets if provenance metadata should be included.
|
|
198
|
-
* @param {number} [pageNumber]
|
|
199
|
-
* @param {number} [pageSize]
|
|
200
|
-
* @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.
|
|
189
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
190
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
191
|
+
* @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\".
|
|
201
192
|
* @param {*} [options] Override http request option.
|
|
193
|
+
* @deprecated
|
|
202
194
|
* @throws {RequiredError}
|
|
203
195
|
*/
|
|
204
196
|
getMetadataTree(projectId: string, resourceId: string, path?: string, format?: RdfFormat, includeExtractedMetadata?: boolean, includeProvenance?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoPagedResponse>>;
|
|
@@ -213,6 +205,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
213
205
|
* @param {boolean} [includeProvenance] Gets or sets if provenance should be included.
|
|
214
206
|
* @param {number} [version] Gets or sets the desired version. If the version is null, the newest will be returned.
|
|
215
207
|
* @param {*} [options] Override http request option.
|
|
208
|
+
* @deprecated
|
|
216
209
|
* @throws {RequiredError}
|
|
217
210
|
*/
|
|
218
211
|
getSpecificMetadataTree(projectId: string, resourceId: string, path: string, format?: RdfFormat, includeExtractedMetadata?: boolean, includeProvenance?: boolean, version?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoResponse>>;
|
|
@@ -223,6 +216,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
223
216
|
* @param {string} resourceId The unique identifier of the resource.
|
|
224
217
|
* @param {ExtractedMetadataTreeForUpdateDto} [extractedMetadataTreeForUpdateDto] The updated metadata tree data.
|
|
225
218
|
* @param {*} [options] Override http request option.
|
|
219
|
+
* @deprecated
|
|
226
220
|
* @throws {RequiredError}
|
|
227
221
|
*/
|
|
228
222
|
updateExtractedMetadataTree(projectId: string, resourceId: string, extractedMetadataTreeForUpdateDto?: ExtractedMetadataTreeForUpdateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -233,13 +227,13 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
233
227
|
* @param {string} resourceId The unique identifier of the resource.
|
|
234
228
|
* @param {MetadataTreeForUpdateDto} [metadataTreeForUpdateDto] The updated metadata tree data.
|
|
235
229
|
* @param {*} [options] Override http request option.
|
|
230
|
+
* @deprecated
|
|
236
231
|
* @throws {RequiredError}
|
|
237
232
|
*/
|
|
238
233
|
updateMetadataTree(projectId: string, resourceId: string, metadataTreeForUpdateDto?: MetadataTreeForUpdateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
239
234
|
};
|
|
240
235
|
/**
|
|
241
236
|
* TreeApi - factory interface
|
|
242
|
-
* @export
|
|
243
237
|
*/
|
|
244
238
|
export declare const TreeApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
245
239
|
/**
|
|
@@ -255,6 +249,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
255
249
|
* @summary Creates a new extracted metadata tree for a resource.
|
|
256
250
|
* @param {TreeApiCreateExtractedMetadataTreeRequest} requestParameters Request parameters.
|
|
257
251
|
* @param {*} [options] Override http request option.
|
|
252
|
+
* @deprecated
|
|
258
253
|
* @throws {RequiredError}
|
|
259
254
|
*/
|
|
260
255
|
createExtractedMetadataTree(requestParameters: TreeApiCreateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<MetadataTreeDtoResponse>;
|
|
@@ -263,6 +258,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
263
258
|
* @summary Creates a new metadata tree for a resource.
|
|
264
259
|
* @param {TreeApiCreateMetadataTreeRequest} requestParameters Request parameters.
|
|
265
260
|
* @param {*} [options] Override http request option.
|
|
261
|
+
* @deprecated
|
|
266
262
|
* @throws {RequiredError}
|
|
267
263
|
*/
|
|
268
264
|
createMetadataTree(requestParameters: TreeApiCreateMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<MetadataTreeDtoResponse>;
|
|
@@ -271,6 +267,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
271
267
|
* @summary Deletes (invalidates) a metadata tree associated with a resource.
|
|
272
268
|
* @param {TreeApiDeleteMetadataTreeRequest} requestParameters Request parameters.
|
|
273
269
|
* @param {*} [options] Override http request option.
|
|
270
|
+
* @deprecated
|
|
274
271
|
* @throws {RequiredError}
|
|
275
272
|
*/
|
|
276
273
|
deleteMetadataTree(requestParameters: TreeApiDeleteMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -279,6 +276,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
279
276
|
* @summary Retrieves the file tree associated with a resource.
|
|
280
277
|
* @param {TreeApiGetFileTreeRequest} requestParameters Request parameters.
|
|
281
278
|
* @param {*} [options] Override http request option.
|
|
279
|
+
* @deprecated
|
|
282
280
|
* @throws {RequiredError}
|
|
283
281
|
*/
|
|
284
282
|
getFileTree(requestParameters: TreeApiGetFileTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<FileTreeDtoPagedResponse>;
|
|
@@ -287,6 +285,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
287
285
|
* @summary Retrieves the metadata tree associated with a resource.
|
|
288
286
|
* @param {TreeApiGetMetadataTreeRequest} requestParameters Request parameters.
|
|
289
287
|
* @param {*} [options] Override http request option.
|
|
288
|
+
* @deprecated
|
|
290
289
|
* @throws {RequiredError}
|
|
291
290
|
*/
|
|
292
291
|
getMetadataTree(requestParameters: TreeApiGetMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<MetadataTreeDtoPagedResponse>;
|
|
@@ -295,6 +294,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
295
294
|
* @summary Retrieves the specific metadata tree associated with a resource.
|
|
296
295
|
* @param {TreeApiGetSpecificMetadataTreeRequest} requestParameters Request parameters.
|
|
297
296
|
* @param {*} [options] Override http request option.
|
|
297
|
+
* @deprecated
|
|
298
298
|
* @throws {RequiredError}
|
|
299
299
|
*/
|
|
300
300
|
getSpecificMetadataTree(requestParameters: TreeApiGetSpecificMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<MetadataTreeDtoResponse>;
|
|
@@ -303,6 +303,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
303
303
|
* @summary Updates an existing metadata tree of a resource.
|
|
304
304
|
* @param {TreeApiUpdateExtractedMetadataTreeRequest} requestParameters Request parameters.
|
|
305
305
|
* @param {*} [options] Override http request option.
|
|
306
|
+
* @deprecated
|
|
306
307
|
* @throws {RequiredError}
|
|
307
308
|
*/
|
|
308
309
|
updateExtractedMetadataTree(requestParameters: TreeApiUpdateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -311,312 +312,208 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
311
312
|
* @summary Updates an existing metadata tree of a resource.
|
|
312
313
|
* @param {TreeApiUpdateMetadataTreeRequest} requestParameters Request parameters.
|
|
313
314
|
* @param {*} [options] Override http request option.
|
|
315
|
+
* @deprecated
|
|
314
316
|
* @throws {RequiredError}
|
|
315
317
|
*/
|
|
316
318
|
updateMetadataTree(requestParameters: TreeApiUpdateMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
317
319
|
};
|
|
318
320
|
/**
|
|
319
321
|
* Request parameters for apiV2ProjectsProjectIdResourcesResourceIdTreesOptions operation in TreeApi.
|
|
320
|
-
* @export
|
|
321
|
-
* @interface TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest
|
|
322
322
|
*/
|
|
323
323
|
export interface TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest {
|
|
324
|
-
/**
|
|
325
|
-
*
|
|
326
|
-
* @type {string}
|
|
327
|
-
* @memberof TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptions
|
|
328
|
-
*/
|
|
329
324
|
readonly projectId: string;
|
|
330
|
-
/**
|
|
331
|
-
*
|
|
332
|
-
* @type {string}
|
|
333
|
-
* @memberof TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptions
|
|
334
|
-
*/
|
|
335
325
|
readonly resourceId: string;
|
|
336
326
|
}
|
|
337
327
|
/**
|
|
338
328
|
* Request parameters for createExtractedMetadataTree operation in TreeApi.
|
|
339
|
-
* @export
|
|
340
|
-
* @interface TreeApiCreateExtractedMetadataTreeRequest
|
|
341
329
|
*/
|
|
342
330
|
export interface TreeApiCreateExtractedMetadataTreeRequest {
|
|
343
331
|
/**
|
|
344
332
|
* The unique identifier or slug of the project.
|
|
345
|
-
* @type {string}
|
|
346
|
-
* @memberof TreeApiCreateExtractedMetadataTree
|
|
347
333
|
*/
|
|
348
334
|
readonly projectId: string;
|
|
349
335
|
/**
|
|
350
336
|
* The unique identifier of the resource.
|
|
351
|
-
* @type {string}
|
|
352
|
-
* @memberof TreeApiCreateExtractedMetadataTree
|
|
353
337
|
*/
|
|
354
338
|
readonly resourceId: string;
|
|
355
339
|
/**
|
|
356
340
|
* The metadata tree data for creation.
|
|
357
|
-
* @type {ExtractedMetadataTreeForCreationDto}
|
|
358
|
-
* @memberof TreeApiCreateExtractedMetadataTree
|
|
359
341
|
*/
|
|
360
342
|
readonly extractedMetadataTreeForCreationDto?: ExtractedMetadataTreeForCreationDto;
|
|
361
343
|
}
|
|
362
344
|
/**
|
|
363
345
|
* Request parameters for createMetadataTree operation in TreeApi.
|
|
364
|
-
* @export
|
|
365
|
-
* @interface TreeApiCreateMetadataTreeRequest
|
|
366
346
|
*/
|
|
367
347
|
export interface TreeApiCreateMetadataTreeRequest {
|
|
368
348
|
/**
|
|
369
349
|
* The unique identifier or slug of the project.
|
|
370
|
-
* @type {string}
|
|
371
|
-
* @memberof TreeApiCreateMetadataTree
|
|
372
350
|
*/
|
|
373
351
|
readonly projectId: string;
|
|
374
352
|
/**
|
|
375
353
|
* The unique identifier of the resource.
|
|
376
|
-
* @type {string}
|
|
377
|
-
* @memberof TreeApiCreateMetadataTree
|
|
378
354
|
*/
|
|
379
355
|
readonly resourceId: string;
|
|
380
356
|
/**
|
|
381
357
|
* The metadata tree data for creation.
|
|
382
|
-
* @type {MetadataTreeForCreationDto}
|
|
383
|
-
* @memberof TreeApiCreateMetadataTree
|
|
384
358
|
*/
|
|
385
359
|
readonly metadataTreeForCreationDto?: MetadataTreeForCreationDto;
|
|
386
360
|
}
|
|
387
361
|
/**
|
|
388
362
|
* Request parameters for deleteMetadataTree operation in TreeApi.
|
|
389
|
-
* @export
|
|
390
|
-
* @interface TreeApiDeleteMetadataTreeRequest
|
|
391
363
|
*/
|
|
392
364
|
export interface TreeApiDeleteMetadataTreeRequest {
|
|
393
365
|
/**
|
|
394
366
|
* The unique identifier or slug of the project.
|
|
395
|
-
* @type {string}
|
|
396
|
-
* @memberof TreeApiDeleteMetadataTree
|
|
397
367
|
*/
|
|
398
368
|
readonly projectId: string;
|
|
399
369
|
/**
|
|
400
370
|
* The unique identifier of the resource.
|
|
401
|
-
* @type {string}
|
|
402
|
-
* @memberof TreeApiDeleteMetadataTree
|
|
403
371
|
*/
|
|
404
372
|
readonly resourceId: string;
|
|
405
373
|
/**
|
|
406
374
|
* The dto for the deletion.
|
|
407
|
-
* @type {MetadataTreeForDeletionDto}
|
|
408
|
-
* @memberof TreeApiDeleteMetadataTree
|
|
409
375
|
*/
|
|
410
376
|
readonly metadataTreeForDeletionDto?: MetadataTreeForDeletionDto;
|
|
411
377
|
}
|
|
412
378
|
/**
|
|
413
379
|
* Request parameters for getFileTree operation in TreeApi.
|
|
414
|
-
* @export
|
|
415
|
-
* @interface TreeApiGetFileTreeRequest
|
|
416
380
|
*/
|
|
417
381
|
export interface TreeApiGetFileTreeRequest {
|
|
418
382
|
/**
|
|
419
383
|
* The unique identifier or slug of the project.
|
|
420
|
-
* @type {string}
|
|
421
|
-
* @memberof TreeApiGetFileTree
|
|
422
384
|
*/
|
|
423
385
|
readonly projectId: string;
|
|
424
386
|
/**
|
|
425
387
|
* The unique identifier of the resource.
|
|
426
|
-
* @type {string}
|
|
427
|
-
* @memberof TreeApiGetFileTree
|
|
428
388
|
*/
|
|
429
389
|
readonly resourceId: string;
|
|
430
390
|
/**
|
|
431
391
|
* Gets or sets the path of the file tree.
|
|
432
|
-
* @type {string}
|
|
433
|
-
* @memberof TreeApiGetFileTree
|
|
434
392
|
*/
|
|
435
393
|
readonly path?: string;
|
|
436
394
|
/**
|
|
437
|
-
*
|
|
438
|
-
* @type {number}
|
|
439
|
-
* @memberof TreeApiGetFileTree
|
|
395
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
440
396
|
*/
|
|
441
397
|
readonly pageNumber?: number;
|
|
442
398
|
/**
|
|
443
|
-
*
|
|
444
|
-
* @type {number}
|
|
445
|
-
* @memberof TreeApiGetFileTree
|
|
399
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
446
400
|
*/
|
|
447
401
|
readonly pageSize?: number;
|
|
448
402
|
/**
|
|
449
|
-
* 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.
|
|
450
|
-
* @type {string}
|
|
451
|
-
* @memberof TreeApiGetFileTree
|
|
403
|
+
* 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\".
|
|
452
404
|
*/
|
|
453
405
|
readonly orderBy?: string;
|
|
454
406
|
}
|
|
455
407
|
/**
|
|
456
408
|
* Request parameters for getMetadataTree operation in TreeApi.
|
|
457
|
-
* @export
|
|
458
|
-
* @interface TreeApiGetMetadataTreeRequest
|
|
459
409
|
*/
|
|
460
410
|
export interface TreeApiGetMetadataTreeRequest {
|
|
461
411
|
/**
|
|
462
412
|
* The unique identifier or slug of the project.
|
|
463
|
-
* @type {string}
|
|
464
|
-
* @memberof TreeApiGetMetadataTree
|
|
465
413
|
*/
|
|
466
414
|
readonly projectId: string;
|
|
467
415
|
/**
|
|
468
416
|
* The unique identifier of the resource.
|
|
469
|
-
* @type {string}
|
|
470
|
-
* @memberof TreeApiGetMetadataTree
|
|
471
417
|
*/
|
|
472
418
|
readonly resourceId: string;
|
|
473
419
|
/**
|
|
474
420
|
* Gets or sets the path of the metadata tree.
|
|
475
|
-
* @type {string}
|
|
476
|
-
* @memberof TreeApiGetMetadataTree
|
|
477
421
|
*/
|
|
478
422
|
readonly path?: string;
|
|
479
423
|
/**
|
|
480
424
|
* Gets or sets the format of the RDF data.
|
|
481
|
-
* @type {RdfFormat}
|
|
482
|
-
* @memberof TreeApiGetMetadataTree
|
|
483
425
|
*/
|
|
484
426
|
readonly format?: RdfFormat;
|
|
485
427
|
/**
|
|
486
428
|
* Gets or sets if extracted metadata should be included.
|
|
487
|
-
* @type {boolean}
|
|
488
|
-
* @memberof TreeApiGetMetadataTree
|
|
489
429
|
*/
|
|
490
430
|
readonly includeExtractedMetadata?: boolean;
|
|
491
431
|
/**
|
|
492
432
|
* Gets or sets if provenance metadata should be included.
|
|
493
|
-
* @type {boolean}
|
|
494
|
-
* @memberof TreeApiGetMetadataTree
|
|
495
433
|
*/
|
|
496
434
|
readonly includeProvenance?: boolean;
|
|
497
435
|
/**
|
|
498
|
-
*
|
|
499
|
-
* @type {number}
|
|
500
|
-
* @memberof TreeApiGetMetadataTree
|
|
436
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
501
437
|
*/
|
|
502
438
|
readonly pageNumber?: number;
|
|
503
439
|
/**
|
|
504
|
-
*
|
|
505
|
-
* @type {number}
|
|
506
|
-
* @memberof TreeApiGetMetadataTree
|
|
440
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
507
441
|
*/
|
|
508
442
|
readonly pageSize?: number;
|
|
509
443
|
/**
|
|
510
|
-
* 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.
|
|
511
|
-
* @type {string}
|
|
512
|
-
* @memberof TreeApiGetMetadataTree
|
|
444
|
+
* 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\".
|
|
513
445
|
*/
|
|
514
446
|
readonly orderBy?: string;
|
|
515
447
|
}
|
|
516
448
|
/**
|
|
517
449
|
* Request parameters for getSpecificMetadataTree operation in TreeApi.
|
|
518
|
-
* @export
|
|
519
|
-
* @interface TreeApiGetSpecificMetadataTreeRequest
|
|
520
450
|
*/
|
|
521
451
|
export interface TreeApiGetSpecificMetadataTreeRequest {
|
|
522
452
|
/**
|
|
523
453
|
* The unique identifier or slug of the project.
|
|
524
|
-
* @type {string}
|
|
525
|
-
* @memberof TreeApiGetSpecificMetadataTree
|
|
526
454
|
*/
|
|
527
455
|
readonly projectId: string;
|
|
528
456
|
/**
|
|
529
457
|
* The unique identifier of the resource.
|
|
530
|
-
* @type {string}
|
|
531
|
-
* @memberof TreeApiGetSpecificMetadataTree
|
|
532
458
|
*/
|
|
533
459
|
readonly resourceId: string;
|
|
534
460
|
/**
|
|
535
461
|
* Gets or sets the path of the metadata tree.
|
|
536
|
-
* @type {string}
|
|
537
|
-
* @memberof TreeApiGetSpecificMetadataTree
|
|
538
462
|
*/
|
|
539
463
|
readonly path: string;
|
|
540
464
|
/**
|
|
541
465
|
* Gets or sets the format of the RDF data.
|
|
542
|
-
* @type {RdfFormat}
|
|
543
|
-
* @memberof TreeApiGetSpecificMetadataTree
|
|
544
466
|
*/
|
|
545
467
|
readonly format?: RdfFormat;
|
|
546
468
|
/**
|
|
547
469
|
* Gets or sets if extracted metadata should be included.
|
|
548
|
-
* @type {boolean}
|
|
549
|
-
* @memberof TreeApiGetSpecificMetadataTree
|
|
550
470
|
*/
|
|
551
471
|
readonly includeExtractedMetadata?: boolean;
|
|
552
472
|
/**
|
|
553
473
|
* Gets or sets if provenance should be included.
|
|
554
|
-
* @type {boolean}
|
|
555
|
-
* @memberof TreeApiGetSpecificMetadataTree
|
|
556
474
|
*/
|
|
557
475
|
readonly includeProvenance?: boolean;
|
|
558
476
|
/**
|
|
559
477
|
* Gets or sets the desired version. If the version is null, the newest will be returned.
|
|
560
|
-
* @type {number}
|
|
561
|
-
* @memberof TreeApiGetSpecificMetadataTree
|
|
562
478
|
*/
|
|
563
479
|
readonly version?: number;
|
|
564
480
|
}
|
|
565
481
|
/**
|
|
566
482
|
* Request parameters for updateExtractedMetadataTree operation in TreeApi.
|
|
567
|
-
* @export
|
|
568
|
-
* @interface TreeApiUpdateExtractedMetadataTreeRequest
|
|
569
483
|
*/
|
|
570
484
|
export interface TreeApiUpdateExtractedMetadataTreeRequest {
|
|
571
485
|
/**
|
|
572
486
|
* The unique identifier or slug of the project.
|
|
573
|
-
* @type {string}
|
|
574
|
-
* @memberof TreeApiUpdateExtractedMetadataTree
|
|
575
487
|
*/
|
|
576
488
|
readonly projectId: string;
|
|
577
489
|
/**
|
|
578
490
|
* The unique identifier of the resource.
|
|
579
|
-
* @type {string}
|
|
580
|
-
* @memberof TreeApiUpdateExtractedMetadataTree
|
|
581
491
|
*/
|
|
582
492
|
readonly resourceId: string;
|
|
583
493
|
/**
|
|
584
494
|
* The updated metadata tree data.
|
|
585
|
-
* @type {ExtractedMetadataTreeForUpdateDto}
|
|
586
|
-
* @memberof TreeApiUpdateExtractedMetadataTree
|
|
587
495
|
*/
|
|
588
496
|
readonly extractedMetadataTreeForUpdateDto?: ExtractedMetadataTreeForUpdateDto;
|
|
589
497
|
}
|
|
590
498
|
/**
|
|
591
499
|
* Request parameters for updateMetadataTree operation in TreeApi.
|
|
592
|
-
* @export
|
|
593
|
-
* @interface TreeApiUpdateMetadataTreeRequest
|
|
594
500
|
*/
|
|
595
501
|
export interface TreeApiUpdateMetadataTreeRequest {
|
|
596
502
|
/**
|
|
597
503
|
* The unique identifier or slug of the project.
|
|
598
|
-
* @type {string}
|
|
599
|
-
* @memberof TreeApiUpdateMetadataTree
|
|
600
504
|
*/
|
|
601
505
|
readonly projectId: string;
|
|
602
506
|
/**
|
|
603
507
|
* The unique identifier of the resource.
|
|
604
|
-
* @type {string}
|
|
605
|
-
* @memberof TreeApiUpdateMetadataTree
|
|
606
508
|
*/
|
|
607
509
|
readonly resourceId: string;
|
|
608
510
|
/**
|
|
609
511
|
* The updated metadata tree data.
|
|
610
|
-
* @type {MetadataTreeForUpdateDto}
|
|
611
|
-
* @memberof TreeApiUpdateMetadataTree
|
|
612
512
|
*/
|
|
613
513
|
readonly metadataTreeForUpdateDto?: MetadataTreeForUpdateDto;
|
|
614
514
|
}
|
|
615
515
|
/**
|
|
616
516
|
* TreeApi - object-oriented interface
|
|
617
|
-
* @export
|
|
618
|
-
* @class TreeApi
|
|
619
|
-
* @extends {BaseAPI}
|
|
620
517
|
*/
|
|
621
518
|
export declare class TreeApi extends BaseAPI {
|
|
622
519
|
/**
|
|
@@ -625,79 +522,78 @@ export declare class TreeApi extends BaseAPI {
|
|
|
625
522
|
* @param {TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest} requestParameters Request parameters.
|
|
626
523
|
* @param {*} [options] Override http request option.
|
|
627
524
|
* @throws {RequiredError}
|
|
628
|
-
* @memberof TreeApi
|
|
629
525
|
*/
|
|
630
|
-
apiV2ProjectsProjectIdResourcesResourceIdTreesOptions(requestParameters: TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
526
|
+
apiV2ProjectsProjectIdResourcesResourceIdTreesOptions(requestParameters: TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
631
527
|
/**
|
|
632
528
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
633
529
|
* @summary Creates a new extracted metadata tree for a resource.
|
|
634
530
|
* @param {TreeApiCreateExtractedMetadataTreeRequest} requestParameters Request parameters.
|
|
635
531
|
* @param {*} [options] Override http request option.
|
|
532
|
+
* @deprecated
|
|
636
533
|
* @throws {RequiredError}
|
|
637
|
-
* @memberof TreeApi
|
|
638
534
|
*/
|
|
639
|
-
createExtractedMetadataTree(requestParameters: TreeApiCreateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
535
|
+
createExtractedMetadataTree(requestParameters: TreeApiCreateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MetadataTreeDtoResponse, any, {}>>;
|
|
640
536
|
/**
|
|
641
537
|
*
|
|
642
538
|
* @summary Creates a new metadata tree for a resource.
|
|
643
539
|
* @param {TreeApiCreateMetadataTreeRequest} requestParameters Request parameters.
|
|
644
540
|
* @param {*} [options] Override http request option.
|
|
541
|
+
* @deprecated
|
|
645
542
|
* @throws {RequiredError}
|
|
646
|
-
* @memberof TreeApi
|
|
647
543
|
*/
|
|
648
|
-
createMetadataTree(requestParameters: TreeApiCreateMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
544
|
+
createMetadataTree(requestParameters: TreeApiCreateMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MetadataTreeDtoResponse, any, {}>>;
|
|
649
545
|
/**
|
|
650
546
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
651
547
|
* @summary Deletes (invalidates) a metadata tree associated with a resource.
|
|
652
548
|
* @param {TreeApiDeleteMetadataTreeRequest} requestParameters Request parameters.
|
|
653
549
|
* @param {*} [options] Override http request option.
|
|
550
|
+
* @deprecated
|
|
654
551
|
* @throws {RequiredError}
|
|
655
|
-
* @memberof TreeApi
|
|
656
552
|
*/
|
|
657
|
-
deleteMetadataTree(requestParameters: TreeApiDeleteMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
553
|
+
deleteMetadataTree(requestParameters: TreeApiDeleteMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
658
554
|
/**
|
|
659
555
|
* The `OrderBy` query is currently not supported.
|
|
660
556
|
* @summary Retrieves the file tree associated with a resource.
|
|
661
557
|
* @param {TreeApiGetFileTreeRequest} requestParameters Request parameters.
|
|
662
558
|
* @param {*} [options] Override http request option.
|
|
559
|
+
* @deprecated
|
|
663
560
|
* @throws {RequiredError}
|
|
664
|
-
* @memberof TreeApi
|
|
665
561
|
*/
|
|
666
|
-
getFileTree(requestParameters: TreeApiGetFileTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
562
|
+
getFileTree(requestParameters: TreeApiGetFileTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<FileTreeDtoPagedResponse, any, {}>>;
|
|
667
563
|
/**
|
|
668
564
|
*
|
|
669
565
|
* @summary Retrieves the metadata tree associated with a resource.
|
|
670
566
|
* @param {TreeApiGetMetadataTreeRequest} requestParameters Request parameters.
|
|
671
567
|
* @param {*} [options] Override http request option.
|
|
568
|
+
* @deprecated
|
|
672
569
|
* @throws {RequiredError}
|
|
673
|
-
* @memberof TreeApi
|
|
674
570
|
*/
|
|
675
|
-
getMetadataTree(requestParameters: TreeApiGetMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
571
|
+
getMetadataTree(requestParameters: TreeApiGetMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MetadataTreeDtoPagedResponse, any, {}>>;
|
|
676
572
|
/**
|
|
677
573
|
*
|
|
678
574
|
* @summary Retrieves the specific metadata tree associated with a resource.
|
|
679
575
|
* @param {TreeApiGetSpecificMetadataTreeRequest} requestParameters Request parameters.
|
|
680
576
|
* @param {*} [options] Override http request option.
|
|
577
|
+
* @deprecated
|
|
681
578
|
* @throws {RequiredError}
|
|
682
|
-
* @memberof TreeApi
|
|
683
579
|
*/
|
|
684
|
-
getSpecificMetadataTree(requestParameters: TreeApiGetSpecificMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
580
|
+
getSpecificMetadataTree(requestParameters: TreeApiGetSpecificMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MetadataTreeDtoResponse, any, {}>>;
|
|
685
581
|
/**
|
|
686
582
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
687
583
|
* @summary Updates an existing metadata tree of a resource.
|
|
688
584
|
* @param {TreeApiUpdateExtractedMetadataTreeRequest} requestParameters Request parameters.
|
|
689
585
|
* @param {*} [options] Override http request option.
|
|
586
|
+
* @deprecated
|
|
690
587
|
* @throws {RequiredError}
|
|
691
|
-
* @memberof TreeApi
|
|
692
588
|
*/
|
|
693
|
-
updateExtractedMetadataTree(requestParameters: TreeApiUpdateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
589
|
+
updateExtractedMetadataTree(requestParameters: TreeApiUpdateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
694
590
|
/**
|
|
695
591
|
*
|
|
696
592
|
* @summary Updates an existing metadata tree of a resource.
|
|
697
593
|
* @param {TreeApiUpdateMetadataTreeRequest} requestParameters Request parameters.
|
|
698
594
|
* @param {*} [options] Override http request option.
|
|
595
|
+
* @deprecated
|
|
699
596
|
* @throws {RequiredError}
|
|
700
|
-
* @memberof TreeApi
|
|
701
597
|
*/
|
|
702
|
-
updateMetadataTree(requestParameters: TreeApiUpdateMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
598
|
+
updateMetadataTree(requestParameters: TreeApiUpdateMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
703
599
|
}
|