@coscine/api-client 3.3.1 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +5 -2
- package/dist/index.js +6939 -9541
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +393 -0
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +315 -0
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +358 -0
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +99 -0
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +187 -0
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +187 -0
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +343 -0
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +321 -0
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +384 -0
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +275 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +384 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +149 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +133 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +116 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +327 -0
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +165 -0
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +272 -0
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +334 -0
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +99 -0
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +404 -0
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +124 -0
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +179 -0
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +291 -0
- package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +55 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +37 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +23 -0
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +74 -0
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +60 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +96 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +48 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +158 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +54 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +54 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-validation-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-validation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-ienumerable-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +152 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +131 -0
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +99 -0
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +93 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +57 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +63 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +45 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +55 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +61 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +61 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-ienumerable-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +137 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +38 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +124 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +100 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +93 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +44 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +135 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +52 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +52 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +52 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +23 -0
- package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +57 -0
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +37 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto-ienumerable-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +97 -0
- package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +69 -0
- package/dist/types/Coscine.Api/@coscine/model/user-institute-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +54 -0
- package/dist/types/Coscine.Api/api.d.ts +39 -9704
- package/dist/types/Coscine.Api/base.d.ts +66 -55
- package/dist/types/Coscine.Api/common.d.ts +65 -65
- package/dist/types/Coscine.Api/configuration.d.ts +91 -83
- package/dist/types/Coscine.Api/index.d.ts +14 -13
- package/dist/types/Coscine.Api.STS/@coscine/api/account-api.d.ts +99 -0
- package/dist/types/Coscine.Api.STS/@coscine/api/home-api.d.ts +69 -0
- package/dist/types/Coscine.Api.STS/@coscine/api/merge-api.d.ts +124 -0
- package/dist/types/Coscine.Api.STS/@coscine/api/orci-dapi.d.ts +140 -0
- package/dist/types/Coscine.Api.STS/@coscine/api/shibboleth-api.d.ts +148 -0
- package/dist/types/Coscine.Api.STS/@coscine/model/entity-id.d.ts +24 -0
- package/dist/types/Coscine.Api.STS/@coscine/model/index.d.ts +2 -0
- package/dist/types/Coscine.Api.STS/@coscine/model/login-urls.d.ts +31 -0
- package/dist/types/Coscine.Api.STS/api.d.ts +16 -465
- package/dist/types/Coscine.Api.STS/base.d.ts +66 -55
- package/dist/types/Coscine.Api.STS/common.d.ts +65 -65
- package/dist/types/Coscine.Api.STS/configuration.d.ts +91 -83
- package/dist/types/Coscine.Api.STS/index.d.ts +14 -13
- package/dist/types/apis.d.ts +187 -179
- package/dist/types/axios-basic.d.ts +2 -2
- package/dist/types/index.d.ts +369 -353
- package/package.json +33 -93
- package/dist/index.js.map +0 -1
- package/dist/index.umd.js +0 -9688
- package/dist/index.umd.js.map +0 -1
- package/dist/lib/Coscine.Api/api.js +0 -8916
- package/dist/lib/Coscine.Api/api.js.map +0 -1
- package/dist/lib/Coscine.Api/base.js +0 -65
- package/dist/lib/Coscine.Api/base.js.map +0 -1
- package/dist/lib/Coscine.Api/common.js +0 -153
- package/dist/lib/Coscine.Api/common.js.map +0 -1
- package/dist/lib/Coscine.Api/configuration.js +0 -43
- package/dist/lib/Coscine.Api/configuration.js.map +0 -1
- package/dist/lib/Coscine.Api/index.js +0 -32
- package/dist/lib/Coscine.Api/index.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/api.js +0 -802
- package/dist/lib/Coscine.Api.STS/api.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/base.js +0 -65
- package/dist/lib/Coscine.Api.STS/base.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/common.js +0 -153
- package/dist/lib/Coscine.Api.STS/common.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/configuration.js +0 -43
- package/dist/lib/Coscine.Api.STS/configuration.js.map +0 -1
- package/dist/lib/Coscine.Api.STS/index.js +0 -32
- package/dist/lib/Coscine.Api.STS/index.js.map +0 -1
- package/dist/lib/apis.js +0 -95
- package/dist/lib/apis.js.map +0 -1
- package/dist/lib/axios-basic.js +0 -46
- package/dist/lib/axios-basic.js.map +0 -1
- package/dist/lib/index.js +0 -43
- package/dist/lib/index.js.map +0 -1
|
@@ -0,0 +1,137 @@
|
|
|
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 { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
13
|
+
import { DisciplineDto } from './discipline-dto';
|
|
14
|
+
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
+
import { LicenseDto } from './license-dto';
|
|
16
|
+
import { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
17
|
+
import { ResourceTypeDto } from './resource-type-dto';
|
|
18
|
+
import { VisibilityDto } from './visibility-dto';
|
|
19
|
+
/**
|
|
20
|
+
* Represents a Data Transfer Object (DTO) for administrative purposes with additional resource details.
|
|
21
|
+
* @export
|
|
22
|
+
* @interface ResourceAdminDto
|
|
23
|
+
*/
|
|
24
|
+
export interface ResourceAdminDto {
|
|
25
|
+
/**
|
|
26
|
+
* Unique identifier for the resource.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ResourceAdminDto
|
|
29
|
+
*/
|
|
30
|
+
'id'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Persistent identifier for the resource.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ResourceAdminDto
|
|
35
|
+
*/
|
|
36
|
+
'pid'?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {ResourceTypeDto}
|
|
40
|
+
* @memberof ResourceAdminDto
|
|
41
|
+
*/
|
|
42
|
+
'type'?: ResourceTypeDto;
|
|
43
|
+
/**
|
|
44
|
+
* Name of the resource.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ResourceAdminDto
|
|
47
|
+
*/
|
|
48
|
+
'name'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Display name of the resource.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ResourceAdminDto
|
|
53
|
+
*/
|
|
54
|
+
'displayName'?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Description of the resource.
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof ResourceAdminDto
|
|
59
|
+
*/
|
|
60
|
+
'description'?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Keywords associated with the resource.
|
|
63
|
+
* @type {Array<string>}
|
|
64
|
+
* @memberof ResourceAdminDto
|
|
65
|
+
*/
|
|
66
|
+
'keywords'?: Array<string> | null;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {LicenseDto}
|
|
70
|
+
* @memberof ResourceAdminDto
|
|
71
|
+
*/
|
|
72
|
+
'license'?: LicenseDto;
|
|
73
|
+
/**
|
|
74
|
+
* Usage rights associated with the resource.
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof ResourceAdminDto
|
|
77
|
+
*/
|
|
78
|
+
'usageRights'?: string | null;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {ApplicationProfileMinimalDto}
|
|
82
|
+
* @memberof ResourceAdminDto
|
|
83
|
+
*/
|
|
84
|
+
'applicationProfile'?: ApplicationProfileMinimalDto;
|
|
85
|
+
/**
|
|
86
|
+
* Fixed values associated with resource manipulation. This dictionary may contain multiple levels and is structured as follows: Dictionary (Key: string) -> Dictionary (Key: string) -> List of FixedValueForResourceManipulationDto.
|
|
87
|
+
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
88
|
+
* @memberof ResourceAdminDto
|
|
89
|
+
*/
|
|
90
|
+
'fixedValues'?: {
|
|
91
|
+
[key: string]: {
|
|
92
|
+
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Disciplines associated with the resource.
|
|
97
|
+
* @type {Array<DisciplineDto>}
|
|
98
|
+
* @memberof ResourceAdminDto
|
|
99
|
+
*/
|
|
100
|
+
'disciplines'?: Array<DisciplineDto>;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {VisibilityDto}
|
|
104
|
+
* @memberof ResourceAdminDto
|
|
105
|
+
*/
|
|
106
|
+
'visibility'?: VisibilityDto;
|
|
107
|
+
/**
|
|
108
|
+
* Date when the resource was created.
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof ResourceAdminDto
|
|
111
|
+
*/
|
|
112
|
+
'dateCreated'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
* Identifier of the creator of the resource.
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof ResourceAdminDto
|
|
117
|
+
*/
|
|
118
|
+
'creator'?: string | null;
|
|
119
|
+
/**
|
|
120
|
+
* Indicates whether the resource is archived.
|
|
121
|
+
* @type {boolean}
|
|
122
|
+
* @memberof ResourceAdminDto
|
|
123
|
+
*/
|
|
124
|
+
'archived'?: boolean;
|
|
125
|
+
/**
|
|
126
|
+
* Indicates whether the resource is deleted.
|
|
127
|
+
* @type {boolean}
|
|
128
|
+
* @memberof ResourceAdminDto
|
|
129
|
+
*/
|
|
130
|
+
'deleted'?: boolean;
|
|
131
|
+
/**
|
|
132
|
+
* Collection of minimal project resource details associated with this resource.
|
|
133
|
+
* @type {Array<ProjectResourceMinimalDto>}
|
|
134
|
+
* @memberof ResourceAdminDto
|
|
135
|
+
*/
|
|
136
|
+
'projectResources'?: Array<ProjectResourceMinimalDto>;
|
|
137
|
+
}
|
|
@@ -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 set of columns to be displayed in the content view.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ResourceContentPageColumnsDto
|
|
16
|
+
*/
|
|
17
|
+
export interface ResourceContentPageColumnsDto {
|
|
18
|
+
/**
|
|
19
|
+
* Set of columns that should always be displayed in the content view.
|
|
20
|
+
* @type {Set<string>}
|
|
21
|
+
* @memberof ResourceContentPageColumnsDto
|
|
22
|
+
*/
|
|
23
|
+
'always'?: Set<string>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 { ResourceContentPageEntriesViewDto } from './resource-content-page-entries-view-dto';
|
|
13
|
+
import { ResourceContentPageMetadataViewDto } from './resource-content-page-metadata-view-dto';
|
|
14
|
+
/**
|
|
15
|
+
* Represents the content page details for a resource.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ResourceContentPageDto
|
|
18
|
+
*/
|
|
19
|
+
export interface ResourceContentPageDto {
|
|
20
|
+
/**
|
|
21
|
+
* Indicates whether the resource is read-only.
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof ResourceContentPageDto
|
|
24
|
+
*/
|
|
25
|
+
'readOnly'?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ResourceContentPageMetadataViewDto}
|
|
29
|
+
* @memberof ResourceContentPageDto
|
|
30
|
+
*/
|
|
31
|
+
'metadataView'?: ResourceContentPageMetadataViewDto;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {ResourceContentPageEntriesViewDto}
|
|
35
|
+
* @memberof ResourceContentPageDto
|
|
36
|
+
*/
|
|
37
|
+
'entriesView'?: ResourceContentPageEntriesViewDto;
|
|
38
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { ResourceContentPageColumnsDto } from './resource-content-page-columns-dto';
|
|
13
|
+
/**
|
|
14
|
+
* Represents information about the resource type for the columns within the entries view Vue component.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ResourceContentPageEntriesViewDto
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceContentPageEntriesViewDto {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ResourceContentPageColumnsDto}
|
|
22
|
+
* @memberof ResourceContentPageEntriesViewDto
|
|
23
|
+
*/
|
|
24
|
+
'columns'?: ResourceContentPageColumnsDto;
|
|
25
|
+
}
|
|
@@ -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 the metadata view for a resource\'s content page.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ResourceContentPageMetadataViewDto
|
|
16
|
+
*/
|
|
17
|
+
export interface ResourceContentPageMetadataViewDto {
|
|
18
|
+
/**
|
|
19
|
+
* Indicates if a data URL can be provided and is editable.
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ResourceContentPageMetadataViewDto
|
|
22
|
+
*/
|
|
23
|
+
'editableDataUrl'?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Indicates if a key can be provided and is editable.
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof ResourceContentPageMetadataViewDto
|
|
28
|
+
*/
|
|
29
|
+
'editableKey'?: boolean;
|
|
30
|
+
}
|
|
@@ -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 the structure of resource type-specific components for steps in the resource creation page.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ResourceCreationPageDto
|
|
16
|
+
*/
|
|
17
|
+
export interface ResourceCreationPageDto {
|
|
18
|
+
/**
|
|
19
|
+
* List of Lists containing all the resource type specific components for the steps in the resource creation page.
|
|
20
|
+
* @type {Array<Array<string>>}
|
|
21
|
+
* @memberof ResourceCreationPageDto
|
|
22
|
+
*/
|
|
23
|
+
'components'?: Array<Array<string>>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 { Pagination } from './pagination';
|
|
13
|
+
import { ResourceDto } from './resource-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ResourceDtoPagedResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ResourceDtoPagedResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<ResourceDto>}
|
|
23
|
+
* @memberof ResourceDtoPagedResponse
|
|
24
|
+
*/
|
|
25
|
+
'data'?: Array<ResourceDto> | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof ResourceDtoPagedResponse
|
|
30
|
+
*/
|
|
31
|
+
'isSuccess'?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof ResourceDtoPagedResponse
|
|
36
|
+
*/
|
|
37
|
+
'statusCode'?: number | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ResourceDtoPagedResponse
|
|
42
|
+
*/
|
|
43
|
+
'traceId'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Pagination}
|
|
47
|
+
* @memberof ResourceDtoPagedResponse
|
|
48
|
+
*/
|
|
49
|
+
'pagination'?: Pagination;
|
|
50
|
+
}
|
|
@@ -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 { ResourceDto } from './resource-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ResourceDtoResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceDtoResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ResourceDto}
|
|
22
|
+
* @memberof ResourceDtoResponse
|
|
23
|
+
*/
|
|
24
|
+
'data'?: ResourceDto;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ResourceDtoResponse
|
|
29
|
+
*/
|
|
30
|
+
'isSuccess'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ResourceDtoResponse
|
|
35
|
+
*/
|
|
36
|
+
'statusCode'?: number | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ResourceDtoResponse
|
|
41
|
+
*/
|
|
42
|
+
'traceId'?: string | null;
|
|
43
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.rwth-aachen.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
13
|
+
import { DisciplineDto } from './discipline-dto';
|
|
14
|
+
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
+
import { LicenseDto } from './license-dto';
|
|
16
|
+
import { ResourceTypeDto } from './resource-type-dto';
|
|
17
|
+
import { VisibilityDto } from './visibility-dto';
|
|
18
|
+
/**
|
|
19
|
+
* Represents a Data Transfer Object (DTO) for resource details.
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ResourceDto
|
|
22
|
+
*/
|
|
23
|
+
export interface ResourceDto {
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier for the resource.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ResourceDto
|
|
28
|
+
*/
|
|
29
|
+
'id'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Persistent identifier for the resource.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ResourceDto
|
|
34
|
+
*/
|
|
35
|
+
'pid'?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {ResourceTypeDto}
|
|
39
|
+
* @memberof ResourceDto
|
|
40
|
+
*/
|
|
41
|
+
'type'?: ResourceTypeDto;
|
|
42
|
+
/**
|
|
43
|
+
* Name of the resource.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ResourceDto
|
|
46
|
+
*/
|
|
47
|
+
'name'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Display name of the resource.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ResourceDto
|
|
52
|
+
*/
|
|
53
|
+
'displayName'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Description of the resource.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ResourceDto
|
|
58
|
+
*/
|
|
59
|
+
'description'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Keywords associated with the resource.
|
|
62
|
+
* @type {Array<string>}
|
|
63
|
+
* @memberof ResourceDto
|
|
64
|
+
*/
|
|
65
|
+
'keywords'?: Array<string> | null;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {LicenseDto}
|
|
69
|
+
* @memberof ResourceDto
|
|
70
|
+
*/
|
|
71
|
+
'license'?: LicenseDto;
|
|
72
|
+
/**
|
|
73
|
+
* Usage rights associated with the resource.
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof ResourceDto
|
|
76
|
+
*/
|
|
77
|
+
'usageRights'?: string | null;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {ApplicationProfileMinimalDto}
|
|
81
|
+
* @memberof ResourceDto
|
|
82
|
+
*/
|
|
83
|
+
'applicationProfile'?: ApplicationProfileMinimalDto;
|
|
84
|
+
/**
|
|
85
|
+
* Fixed values associated with resource manipulation. This dictionary may contain multiple levels and is structured as follows: Dictionary (Key: string) -> Dictionary (Key: string) -> List of FixedValueForResourceManipulationDto.
|
|
86
|
+
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
87
|
+
* @memberof ResourceDto
|
|
88
|
+
*/
|
|
89
|
+
'fixedValues'?: {
|
|
90
|
+
[key: string]: {
|
|
91
|
+
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Disciplines associated with the resource.
|
|
96
|
+
* @type {Array<DisciplineDto>}
|
|
97
|
+
* @memberof ResourceDto
|
|
98
|
+
*/
|
|
99
|
+
'disciplines'?: Array<DisciplineDto>;
|
|
100
|
+
/**
|
|
101
|
+
*
|
|
102
|
+
* @type {VisibilityDto}
|
|
103
|
+
* @memberof ResourceDto
|
|
104
|
+
*/
|
|
105
|
+
'visibility'?: VisibilityDto;
|
|
106
|
+
/**
|
|
107
|
+
* Date when the resource was created.
|
|
108
|
+
* @type {string}
|
|
109
|
+
* @memberof ResourceDto
|
|
110
|
+
*/
|
|
111
|
+
'dateCreated'?: string | null;
|
|
112
|
+
/**
|
|
113
|
+
* Identifier of the creator of the resource.
|
|
114
|
+
* @type {string}
|
|
115
|
+
* @memberof ResourceDto
|
|
116
|
+
*/
|
|
117
|
+
'creator'?: string | null;
|
|
118
|
+
/**
|
|
119
|
+
* Indicates whether the resource is archived.
|
|
120
|
+
* @type {boolean}
|
|
121
|
+
* @memberof ResourceDto
|
|
122
|
+
*/
|
|
123
|
+
'archived'?: boolean;
|
|
124
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
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 { ApplicationProfileForResourceCreationDto } from './application-profile-for-resource-creation-dto';
|
|
13
|
+
import { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
|
|
14
|
+
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
+
import { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
|
|
16
|
+
import { ResourceTypeOptionsForCreationDto } from './resource-type-options-for-creation-dto';
|
|
17
|
+
import { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
|
|
18
|
+
/**
|
|
19
|
+
* Represents the data transfer object (DTO) used for creating a resource. Inherits properties from Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ResourceForManipulationDto.
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ResourceForCreationDto
|
|
22
|
+
*/
|
|
23
|
+
export interface ResourceForCreationDto {
|
|
24
|
+
/**
|
|
25
|
+
* The name of the resource.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ResourceForCreationDto
|
|
28
|
+
*/
|
|
29
|
+
'name': string;
|
|
30
|
+
/**
|
|
31
|
+
* The display name of the resource.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ResourceForCreationDto
|
|
34
|
+
*/
|
|
35
|
+
'displayName'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
* The description of the resource.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ResourceForCreationDto
|
|
40
|
+
*/
|
|
41
|
+
'description': string;
|
|
42
|
+
/**
|
|
43
|
+
* The keywords associated with the resource.
|
|
44
|
+
* @type {Array<string>}
|
|
45
|
+
* @memberof ResourceForCreationDto
|
|
46
|
+
*/
|
|
47
|
+
'keywords'?: Array<string> | null;
|
|
48
|
+
/**
|
|
49
|
+
* Fixed values associated with the resource.
|
|
50
|
+
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
51
|
+
* @memberof ResourceForCreationDto
|
|
52
|
+
*/
|
|
53
|
+
'fixedValues'?: {
|
|
54
|
+
[key: string]: {
|
|
55
|
+
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
56
|
+
};
|
|
57
|
+
} | null;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {LicenseForResourceManipulationDto}
|
|
61
|
+
* @memberof ResourceForCreationDto
|
|
62
|
+
*/
|
|
63
|
+
'license'?: LicenseForResourceManipulationDto;
|
|
64
|
+
/**
|
|
65
|
+
* Notes about the usage of the resource.
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof ResourceForCreationDto
|
|
68
|
+
*/
|
|
69
|
+
'usageNote'?: string | null;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {VisibilityForResourceManipulationDto}
|
|
73
|
+
* @memberof ResourceForCreationDto
|
|
74
|
+
*/
|
|
75
|
+
'visibility': VisibilityForResourceManipulationDto;
|
|
76
|
+
/**
|
|
77
|
+
* The disciplines associated with the resource.
|
|
78
|
+
* @type {Array<DisciplineForResourceManipulationDto>}
|
|
79
|
+
* @memberof ResourceForCreationDto
|
|
80
|
+
*/
|
|
81
|
+
'disciplines': Array<DisciplineForResourceManipulationDto>;
|
|
82
|
+
/**
|
|
83
|
+
* The identifier of the resource type associated with the resource.
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof ResourceForCreationDto
|
|
86
|
+
*/
|
|
87
|
+
'resourceTypeId': string;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {ApplicationProfileForResourceCreationDto}
|
|
91
|
+
* @memberof ResourceForCreationDto
|
|
92
|
+
*/
|
|
93
|
+
'applicationProfile': ApplicationProfileForResourceCreationDto;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @type {ResourceTypeOptionsForCreationDto}
|
|
97
|
+
* @memberof ResourceForCreationDto
|
|
98
|
+
*/
|
|
99
|
+
'resourceTypeOptions': ResourceTypeOptionsForCreationDto;
|
|
100
|
+
}
|