@coscine/api-client 3.20.0 → 3.22.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/dist/index.js +3553 -2677
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +182 -4
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +41 -0
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +65 -0
- package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +23 -0
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +27 -0
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +38 -0
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +44 -0
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +46 -0
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +55 -0
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +28 -0
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +41 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +55 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +26 -0
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +27 -0
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +39 -0
- package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +149 -0
- package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +12 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +13 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +32 -0
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +93 -0
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +69 -38
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +117 -0
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +42 -0
- package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +37 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +13 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +11 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/coscine-role-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto.d.ts +35 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group.d.ts +21 -0
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +16 -0
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +18 -0
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +28 -0
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +16 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +28 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +12 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +15 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/lifecycle-options-for-manipulation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +22 -0
- package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +18 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +13 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +15 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +57 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +47 -0
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +29 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +23 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +15 -0
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +22 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +31 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +12 -0
- package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +17 -0
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +17 -3
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +12 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +9 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +66 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +14 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +57 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +40 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +37 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +19 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +13 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +51 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +44 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +39 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +39 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +35 -0
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +11 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +15 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +38 -0
- package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +22 -0
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +4 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +10 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +14 -0
- package/dist/types/Coscine.Api/api.d.ts +1 -0
- package/dist/types/Coscine.Api/base.d.ts +24 -0
- package/dist/types/Coscine.Api/common.d.ts +37 -0
- package/dist/types/Coscine.Api/configuration.d.ts +41 -0
- package/dist/types/apis.d.ts +27 -0
- package/dist/types/index.d.ts +54 -0
- package/package.json +1 -1
|
@@ -18,6 +18,7 @@ import type { VocabularyInstanceDtoPagedResponse } from '../../@coscine/model';
|
|
|
18
18
|
import type { VocabularyInstanceDtoResponse } from '../../@coscine/model';
|
|
19
19
|
/**
|
|
20
20
|
* VocabularyApi - axios parameter creator
|
|
21
|
+
* @export
|
|
21
22
|
*/
|
|
22
23
|
export declare const VocabularyApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
24
|
/**
|
|
@@ -64,6 +65,7 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
|
|
|
64
65
|
};
|
|
65
66
|
/**
|
|
66
67
|
* VocabularyApi - functional programming interface
|
|
68
|
+
* @export
|
|
67
69
|
*/
|
|
68
70
|
export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
69
71
|
/**
|
|
@@ -110,6 +112,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
|
110
112
|
};
|
|
111
113
|
/**
|
|
112
114
|
* VocabularyApi - factory interface
|
|
115
|
+
* @export
|
|
113
116
|
*/
|
|
114
117
|
export declare const VocabularyApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
115
118
|
/**
|
|
@@ -146,73 +149,108 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
|
|
|
146
149
|
};
|
|
147
150
|
/**
|
|
148
151
|
* Request parameters for getVocabularies operation in VocabularyApi.
|
|
152
|
+
* @export
|
|
153
|
+
* @interface VocabularyApiGetVocabulariesRequest
|
|
149
154
|
*/
|
|
150
155
|
export interface VocabularyApiGetVocabulariesRequest {
|
|
151
156
|
/**
|
|
152
157
|
* Gets or sets the search term used to filter vocabularies.
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof VocabularyApiGetVocabularies
|
|
153
160
|
*/
|
|
154
161
|
readonly searchTerm?: string;
|
|
155
162
|
/**
|
|
156
163
|
* Gets or sets the language for which the vocabularies are requested.
|
|
164
|
+
* @type {AcceptedLanguage}
|
|
165
|
+
* @memberof VocabularyApiGetVocabularies
|
|
157
166
|
*/
|
|
158
167
|
readonly language?: AcceptedLanguage;
|
|
159
168
|
/**
|
|
160
169
|
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
170
|
+
* @type {number}
|
|
171
|
+
* @memberof VocabularyApiGetVocabularies
|
|
161
172
|
*/
|
|
162
173
|
readonly pageNumber?: number;
|
|
163
174
|
/**
|
|
164
175
|
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof VocabularyApiGetVocabularies
|
|
165
178
|
*/
|
|
166
179
|
readonly pageSize?: number;
|
|
167
180
|
/**
|
|
168
181
|
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
182
|
+
* @type {string}
|
|
183
|
+
* @memberof VocabularyApiGetVocabularies
|
|
169
184
|
*/
|
|
170
185
|
readonly orderBy?: string;
|
|
171
186
|
}
|
|
172
187
|
/**
|
|
173
188
|
* Request parameters for getVocabularyInstance operation in VocabularyApi.
|
|
189
|
+
* @export
|
|
190
|
+
* @interface VocabularyApiGetVocabularyInstanceRequest
|
|
174
191
|
*/
|
|
175
192
|
export interface VocabularyApiGetVocabularyInstanceRequest {
|
|
176
193
|
/**
|
|
177
194
|
* The URI of the vocabulary instance to retrieve.
|
|
195
|
+
* @type {string}
|
|
196
|
+
* @memberof VocabularyApiGetVocabularyInstance
|
|
178
197
|
*/
|
|
179
198
|
readonly instance: string;
|
|
180
199
|
/**
|
|
181
200
|
* The preferred language for the instance data.
|
|
201
|
+
* @type {AcceptedLanguage}
|
|
202
|
+
* @memberof VocabularyApiGetVocabularyInstance
|
|
182
203
|
*/
|
|
183
204
|
readonly acceptLanguage?: AcceptedLanguage;
|
|
184
205
|
}
|
|
185
206
|
/**
|
|
186
207
|
* Request parameters for getVocabularyInstances operation in VocabularyApi.
|
|
208
|
+
* @export
|
|
209
|
+
* @interface VocabularyApiGetVocabularyInstancesRequest
|
|
187
210
|
*/
|
|
188
211
|
export interface VocabularyApiGetVocabularyInstancesRequest {
|
|
189
212
|
/**
|
|
190
213
|
* Gets or sets the URI class, which is a required field.
|
|
214
|
+
* @type {string}
|
|
215
|
+
* @memberof VocabularyApiGetVocabularyInstances
|
|
191
216
|
*/
|
|
192
217
|
readonly _class: string;
|
|
193
218
|
/**
|
|
194
219
|
* Gets or sets the search term used to filter vocabulary instances.
|
|
220
|
+
* @type {string}
|
|
221
|
+
* @memberof VocabularyApiGetVocabularyInstances
|
|
195
222
|
*/
|
|
196
223
|
readonly searchTerm?: string;
|
|
197
224
|
/**
|
|
198
225
|
* Gets or sets the language for which the vocabulary instances are requested.
|
|
226
|
+
* @type {AcceptedLanguage}
|
|
227
|
+
* @memberof VocabularyApiGetVocabularyInstances
|
|
199
228
|
*/
|
|
200
229
|
readonly language?: AcceptedLanguage;
|
|
201
230
|
/**
|
|
202
231
|
* Number of items per page. The maximum number of items per page is `150`.
|
|
232
|
+
* @type {number}
|
|
233
|
+
* @memberof VocabularyApiGetVocabularyInstances
|
|
203
234
|
*/
|
|
204
235
|
readonly pageSize?: number;
|
|
205
236
|
/**
|
|
206
237
|
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
238
|
+
* @type {number}
|
|
239
|
+
* @memberof VocabularyApiGetVocabularyInstances
|
|
207
240
|
*/
|
|
208
241
|
readonly pageNumber?: number;
|
|
209
242
|
/**
|
|
210
243
|
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
244
|
+
* @type {string}
|
|
245
|
+
* @memberof VocabularyApiGetVocabularyInstances
|
|
211
246
|
*/
|
|
212
247
|
readonly orderBy?: string;
|
|
213
248
|
}
|
|
214
249
|
/**
|
|
215
250
|
* VocabularyApi - object-oriented interface
|
|
251
|
+
* @export
|
|
252
|
+
* @class VocabularyApi
|
|
253
|
+
* @extends {BaseAPI}
|
|
216
254
|
*/
|
|
217
255
|
export declare class VocabularyApi extends BaseAPI {
|
|
218
256
|
/**
|
|
@@ -220,6 +258,7 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
220
258
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
221
259
|
* @param {*} [options] Override http request option.
|
|
222
260
|
* @throws {RequiredError}
|
|
261
|
+
* @memberof VocabularyApi
|
|
223
262
|
*/
|
|
224
263
|
apiV2VocabulariesOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
225
264
|
/**
|
|
@@ -228,6 +267,7 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
228
267
|
* @param {VocabularyApiGetVocabulariesRequest} requestParameters Request parameters.
|
|
229
268
|
* @param {*} [options] Override http request option.
|
|
230
269
|
* @throws {RequiredError}
|
|
270
|
+
* @memberof VocabularyApi
|
|
231
271
|
*/
|
|
232
272
|
getVocabularies(requestParameters?: VocabularyApiGetVocabulariesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyDtoPagedResponse, any>>;
|
|
233
273
|
/**
|
|
@@ -236,6 +276,7 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
236
276
|
* @param {VocabularyApiGetVocabularyInstanceRequest} requestParameters Request parameters.
|
|
237
277
|
* @param {*} [options] Override http request option.
|
|
238
278
|
* @throws {RequiredError}
|
|
279
|
+
* @memberof VocabularyApi
|
|
239
280
|
*/
|
|
240
281
|
getVocabularyInstance(requestParameters: VocabularyApiGetVocabularyInstanceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyInstanceDtoResponse, any>>;
|
|
241
282
|
/**
|
|
@@ -244,6 +285,7 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
244
285
|
* @param {VocabularyApiGetVocabularyInstancesRequest} requestParameters Request parameters.
|
|
245
286
|
* @param {*} [options] Override http request option.
|
|
246
287
|
* @throws {RequiredError}
|
|
288
|
+
* @memberof VocabularyApi
|
|
247
289
|
*/
|
|
248
290
|
getVocabularyInstances(requestParameters: VocabularyApiGetVocabularyInstancesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyInstanceDtoPagedResponse, any>>;
|
|
249
291
|
}
|
|
@@ -11,10 +11,40 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ActivityLogDto } from './activity-log-dto';
|
|
13
13
|
import type { Pagination } from './pagination';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ActivityLogDtoPagedResponse
|
|
18
|
+
*/
|
|
14
19
|
export interface ActivityLogDtoPagedResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<ActivityLogDto>}
|
|
23
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
24
|
+
*/
|
|
15
25
|
'data'?: Array<ActivityLogDto> | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
30
|
+
*/
|
|
16
31
|
'isSuccess'?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
36
|
+
*/
|
|
17
37
|
'statusCode'?: number | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
42
|
+
*/
|
|
18
43
|
'traceId'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Pagination}
|
|
47
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
48
|
+
*/
|
|
19
49
|
'pagination'?: Pagination;
|
|
20
50
|
}
|
|
@@ -11,13 +11,50 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents a data transfer object (DTO) for an activity log.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ActivityLogDto
|
|
14
16
|
*/
|
|
15
17
|
export interface ActivityLogDto {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ActivityLogDto
|
|
22
|
+
*/
|
|
16
23
|
'id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ActivityLogDto
|
|
28
|
+
*/
|
|
17
29
|
'apiPath'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ActivityLogDto
|
|
34
|
+
*/
|
|
18
35
|
'httpAction'?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ActivityLogDto
|
|
40
|
+
*/
|
|
19
41
|
'controllerName'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ActivityLogDto
|
|
46
|
+
*/
|
|
20
47
|
'actionName'?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ActivityLogDto
|
|
52
|
+
*/
|
|
21
53
|
'userId'?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ActivityLogDto
|
|
58
|
+
*/
|
|
22
59
|
'activityTimestamp'?: string;
|
|
23
60
|
}
|
|
@@ -11,10 +11,40 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ApiTokenDto } from './api-token-dto';
|
|
13
13
|
import type { Pagination } from './pagination';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ApiTokenDtoPagedResponse
|
|
18
|
+
*/
|
|
14
19
|
export interface ApiTokenDtoPagedResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<ApiTokenDto>}
|
|
23
|
+
* @memberof ApiTokenDtoPagedResponse
|
|
24
|
+
*/
|
|
15
25
|
'data'?: Array<ApiTokenDto> | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof ApiTokenDtoPagedResponse
|
|
30
|
+
*/
|
|
16
31
|
'isSuccess'?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof ApiTokenDtoPagedResponse
|
|
36
|
+
*/
|
|
17
37
|
'statusCode'?: number | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ApiTokenDtoPagedResponse
|
|
42
|
+
*/
|
|
18
43
|
'traceId'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Pagination}
|
|
47
|
+
* @memberof ApiTokenDtoPagedResponse
|
|
48
|
+
*/
|
|
19
49
|
'pagination'?: Pagination;
|
|
20
50
|
}
|
|
@@ -10,9 +10,34 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ApiTokenDto } from './api-token-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiTokenDtoResponse
|
|
17
|
+
*/
|
|
13
18
|
export interface ApiTokenDtoResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ApiTokenDto}
|
|
22
|
+
* @memberof ApiTokenDtoResponse
|
|
23
|
+
*/
|
|
14
24
|
'data'?: ApiTokenDto;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ApiTokenDtoResponse
|
|
29
|
+
*/
|
|
15
30
|
'isSuccess'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ApiTokenDtoResponse
|
|
35
|
+
*/
|
|
16
36
|
'statusCode'?: number | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ApiTokenDtoResponse
|
|
41
|
+
*/
|
|
17
42
|
'traceId'?: string | null;
|
|
18
43
|
}
|
|
@@ -12,27 +12,44 @@
|
|
|
12
12
|
import type { UserMinimalDto } from './user-minimal-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents an API token used for authentication.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiTokenDto
|
|
15
17
|
*/
|
|
16
18
|
export interface ApiTokenDto {
|
|
17
19
|
/**
|
|
18
20
|
* The unique identifier of the API token.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ApiTokenDto
|
|
19
23
|
*/
|
|
20
24
|
'id'?: string;
|
|
21
25
|
/**
|
|
22
26
|
* The name associated with the API token.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApiTokenDto
|
|
23
29
|
*/
|
|
24
30
|
'name'?: string;
|
|
25
31
|
/**
|
|
26
32
|
* The date when the API token was created.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ApiTokenDto
|
|
27
35
|
*/
|
|
28
36
|
'creationDate'?: string;
|
|
29
37
|
/**
|
|
30
38
|
* The expiry date of the API token.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ApiTokenDto
|
|
31
41
|
*/
|
|
32
42
|
'expiryDate'?: string;
|
|
33
43
|
/**
|
|
34
44
|
* The actual token used for authentication.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ApiTokenDto
|
|
35
47
|
*/
|
|
36
48
|
'token'?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {UserMinimalDto}
|
|
52
|
+
* @memberof ApiTokenDto
|
|
53
|
+
*/
|
|
37
54
|
'owner'?: UserMinimalDto;
|
|
38
55
|
}
|
|
@@ -11,14 +11,20 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Data transfer object (DTO) representing the creation of an API token.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiTokenForCreationDto
|
|
14
16
|
*/
|
|
15
17
|
export interface ApiTokenForCreationDto {
|
|
16
18
|
/**
|
|
17
19
|
* Gets or sets the name of the API token.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiTokenForCreationDto
|
|
18
22
|
*/
|
|
19
23
|
'name': string;
|
|
20
24
|
/**
|
|
21
25
|
* Gets or sets the expiration duration of the token in days.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ApiTokenForCreationDto
|
|
22
28
|
*/
|
|
23
29
|
'expiresInDays': number;
|
|
24
30
|
}
|
|
@@ -11,10 +11,40 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ApplicationProfileDto } from './application-profile-dto';
|
|
13
13
|
import type { Pagination } from './pagination';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ApplicationProfileDtoPagedResponse
|
|
18
|
+
*/
|
|
14
19
|
export interface ApplicationProfileDtoPagedResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<ApplicationProfileDto>}
|
|
23
|
+
* @memberof ApplicationProfileDtoPagedResponse
|
|
24
|
+
*/
|
|
15
25
|
'data'?: Array<ApplicationProfileDto> | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof ApplicationProfileDtoPagedResponse
|
|
30
|
+
*/
|
|
16
31
|
'isSuccess'?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof ApplicationProfileDtoPagedResponse
|
|
36
|
+
*/
|
|
17
37
|
'statusCode'?: number | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ApplicationProfileDtoPagedResponse
|
|
42
|
+
*/
|
|
18
43
|
'traceId'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Pagination}
|
|
47
|
+
* @memberof ApplicationProfileDtoPagedResponse
|
|
48
|
+
*/
|
|
19
49
|
'pagination'?: Pagination;
|
|
20
50
|
}
|
|
@@ -10,9 +10,34 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ApplicationProfileDto } from './application-profile-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApplicationProfileDtoResponse
|
|
17
|
+
*/
|
|
13
18
|
export interface ApplicationProfileDtoResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ApplicationProfileDto}
|
|
22
|
+
* @memberof ApplicationProfileDtoResponse
|
|
23
|
+
*/
|
|
14
24
|
'data'?: ApplicationProfileDto;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ApplicationProfileDtoResponse
|
|
29
|
+
*/
|
|
15
30
|
'isSuccess'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ApplicationProfileDtoResponse
|
|
35
|
+
*/
|
|
16
36
|
'statusCode'?: number | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ApplicationProfileDtoResponse
|
|
41
|
+
*/
|
|
17
42
|
'traceId'?: string | null;
|
|
18
43
|
}
|
|
@@ -12,19 +12,32 @@
|
|
|
12
12
|
import type { RdfDefinitionDto } from './rdf-definition-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents an application profile data transfer object.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApplicationProfileDto
|
|
15
17
|
*/
|
|
16
18
|
export interface ApplicationProfileDto {
|
|
17
19
|
/**
|
|
18
20
|
* The URI associated with the application profile.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ApplicationProfileDto
|
|
19
23
|
*/
|
|
20
24
|
'uri': string;
|
|
21
25
|
/**
|
|
22
26
|
* The display name for the application profile.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApplicationProfileDto
|
|
23
29
|
*/
|
|
24
30
|
'displayName'?: string | null;
|
|
25
31
|
/**
|
|
26
32
|
* The description of the application profile.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ApplicationProfileDto
|
|
27
35
|
*/
|
|
28
36
|
'description'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {RdfDefinitionDto}
|
|
40
|
+
* @memberof ApplicationProfileDto
|
|
41
|
+
*/
|
|
29
42
|
'definition'?: RdfDefinitionDto;
|
|
30
43
|
}
|
package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts
CHANGED
|
@@ -10,9 +10,34 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ApplicationProfileForCreationDto } from './application-profile-for-creation-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApplicationProfileForCreationDtoResponse
|
|
17
|
+
*/
|
|
13
18
|
export interface ApplicationProfileForCreationDtoResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ApplicationProfileForCreationDto}
|
|
22
|
+
* @memberof ApplicationProfileForCreationDtoResponse
|
|
23
|
+
*/
|
|
14
24
|
'data'?: ApplicationProfileForCreationDto;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ApplicationProfileForCreationDtoResponse
|
|
29
|
+
*/
|
|
15
30
|
'isSuccess'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ApplicationProfileForCreationDtoResponse
|
|
35
|
+
*/
|
|
16
36
|
'statusCode'?: number | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ApplicationProfileForCreationDtoResponse
|
|
41
|
+
*/
|
|
17
42
|
'traceId'?: string | null;
|
|
18
43
|
}
|
|
@@ -12,15 +12,26 @@
|
|
|
12
12
|
import type { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Data transfer object (DTO) representing the creation of an application profile.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApplicationProfileForCreationDto
|
|
15
17
|
*/
|
|
16
18
|
export interface ApplicationProfileForCreationDto {
|
|
17
19
|
/**
|
|
18
20
|
* Gets or initializes the name of the application profile.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ApplicationProfileForCreationDto
|
|
19
23
|
*/
|
|
20
24
|
'name': string;
|
|
21
25
|
/**
|
|
22
26
|
* Gets or initializes the URI of the application profile.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApplicationProfileForCreationDto
|
|
23
29
|
*/
|
|
24
30
|
'uri': string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {RdfDefinitionForManipulationDto}
|
|
34
|
+
* @memberof ApplicationProfileForCreationDto
|
|
35
|
+
*/
|
|
25
36
|
'definition': RdfDefinitionForManipulationDto;
|
|
26
37
|
}
|
package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts
CHANGED
|
@@ -11,10 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Data transfer object (DTO) representing the creation of an application profile for a resource.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApplicationProfileForResourceCreationDto
|
|
14
16
|
*/
|
|
15
17
|
export interface ApplicationProfileForResourceCreationDto {
|
|
16
18
|
/**
|
|
17
19
|
* Gets or initializes the URI of the resource for the application profile.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApplicationProfileForResourceCreationDto
|
|
18
22
|
*/
|
|
19
23
|
'uri': string;
|
|
20
24
|
}
|
|
@@ -11,10 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents a minimalistic application profile data transfer object.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApplicationProfileMinimalDto
|
|
14
16
|
*/
|
|
15
17
|
export interface ApplicationProfileMinimalDto {
|
|
16
18
|
/**
|
|
17
19
|
* The URI associated with the application profile.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApplicationProfileMinimalDto
|
|
18
22
|
*/
|
|
19
23
|
'uri': string;
|
|
20
24
|
}
|
|
@@ -11,10 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Data Transfer Object (DTO) that represents a user role within Coscine.///
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CoscineRoleDto
|
|
14
16
|
*/
|
|
15
17
|
export interface CoscineRoleDto {
|
|
16
18
|
/**
|
|
17
19
|
* Gets or sets the name of the role (e.g. \"User\", \"QuotaAdmin\").
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CoscineRoleDto
|
|
18
22
|
*/
|
|
19
23
|
'name': string;
|
|
20
24
|
}
|
|
@@ -10,9 +10,34 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { CreateDatasourceDto } from './create-datasource-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateDatasourceDtoResponse
|
|
17
|
+
*/
|
|
13
18
|
export interface CreateDatasourceDtoResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CreateDatasourceDto}
|
|
22
|
+
* @memberof CreateDatasourceDtoResponse
|
|
23
|
+
*/
|
|
14
24
|
'data'?: CreateDatasourceDto;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof CreateDatasourceDtoResponse
|
|
29
|
+
*/
|
|
15
30
|
'isSuccess'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof CreateDatasourceDtoResponse
|
|
35
|
+
*/
|
|
16
36
|
'statusCode'?: number | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof CreateDatasourceDtoResponse
|
|
41
|
+
*/
|
|
17
42
|
'traceId'?: string | null;
|
|
18
43
|
}
|
|
@@ -11,10 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Represents the data transfer object for creating a datasource.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateDatasourceDto
|
|
14
16
|
*/
|
|
15
17
|
export interface CreateDatasourceDto {
|
|
16
18
|
/**
|
|
17
19
|
* Gets or initializes the unique identifier of the resource type option.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateDatasourceDto
|
|
18
22
|
*/
|
|
19
23
|
'resourceTypeOptionId'?: string | null;
|
|
20
24
|
}
|