@coscine/api-client 3.3.0 → 3.3.2-package.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 -9529
- 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 +93 -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 -9655
- 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 -9676
- package/dist/index.umd.js.map +0 -1
- package/dist/lib/Coscine.Api/api.js +0 -8904
- 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,315 @@
|
|
|
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 { AcceptedLanguage } from '../../@coscine/model';
|
|
16
|
+
import { ApplicationProfileDtoPagedResponse } from '../../@coscine/model';
|
|
17
|
+
import { ApplicationProfileDtoResponse } from '../../@coscine/model';
|
|
18
|
+
import { ApplicationProfileForCreationDto } from '../../@coscine/model';
|
|
19
|
+
import { ApplicationProfileForCreationDtoResponse } from '../../@coscine/model';
|
|
20
|
+
import { RdfFormat } from '../../@coscine/model';
|
|
21
|
+
/**
|
|
22
|
+
* ApplicationProfileApi - axios parameter creator
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
29
|
+
* @param {*} [options] Override http request option.
|
|
30
|
+
* @throws {RequiredError}
|
|
31
|
+
*/
|
|
32
|
+
apiV2ApplicationProfilesOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @summary Submits a request to create a new application profile.
|
|
36
|
+
* @param {ApplicationProfileForCreationDto} [applicationProfileForCreationDto] The details required to create a new application profile.
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
createApplicationProfileRequest: (applicationProfileForCreationDto?: ApplicationProfileForCreationDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @summary Retrieves an application profile by its URI.
|
|
44
|
+
* @param {string} profile The URI of the application profile to retrieve.
|
|
45
|
+
* @param {RdfFormat} [format] The desired data format for the returned application profile.
|
|
46
|
+
* @param {AcceptedLanguage} [acceptLanguage] The preferred language for the application profile data.
|
|
47
|
+
* @param {*} [options] Override http request option.
|
|
48
|
+
* @throws {RequiredError}
|
|
49
|
+
*/
|
|
50
|
+
getApplicationProfile: (profile: string, format?: RdfFormat, acceptLanguage?: AcceptedLanguage, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @summary Retrieves all application profiles.
|
|
54
|
+
* @param {string} [searchTerm] Gets or sets the search term used to filter application profiles.
|
|
55
|
+
* @param {AcceptedLanguage} [language] Gets or sets the language for which the application profiles are requested.
|
|
56
|
+
* @param {boolean} [modules] Gets or sets a value indicating whether to include modules in the application profiles.
|
|
57
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
58
|
+
* @param {number} [pageSize] 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 a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
60
|
+
* @param {*} [options] Override http request option.
|
|
61
|
+
* @throws {RequiredError}
|
|
62
|
+
*/
|
|
63
|
+
getApplicationProfiles: (searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @summary Retrieves the `raw` application profile definition by its URI.
|
|
67
|
+
* @param {string} profile The URI of the application profile.
|
|
68
|
+
* @param {*} [options] Override http request option.
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
*/
|
|
71
|
+
getRawApplicationProfile: (profile: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* ApplicationProfileApi - functional programming interface
|
|
75
|
+
* @export
|
|
76
|
+
*/
|
|
77
|
+
export declare const ApplicationProfileApiFp: (configuration?: Configuration) => {
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
81
|
+
* @param {*} [options] Override http request option.
|
|
82
|
+
* @throws {RequiredError}
|
|
83
|
+
*/
|
|
84
|
+
apiV2ApplicationProfilesOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @summary Submits a request to create a new application profile.
|
|
88
|
+
* @param {ApplicationProfileForCreationDto} [applicationProfileForCreationDto] The details required to create a new application profile.
|
|
89
|
+
* @param {*} [options] Override http request option.
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
*/
|
|
92
|
+
createApplicationProfileRequest(applicationProfileForCreationDto?: ApplicationProfileForCreationDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileForCreationDtoResponse>>;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @summary Retrieves an application profile by its URI.
|
|
96
|
+
* @param {string} profile The URI of the application profile to retrieve.
|
|
97
|
+
* @param {RdfFormat} [format] The desired data format for the returned application profile.
|
|
98
|
+
* @param {AcceptedLanguage} [acceptLanguage] The preferred language for the application profile data.
|
|
99
|
+
* @param {*} [options] Override http request option.
|
|
100
|
+
* @throws {RequiredError}
|
|
101
|
+
*/
|
|
102
|
+
getApplicationProfile(profile: string, format?: RdfFormat, acceptLanguage?: AcceptedLanguage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileDtoResponse>>;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @summary Retrieves all application profiles.
|
|
106
|
+
* @param {string} [searchTerm] Gets or sets the search term used to filter application profiles.
|
|
107
|
+
* @param {AcceptedLanguage} [language] Gets or sets the language for which the application profiles are requested.
|
|
108
|
+
* @param {boolean} [modules] Gets or sets a value indicating whether to include modules in the application profiles.
|
|
109
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
110
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
111
|
+
* @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.
|
|
112
|
+
* @param {*} [options] Override http request option.
|
|
113
|
+
* @throws {RequiredError}
|
|
114
|
+
*/
|
|
115
|
+
getApplicationProfiles(searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileDtoPagedResponse>>;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @summary Retrieves the `raw` application profile definition by its URI.
|
|
119
|
+
* @param {string} profile The URI of the application profile.
|
|
120
|
+
* @param {*} [options] Override http request option.
|
|
121
|
+
* @throws {RequiredError}
|
|
122
|
+
*/
|
|
123
|
+
getRawApplicationProfile(profile: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* ApplicationProfileApi - factory interface
|
|
127
|
+
* @export
|
|
128
|
+
*/
|
|
129
|
+
export declare const ApplicationProfileApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
133
|
+
* @param {*} [options] Override http request option.
|
|
134
|
+
* @throws {RequiredError}
|
|
135
|
+
*/
|
|
136
|
+
apiV2ApplicationProfilesOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @summary Submits a request to create a new application profile.
|
|
140
|
+
* @param {ApplicationProfileApiCreateApplicationProfileRequestRequest} requestParameters Request parameters.
|
|
141
|
+
* @param {*} [options] Override http request option.
|
|
142
|
+
* @throws {RequiredError}
|
|
143
|
+
*/
|
|
144
|
+
createApplicationProfileRequest(requestParameters?: ApplicationProfileApiCreateApplicationProfileRequestRequest, options?: AxiosRequestConfig): AxiosPromise<ApplicationProfileForCreationDtoResponse>;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @summary Retrieves an application profile by its URI.
|
|
148
|
+
* @param {ApplicationProfileApiGetApplicationProfileRequest} requestParameters Request parameters.
|
|
149
|
+
* @param {*} [options] Override http request option.
|
|
150
|
+
* @throws {RequiredError}
|
|
151
|
+
*/
|
|
152
|
+
getApplicationProfile(requestParameters: ApplicationProfileApiGetApplicationProfileRequest, options?: AxiosRequestConfig): AxiosPromise<ApplicationProfileDtoResponse>;
|
|
153
|
+
/**
|
|
154
|
+
*
|
|
155
|
+
* @summary Retrieves all application profiles.
|
|
156
|
+
* @param {ApplicationProfileApiGetApplicationProfilesRequest} requestParameters Request parameters.
|
|
157
|
+
* @param {*} [options] Override http request option.
|
|
158
|
+
* @throws {RequiredError}
|
|
159
|
+
*/
|
|
160
|
+
getApplicationProfiles(requestParameters?: ApplicationProfileApiGetApplicationProfilesRequest, options?: AxiosRequestConfig): AxiosPromise<ApplicationProfileDtoPagedResponse>;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @summary Retrieves the `raw` application profile definition by its URI.
|
|
164
|
+
* @param {ApplicationProfileApiGetRawApplicationProfileRequest} requestParameters Request parameters.
|
|
165
|
+
* @param {*} [options] Override http request option.
|
|
166
|
+
* @throws {RequiredError}
|
|
167
|
+
*/
|
|
168
|
+
getRawApplicationProfile(requestParameters: ApplicationProfileApiGetRawApplicationProfileRequest, options?: AxiosRequestConfig): AxiosPromise<string>;
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* Request parameters for createApplicationProfileRequest operation in ApplicationProfileApi.
|
|
172
|
+
* @export
|
|
173
|
+
* @interface ApplicationProfileApiCreateApplicationProfileRequestRequest
|
|
174
|
+
*/
|
|
175
|
+
export interface ApplicationProfileApiCreateApplicationProfileRequestRequest {
|
|
176
|
+
/**
|
|
177
|
+
* The details required to create a new application profile.
|
|
178
|
+
* @type {ApplicationProfileForCreationDto}
|
|
179
|
+
* @memberof ApplicationProfileApiCreateApplicationProfileRequest
|
|
180
|
+
*/
|
|
181
|
+
readonly applicationProfileForCreationDto?: ApplicationProfileForCreationDto;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Request parameters for getApplicationProfile operation in ApplicationProfileApi.
|
|
185
|
+
* @export
|
|
186
|
+
* @interface ApplicationProfileApiGetApplicationProfileRequest
|
|
187
|
+
*/
|
|
188
|
+
export interface ApplicationProfileApiGetApplicationProfileRequest {
|
|
189
|
+
/**
|
|
190
|
+
* The URI of the application profile to retrieve.
|
|
191
|
+
* @type {string}
|
|
192
|
+
* @memberof ApplicationProfileApiGetApplicationProfile
|
|
193
|
+
*/
|
|
194
|
+
readonly profile: string;
|
|
195
|
+
/**
|
|
196
|
+
* The desired data format for the returned application profile.
|
|
197
|
+
* @type {RdfFormat}
|
|
198
|
+
* @memberof ApplicationProfileApiGetApplicationProfile
|
|
199
|
+
*/
|
|
200
|
+
readonly format?: RdfFormat;
|
|
201
|
+
/**
|
|
202
|
+
* The preferred language for the application profile data.
|
|
203
|
+
* @type {AcceptedLanguage}
|
|
204
|
+
* @memberof ApplicationProfileApiGetApplicationProfile
|
|
205
|
+
*/
|
|
206
|
+
readonly acceptLanguage?: AcceptedLanguage;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* Request parameters for getApplicationProfiles operation in ApplicationProfileApi.
|
|
210
|
+
* @export
|
|
211
|
+
* @interface ApplicationProfileApiGetApplicationProfilesRequest
|
|
212
|
+
*/
|
|
213
|
+
export interface ApplicationProfileApiGetApplicationProfilesRequest {
|
|
214
|
+
/**
|
|
215
|
+
* Gets or sets the search term used to filter application profiles.
|
|
216
|
+
* @type {string}
|
|
217
|
+
* @memberof ApplicationProfileApiGetApplicationProfiles
|
|
218
|
+
*/
|
|
219
|
+
readonly searchTerm?: string;
|
|
220
|
+
/**
|
|
221
|
+
* Gets or sets the language for which the application profiles are requested.
|
|
222
|
+
* @type {AcceptedLanguage}
|
|
223
|
+
* @memberof ApplicationProfileApiGetApplicationProfiles
|
|
224
|
+
*/
|
|
225
|
+
readonly language?: AcceptedLanguage;
|
|
226
|
+
/**
|
|
227
|
+
* Gets or sets a value indicating whether to include modules in the application profiles.
|
|
228
|
+
* @type {boolean}
|
|
229
|
+
* @memberof ApplicationProfileApiGetApplicationProfiles
|
|
230
|
+
*/
|
|
231
|
+
readonly modules?: boolean;
|
|
232
|
+
/**
|
|
233
|
+
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
234
|
+
* @type {number}
|
|
235
|
+
* @memberof ApplicationProfileApiGetApplicationProfiles
|
|
236
|
+
*/
|
|
237
|
+
readonly pageNumber?: number;
|
|
238
|
+
/**
|
|
239
|
+
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
240
|
+
* @type {number}
|
|
241
|
+
* @memberof ApplicationProfileApiGetApplicationProfiles
|
|
242
|
+
*/
|
|
243
|
+
readonly pageSize?: number;
|
|
244
|
+
/**
|
|
245
|
+
* 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.
|
|
246
|
+
* @type {string}
|
|
247
|
+
* @memberof ApplicationProfileApiGetApplicationProfiles
|
|
248
|
+
*/
|
|
249
|
+
readonly orderBy?: string;
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Request parameters for getRawApplicationProfile operation in ApplicationProfileApi.
|
|
253
|
+
* @export
|
|
254
|
+
* @interface ApplicationProfileApiGetRawApplicationProfileRequest
|
|
255
|
+
*/
|
|
256
|
+
export interface ApplicationProfileApiGetRawApplicationProfileRequest {
|
|
257
|
+
/**
|
|
258
|
+
* The URI of the application profile.
|
|
259
|
+
* @type {string}
|
|
260
|
+
* @memberof ApplicationProfileApiGetRawApplicationProfile
|
|
261
|
+
*/
|
|
262
|
+
readonly profile: string;
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* ApplicationProfileApi - object-oriented interface
|
|
266
|
+
* @export
|
|
267
|
+
* @class ApplicationProfileApi
|
|
268
|
+
* @extends {BaseAPI}
|
|
269
|
+
*/
|
|
270
|
+
export declare class ApplicationProfileApi extends BaseAPI {
|
|
271
|
+
/**
|
|
272
|
+
*
|
|
273
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
274
|
+
* @param {*} [options] Override http request option.
|
|
275
|
+
* @throws {RequiredError}
|
|
276
|
+
* @memberof ApplicationProfileApi
|
|
277
|
+
*/
|
|
278
|
+
apiV2ApplicationProfilesOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
279
|
+
/**
|
|
280
|
+
*
|
|
281
|
+
* @summary Submits a request to create a new application profile.
|
|
282
|
+
* @param {ApplicationProfileApiCreateApplicationProfileRequestRequest} requestParameters Request parameters.
|
|
283
|
+
* @param {*} [options] Override http request option.
|
|
284
|
+
* @throws {RequiredError}
|
|
285
|
+
* @memberof ApplicationProfileApi
|
|
286
|
+
*/
|
|
287
|
+
createApplicationProfileRequest(requestParameters?: ApplicationProfileApiCreateApplicationProfileRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileForCreationDtoResponse, any>>;
|
|
288
|
+
/**
|
|
289
|
+
*
|
|
290
|
+
* @summary Retrieves an application profile by its URI.
|
|
291
|
+
* @param {ApplicationProfileApiGetApplicationProfileRequest} requestParameters Request parameters.
|
|
292
|
+
* @param {*} [options] Override http request option.
|
|
293
|
+
* @throws {RequiredError}
|
|
294
|
+
* @memberof ApplicationProfileApi
|
|
295
|
+
*/
|
|
296
|
+
getApplicationProfile(requestParameters: ApplicationProfileApiGetApplicationProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileDtoResponse, any>>;
|
|
297
|
+
/**
|
|
298
|
+
*
|
|
299
|
+
* @summary Retrieves all application profiles.
|
|
300
|
+
* @param {ApplicationProfileApiGetApplicationProfilesRequest} requestParameters Request parameters.
|
|
301
|
+
* @param {*} [options] Override http request option.
|
|
302
|
+
* @throws {RequiredError}
|
|
303
|
+
* @memberof ApplicationProfileApi
|
|
304
|
+
*/
|
|
305
|
+
getApplicationProfiles(requestParameters?: ApplicationProfileApiGetApplicationProfilesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileDtoPagedResponse, any>>;
|
|
306
|
+
/**
|
|
307
|
+
*
|
|
308
|
+
* @summary Retrieves the `raw` application profile definition by its URI.
|
|
309
|
+
* @param {ApplicationProfileApiGetRawApplicationProfileRequest} requestParameters Request parameters.
|
|
310
|
+
* @param {*} [options] Override http request option.
|
|
311
|
+
* @throws {RequiredError}
|
|
312
|
+
* @memberof ApplicationProfileApi
|
|
313
|
+
*/
|
|
314
|
+
getRawApplicationProfile(requestParameters: ApplicationProfileApiGetRawApplicationProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
315
|
+
}
|
|
@@ -0,0 +1,358 @@
|
|
|
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
|
+
/**
|
|
16
|
+
* BlobApi - axios parameter creator
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
23
|
+
* @param {string} projectId
|
|
24
|
+
* @param {string} resourceId
|
|
25
|
+
* @param {*} [options] Override http request option.
|
|
26
|
+
* @throws {RequiredError}
|
|
27
|
+
*/
|
|
28
|
+
apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions: (projectId: string, resourceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @summary Creates a new blob for a resource.
|
|
32
|
+
* @param {string} projectId The identifier or slug of the project.
|
|
33
|
+
* @param {string} resourceId The identifier of the resource.
|
|
34
|
+
* @param {string} key The key for the new blob.
|
|
35
|
+
* @param {File} [file]
|
|
36
|
+
* @param {*} [options] Override http request option.
|
|
37
|
+
* @throws {RequiredError}
|
|
38
|
+
*/
|
|
39
|
+
createBlob: (projectId: string, resourceId: string, key: string, file?: File, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @summary Deletes a blob from a resource.
|
|
43
|
+
* @param {string} projectId The identifier or slug of the project.
|
|
44
|
+
* @param {string} resourceId The identifier of the resource.
|
|
45
|
+
* @param {string} key The key associated with the blob to delete.
|
|
46
|
+
* @param {*} [options] Override http request option.
|
|
47
|
+
* @throws {RequiredError}
|
|
48
|
+
*/
|
|
49
|
+
deleteBlob: (projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @summary Download a blob from a resource.
|
|
53
|
+
* @param {string} projectId The identifier or slug of the project.
|
|
54
|
+
* @param {string} resourceId The identifier of the resource.
|
|
55
|
+
* @param {string} key The key associated with the blob.
|
|
56
|
+
* @param {*} [options] Override http request option.
|
|
57
|
+
* @throws {RequiredError}
|
|
58
|
+
*/
|
|
59
|
+
getBlob: (projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @summary Updates an existing blob of a resource.
|
|
63
|
+
* @param {string} projectId The identifier or slug of the project.
|
|
64
|
+
* @param {string} resourceId The identifier of the resource.
|
|
65
|
+
* @param {string} key The key associated with the blob to update.
|
|
66
|
+
* @param {File} [file]
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
updateBlob: (projectId: string, resourceId: string, key: string, file?: File, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* BlobApi - functional programming interface
|
|
74
|
+
* @export
|
|
75
|
+
*/
|
|
76
|
+
export declare const BlobApiFp: (configuration?: Configuration) => {
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
80
|
+
* @param {string} projectId
|
|
81
|
+
* @param {string} resourceId
|
|
82
|
+
* @param {*} [options] Override http request option.
|
|
83
|
+
* @throws {RequiredError}
|
|
84
|
+
*/
|
|
85
|
+
apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(projectId: string, resourceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @summary Creates a new blob for a resource.
|
|
89
|
+
* @param {string} projectId The identifier or slug of the project.
|
|
90
|
+
* @param {string} resourceId The identifier of the resource.
|
|
91
|
+
* @param {string} key The key for the new blob.
|
|
92
|
+
* @param {File} [file]
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
createBlob(projectId: string, resourceId: string, key: string, file?: File, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @summary Deletes a blob from a resource.
|
|
100
|
+
* @param {string} projectId The identifier or slug of the project.
|
|
101
|
+
* @param {string} resourceId The identifier of the resource.
|
|
102
|
+
* @param {string} key The key associated with the blob to delete.
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
*/
|
|
106
|
+
deleteBlob(projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @summary Download a blob from a resource.
|
|
110
|
+
* @param {string} projectId The identifier or slug of the project.
|
|
111
|
+
* @param {string} resourceId The identifier of the resource.
|
|
112
|
+
* @param {string} key The key associated with the blob.
|
|
113
|
+
* @param {*} [options] Override http request option.
|
|
114
|
+
* @throws {RequiredError}
|
|
115
|
+
*/
|
|
116
|
+
getBlob(projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @summary Updates an existing blob of a resource.
|
|
120
|
+
* @param {string} projectId The identifier or slug of the project.
|
|
121
|
+
* @param {string} resourceId The identifier of the resource.
|
|
122
|
+
* @param {string} key The key associated with the blob to update.
|
|
123
|
+
* @param {File} [file]
|
|
124
|
+
* @param {*} [options] Override http request option.
|
|
125
|
+
* @throws {RequiredError}
|
|
126
|
+
*/
|
|
127
|
+
updateBlob(projectId: string, resourceId: string, key: string, file?: File, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* BlobApi - factory interface
|
|
131
|
+
* @export
|
|
132
|
+
*/
|
|
133
|
+
export declare const BlobApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
137
|
+
* @param {BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest} requestParameters Request parameters.
|
|
138
|
+
* @param {*} [options] Override http request option.
|
|
139
|
+
* @throws {RequiredError}
|
|
140
|
+
*/
|
|
141
|
+
apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(requestParameters: BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @summary Creates a new blob for a resource.
|
|
145
|
+
* @param {BlobApiCreateBlobRequest} requestParameters Request parameters.
|
|
146
|
+
* @param {*} [options] Override http request option.
|
|
147
|
+
* @throws {RequiredError}
|
|
148
|
+
*/
|
|
149
|
+
createBlob(requestParameters: BlobApiCreateBlobRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @summary Deletes a blob from a resource.
|
|
153
|
+
* @param {BlobApiDeleteBlobRequest} requestParameters Request parameters.
|
|
154
|
+
* @param {*} [options] Override http request option.
|
|
155
|
+
* @throws {RequiredError}
|
|
156
|
+
*/
|
|
157
|
+
deleteBlob(requestParameters: BlobApiDeleteBlobRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @summary Download a blob from a resource.
|
|
161
|
+
* @param {BlobApiGetBlobRequest} requestParameters Request parameters.
|
|
162
|
+
* @param {*} [options] Override http request option.
|
|
163
|
+
* @throws {RequiredError}
|
|
164
|
+
*/
|
|
165
|
+
getBlob(requestParameters: BlobApiGetBlobRequest, options?: AxiosRequestConfig): AxiosPromise<File>;
|
|
166
|
+
/**
|
|
167
|
+
*
|
|
168
|
+
* @summary Updates an existing blob of a resource.
|
|
169
|
+
* @param {BlobApiUpdateBlobRequest} requestParameters Request parameters.
|
|
170
|
+
* @param {*} [options] Override http request option.
|
|
171
|
+
* @throws {RequiredError}
|
|
172
|
+
*/
|
|
173
|
+
updateBlob(requestParameters: BlobApiUpdateBlobRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* Request parameters for apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions operation in BlobApi.
|
|
177
|
+
* @export
|
|
178
|
+
* @interface BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest
|
|
179
|
+
*/
|
|
180
|
+
export interface BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest {
|
|
181
|
+
/**
|
|
182
|
+
*
|
|
183
|
+
* @type {string}
|
|
184
|
+
* @memberof BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptions
|
|
185
|
+
*/
|
|
186
|
+
readonly projectId: string;
|
|
187
|
+
/**
|
|
188
|
+
*
|
|
189
|
+
* @type {string}
|
|
190
|
+
* @memberof BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptions
|
|
191
|
+
*/
|
|
192
|
+
readonly resourceId: string;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Request parameters for createBlob operation in BlobApi.
|
|
196
|
+
* @export
|
|
197
|
+
* @interface BlobApiCreateBlobRequest
|
|
198
|
+
*/
|
|
199
|
+
export interface BlobApiCreateBlobRequest {
|
|
200
|
+
/**
|
|
201
|
+
* The identifier or slug of the project.
|
|
202
|
+
* @type {string}
|
|
203
|
+
* @memberof BlobApiCreateBlob
|
|
204
|
+
*/
|
|
205
|
+
readonly projectId: string;
|
|
206
|
+
/**
|
|
207
|
+
* The identifier of the resource.
|
|
208
|
+
* @type {string}
|
|
209
|
+
* @memberof BlobApiCreateBlob
|
|
210
|
+
*/
|
|
211
|
+
readonly resourceId: string;
|
|
212
|
+
/**
|
|
213
|
+
* The key for the new blob.
|
|
214
|
+
* @type {string}
|
|
215
|
+
* @memberof BlobApiCreateBlob
|
|
216
|
+
*/
|
|
217
|
+
readonly key: string;
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
* @type {File}
|
|
221
|
+
* @memberof BlobApiCreateBlob
|
|
222
|
+
*/
|
|
223
|
+
readonly file?: File;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* Request parameters for deleteBlob operation in BlobApi.
|
|
227
|
+
* @export
|
|
228
|
+
* @interface BlobApiDeleteBlobRequest
|
|
229
|
+
*/
|
|
230
|
+
export interface BlobApiDeleteBlobRequest {
|
|
231
|
+
/**
|
|
232
|
+
* The identifier or slug of the project.
|
|
233
|
+
* @type {string}
|
|
234
|
+
* @memberof BlobApiDeleteBlob
|
|
235
|
+
*/
|
|
236
|
+
readonly projectId: string;
|
|
237
|
+
/**
|
|
238
|
+
* The identifier of the resource.
|
|
239
|
+
* @type {string}
|
|
240
|
+
* @memberof BlobApiDeleteBlob
|
|
241
|
+
*/
|
|
242
|
+
readonly resourceId: string;
|
|
243
|
+
/**
|
|
244
|
+
* The key associated with the blob to delete.
|
|
245
|
+
* @type {string}
|
|
246
|
+
* @memberof BlobApiDeleteBlob
|
|
247
|
+
*/
|
|
248
|
+
readonly key: string;
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* Request parameters for getBlob operation in BlobApi.
|
|
252
|
+
* @export
|
|
253
|
+
* @interface BlobApiGetBlobRequest
|
|
254
|
+
*/
|
|
255
|
+
export interface BlobApiGetBlobRequest {
|
|
256
|
+
/**
|
|
257
|
+
* The identifier or slug of the project.
|
|
258
|
+
* @type {string}
|
|
259
|
+
* @memberof BlobApiGetBlob
|
|
260
|
+
*/
|
|
261
|
+
readonly projectId: string;
|
|
262
|
+
/**
|
|
263
|
+
* The identifier of the resource.
|
|
264
|
+
* @type {string}
|
|
265
|
+
* @memberof BlobApiGetBlob
|
|
266
|
+
*/
|
|
267
|
+
readonly resourceId: string;
|
|
268
|
+
/**
|
|
269
|
+
* The key associated with the blob.
|
|
270
|
+
* @type {string}
|
|
271
|
+
* @memberof BlobApiGetBlob
|
|
272
|
+
*/
|
|
273
|
+
readonly key: string;
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* Request parameters for updateBlob operation in BlobApi.
|
|
277
|
+
* @export
|
|
278
|
+
* @interface BlobApiUpdateBlobRequest
|
|
279
|
+
*/
|
|
280
|
+
export interface BlobApiUpdateBlobRequest {
|
|
281
|
+
/**
|
|
282
|
+
* The identifier or slug of the project.
|
|
283
|
+
* @type {string}
|
|
284
|
+
* @memberof BlobApiUpdateBlob
|
|
285
|
+
*/
|
|
286
|
+
readonly projectId: string;
|
|
287
|
+
/**
|
|
288
|
+
* The identifier of the resource.
|
|
289
|
+
* @type {string}
|
|
290
|
+
* @memberof BlobApiUpdateBlob
|
|
291
|
+
*/
|
|
292
|
+
readonly resourceId: string;
|
|
293
|
+
/**
|
|
294
|
+
* The key associated with the blob to update.
|
|
295
|
+
* @type {string}
|
|
296
|
+
* @memberof BlobApiUpdateBlob
|
|
297
|
+
*/
|
|
298
|
+
readonly key: string;
|
|
299
|
+
/**
|
|
300
|
+
*
|
|
301
|
+
* @type {File}
|
|
302
|
+
* @memberof BlobApiUpdateBlob
|
|
303
|
+
*/
|
|
304
|
+
readonly file?: File;
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* BlobApi - object-oriented interface
|
|
308
|
+
* @export
|
|
309
|
+
* @class BlobApi
|
|
310
|
+
* @extends {BaseAPI}
|
|
311
|
+
*/
|
|
312
|
+
export declare class BlobApi extends BaseAPI {
|
|
313
|
+
/**
|
|
314
|
+
*
|
|
315
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
316
|
+
* @param {BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest} requestParameters Request parameters.
|
|
317
|
+
* @param {*} [options] Override http request option.
|
|
318
|
+
* @throws {RequiredError}
|
|
319
|
+
* @memberof BlobApi
|
|
320
|
+
*/
|
|
321
|
+
apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(requestParameters: BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
322
|
+
/**
|
|
323
|
+
*
|
|
324
|
+
* @summary Creates a new blob for a resource.
|
|
325
|
+
* @param {BlobApiCreateBlobRequest} requestParameters Request parameters.
|
|
326
|
+
* @param {*} [options] Override http request option.
|
|
327
|
+
* @throws {RequiredError}
|
|
328
|
+
* @memberof BlobApi
|
|
329
|
+
*/
|
|
330
|
+
createBlob(requestParameters: BlobApiCreateBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
331
|
+
/**
|
|
332
|
+
*
|
|
333
|
+
* @summary Deletes a blob from a resource.
|
|
334
|
+
* @param {BlobApiDeleteBlobRequest} requestParameters Request parameters.
|
|
335
|
+
* @param {*} [options] Override http request option.
|
|
336
|
+
* @throws {RequiredError}
|
|
337
|
+
* @memberof BlobApi
|
|
338
|
+
*/
|
|
339
|
+
deleteBlob(requestParameters: BlobApiDeleteBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
340
|
+
/**
|
|
341
|
+
*
|
|
342
|
+
* @summary Download a blob from a resource.
|
|
343
|
+
* @param {BlobApiGetBlobRequest} requestParameters Request parameters.
|
|
344
|
+
* @param {*} [options] Override http request option.
|
|
345
|
+
* @throws {RequiredError}
|
|
346
|
+
* @memberof BlobApi
|
|
347
|
+
*/
|
|
348
|
+
getBlob(requestParameters: BlobApiGetBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
349
|
+
/**
|
|
350
|
+
*
|
|
351
|
+
* @summary Updates an existing blob of a resource.
|
|
352
|
+
* @param {BlobApiUpdateBlobRequest} requestParameters Request parameters.
|
|
353
|
+
* @param {*} [options] Override http request option.
|
|
354
|
+
* @throws {RequiredError}
|
|
355
|
+
* @memberof BlobApi
|
|
356
|
+
*/
|
|
357
|
+
updateBlob(requestParameters: BlobApiUpdateBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
358
|
+
}
|