@coscine/api-client 3.3.1 → 3.4.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/LICENSE +1 -1
- package/README.md +5 -2
- package/dist/index.js +6939 -9541
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +393 -0
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +315 -0
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +358 -0
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +99 -0
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +187 -0
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +187 -0
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +343 -0
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +321 -0
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +384 -0
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +275 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +384 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +149 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +133 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +116 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +327 -0
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +165 -0
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +272 -0
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +334 -0
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +99 -0
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +404 -0
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +124 -0
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +291 -0
- package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +55 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +37 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +23 -0
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +74 -0
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +60 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +96 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +48 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +158 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +54 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +54 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-validation-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-validation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-ienumerable-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +152 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +131 -0
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +99 -0
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +93 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +57 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +63 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +45 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +55 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +61 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +61 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-ienumerable-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +137 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +38 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +124 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +100 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +93 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +44 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +135 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +52 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +52 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +52 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +23 -0
- package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +57 -0
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +37 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto-ienumerable-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +97 -0
- package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +69 -0
- package/dist/types/Coscine.Api/@coscine/model/user-institute-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +54 -0
- package/dist/types/Coscine.Api/api.d.ts +39 -9704
- package/dist/types/Coscine.Api/base.d.ts +66 -55
- package/dist/types/Coscine.Api/common.d.ts +65 -65
- package/dist/types/Coscine.Api/configuration.d.ts +91 -83
- package/dist/types/Coscine.Api/index.d.ts +14 -13
- package/dist/types/Coscine.Api.STS/@coscine/api/account-api.d.ts +99 -0
- package/dist/types/Coscine.Api.STS/@coscine/api/home-api.d.ts +69 -0
- package/dist/types/Coscine.Api.STS/@coscine/api/merge-api.d.ts +124 -0
- package/dist/types/Coscine.Api.STS/@coscine/api/orci-dapi.d.ts +140 -0
- package/dist/types/Coscine.Api.STS/@coscine/api/shibboleth-api.d.ts +148 -0
- package/dist/types/Coscine.Api.STS/@coscine/model/entity-id.d.ts +24 -0
- package/dist/types/Coscine.Api.STS/@coscine/model/index.d.ts +2 -0
- package/dist/types/Coscine.Api.STS/@coscine/model/login-urls.d.ts +31 -0
- package/dist/types/Coscine.Api.STS/api.d.ts +16 -465
- package/dist/types/Coscine.Api.STS/base.d.ts +66 -55
- package/dist/types/Coscine.Api.STS/common.d.ts +65 -65
- package/dist/types/Coscine.Api.STS/configuration.d.ts +91 -83
- package/dist/types/Coscine.Api.STS/index.d.ts +14 -13
- package/dist/types/apis.d.ts +187 -179
- package/dist/types/axios-basic.d.ts +2 -2
- package/dist/types/index.d.ts +369 -353
- package/package.json +33 -93
- package/dist/index.js.map +0 -1
- package/dist/index.umd.js +0 -9688
- package/dist/index.umd.js.map +0 -1
- package/dist/lib/Coscine.Api/api.js +0 -8916
- package/dist/lib/Coscine.Api/api.js.map +0 -1
- package/dist/lib/Coscine.Api/base.js +0 -65
- package/dist/lib/Coscine.Api/base.js.map +0 -1
- package/dist/lib/Coscine.Api/common.js +0 -153
- package/dist/lib/Coscine.Api/common.js.map +0 -1
- package/dist/lib/Coscine.Api/configuration.js +0 -43
- package/dist/lib/Coscine.Api/configuration.js.map +0 -1
- package/dist/lib/Coscine.Api/index.js +0 -32
- package/dist/lib/Coscine.Api/index.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/api.js +0 -802
- package/dist/lib/Coscine.Api.STS/api.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/base.js +0 -65
- package/dist/lib/Coscine.Api.STS/base.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/common.js +0 -153
- package/dist/lib/Coscine.Api.STS/common.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/configuration.js +0 -43
- package/dist/lib/Coscine.Api.STS/configuration.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/index.js +0 -32
- package/dist/lib/Coscine.Api.STS/index.js.map +0 -1
- package/dist/lib/apis.js +0 -95
- package/dist/lib/apis.js.map +0 -1
- package/dist/lib/axios-basic.js +0 -46
- package/dist/lib/axios-basic.js.map +0 -1
- package/dist/lib/index.js +0 -43
- package/dist/lib/index.js.map +0 -1
|
@@ -0,0 +1,404 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.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, AxiosRequestConfig } from 'axios';
|
|
14
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
15
|
+
import { FileTreeDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
+
import { MetadataTreeDtoPagedResponse } from '../../@coscine/model';
|
|
17
|
+
import { MetadataTreeDtoResponse } from '../../@coscine/model';
|
|
18
|
+
import { MetadataTreeForCreationDto } from '../../@coscine/model';
|
|
19
|
+
import { MetadataTreeForUpdateDto } from '../../@coscine/model';
|
|
20
|
+
import { RdfFormat } from '../../@coscine/model';
|
|
21
|
+
/**
|
|
22
|
+
* TreeApi - axios parameter creator
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
29
|
+
* @param {string} projectId
|
|
30
|
+
* @param {string} resourceId
|
|
31
|
+
* @param {*} [options] Override http request option.
|
|
32
|
+
* @throws {RequiredError}
|
|
33
|
+
*/
|
|
34
|
+
apiV2ProjectsProjectIdResourcesResourceIdTreesOptions: (projectId: string, resourceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary Creates a new metadata tree for a resource.
|
|
38
|
+
* @param {string} projectId The unique identifier or slug of the project.
|
|
39
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
40
|
+
* @param {MetadataTreeForCreationDto} [metadataTreeForCreationDto] The metadata tree data for creation.
|
|
41
|
+
* @param {*} [options] Override http request option.
|
|
42
|
+
* @throws {RequiredError}
|
|
43
|
+
*/
|
|
44
|
+
createMetadataTree: (projectId: string, resourceId: string, metadataTreeForCreationDto?: MetadataTreeForCreationDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
|
+
/**
|
|
46
|
+
* The `OrderBy` query is currently not supported.
|
|
47
|
+
* @summary Retrieves the file tree associated with a resource.
|
|
48
|
+
* @param {string} projectId The unique identifier or slug of the project.
|
|
49
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
50
|
+
* @param {string} [path] Gets or sets the path of the file tree.
|
|
51
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
52
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
53
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
54
|
+
* @param {*} [options] Override http request option.
|
|
55
|
+
* @throws {RequiredError}
|
|
56
|
+
*/
|
|
57
|
+
getFileTree: (projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @summary Retrieves the metadata tree associated with a resource.
|
|
61
|
+
* @param {string} projectId The unique identifier or slug of the project.
|
|
62
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
63
|
+
* @param {string} [path] Gets or sets the path of the metadata tree.
|
|
64
|
+
* @param {RdfFormat} [format] Gets or sets the format of the RDF data.
|
|
65
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
66
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
67
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
68
|
+
* @param {*} [options] Override http request option.
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
*/
|
|
71
|
+
getMetadataTree: (projectId: string, resourceId: string, path?: string, format?: RdfFormat, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @summary Updates an existing metadata tree of a resource.
|
|
75
|
+
* @param {string} projectId The unique identifier or slug of the project.
|
|
76
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
77
|
+
* @param {MetadataTreeForUpdateDto} [metadataTreeForUpdateDto] The updated metadata tree data.
|
|
78
|
+
* @param {*} [options] Override http request option.
|
|
79
|
+
* @throws {RequiredError}
|
|
80
|
+
*/
|
|
81
|
+
updateMetadataTree: (projectId: string, resourceId: string, metadataTreeForUpdateDto?: MetadataTreeForUpdateDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* TreeApi - functional programming interface
|
|
85
|
+
* @export
|
|
86
|
+
*/
|
|
87
|
+
export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
91
|
+
* @param {string} projectId
|
|
92
|
+
* @param {string} resourceId
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
apiV2ProjectsProjectIdResourcesResourceIdTreesOptions(projectId: string, resourceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @summary Creates a new metadata tree for a resource.
|
|
100
|
+
* @param {string} projectId The unique identifier or slug of the project.
|
|
101
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
102
|
+
* @param {MetadataTreeForCreationDto} [metadataTreeForCreationDto] The metadata tree data for creation.
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
*/
|
|
106
|
+
createMetadataTree(projectId: string, resourceId: string, metadataTreeForCreationDto?: MetadataTreeForCreationDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoResponse>>;
|
|
107
|
+
/**
|
|
108
|
+
* The `OrderBy` query is currently not supported.
|
|
109
|
+
* @summary Retrieves the file tree associated with a resource.
|
|
110
|
+
* @param {string} projectId The unique identifier or slug of the project.
|
|
111
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
112
|
+
* @param {string} [path] Gets or sets the path of the file tree.
|
|
113
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
114
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
115
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
116
|
+
* @param {*} [options] Override http request option.
|
|
117
|
+
* @throws {RequiredError}
|
|
118
|
+
*/
|
|
119
|
+
getFileTree(projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileTreeDtoPagedResponse>>;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @summary Retrieves the metadata tree associated with a resource.
|
|
123
|
+
* @param {string} projectId The unique identifier or slug of the project.
|
|
124
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
125
|
+
* @param {string} [path] Gets or sets the path of the metadata tree.
|
|
126
|
+
* @param {RdfFormat} [format] Gets or sets the format of the RDF data.
|
|
127
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
128
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
129
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
130
|
+
* @param {*} [options] Override http request option.
|
|
131
|
+
* @throws {RequiredError}
|
|
132
|
+
*/
|
|
133
|
+
getMetadataTree(projectId: string, resourceId: string, path?: string, format?: RdfFormat, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoPagedResponse>>;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @summary Updates an existing metadata tree of a resource.
|
|
137
|
+
* @param {string} projectId The unique identifier or slug of the project.
|
|
138
|
+
* @param {string} resourceId The unique identifier of the resource.
|
|
139
|
+
* @param {MetadataTreeForUpdateDto} [metadataTreeForUpdateDto] The updated metadata tree data.
|
|
140
|
+
* @param {*} [options] Override http request option.
|
|
141
|
+
* @throws {RequiredError}
|
|
142
|
+
*/
|
|
143
|
+
updateMetadataTree(projectId: string, resourceId: string, metadataTreeForUpdateDto?: MetadataTreeForUpdateDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* TreeApi - factory interface
|
|
147
|
+
* @export
|
|
148
|
+
*/
|
|
149
|
+
export declare const TreeApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
153
|
+
* @param {TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest} requestParameters Request parameters.
|
|
154
|
+
* @param {*} [options] Override http request option.
|
|
155
|
+
* @throws {RequiredError}
|
|
156
|
+
*/
|
|
157
|
+
apiV2ProjectsProjectIdResourcesResourceIdTreesOptions(requestParameters: TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @summary Creates a new metadata tree for a resource.
|
|
161
|
+
* @param {TreeApiCreateMetadataTreeRequest} requestParameters Request parameters.
|
|
162
|
+
* @param {*} [options] Override http request option.
|
|
163
|
+
* @throws {RequiredError}
|
|
164
|
+
*/
|
|
165
|
+
createMetadataTree(requestParameters: TreeApiCreateMetadataTreeRequest, options?: AxiosRequestConfig): AxiosPromise<MetadataTreeDtoResponse>;
|
|
166
|
+
/**
|
|
167
|
+
* The `OrderBy` query is currently not supported.
|
|
168
|
+
* @summary Retrieves the file tree associated with a resource.
|
|
169
|
+
* @param {TreeApiGetFileTreeRequest} requestParameters Request parameters.
|
|
170
|
+
* @param {*} [options] Override http request option.
|
|
171
|
+
* @throws {RequiredError}
|
|
172
|
+
*/
|
|
173
|
+
getFileTree(requestParameters: TreeApiGetFileTreeRequest, options?: AxiosRequestConfig): AxiosPromise<FileTreeDtoPagedResponse>;
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
* @summary Retrieves the metadata tree associated with a resource.
|
|
177
|
+
* @param {TreeApiGetMetadataTreeRequest} requestParameters Request parameters.
|
|
178
|
+
* @param {*} [options] Override http request option.
|
|
179
|
+
* @throws {RequiredError}
|
|
180
|
+
*/
|
|
181
|
+
getMetadataTree(requestParameters: TreeApiGetMetadataTreeRequest, options?: AxiosRequestConfig): AxiosPromise<MetadataTreeDtoPagedResponse>;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @summary Updates an existing metadata tree of a resource.
|
|
185
|
+
* @param {TreeApiUpdateMetadataTreeRequest} requestParameters Request parameters.
|
|
186
|
+
* @param {*} [options] Override http request option.
|
|
187
|
+
* @throws {RequiredError}
|
|
188
|
+
*/
|
|
189
|
+
updateMetadataTree(requestParameters: TreeApiUpdateMetadataTreeRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* Request parameters for apiV2ProjectsProjectIdResourcesResourceIdTreesOptions operation in TreeApi.
|
|
193
|
+
* @export
|
|
194
|
+
* @interface TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest
|
|
195
|
+
*/
|
|
196
|
+
export interface TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest {
|
|
197
|
+
/**
|
|
198
|
+
*
|
|
199
|
+
* @type {string}
|
|
200
|
+
* @memberof TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptions
|
|
201
|
+
*/
|
|
202
|
+
readonly projectId: string;
|
|
203
|
+
/**
|
|
204
|
+
*
|
|
205
|
+
* @type {string}
|
|
206
|
+
* @memberof TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptions
|
|
207
|
+
*/
|
|
208
|
+
readonly resourceId: string;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Request parameters for createMetadataTree operation in TreeApi.
|
|
212
|
+
* @export
|
|
213
|
+
* @interface TreeApiCreateMetadataTreeRequest
|
|
214
|
+
*/
|
|
215
|
+
export interface TreeApiCreateMetadataTreeRequest {
|
|
216
|
+
/**
|
|
217
|
+
* The unique identifier or slug of the project.
|
|
218
|
+
* @type {string}
|
|
219
|
+
* @memberof TreeApiCreateMetadataTree
|
|
220
|
+
*/
|
|
221
|
+
readonly projectId: string;
|
|
222
|
+
/**
|
|
223
|
+
* The unique identifier of the resource.
|
|
224
|
+
* @type {string}
|
|
225
|
+
* @memberof TreeApiCreateMetadataTree
|
|
226
|
+
*/
|
|
227
|
+
readonly resourceId: string;
|
|
228
|
+
/**
|
|
229
|
+
* The metadata tree data for creation.
|
|
230
|
+
* @type {MetadataTreeForCreationDto}
|
|
231
|
+
* @memberof TreeApiCreateMetadataTree
|
|
232
|
+
*/
|
|
233
|
+
readonly metadataTreeForCreationDto?: MetadataTreeForCreationDto;
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Request parameters for getFileTree operation in TreeApi.
|
|
237
|
+
* @export
|
|
238
|
+
* @interface TreeApiGetFileTreeRequest
|
|
239
|
+
*/
|
|
240
|
+
export interface TreeApiGetFileTreeRequest {
|
|
241
|
+
/**
|
|
242
|
+
* The unique identifier or slug of the project.
|
|
243
|
+
* @type {string}
|
|
244
|
+
* @memberof TreeApiGetFileTree
|
|
245
|
+
*/
|
|
246
|
+
readonly projectId: string;
|
|
247
|
+
/**
|
|
248
|
+
* The unique identifier of the resource.
|
|
249
|
+
* @type {string}
|
|
250
|
+
* @memberof TreeApiGetFileTree
|
|
251
|
+
*/
|
|
252
|
+
readonly resourceId: string;
|
|
253
|
+
/**
|
|
254
|
+
* Gets or sets the path of the file tree.
|
|
255
|
+
* @type {string}
|
|
256
|
+
* @memberof TreeApiGetFileTree
|
|
257
|
+
*/
|
|
258
|
+
readonly path?: string;
|
|
259
|
+
/**
|
|
260
|
+
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
261
|
+
* @type {number}
|
|
262
|
+
* @memberof TreeApiGetFileTree
|
|
263
|
+
*/
|
|
264
|
+
readonly pageNumber?: number;
|
|
265
|
+
/**
|
|
266
|
+
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
267
|
+
* @type {number}
|
|
268
|
+
* @memberof TreeApiGetFileTree
|
|
269
|
+
*/
|
|
270
|
+
readonly pageSize?: number;
|
|
271
|
+
/**
|
|
272
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
273
|
+
* @type {string}
|
|
274
|
+
* @memberof TreeApiGetFileTree
|
|
275
|
+
*/
|
|
276
|
+
readonly orderBy?: string;
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Request parameters for getMetadataTree operation in TreeApi.
|
|
280
|
+
* @export
|
|
281
|
+
* @interface TreeApiGetMetadataTreeRequest
|
|
282
|
+
*/
|
|
283
|
+
export interface TreeApiGetMetadataTreeRequest {
|
|
284
|
+
/**
|
|
285
|
+
* The unique identifier or slug of the project.
|
|
286
|
+
* @type {string}
|
|
287
|
+
* @memberof TreeApiGetMetadataTree
|
|
288
|
+
*/
|
|
289
|
+
readonly projectId: string;
|
|
290
|
+
/**
|
|
291
|
+
* The unique identifier of the resource.
|
|
292
|
+
* @type {string}
|
|
293
|
+
* @memberof TreeApiGetMetadataTree
|
|
294
|
+
*/
|
|
295
|
+
readonly resourceId: string;
|
|
296
|
+
/**
|
|
297
|
+
* Gets or sets the path of the metadata tree.
|
|
298
|
+
* @type {string}
|
|
299
|
+
* @memberof TreeApiGetMetadataTree
|
|
300
|
+
*/
|
|
301
|
+
readonly path?: string;
|
|
302
|
+
/**
|
|
303
|
+
* Gets or sets the format of the RDF data.
|
|
304
|
+
* @type {RdfFormat}
|
|
305
|
+
* @memberof TreeApiGetMetadataTree
|
|
306
|
+
*/
|
|
307
|
+
readonly format?: RdfFormat;
|
|
308
|
+
/**
|
|
309
|
+
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
310
|
+
* @type {number}
|
|
311
|
+
* @memberof TreeApiGetMetadataTree
|
|
312
|
+
*/
|
|
313
|
+
readonly pageNumber?: number;
|
|
314
|
+
/**
|
|
315
|
+
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
316
|
+
* @type {number}
|
|
317
|
+
* @memberof TreeApiGetMetadataTree
|
|
318
|
+
*/
|
|
319
|
+
readonly pageSize?: number;
|
|
320
|
+
/**
|
|
321
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
322
|
+
* @type {string}
|
|
323
|
+
* @memberof TreeApiGetMetadataTree
|
|
324
|
+
*/
|
|
325
|
+
readonly orderBy?: string;
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* Request parameters for updateMetadataTree operation in TreeApi.
|
|
329
|
+
* @export
|
|
330
|
+
* @interface TreeApiUpdateMetadataTreeRequest
|
|
331
|
+
*/
|
|
332
|
+
export interface TreeApiUpdateMetadataTreeRequest {
|
|
333
|
+
/**
|
|
334
|
+
* The unique identifier or slug of the project.
|
|
335
|
+
* @type {string}
|
|
336
|
+
* @memberof TreeApiUpdateMetadataTree
|
|
337
|
+
*/
|
|
338
|
+
readonly projectId: string;
|
|
339
|
+
/**
|
|
340
|
+
* The unique identifier of the resource.
|
|
341
|
+
* @type {string}
|
|
342
|
+
* @memberof TreeApiUpdateMetadataTree
|
|
343
|
+
*/
|
|
344
|
+
readonly resourceId: string;
|
|
345
|
+
/**
|
|
346
|
+
* The updated metadata tree data.
|
|
347
|
+
* @type {MetadataTreeForUpdateDto}
|
|
348
|
+
* @memberof TreeApiUpdateMetadataTree
|
|
349
|
+
*/
|
|
350
|
+
readonly metadataTreeForUpdateDto?: MetadataTreeForUpdateDto;
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* TreeApi - object-oriented interface
|
|
354
|
+
* @export
|
|
355
|
+
* @class TreeApi
|
|
356
|
+
* @extends {BaseAPI}
|
|
357
|
+
*/
|
|
358
|
+
export declare class TreeApi extends BaseAPI {
|
|
359
|
+
/**
|
|
360
|
+
*
|
|
361
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
362
|
+
* @param {TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest} requestParameters Request parameters.
|
|
363
|
+
* @param {*} [options] Override http request option.
|
|
364
|
+
* @throws {RequiredError}
|
|
365
|
+
* @memberof TreeApi
|
|
366
|
+
*/
|
|
367
|
+
apiV2ProjectsProjectIdResourcesResourceIdTreesOptions(requestParameters: TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
368
|
+
/**
|
|
369
|
+
*
|
|
370
|
+
* @summary Creates a new metadata tree for a resource.
|
|
371
|
+
* @param {TreeApiCreateMetadataTreeRequest} requestParameters Request parameters.
|
|
372
|
+
* @param {*} [options] Override http request option.
|
|
373
|
+
* @throws {RequiredError}
|
|
374
|
+
* @memberof TreeApi
|
|
375
|
+
*/
|
|
376
|
+
createMetadataTree(requestParameters: TreeApiCreateMetadataTreeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MetadataTreeDtoResponse, any>>;
|
|
377
|
+
/**
|
|
378
|
+
* The `OrderBy` query is currently not supported.
|
|
379
|
+
* @summary Retrieves the file tree associated with a resource.
|
|
380
|
+
* @param {TreeApiGetFileTreeRequest} requestParameters Request parameters.
|
|
381
|
+
* @param {*} [options] Override http request option.
|
|
382
|
+
* @throws {RequiredError}
|
|
383
|
+
* @memberof TreeApi
|
|
384
|
+
*/
|
|
385
|
+
getFileTree(requestParameters: TreeApiGetFileTreeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FileTreeDtoPagedResponse, any>>;
|
|
386
|
+
/**
|
|
387
|
+
*
|
|
388
|
+
* @summary Retrieves the metadata tree associated with a resource.
|
|
389
|
+
* @param {TreeApiGetMetadataTreeRequest} requestParameters Request parameters.
|
|
390
|
+
* @param {*} [options] Override http request option.
|
|
391
|
+
* @throws {RequiredError}
|
|
392
|
+
* @memberof TreeApi
|
|
393
|
+
*/
|
|
394
|
+
getMetadataTree(requestParameters: TreeApiGetMetadataTreeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MetadataTreeDtoPagedResponse, any>>;
|
|
395
|
+
/**
|
|
396
|
+
*
|
|
397
|
+
* @summary Updates an existing metadata tree of a resource.
|
|
398
|
+
* @param {TreeApiUpdateMetadataTreeRequest} requestParameters Request parameters.
|
|
399
|
+
* @param {*} [options] Override http request option.
|
|
400
|
+
* @throws {RequiredError}
|
|
401
|
+
* @memberof TreeApi
|
|
402
|
+
*/
|
|
403
|
+
updateMetadataTree(requestParameters: TreeApiUpdateMetadataTreeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
404
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.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, AxiosRequestConfig } from 'axios';
|
|
14
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
15
|
+
import { PublicUserDtoIEnumerableResponse } from '../../@coscine/model';
|
|
16
|
+
/**
|
|
17
|
+
* UserApi - axios parameter creator
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export declare const UserApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
24
|
+
* @param {*} [options] Override http request option.
|
|
25
|
+
* @throws {RequiredError}
|
|
26
|
+
*/
|
|
27
|
+
apiV2UsersOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @summary Retrieves all users.
|
|
31
|
+
* @param {string} searchTerm Gets or sets the search term.
|
|
32
|
+
* @param {string} [orderBy] Gets or sets the field by which the search results are ordered. Defaults to \"firstName\".
|
|
33
|
+
* @param {*} [options] Override http request option.
|
|
34
|
+
* @throws {RequiredError}
|
|
35
|
+
*/
|
|
36
|
+
getUsers: (searchTerm: string, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* UserApi - functional programming interface
|
|
40
|
+
* @export
|
|
41
|
+
*/
|
|
42
|
+
export declare const UserApiFp: (configuration?: Configuration) => {
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
46
|
+
* @param {*} [options] Override http request option.
|
|
47
|
+
* @throws {RequiredError}
|
|
48
|
+
*/
|
|
49
|
+
apiV2UsersOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @summary Retrieves all users.
|
|
53
|
+
* @param {string} searchTerm Gets or sets the search term.
|
|
54
|
+
* @param {string} [orderBy] Gets or sets the field by which the search results are ordered. Defaults to \"firstName\".
|
|
55
|
+
* @param {*} [options] Override http request option.
|
|
56
|
+
* @throws {RequiredError}
|
|
57
|
+
*/
|
|
58
|
+
getUsers(searchTerm: string, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PublicUserDtoIEnumerableResponse>>;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* UserApi - factory interface
|
|
62
|
+
* @export
|
|
63
|
+
*/
|
|
64
|
+
export declare const UserApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
68
|
+
* @param {*} [options] Override http request option.
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
*/
|
|
71
|
+
apiV2UsersOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @summary Retrieves all users.
|
|
75
|
+
* @param {UserApiGetUsersRequest} requestParameters Request parameters.
|
|
76
|
+
* @param {*} [options] Override http request option.
|
|
77
|
+
* @throws {RequiredError}
|
|
78
|
+
*/
|
|
79
|
+
getUsers(requestParameters: UserApiGetUsersRequest, options?: AxiosRequestConfig): AxiosPromise<PublicUserDtoIEnumerableResponse>;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Request parameters for getUsers operation in UserApi.
|
|
83
|
+
* @export
|
|
84
|
+
* @interface UserApiGetUsersRequest
|
|
85
|
+
*/
|
|
86
|
+
export interface UserApiGetUsersRequest {
|
|
87
|
+
/**
|
|
88
|
+
* Gets or sets the search term.
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof UserApiGetUsers
|
|
91
|
+
*/
|
|
92
|
+
readonly searchTerm: string;
|
|
93
|
+
/**
|
|
94
|
+
* Gets or sets the field by which the search results are ordered. Defaults to \"firstName\".
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof UserApiGetUsers
|
|
97
|
+
*/
|
|
98
|
+
readonly orderBy?: string;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* UserApi - object-oriented interface
|
|
102
|
+
* @export
|
|
103
|
+
* @class UserApi
|
|
104
|
+
* @extends {BaseAPI}
|
|
105
|
+
*/
|
|
106
|
+
export declare class UserApi extends BaseAPI {
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
110
|
+
* @param {*} [options] Override http request option.
|
|
111
|
+
* @throws {RequiredError}
|
|
112
|
+
* @memberof UserApi
|
|
113
|
+
*/
|
|
114
|
+
apiV2UsersOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @summary Retrieves all users.
|
|
118
|
+
* @param {UserApiGetUsersRequest} requestParameters Request parameters.
|
|
119
|
+
* @param {*} [options] Override http request option.
|
|
120
|
+
* @throws {RequiredError}
|
|
121
|
+
* @memberof UserApi
|
|
122
|
+
*/
|
|
123
|
+
getUsers(requestParameters: UserApiGetUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicUserDtoIEnumerableResponse, any>>;
|
|
124
|
+
}
|