@coscine/api-client 3.3.1 → 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 -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 +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 -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,93 @@
|
|
|
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 { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
|
|
13
|
+
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
14
|
+
import { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
|
|
15
|
+
import { ResourceTypeOptionsForUpdateDto } from './resource-type-options-for-update-dto';
|
|
16
|
+
import { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
|
|
17
|
+
/**
|
|
18
|
+
* Represents the data transfer object (DTO) used for updating a resource. Inherits properties from Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ResourceForManipulationDto.
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ResourceForUpdateDto
|
|
21
|
+
*/
|
|
22
|
+
export interface ResourceForUpdateDto {
|
|
23
|
+
/**
|
|
24
|
+
* The name of the resource.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ResourceForUpdateDto
|
|
27
|
+
*/
|
|
28
|
+
'name': string;
|
|
29
|
+
/**
|
|
30
|
+
* The display name of the resource.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ResourceForUpdateDto
|
|
33
|
+
*/
|
|
34
|
+
'displayName'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* The description of the resource.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ResourceForUpdateDto
|
|
39
|
+
*/
|
|
40
|
+
'description': string;
|
|
41
|
+
/**
|
|
42
|
+
* The keywords associated with the resource.
|
|
43
|
+
* @type {Array<string>}
|
|
44
|
+
* @memberof ResourceForUpdateDto
|
|
45
|
+
*/
|
|
46
|
+
'keywords'?: Array<string> | null;
|
|
47
|
+
/**
|
|
48
|
+
* Fixed values associated with the resource.
|
|
49
|
+
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
50
|
+
* @memberof ResourceForUpdateDto
|
|
51
|
+
*/
|
|
52
|
+
'fixedValues'?: {
|
|
53
|
+
[key: string]: {
|
|
54
|
+
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
55
|
+
};
|
|
56
|
+
} | null;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {LicenseForResourceManipulationDto}
|
|
60
|
+
* @memberof ResourceForUpdateDto
|
|
61
|
+
*/
|
|
62
|
+
'license'?: LicenseForResourceManipulationDto;
|
|
63
|
+
/**
|
|
64
|
+
* Notes about the usage of the resource.
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof ResourceForUpdateDto
|
|
67
|
+
*/
|
|
68
|
+
'usageNote'?: string | null;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {VisibilityForResourceManipulationDto}
|
|
72
|
+
* @memberof ResourceForUpdateDto
|
|
73
|
+
*/
|
|
74
|
+
'visibility': VisibilityForResourceManipulationDto;
|
|
75
|
+
/**
|
|
76
|
+
* The disciplines associated with the resource.
|
|
77
|
+
* @type {Array<DisciplineForResourceManipulationDto>}
|
|
78
|
+
* @memberof ResourceForUpdateDto
|
|
79
|
+
*/
|
|
80
|
+
'disciplines': Array<DisciplineForResourceManipulationDto>;
|
|
81
|
+
/**
|
|
82
|
+
* Indicates whether the resource is archived.
|
|
83
|
+
* @type {boolean}
|
|
84
|
+
* @memberof ResourceForUpdateDto
|
|
85
|
+
*/
|
|
86
|
+
'archived': boolean;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {ResourceTypeOptionsForUpdateDto}
|
|
90
|
+
* @memberof ResourceForUpdateDto
|
|
91
|
+
*/
|
|
92
|
+
'resourceTypeOptions'?: ResourceTypeOptionsForUpdateDto;
|
|
93
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* Represents a minimal Data Transfer Object (DTO) for a resource, containing essential identifiers.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ResourceMinimalDto
|
|
16
|
+
*/
|
|
17
|
+
export interface ResourceMinimalDto {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier for the resource.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResourceMinimalDto
|
|
22
|
+
*/
|
|
23
|
+
'id'?: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { ResourceQuotaDto } from './resource-quota-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ResourceQuotaDtoResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceQuotaDtoResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ResourceQuotaDto}
|
|
22
|
+
* @memberof ResourceQuotaDtoResponse
|
|
23
|
+
*/
|
|
24
|
+
'data'?: ResourceQuotaDto;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ResourceQuotaDtoResponse
|
|
29
|
+
*/
|
|
30
|
+
'isSuccess'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ResourceQuotaDtoResponse
|
|
35
|
+
*/
|
|
36
|
+
'statusCode'?: number | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ResourceQuotaDtoResponse
|
|
41
|
+
*/
|
|
42
|
+
'traceId'?: string | null;
|
|
43
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { QuotaDto } from './quota-dto';
|
|
13
|
+
import { ResourceMinimalDto } from './resource-minimal-dto';
|
|
14
|
+
/**
|
|
15
|
+
* Represents a Data Transfer Object (DTO) containing quota information for a resource.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ResourceQuotaDto
|
|
18
|
+
*/
|
|
19
|
+
export interface ResourceQuotaDto {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {ResourceMinimalDto}
|
|
23
|
+
* @memberof ResourceQuotaDto
|
|
24
|
+
*/
|
|
25
|
+
'resource'?: ResourceMinimalDto;
|
|
26
|
+
/**
|
|
27
|
+
* The percentage of quota used by the resource.
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof ResourceQuotaDto
|
|
30
|
+
*/
|
|
31
|
+
'usedPercentage'?: number | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {QuotaDto}
|
|
35
|
+
* @memberof ResourceQuotaDto
|
|
36
|
+
*/
|
|
37
|
+
'used'?: QuotaDto;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {QuotaDto}
|
|
41
|
+
* @memberof ResourceQuotaDto
|
|
42
|
+
*/
|
|
43
|
+
'reserved'?: QuotaDto;
|
|
44
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { ResourceTypeOptionsDto } from './resource-type-options-dto';
|
|
13
|
+
/**
|
|
14
|
+
* Represents a resource type.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ResourceTypeDto
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceTypeDto {
|
|
19
|
+
/**
|
|
20
|
+
* The unique identifier of the resource type.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ResourceTypeDto
|
|
23
|
+
*/
|
|
24
|
+
'id'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The general type of the resource.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ResourceTypeDto
|
|
29
|
+
*/
|
|
30
|
+
'generalType'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The specific type of the resource.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ResourceTypeDto
|
|
35
|
+
*/
|
|
36
|
+
'specificType'?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {ResourceTypeOptionsDto}
|
|
40
|
+
* @memberof ResourceTypeDto
|
|
41
|
+
*/
|
|
42
|
+
'options'?: ResourceTypeOptionsDto;
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { ResourceTypeInformationDto } from './resource-type-information-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ResourceTypeInformationDtoIEnumerableResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceTypeInformationDtoIEnumerableResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<ResourceTypeInformationDto>}
|
|
22
|
+
* @memberof ResourceTypeInformationDtoIEnumerableResponse
|
|
23
|
+
*/
|
|
24
|
+
'data'?: Array<ResourceTypeInformationDto> | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ResourceTypeInformationDtoIEnumerableResponse
|
|
29
|
+
*/
|
|
30
|
+
'isSuccess'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ResourceTypeInformationDtoIEnumerableResponse
|
|
35
|
+
*/
|
|
36
|
+
'statusCode'?: number | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ResourceTypeInformationDtoIEnumerableResponse
|
|
41
|
+
*/
|
|
42
|
+
'traceId'?: string | null;
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { ResourceTypeInformationDto } from './resource-type-information-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ResourceTypeInformationDtoResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceTypeInformationDtoResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ResourceTypeInformationDto}
|
|
22
|
+
* @memberof ResourceTypeInformationDtoResponse
|
|
23
|
+
*/
|
|
24
|
+
'data'?: ResourceTypeInformationDto;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ResourceTypeInformationDtoResponse
|
|
29
|
+
*/
|
|
30
|
+
'isSuccess'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ResourceTypeInformationDtoResponse
|
|
35
|
+
*/
|
|
36
|
+
'statusCode'?: number | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ResourceTypeInformationDtoResponse
|
|
41
|
+
*/
|
|
42
|
+
'traceId'?: string | null;
|
|
43
|
+
}
|
|
@@ -0,0 +1,135 @@
|
|
|
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 { ResourceContentPageDto } from './resource-content-page-dto';
|
|
13
|
+
import { ResourceCreationPageDto } from './resource-creation-page-dto';
|
|
14
|
+
import { ResourceTypeStatus } from './resource-type-status';
|
|
15
|
+
/**
|
|
16
|
+
* Represents information about a resource type.
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ResourceTypeInformationDto
|
|
19
|
+
*/
|
|
20
|
+
export interface ResourceTypeInformationDto {
|
|
21
|
+
/**
|
|
22
|
+
* The unique identifier of the resource type.
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof ResourceTypeInformationDto
|
|
25
|
+
*/
|
|
26
|
+
'id'?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The general type of the resource.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof ResourceTypeInformationDto
|
|
31
|
+
*/
|
|
32
|
+
'generalType'?: string | null;
|
|
33
|
+
/**
|
|
34
|
+
* The specific type of the resource.
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ResourceTypeInformationDto
|
|
37
|
+
*/
|
|
38
|
+
'specificType'?: string | null;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {ResourceTypeStatus}
|
|
42
|
+
* @memberof ResourceTypeInformationDto
|
|
43
|
+
*/
|
|
44
|
+
'status'?: ResourceTypeStatus;
|
|
45
|
+
/**
|
|
46
|
+
* Indicates if the resource type supports creation.
|
|
47
|
+
* @type {boolean}
|
|
48
|
+
* @memberof ResourceTypeInformationDto
|
|
49
|
+
*/
|
|
50
|
+
'canCreate'?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Indicates if the resource type supports reading.
|
|
53
|
+
* @type {boolean}
|
|
54
|
+
* @memberof ResourceTypeInformationDto
|
|
55
|
+
*/
|
|
56
|
+
'canRead'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Indicates if the resource type supports read-only.
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof ResourceTypeInformationDto
|
|
61
|
+
*/
|
|
62
|
+
'canSetResourceReadonly'?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Indicates if the resource type supports updating.
|
|
65
|
+
* @type {boolean}
|
|
66
|
+
* @memberof ResourceTypeInformationDto
|
|
67
|
+
*/
|
|
68
|
+
'canUpdate'?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Indicates if the resource type supports updating (not an Object).
|
|
71
|
+
* @type {boolean}
|
|
72
|
+
* @memberof ResourceTypeInformationDto
|
|
73
|
+
*/
|
|
74
|
+
'canUpdateResource'?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Indicates if the resource type supports deletion.
|
|
77
|
+
* @type {boolean}
|
|
78
|
+
* @memberof ResourceTypeInformationDto
|
|
79
|
+
*/
|
|
80
|
+
'canDelete'?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Indicates if the resource type supports deletion (not an Object).
|
|
83
|
+
* @type {boolean}
|
|
84
|
+
* @memberof ResourceTypeInformationDto
|
|
85
|
+
*/
|
|
86
|
+
'canDeleteResource'?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Indicates if the resource type supports listing.
|
|
89
|
+
* @type {boolean}
|
|
90
|
+
* @memberof ResourceTypeInformationDto
|
|
91
|
+
*/
|
|
92
|
+
'canList'?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Indicates if the resource type supports linking.
|
|
95
|
+
* @type {boolean}
|
|
96
|
+
* @memberof ResourceTypeInformationDto
|
|
97
|
+
*/
|
|
98
|
+
'canCreateLinks'?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Indicates if the resource type is archived.
|
|
101
|
+
* @type {boolean}
|
|
102
|
+
* @memberof ResourceTypeInformationDto
|
|
103
|
+
*/
|
|
104
|
+
'isArchived'?: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Indicates if the resource type supports quota.
|
|
107
|
+
* @type {boolean}
|
|
108
|
+
* @memberof ResourceTypeInformationDto
|
|
109
|
+
*/
|
|
110
|
+
'isQuotaAvailable'?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Indicates if the resource type quota can be changed.
|
|
113
|
+
* @type {boolean}
|
|
114
|
+
* @memberof ResourceTypeInformationDto
|
|
115
|
+
*/
|
|
116
|
+
'isQuotaAdjustable'?: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* Indicates if the resource type is enabled.
|
|
119
|
+
* @type {boolean}
|
|
120
|
+
* @memberof ResourceTypeInformationDto
|
|
121
|
+
*/
|
|
122
|
+
'isEnabled'?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @type {ResourceCreationPageDto}
|
|
126
|
+
* @memberof ResourceTypeInformationDto
|
|
127
|
+
*/
|
|
128
|
+
'resourceCreation'?: ResourceCreationPageDto;
|
|
129
|
+
/**
|
|
130
|
+
*
|
|
131
|
+
* @type {ResourceContentPageDto}
|
|
132
|
+
* @memberof ResourceTypeInformationDto
|
|
133
|
+
*/
|
|
134
|
+
'resourceContent'?: ResourceContentPageDto;
|
|
135
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* Represents a minimal Data Transfer Object (DTO) for a resource type.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ResourceTypeMinimalDto
|
|
16
|
+
*/
|
|
17
|
+
export interface ResourceTypeMinimalDto {
|
|
18
|
+
/**
|
|
19
|
+
* The unique identifier of the resource type.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResourceTypeMinimalDto
|
|
22
|
+
*/
|
|
23
|
+
'id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The specific type of the resource.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ResourceTypeMinimalDto
|
|
28
|
+
*/
|
|
29
|
+
'specificType'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { GitLabOptionsDto } from './git-lab-options-dto';
|
|
13
|
+
import { RdsOptionsDto } from './rds-options-dto';
|
|
14
|
+
import { RdsS3OptionsDto } from './rds-s3-options-dto';
|
|
15
|
+
import { RdsS3WormOptionsDto } from './rds-s3-worm-options-dto';
|
|
16
|
+
/**
|
|
17
|
+
* Represents the options available for different resource types.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ResourceTypeOptionsDto
|
|
20
|
+
*/
|
|
21
|
+
export interface ResourceTypeOptionsDto {
|
|
22
|
+
/**
|
|
23
|
+
* Represents the data transfer object (DTO) for Linked Data options.
|
|
24
|
+
* @type {object}
|
|
25
|
+
* @memberof ResourceTypeOptionsDto
|
|
26
|
+
*/
|
|
27
|
+
'linkedData'?: object;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {GitLabOptionsDto}
|
|
31
|
+
* @memberof ResourceTypeOptionsDto
|
|
32
|
+
*/
|
|
33
|
+
'gitLab'?: GitLabOptionsDto;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {RdsOptionsDto}
|
|
37
|
+
* @memberof ResourceTypeOptionsDto
|
|
38
|
+
*/
|
|
39
|
+
'rds'?: RdsOptionsDto;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {RdsS3OptionsDto}
|
|
43
|
+
* @memberof ResourceTypeOptionsDto
|
|
44
|
+
*/
|
|
45
|
+
'rdsS3'?: RdsS3OptionsDto;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {RdsS3WormOptionsDto}
|
|
49
|
+
* @memberof ResourceTypeOptionsDto
|
|
50
|
+
*/
|
|
51
|
+
'rdsS3Worm'?: RdsS3WormOptionsDto;
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { GitlabResourceTypeOptionsForCreationDto } from './gitlab-resource-type-options-for-creation-dto';
|
|
13
|
+
import { RdsResourceTypeOptionsForManipulationDto } from './rds-resource-type-options-for-manipulation-dto';
|
|
14
|
+
import { RdsS3ResourceTypeOptionsForManipulationDto } from './rds-s3-resource-type-options-for-manipulation-dto';
|
|
15
|
+
import { RdsS3WormResourceTypeOptionsForManipulationDto } from './rds-s3-worm-resource-type-options-for-manipulation-dto';
|
|
16
|
+
/**
|
|
17
|
+
* Represents the data transfer object (DTO) for creating options related to any resource type.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ResourceTypeOptionsForCreationDto
|
|
20
|
+
*/
|
|
21
|
+
export interface ResourceTypeOptionsForCreationDto {
|
|
22
|
+
/**
|
|
23
|
+
* Represents the data transfer object (DTO) for manipulating linked data resource type options.
|
|
24
|
+
* @type {object}
|
|
25
|
+
* @memberof ResourceTypeOptionsForCreationDto
|
|
26
|
+
*/
|
|
27
|
+
'linkedResourceTypeOptions'?: object;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {GitlabResourceTypeOptionsForCreationDto}
|
|
31
|
+
* @memberof ResourceTypeOptionsForCreationDto
|
|
32
|
+
*/
|
|
33
|
+
'gitlabResourceTypeOptions'?: GitlabResourceTypeOptionsForCreationDto;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {RdsResourceTypeOptionsForManipulationDto}
|
|
37
|
+
* @memberof ResourceTypeOptionsForCreationDto
|
|
38
|
+
*/
|
|
39
|
+
'rdsResourceTypeOptions'?: RdsResourceTypeOptionsForManipulationDto;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {RdsS3ResourceTypeOptionsForManipulationDto}
|
|
43
|
+
* @memberof ResourceTypeOptionsForCreationDto
|
|
44
|
+
*/
|
|
45
|
+
'rdsS3ResourceTypeOptions'?: RdsS3ResourceTypeOptionsForManipulationDto;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {RdsS3WormResourceTypeOptionsForManipulationDto}
|
|
49
|
+
* @memberof ResourceTypeOptionsForCreationDto
|
|
50
|
+
*/
|
|
51
|
+
'rdsS3WormResourceTypeOptions'?: RdsS3WormResourceTypeOptionsForManipulationDto;
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { GitlabResourceTypeOptionsForUpdateDto } from './gitlab-resource-type-options-for-update-dto';
|
|
13
|
+
import { RdsResourceTypeOptionsForManipulationDto } from './rds-resource-type-options-for-manipulation-dto';
|
|
14
|
+
import { RdsS3ResourceTypeOptionsForManipulationDto } from './rds-s3-resource-type-options-for-manipulation-dto';
|
|
15
|
+
import { RdsS3WormResourceTypeOptionsForManipulationDto } from './rds-s3-worm-resource-type-options-for-manipulation-dto';
|
|
16
|
+
/**
|
|
17
|
+
* Represents the data transfer object (DTO) used for updating options related to any resource type.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ResourceTypeOptionsForUpdateDto
|
|
20
|
+
*/
|
|
21
|
+
export interface ResourceTypeOptionsForUpdateDto {
|
|
22
|
+
/**
|
|
23
|
+
* Represents the data transfer object (DTO) for manipulating linked data resource type options.
|
|
24
|
+
* @type {object}
|
|
25
|
+
* @memberof ResourceTypeOptionsForUpdateDto
|
|
26
|
+
*/
|
|
27
|
+
'linkedResourceTypeOptions'?: object;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {GitlabResourceTypeOptionsForUpdateDto}
|
|
31
|
+
* @memberof ResourceTypeOptionsForUpdateDto
|
|
32
|
+
*/
|
|
33
|
+
'gitlabResourceTypeOptions'?: GitlabResourceTypeOptionsForUpdateDto;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {RdsResourceTypeOptionsForManipulationDto}
|
|
37
|
+
* @memberof ResourceTypeOptionsForUpdateDto
|
|
38
|
+
*/
|
|
39
|
+
'rdsResourceTypeOptions'?: RdsResourceTypeOptionsForManipulationDto;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {RdsS3ResourceTypeOptionsForManipulationDto}
|
|
43
|
+
* @memberof ResourceTypeOptionsForUpdateDto
|
|
44
|
+
*/
|
|
45
|
+
'rdsS3ResourceTypeOptions'?: RdsS3ResourceTypeOptionsForManipulationDto;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {RdsS3WormResourceTypeOptionsForManipulationDto}
|
|
49
|
+
* @memberof ResourceTypeOptionsForUpdateDto
|
|
50
|
+
*/
|
|
51
|
+
'rdsS3WormResourceTypeOptions'?: RdsS3WormResourceTypeOptionsForManipulationDto;
|
|
52
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* Specifies the status of a resource type.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ResourceTypeStatus: {
|
|
18
|
+
readonly Hidden: "hidden";
|
|
19
|
+
readonly Active: "active";
|
|
20
|
+
};
|
|
21
|
+
export type ResourceTypeStatus = typeof ResourceTypeStatus[keyof typeof ResourceTypeStatus];
|