@coscine/api-client 3.24.0 → 3.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +130 -2
- package/dist/index.js +8865 -5140
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +52 -198
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +18 -75
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +24 -84
- package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +11 -41
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +24 -51
- package/dist/types/Coscine.Api/@coscine/api/graph-api.d.ts +242 -0
- package/dist/types/Coscine.Api/@coscine/api/graph-metadata-api.d.ts +257 -0
- package/dist/types/Coscine.Api/@coscine/api/graph-metadata-content-api.d.ts +182 -0
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +7 -42
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +6 -25
- package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +16 -56
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +17 -68
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +19 -77
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +18 -77
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +60 -88
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +7 -47
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +17 -71
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +19 -88
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +14 -45
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +6 -36
- package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +15 -53
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +7 -58
- package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +15 -29
- package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +11 -36
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +6 -29
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +7 -32
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +8 -53
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +15 -51
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +18 -62
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +14 -67
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +8 -44
- package/dist/types/Coscine.Api/@coscine/api/storage-api.d.ts +248 -0
- package/dist/types/Coscine.Api/@coscine/api/storage-content-api.d.ts +232 -0
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +28 -79
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +6 -25
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +63 -167
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +6 -31
- package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +18 -62
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -49
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +64 -79
- package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +0 -37
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -29
- package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -25
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -23
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/coscine-role-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto.d.ts +0 -35
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +3 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +3 -31
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +3 -31
- package/dist/types/Coscine.Api/@coscine/model/default-organization-quota-dto.d.ts +28 -0
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group.d.ts +0 -5
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -29
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -31
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +3 -42
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +1 -11
- package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +0 -16
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +0 -28
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +0 -12
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -28
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -22
- package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +0 -50
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/lifecycle-options-for-manipulation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +0 -14
- package/dist/types/Coscine.Api/@coscine/model/message-dto-ienumerable-response.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +1 -34
- package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +5 -46
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +3 -32
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-paged-response.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-response.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -25
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +0 -14
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -27
- package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +10 -78
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -63
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -45
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -43
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -37
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +1 -27
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +3 -36
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -45
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -24
- package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -33
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -32
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -32
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -30
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -29
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -16
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -25
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -21
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -31
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -87
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -27
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -76
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +6 -57
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +5 -53
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +3 -32
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -25
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +7 -65
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +8 -63
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +7 -57
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +7 -57
- package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -49
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -23
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +1 -27
- package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-paged-response.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-response.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-node-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-node-links.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +0 -2
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -52
- package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -36
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +0 -8
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +9 -25
- package/dist/types/Coscine.Api/@coscine/model/user-project-role-count-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +0 -4
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +0 -10
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -43
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -37
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +0 -14
- package/dist/types/Coscine.Api/api.d.ts +5 -0
- package/dist/types/Coscine.Api/base.d.ts +2 -37
- package/dist/types/Coscine.Api/common.d.ts +8 -50
- package/dist/types/Coscine.Api/configuration.d.ts +0 -17
- package/dist/types/Coscine.Api/index.d.ts +3 -3
- package/dist/types/Coscine.Api.STS/@coscine/api/account-api.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/api/home-api.d.ts +3 -14
- package/dist/types/Coscine.Api.STS/@coscine/api/merge-api.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/api/orci-dapi.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/api/shibboleth-api.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/@coscine/model/login-urls.d.ts +0 -11
- package/dist/types/Coscine.Api.STS/base.d.ts +2 -13
- package/dist/types/Coscine.Api.STS/common.d.ts +4 -15
- package/dist/types/Coscine.Api.STS/index.d.ts +3 -3
- package/dist/types/apis.d.ts +211 -176
- package/dist/types/axios-basic.d.ts +1 -1
- package/dist/types/index.d.ts +426 -350
- package/dist/types/testing.d.ts +46 -0
- package/package.json +7 -7
|
@@ -1,106 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*/
|
|
12
|
-
import type { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
13
|
-
import type { DisciplineDto } from './discipline-dto';
|
|
14
|
-
import type { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
-
import type { LicenseDto } from './license-dto';
|
|
16
|
-
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
17
|
-
import type { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
18
|
-
import type { ResourceQuotaDto } from './resource-quota-dto';
|
|
19
|
-
import type { ResourceTypeDto } from './resource-type-dto';
|
|
20
|
-
import type { UserMinimalDto } from './user-minimal-dto';
|
|
21
|
-
import type { VisibilityDto } from './visibility-dto';
|
|
1
|
+
import { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
2
|
+
import { DisciplineDto } from './discipline-dto';
|
|
3
|
+
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
4
|
+
import { LicenseDto } from './license-dto';
|
|
5
|
+
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
6
|
+
import { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
7
|
+
import { ResourceQuotaDto } from './resource-quota-dto';
|
|
8
|
+
import { ResourceTypeDto } from './resource-type-dto';
|
|
9
|
+
import { UserMinimalDto } from './user-minimal-dto';
|
|
10
|
+
import { VisibilityDto } from './visibility-dto';
|
|
22
11
|
/**
|
|
23
12
|
* Represents a Data Transfer Object (DTO) for administrative purposes with additional resource details.
|
|
24
|
-
* @export
|
|
25
|
-
* @interface ResourceAdminDto
|
|
26
13
|
*/
|
|
27
14
|
export interface ResourceAdminDto {
|
|
28
15
|
/**
|
|
29
16
|
* Unique identifier for the resource.
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ResourceAdminDto
|
|
32
17
|
*/
|
|
33
18
|
'id'?: string;
|
|
34
19
|
/**
|
|
35
20
|
* Persistent identifier for the resource.
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ResourceAdminDto
|
|
38
21
|
*/
|
|
39
22
|
'pid': string;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {ResourceTypeDto}
|
|
43
|
-
* @memberof ResourceAdminDto
|
|
44
|
-
*/
|
|
45
23
|
'type': ResourceTypeDto;
|
|
46
24
|
/**
|
|
47
25
|
* Name of the resource.
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof ResourceAdminDto
|
|
50
26
|
*/
|
|
51
27
|
'name': string;
|
|
52
28
|
/**
|
|
53
29
|
* Display name of the resource.
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof ResourceAdminDto
|
|
56
30
|
*/
|
|
57
31
|
'displayName': string;
|
|
58
32
|
/**
|
|
59
33
|
* Description of the resource.
|
|
60
|
-
* @type {string}
|
|
61
|
-
* @memberof ResourceAdminDto
|
|
62
34
|
*/
|
|
63
35
|
'description': string;
|
|
64
36
|
/**
|
|
65
37
|
* Keywords associated with the resource.
|
|
66
|
-
* @type {Array<string>}
|
|
67
|
-
* @memberof ResourceAdminDto
|
|
68
38
|
*/
|
|
69
39
|
'keywords'?: Array<string> | null;
|
|
70
|
-
/**
|
|
71
|
-
*
|
|
72
|
-
* @type {LicenseDto}
|
|
73
|
-
* @memberof ResourceAdminDto
|
|
74
|
-
*/
|
|
75
40
|
'license'?: LicenseDto;
|
|
76
41
|
/**
|
|
77
42
|
* Usage rights associated with the resource.
|
|
78
|
-
* @type {string}
|
|
79
|
-
* @memberof ResourceAdminDto
|
|
80
43
|
*/
|
|
81
44
|
'usageRights'?: string | null;
|
|
82
45
|
/**
|
|
83
46
|
* Indicates whether a local copy of the metadata is available for the resource.
|
|
84
|
-
* @type {boolean}
|
|
85
|
-
* @memberof ResourceAdminDto
|
|
86
47
|
*/
|
|
87
48
|
'metadataLocalCopy'?: boolean;
|
|
88
49
|
/**
|
|
89
50
|
* Indicates whether metadata extraction is enabled for the resource.
|
|
90
|
-
* @type {boolean}
|
|
91
|
-
* @memberof ResourceAdminDto
|
|
92
51
|
*/
|
|
93
52
|
'metadataExtraction'?: boolean;
|
|
94
|
-
/**
|
|
95
|
-
*
|
|
96
|
-
* @type {ApplicationProfileMinimalDto}
|
|
97
|
-
* @memberof ResourceAdminDto
|
|
98
|
-
*/
|
|
99
53
|
'applicationProfile': ApplicationProfileMinimalDto;
|
|
100
54
|
/**
|
|
101
55
|
* 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.
|
|
102
|
-
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
103
|
-
* @memberof ResourceAdminDto
|
|
104
56
|
*/
|
|
105
57
|
'fixedValues': {
|
|
106
58
|
[key: string]: {
|
|
@@ -109,62 +61,33 @@ export interface ResourceAdminDto {
|
|
|
109
61
|
};
|
|
110
62
|
/**
|
|
111
63
|
* Disciplines associated with the resource.
|
|
112
|
-
* @type {Array<DisciplineDto>}
|
|
113
|
-
* @memberof ResourceAdminDto
|
|
114
64
|
*/
|
|
115
65
|
'disciplines': Array<DisciplineDto>;
|
|
116
|
-
/**
|
|
117
|
-
*
|
|
118
|
-
* @type {VisibilityDto}
|
|
119
|
-
* @memberof ResourceAdminDto
|
|
120
|
-
*/
|
|
121
66
|
'visibility': VisibilityDto;
|
|
122
67
|
/**
|
|
123
68
|
* Date when the resource was created.
|
|
124
|
-
* @type {string}
|
|
125
|
-
* @memberof ResourceAdminDto
|
|
126
69
|
*/
|
|
127
70
|
'dateCreated'?: string | null;
|
|
128
|
-
/**
|
|
129
|
-
*
|
|
130
|
-
* @type {UserMinimalDto}
|
|
131
|
-
* @memberof ResourceAdminDto
|
|
132
|
-
*/
|
|
133
71
|
'creator'?: UserMinimalDto;
|
|
134
72
|
/**
|
|
135
73
|
* Indicates whether the resource is archived.
|
|
136
|
-
* @type {boolean}
|
|
137
|
-
* @memberof ResourceAdminDto
|
|
138
74
|
*/
|
|
139
75
|
'archived'?: boolean;
|
|
140
76
|
/**
|
|
141
77
|
* Indicates whether the resource is in maintenance mode.
|
|
142
|
-
* @type {boolean}
|
|
143
|
-
* @memberof ResourceAdminDto
|
|
144
78
|
*/
|
|
145
79
|
'maintenanceMode'?: boolean;
|
|
146
80
|
/**
|
|
147
81
|
* The projects associated with the resource.
|
|
148
|
-
* @type {Array<ProjectMinimalDto>}
|
|
149
|
-
* @memberof ResourceAdminDto
|
|
150
82
|
*/
|
|
151
83
|
'projects'?: Array<ProjectMinimalDto> | null;
|
|
152
84
|
/**
|
|
153
85
|
* Indicates whether the resource is deleted.
|
|
154
|
-
* @type {boolean}
|
|
155
|
-
* @memberof ResourceAdminDto
|
|
156
86
|
*/
|
|
157
87
|
'deleted': boolean;
|
|
158
88
|
/**
|
|
159
89
|
* Collection of minimal project resource details associated with this resource.
|
|
160
|
-
* @type {Array<ProjectResourceMinimalDto>}
|
|
161
|
-
* @memberof ResourceAdminDto
|
|
162
90
|
*/
|
|
163
91
|
'projectResources': Array<ProjectResourceMinimalDto>;
|
|
164
|
-
/**
|
|
165
|
-
*
|
|
166
|
-
* @type {ResourceQuotaDto}
|
|
167
|
-
* @memberof ResourceAdminDto
|
|
168
|
-
*/
|
|
169
92
|
'resourceQuota'?: ResourceQuotaDto;
|
|
170
93
|
}
|
|
@@ -11,14 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents a set of columns to be displayed in the content view.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ResourceContentPageColumnsDto
|
|
16
14
|
*/
|
|
17
15
|
export interface ResourceContentPageColumnsDto {
|
|
18
16
|
/**
|
|
19
17
|
* Set of columns that should always be displayed in the content view.
|
|
20
|
-
* @type {Set<string>}
|
|
21
|
-
* @memberof ResourceContentPageColumnsDto
|
|
22
18
|
*/
|
|
23
19
|
'always'?: Set<string>;
|
|
24
20
|
}
|
|
@@ -1,38 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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@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 { ResourceContentPageEntriesViewDto } from './resource-content-page-entries-view-dto';
|
|
13
|
-
import type { ResourceContentPageMetadataViewDto } from './resource-content-page-metadata-view-dto';
|
|
1
|
+
import { ResourceContentPageEntriesViewDto } from './resource-content-page-entries-view-dto';
|
|
2
|
+
import { ResourceContentPageMetadataViewDto } from './resource-content-page-metadata-view-dto';
|
|
14
3
|
/**
|
|
15
4
|
* Represents the content page details for a resource.
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ResourceContentPageDto
|
|
18
5
|
*/
|
|
19
6
|
export interface ResourceContentPageDto {
|
|
20
7
|
/**
|
|
21
8
|
* Indicates whether the resource is read-only.
|
|
22
|
-
* @type {boolean}
|
|
23
|
-
* @memberof ResourceContentPageDto
|
|
24
9
|
*/
|
|
25
10
|
'readOnly'?: boolean;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {ResourceContentPageMetadataViewDto}
|
|
29
|
-
* @memberof ResourceContentPageDto
|
|
30
|
-
*/
|
|
31
11
|
'metadataView'?: ResourceContentPageMetadataViewDto;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {ResourceContentPageEntriesViewDto}
|
|
35
|
-
* @memberof ResourceContentPageDto
|
|
36
|
-
*/
|
|
37
12
|
'entriesView'?: ResourceContentPageEntriesViewDto;
|
|
38
13
|
}
|
|
@@ -1,25 +1,7 @@
|
|
|
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@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 { ResourceContentPageColumnsDto } from './resource-content-page-columns-dto';
|
|
1
|
+
import { ResourceContentPageColumnsDto } from './resource-content-page-columns-dto';
|
|
13
2
|
/**
|
|
14
3
|
* Represents information about the resource type for the columns within the entries view Vue component.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ResourceContentPageEntriesViewDto
|
|
17
4
|
*/
|
|
18
5
|
export interface ResourceContentPageEntriesViewDto {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {ResourceContentPageColumnsDto}
|
|
22
|
-
* @memberof ResourceContentPageEntriesViewDto
|
|
23
|
-
*/
|
|
24
6
|
'columns'?: ResourceContentPageColumnsDto;
|
|
25
7
|
}
|
|
@@ -11,20 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents the metadata view for a resource\'s content page.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ResourceContentPageMetadataViewDto
|
|
16
14
|
*/
|
|
17
15
|
export interface ResourceContentPageMetadataViewDto {
|
|
18
16
|
/**
|
|
19
17
|
* Indicates if a data URL can be provided and is editable.
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof ResourceContentPageMetadataViewDto
|
|
22
18
|
*/
|
|
23
19
|
'editableDataUrl'?: boolean;
|
|
24
20
|
/**
|
|
25
21
|
* Indicates if a key can be provided and is editable.
|
|
26
|
-
* @type {boolean}
|
|
27
|
-
* @memberof ResourceContentPageMetadataViewDto
|
|
28
22
|
*/
|
|
29
23
|
'editableKey'?: boolean;
|
|
30
24
|
}
|
|
@@ -11,14 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents the structure of resource type-specific components for steps in the resource creation page.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ResourceCreationPageDto
|
|
16
14
|
*/
|
|
17
15
|
export interface ResourceCreationPageDto {
|
|
18
16
|
/**
|
|
19
17
|
* 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
18
|
*/
|
|
23
19
|
'components'?: Array<Array<string>>;
|
|
24
20
|
}
|
|
@@ -1,50 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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@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 { Pagination } from './pagination';
|
|
13
|
-
import type { ResourceDto } from './resource-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ResourceDtoPagedResponse
|
|
18
|
-
*/
|
|
1
|
+
import { Pagination } from './pagination';
|
|
2
|
+
import { ResourceDto } from './resource-dto';
|
|
19
3
|
export interface ResourceDtoPagedResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<ResourceDto>}
|
|
23
|
-
* @memberof ResourceDtoPagedResponse
|
|
24
|
-
*/
|
|
25
4
|
'data'?: Array<ResourceDto> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {boolean}
|
|
29
|
-
* @memberof ResourceDtoPagedResponse
|
|
30
|
-
*/
|
|
31
5
|
'isSuccess'?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof ResourceDtoPagedResponse
|
|
36
|
-
*/
|
|
37
6
|
'statusCode'?: number | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof ResourceDtoPagedResponse
|
|
42
|
-
*/
|
|
43
7
|
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof ResourceDtoPagedResponse
|
|
48
|
-
*/
|
|
49
8
|
'pagination'?: Pagination;
|
|
50
9
|
}
|
|
@@ -1,43 +1,7 @@
|
|
|
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@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 { ResourceDto } from './resource-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ResourceDtoResponse
|
|
17
|
-
*/
|
|
1
|
+
import { ResourceDto } from './resource-dto';
|
|
18
2
|
export interface ResourceDtoResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {ResourceDto}
|
|
22
|
-
* @memberof ResourceDtoResponse
|
|
23
|
-
*/
|
|
24
3
|
'data'?: ResourceDto;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof ResourceDtoResponse
|
|
29
|
-
*/
|
|
30
4
|
'isSuccess'?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof ResourceDtoResponse
|
|
35
|
-
*/
|
|
36
5
|
'statusCode'?: number | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof ResourceDtoResponse
|
|
41
|
-
*/
|
|
42
6
|
'traceId'?: string | null;
|
|
43
7
|
}
|
|
@@ -1,104 +1,56 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
13
|
-
import type { DisciplineDto } from './discipline-dto';
|
|
14
|
-
import type { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
-
import type { LicenseDto } from './license-dto';
|
|
16
|
-
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
17
|
-
import type { ResourceTypeDto } from './resource-type-dto';
|
|
18
|
-
import type { UserMinimalDto } from './user-minimal-dto';
|
|
19
|
-
import type { VisibilityDto } from './visibility-dto';
|
|
1
|
+
import { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
2
|
+
import { DisciplineDto } from './discipline-dto';
|
|
3
|
+
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
4
|
+
import { LicenseDto } from './license-dto';
|
|
5
|
+
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
6
|
+
import { ResourceTypeDto } from './resource-type-dto';
|
|
7
|
+
import { UserMinimalDto } from './user-minimal-dto';
|
|
8
|
+
import { VisibilityDto } from './visibility-dto';
|
|
20
9
|
/**
|
|
21
10
|
* Represents a Data Transfer Object (DTO) for resource details.
|
|
22
|
-
* @export
|
|
23
|
-
* @interface ResourceDto
|
|
24
11
|
*/
|
|
25
12
|
export interface ResourceDto {
|
|
26
13
|
/**
|
|
27
14
|
* Unique identifier for the resource.
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof ResourceDto
|
|
30
15
|
*/
|
|
31
16
|
'id'?: string;
|
|
32
17
|
/**
|
|
33
18
|
* Persistent identifier for the resource.
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof ResourceDto
|
|
36
19
|
*/
|
|
37
20
|
'pid': string;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {ResourceTypeDto}
|
|
41
|
-
* @memberof ResourceDto
|
|
42
|
-
*/
|
|
43
21
|
'type': ResourceTypeDto;
|
|
44
22
|
/**
|
|
45
23
|
* Name of the resource.
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof ResourceDto
|
|
48
24
|
*/
|
|
49
25
|
'name': string;
|
|
50
26
|
/**
|
|
51
27
|
* Display name of the resource.
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof ResourceDto
|
|
54
28
|
*/
|
|
55
29
|
'displayName': string;
|
|
56
30
|
/**
|
|
57
31
|
* Description of the resource.
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof ResourceDto
|
|
60
32
|
*/
|
|
61
33
|
'description': string;
|
|
62
34
|
/**
|
|
63
35
|
* Keywords associated with the resource.
|
|
64
|
-
* @type {Array<string>}
|
|
65
|
-
* @memberof ResourceDto
|
|
66
36
|
*/
|
|
67
37
|
'keywords'?: Array<string> | null;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {LicenseDto}
|
|
71
|
-
* @memberof ResourceDto
|
|
72
|
-
*/
|
|
73
38
|
'license'?: LicenseDto;
|
|
74
39
|
/**
|
|
75
40
|
* Usage rights associated with the resource.
|
|
76
|
-
* @type {string}
|
|
77
|
-
* @memberof ResourceDto
|
|
78
41
|
*/
|
|
79
42
|
'usageRights'?: string | null;
|
|
80
43
|
/**
|
|
81
44
|
* Indicates whether a local copy of the metadata is available for the resource.
|
|
82
|
-
* @type {boolean}
|
|
83
|
-
* @memberof ResourceDto
|
|
84
45
|
*/
|
|
85
46
|
'metadataLocalCopy'?: boolean;
|
|
86
47
|
/**
|
|
87
48
|
* Indicates whether metadata extraction is enabled for the resource.
|
|
88
|
-
* @type {boolean}
|
|
89
|
-
* @memberof ResourceDto
|
|
90
49
|
*/
|
|
91
50
|
'metadataExtraction'?: boolean;
|
|
92
|
-
/**
|
|
93
|
-
*
|
|
94
|
-
* @type {ApplicationProfileMinimalDto}
|
|
95
|
-
* @memberof ResourceDto
|
|
96
|
-
*/
|
|
97
51
|
'applicationProfile': ApplicationProfileMinimalDto;
|
|
98
52
|
/**
|
|
99
53
|
* 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.
|
|
100
|
-
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
101
|
-
* @memberof ResourceDto
|
|
102
54
|
*/
|
|
103
55
|
'fixedValues': {
|
|
104
56
|
[key: string]: {
|
|
@@ -107,44 +59,24 @@ export interface ResourceDto {
|
|
|
107
59
|
};
|
|
108
60
|
/**
|
|
109
61
|
* Disciplines associated with the resource.
|
|
110
|
-
* @type {Array<DisciplineDto>}
|
|
111
|
-
* @memberof ResourceDto
|
|
112
62
|
*/
|
|
113
63
|
'disciplines': Array<DisciplineDto>;
|
|
114
|
-
/**
|
|
115
|
-
*
|
|
116
|
-
* @type {VisibilityDto}
|
|
117
|
-
* @memberof ResourceDto
|
|
118
|
-
*/
|
|
119
64
|
'visibility': VisibilityDto;
|
|
120
65
|
/**
|
|
121
66
|
* Date when the resource was created.
|
|
122
|
-
* @type {string}
|
|
123
|
-
* @memberof ResourceDto
|
|
124
67
|
*/
|
|
125
68
|
'dateCreated'?: string | null;
|
|
126
|
-
/**
|
|
127
|
-
*
|
|
128
|
-
* @type {UserMinimalDto}
|
|
129
|
-
* @memberof ResourceDto
|
|
130
|
-
*/
|
|
131
69
|
'creator'?: UserMinimalDto;
|
|
132
70
|
/**
|
|
133
71
|
* Indicates whether the resource is archived.
|
|
134
|
-
* @type {boolean}
|
|
135
|
-
* @memberof ResourceDto
|
|
136
72
|
*/
|
|
137
73
|
'archived'?: boolean;
|
|
138
74
|
/**
|
|
139
75
|
* Indicates whether the resource is in maintenance mode.
|
|
140
|
-
* @type {boolean}
|
|
141
|
-
* @memberof ResourceDto
|
|
142
76
|
*/
|
|
143
77
|
'maintenanceMode'?: boolean;
|
|
144
78
|
/**
|
|
145
79
|
* The projects associated with the resource.
|
|
146
|
-
* @type {Array<ProjectMinimalDto>}
|
|
147
|
-
* @memberof ResourceDto
|
|
148
80
|
*/
|
|
149
81
|
'projects'?: Array<ProjectMinimalDto> | null;
|
|
150
82
|
}
|
|
@@ -1,106 +1,55 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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 { ApplicationProfileForResourceCreationDto } from './application-profile-for-resource-creation-dto';
|
|
13
|
-
import type { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
|
|
14
|
-
import type { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
-
import type { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
|
|
16
|
-
import type { ResourceTypeOptionsForCreationDto } from './resource-type-options-for-creation-dto';
|
|
17
|
-
import type { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
|
|
1
|
+
import { ApplicationProfileForResourceCreationDto } from './application-profile-for-resource-creation-dto';
|
|
2
|
+
import { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
|
|
3
|
+
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
4
|
+
import { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
|
|
5
|
+
import { ResourceTypeOptionsForCreationDto } from './resource-type-options-for-creation-dto';
|
|
6
|
+
import { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
|
|
18
7
|
/**
|
|
19
8
|
* 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
9
|
*/
|
|
23
10
|
export interface ResourceForCreationDto {
|
|
24
11
|
/**
|
|
25
12
|
* The name of the resource.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ResourceForCreationDto
|
|
28
13
|
*/
|
|
29
14
|
'name': string;
|
|
30
15
|
/**
|
|
31
16
|
* The display name of the resource.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ResourceForCreationDto
|
|
34
17
|
*/
|
|
35
18
|
'displayName'?: string | null;
|
|
36
19
|
/**
|
|
37
20
|
* The description of the resource.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ResourceForCreationDto
|
|
40
21
|
*/
|
|
41
22
|
'description': string;
|
|
42
23
|
/**
|
|
43
24
|
* The keywords associated with the resource.
|
|
44
|
-
* @type {Array<string>}
|
|
45
|
-
* @memberof ResourceForCreationDto
|
|
46
25
|
*/
|
|
47
26
|
'keywords'?: Array<string> | null;
|
|
48
27
|
/**
|
|
49
28
|
* Fixed values associated with the resource.
|
|
50
|
-
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
51
|
-
* @memberof ResourceForCreationDto
|
|
52
29
|
*/
|
|
53
30
|
'fixedValues'?: {
|
|
54
31
|
[key: string]: {
|
|
55
32
|
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
56
33
|
};
|
|
57
34
|
} | null;
|
|
58
|
-
/**
|
|
59
|
-
*
|
|
60
|
-
* @type {LicenseForResourceManipulationDto}
|
|
61
|
-
* @memberof ResourceForCreationDto
|
|
62
|
-
*/
|
|
63
35
|
'license'?: LicenseForResourceManipulationDto;
|
|
64
36
|
/**
|
|
65
37
|
* The usage rights description of the resource.
|
|
66
|
-
* @type {string}
|
|
67
|
-
* @memberof ResourceForCreationDto
|
|
68
38
|
*/
|
|
69
39
|
'usageRights'?: string | null;
|
|
70
40
|
/**
|
|
71
41
|
* If a local copy for the metadata should be created.
|
|
72
|
-
* @type {boolean}
|
|
73
|
-
* @memberof ResourceForCreationDto
|
|
74
42
|
*/
|
|
75
43
|
'metadataLocalCopy'?: boolean | null;
|
|
76
|
-
/**
|
|
77
|
-
*
|
|
78
|
-
* @type {VisibilityForResourceManipulationDto}
|
|
79
|
-
* @memberof ResourceForCreationDto
|
|
80
|
-
*/
|
|
81
44
|
'visibility': VisibilityForResourceManipulationDto;
|
|
82
45
|
/**
|
|
83
46
|
* The disciplines associated with the resource.
|
|
84
|
-
* @type {Array<DisciplineForResourceManipulationDto>}
|
|
85
|
-
* @memberof ResourceForCreationDto
|
|
86
47
|
*/
|
|
87
48
|
'disciplines': Array<DisciplineForResourceManipulationDto>;
|
|
88
49
|
/**
|
|
89
50
|
* The identifier of the resource type associated with the resource.
|
|
90
|
-
* @type {string}
|
|
91
|
-
* @memberof ResourceForCreationDto
|
|
92
51
|
*/
|
|
93
52
|
'resourceTypeId': string;
|
|
94
|
-
/**
|
|
95
|
-
*
|
|
96
|
-
* @type {ApplicationProfileForResourceCreationDto}
|
|
97
|
-
* @memberof ResourceForCreationDto
|
|
98
|
-
*/
|
|
99
53
|
'applicationProfile': ApplicationProfileForResourceCreationDto;
|
|
100
|
-
/**
|
|
101
|
-
*
|
|
102
|
-
* @type {ResourceTypeOptionsForCreationDto}
|
|
103
|
-
* @memberof ResourceForCreationDto
|
|
104
|
-
*/
|
|
105
54
|
'resourceTypeOptions': ResourceTypeOptionsForCreationDto;
|
|
106
55
|
}
|