@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,22 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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 { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import type { SearchCategoryType } from '../../@coscine/model';
|
|
16
|
-
import type { SearchResultDtoPagedSearchResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { SearchCategoryType, SearchResultDtoPagedSearchResponse } from '../../@coscine/model';
|
|
17
5
|
/**
|
|
18
6
|
* SearchApi - axios parameter creator
|
|
19
|
-
* @export
|
|
20
7
|
*/
|
|
21
8
|
export declare const SearchApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
9
|
/**
|
|
@@ -33,9 +20,9 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
33
20
|
* @param {boolean} [useAdvancedSyntax] Set true for advanced Elasticsearch search syntax
|
|
34
21
|
* @param {Array<string>} [languages] Set the used languages
|
|
35
22
|
* @param {SearchCategoryType} [category] Set the category filter
|
|
36
|
-
* @param {number} [pageNumber]
|
|
37
|
-
* @param {number} [pageSize]
|
|
38
|
-
* @param {string} [orderBy] 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.
|
|
23
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
24
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
25
|
+
* @param {string} [orderBy] 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. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
39
26
|
* @param {*} [options] Override http request option.
|
|
40
27
|
* @throws {RequiredError}
|
|
41
28
|
*/
|
|
@@ -43,7 +30,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
43
30
|
};
|
|
44
31
|
/**
|
|
45
32
|
* SearchApi - functional programming interface
|
|
46
|
-
* @export
|
|
47
33
|
*/
|
|
48
34
|
export declare const SearchApiFp: (configuration?: Configuration) => {
|
|
49
35
|
/**
|
|
@@ -60,9 +46,9 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
|
|
|
60
46
|
* @param {boolean} [useAdvancedSyntax] Set true for advanced Elasticsearch search syntax
|
|
61
47
|
* @param {Array<string>} [languages] Set the used languages
|
|
62
48
|
* @param {SearchCategoryType} [category] Set the category filter
|
|
63
|
-
* @param {number} [pageNumber]
|
|
64
|
-
* @param {number} [pageSize]
|
|
65
|
-
* @param {string} [orderBy] 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.
|
|
49
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
50
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
51
|
+
* @param {string} [orderBy] 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. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
66
52
|
* @param {*} [options] Override http request option.
|
|
67
53
|
* @throws {RequiredError}
|
|
68
54
|
*/
|
|
@@ -70,7 +56,6 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
|
|
|
70
56
|
};
|
|
71
57
|
/**
|
|
72
58
|
* SearchApi - factory interface
|
|
73
|
-
* @export
|
|
74
59
|
*/
|
|
75
60
|
export declare const SearchApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
76
61
|
/**
|
|
@@ -91,58 +76,39 @@ export declare const SearchApiFactory: (configuration?: Configuration, basePath?
|
|
|
91
76
|
};
|
|
92
77
|
/**
|
|
93
78
|
* Request parameters for getSearchResults operation in SearchApi.
|
|
94
|
-
* @export
|
|
95
|
-
* @interface SearchApiGetSearchResultsRequest
|
|
96
79
|
*/
|
|
97
80
|
export interface SearchApiGetSearchResultsRequest {
|
|
98
81
|
/**
|
|
99
82
|
* The search query
|
|
100
|
-
* @type {string}
|
|
101
|
-
* @memberof SearchApiGetSearchResults
|
|
102
83
|
*/
|
|
103
84
|
readonly query?: string;
|
|
104
85
|
/**
|
|
105
86
|
* Set true for advanced Elasticsearch search syntax
|
|
106
|
-
* @type {boolean}
|
|
107
|
-
* @memberof SearchApiGetSearchResults
|
|
108
87
|
*/
|
|
109
88
|
readonly useAdvancedSyntax?: boolean;
|
|
110
89
|
/**
|
|
111
90
|
* Set the used languages
|
|
112
|
-
* @type {Array<string>}
|
|
113
|
-
* @memberof SearchApiGetSearchResults
|
|
114
91
|
*/
|
|
115
92
|
readonly languages?: Array<string>;
|
|
116
93
|
/**
|
|
117
94
|
* Set the category filter
|
|
118
|
-
* @type {SearchCategoryType}
|
|
119
|
-
* @memberof SearchApiGetSearchResults
|
|
120
95
|
*/
|
|
121
96
|
readonly category?: SearchCategoryType;
|
|
122
97
|
/**
|
|
123
|
-
*
|
|
124
|
-
* @type {number}
|
|
125
|
-
* @memberof SearchApiGetSearchResults
|
|
98
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
126
99
|
*/
|
|
127
100
|
readonly pageNumber?: number;
|
|
128
101
|
/**
|
|
129
|
-
*
|
|
130
|
-
* @type {number}
|
|
131
|
-
* @memberof SearchApiGetSearchResults
|
|
102
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
132
103
|
*/
|
|
133
104
|
readonly pageSize?: number;
|
|
134
105
|
/**
|
|
135
|
-
* 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.
|
|
136
|
-
* @type {string}
|
|
137
|
-
* @memberof SearchApiGetSearchResults
|
|
106
|
+
* 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. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
138
107
|
*/
|
|
139
108
|
readonly orderBy?: string;
|
|
140
109
|
}
|
|
141
110
|
/**
|
|
142
111
|
* SearchApi - object-oriented interface
|
|
143
|
-
* @export
|
|
144
|
-
* @class SearchApi
|
|
145
|
-
* @extends {BaseAPI}
|
|
146
112
|
*/
|
|
147
113
|
export declare class SearchApi extends BaseAPI {
|
|
148
114
|
/**
|
|
@@ -150,16 +116,14 @@ export declare class SearchApi extends BaseAPI {
|
|
|
150
116
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
151
117
|
* @param {*} [options] Override http request option.
|
|
152
118
|
* @throws {RequiredError}
|
|
153
|
-
* @memberof SearchApi
|
|
154
119
|
*/
|
|
155
|
-
apiV2SearchOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
120
|
+
apiV2SearchOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
156
121
|
/**
|
|
157
122
|
*
|
|
158
123
|
* @summary Retrieves a search result by given search parameters.
|
|
159
124
|
* @param {SearchApiGetSearchResultsRequest} requestParameters Request parameters.
|
|
160
125
|
* @param {*} [options] Override http request option.
|
|
161
126
|
* @throws {RequiredError}
|
|
162
|
-
* @memberof SearchApi
|
|
163
127
|
*/
|
|
164
|
-
getSearchResults(requestParameters?: SearchApiGetSearchResultsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
128
|
+
getSearchResults(requestParameters?: SearchApiGetSearchResultsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<SearchResultDtoPagedSearchResponse, any, {}>>;
|
|
165
129
|
}
|
|
@@ -1,23 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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 { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import type { ApiTokenDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import type { ApiTokenDtoResponse } from '../../@coscine/model';
|
|
17
|
-
import type { ApiTokenForCreationDto } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ApiTokenDtoPagedResponse, ApiTokenDtoResponse, ApiTokenForCreationDto } from '../../@coscine/model';
|
|
18
5
|
/**
|
|
19
6
|
* SelfApiTokenApi - axios parameter creator
|
|
20
|
-
* @export
|
|
21
7
|
*/
|
|
22
8
|
export declare const SelfApiTokenApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
9
|
/**
|
|
@@ -38,9 +24,9 @@ export declare const SelfApiTokenApiAxiosParamCreator: (configuration?: Configur
|
|
|
38
24
|
/**
|
|
39
25
|
*
|
|
40
26
|
* @summary Retrieves all API tokens for the current authenticated user.
|
|
41
|
-
* @param {number} [pageNumber]
|
|
42
|
-
* @param {number} [pageSize]
|
|
43
|
-
* @param {string} [orderBy] 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.
|
|
27
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
28
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
29
|
+
* @param {string} [orderBy] 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. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
44
30
|
* @param {*} [options] Override http request option.
|
|
45
31
|
* @throws {RequiredError}
|
|
46
32
|
*/
|
|
@@ -64,7 +50,6 @@ export declare const SelfApiTokenApiAxiosParamCreator: (configuration?: Configur
|
|
|
64
50
|
};
|
|
65
51
|
/**
|
|
66
52
|
* SelfApiTokenApi - functional programming interface
|
|
67
|
-
* @export
|
|
68
53
|
*/
|
|
69
54
|
export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
|
|
70
55
|
/**
|
|
@@ -85,9 +70,9 @@ export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
|
|
|
85
70
|
/**
|
|
86
71
|
*
|
|
87
72
|
* @summary Retrieves all API tokens for the current authenticated user.
|
|
88
|
-
* @param {number} [pageNumber]
|
|
89
|
-
* @param {number} [pageSize]
|
|
90
|
-
* @param {string} [orderBy] 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.
|
|
73
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
74
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
75
|
+
* @param {string} [orderBy] 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. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
91
76
|
* @param {*} [options] Override http request option.
|
|
92
77
|
* @throws {RequiredError}
|
|
93
78
|
*/
|
|
@@ -111,7 +96,6 @@ export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
|
|
|
111
96
|
};
|
|
112
97
|
/**
|
|
113
98
|
* SelfApiTokenApi - factory interface
|
|
114
|
-
* @export
|
|
115
99
|
*/
|
|
116
100
|
export declare const SelfApiTokenApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
117
101
|
/**
|
|
@@ -156,73 +140,50 @@ export declare const SelfApiTokenApiFactory: (configuration?: Configuration, bas
|
|
|
156
140
|
};
|
|
157
141
|
/**
|
|
158
142
|
* Request parameters for createApiToken operation in SelfApiTokenApi.
|
|
159
|
-
* @export
|
|
160
|
-
* @interface SelfApiTokenApiCreateApiTokenRequest
|
|
161
143
|
*/
|
|
162
144
|
export interface SelfApiTokenApiCreateApiTokenRequest {
|
|
163
145
|
/**
|
|
164
146
|
* The API token data for creation.
|
|
165
|
-
* @type {ApiTokenForCreationDto}
|
|
166
|
-
* @memberof SelfApiTokenApiCreateApiToken
|
|
167
147
|
*/
|
|
168
148
|
readonly apiTokenForCreationDto?: ApiTokenForCreationDto;
|
|
169
149
|
}
|
|
170
150
|
/**
|
|
171
151
|
* Request parameters for getAllApiTokens operation in SelfApiTokenApi.
|
|
172
|
-
* @export
|
|
173
|
-
* @interface SelfApiTokenApiGetAllApiTokensRequest
|
|
174
152
|
*/
|
|
175
153
|
export interface SelfApiTokenApiGetAllApiTokensRequest {
|
|
176
154
|
/**
|
|
177
|
-
*
|
|
178
|
-
* @type {number}
|
|
179
|
-
* @memberof SelfApiTokenApiGetAllApiTokens
|
|
155
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
180
156
|
*/
|
|
181
157
|
readonly pageNumber?: number;
|
|
182
158
|
/**
|
|
183
|
-
*
|
|
184
|
-
* @type {number}
|
|
185
|
-
* @memberof SelfApiTokenApiGetAllApiTokens
|
|
159
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
186
160
|
*/
|
|
187
161
|
readonly pageSize?: number;
|
|
188
162
|
/**
|
|
189
|
-
* 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.
|
|
190
|
-
* @type {string}
|
|
191
|
-
* @memberof SelfApiTokenApiGetAllApiTokens
|
|
163
|
+
* 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. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
192
164
|
*/
|
|
193
165
|
readonly orderBy?: string;
|
|
194
166
|
}
|
|
195
167
|
/**
|
|
196
168
|
* Request parameters for getApiToken operation in SelfApiTokenApi.
|
|
197
|
-
* @export
|
|
198
|
-
* @interface SelfApiTokenApiGetApiTokenRequest
|
|
199
169
|
*/
|
|
200
170
|
export interface SelfApiTokenApiGetApiTokenRequest {
|
|
201
171
|
/**
|
|
202
172
|
* The ID of the token.
|
|
203
|
-
* @type {string}
|
|
204
|
-
* @memberof SelfApiTokenApiGetApiToken
|
|
205
173
|
*/
|
|
206
174
|
readonly apiTokenId: string;
|
|
207
175
|
}
|
|
208
176
|
/**
|
|
209
177
|
* Request parameters for revokeToken operation in SelfApiTokenApi.
|
|
210
|
-
* @export
|
|
211
|
-
* @interface SelfApiTokenApiRevokeTokenRequest
|
|
212
178
|
*/
|
|
213
179
|
export interface SelfApiTokenApiRevokeTokenRequest {
|
|
214
180
|
/**
|
|
215
181
|
* The ID of the token.
|
|
216
|
-
* @type {string}
|
|
217
|
-
* @memberof SelfApiTokenApiRevokeToken
|
|
218
182
|
*/
|
|
219
183
|
readonly apiTokenId: string;
|
|
220
184
|
}
|
|
221
185
|
/**
|
|
222
186
|
* SelfApiTokenApi - object-oriented interface
|
|
223
|
-
* @export
|
|
224
|
-
* @class SelfApiTokenApi
|
|
225
|
-
* @extends {BaseAPI}
|
|
226
187
|
*/
|
|
227
188
|
export declare class SelfApiTokenApi extends BaseAPI {
|
|
228
189
|
/**
|
|
@@ -230,43 +191,38 @@ export declare class SelfApiTokenApi extends BaseAPI {
|
|
|
230
191
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
231
192
|
* @param {*} [options] Override http request option.
|
|
232
193
|
* @throws {RequiredError}
|
|
233
|
-
* @memberof SelfApiTokenApi
|
|
234
194
|
*/
|
|
235
|
-
apiV2SelfApiTokensOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
195
|
+
apiV2SelfApiTokensOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
236
196
|
/**
|
|
237
197
|
*
|
|
238
198
|
* @summary Creates an API token for the current authenticated user.
|
|
239
199
|
* @param {SelfApiTokenApiCreateApiTokenRequest} requestParameters Request parameters.
|
|
240
200
|
* @param {*} [options] Override http request option.
|
|
241
201
|
* @throws {RequiredError}
|
|
242
|
-
* @memberof SelfApiTokenApi
|
|
243
202
|
*/
|
|
244
|
-
createApiToken(requestParameters?: SelfApiTokenApiCreateApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
203
|
+
createApiToken(requestParameters?: SelfApiTokenApiCreateApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ApiTokenDtoResponse, any, {}>>;
|
|
245
204
|
/**
|
|
246
205
|
*
|
|
247
206
|
* @summary Retrieves all API tokens for the current authenticated user.
|
|
248
207
|
* @param {SelfApiTokenApiGetAllApiTokensRequest} requestParameters Request parameters.
|
|
249
208
|
* @param {*} [options] Override http request option.
|
|
250
209
|
* @throws {RequiredError}
|
|
251
|
-
* @memberof SelfApiTokenApi
|
|
252
210
|
*/
|
|
253
|
-
getAllApiTokens(requestParameters?: SelfApiTokenApiGetAllApiTokensRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
211
|
+
getAllApiTokens(requestParameters?: SelfApiTokenApiGetAllApiTokensRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ApiTokenDtoPagedResponse, any, {}>>;
|
|
254
212
|
/**
|
|
255
213
|
*
|
|
256
214
|
* @summary Retrieves an API token for the current authenticated user.
|
|
257
215
|
* @param {SelfApiTokenApiGetApiTokenRequest} requestParameters Request parameters.
|
|
258
216
|
* @param {*} [options] Override http request option.
|
|
259
217
|
* @throws {RequiredError}
|
|
260
|
-
* @memberof SelfApiTokenApi
|
|
261
218
|
*/
|
|
262
|
-
getApiToken(requestParameters: SelfApiTokenApiGetApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
219
|
+
getApiToken(requestParameters: SelfApiTokenApiGetApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ApiTokenDtoResponse, any, {}>>;
|
|
263
220
|
/**
|
|
264
221
|
*
|
|
265
222
|
* @summary Revokes an API token for the current authenticated user.
|
|
266
223
|
* @param {SelfApiTokenApiRevokeTokenRequest} requestParameters Request parameters.
|
|
267
224
|
* @param {*} [options] Override http request option.
|
|
268
225
|
* @throws {RequiredError}
|
|
269
|
-
* @memberof SelfApiTokenApi
|
|
270
226
|
*/
|
|
271
|
-
revokeToken(requestParameters: SelfApiTokenApiRevokeTokenRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
227
|
+
revokeToken(requestParameters: SelfApiTokenApiRevokeTokenRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
272
228
|
}
|
|
@@ -1,27 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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 { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import type { IdentityProviders } from '../../@coscine/model';
|
|
16
|
-
import type { ProjectInvitationResolveDto } from '../../@coscine/model';
|
|
17
|
-
import type { UserDtoResponse } from '../../@coscine/model';
|
|
18
|
-
import type { UserForUpdateDto } from '../../@coscine/model';
|
|
19
|
-
import type { UserMergeDtoResponse } from '../../@coscine/model';
|
|
20
|
-
import type { UserProjectRoleCountDtoResponse } from '../../@coscine/model';
|
|
21
|
-
import type { UserTermsOfServiceAcceptDto } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { IdentityProviders, ProjectInvitationResolveDto, UserDtoResponse, UserForUpdateDto, UserMergeDtoResponse, UserProjectRoleCountDtoResponse, UserTermsOfServiceAcceptDto } from '../../@coscine/model';
|
|
22
5
|
/**
|
|
23
6
|
* SelfApi - axios parameter creator
|
|
24
|
-
* @export
|
|
25
7
|
*/
|
|
26
8
|
export declare const SelfApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
27
9
|
/**
|
|
@@ -102,7 +84,6 @@ export declare const SelfApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
102
84
|
};
|
|
103
85
|
/**
|
|
104
86
|
* SelfApi - functional programming interface
|
|
105
|
-
* @export
|
|
106
87
|
*/
|
|
107
88
|
export declare const SelfApiFp: (configuration?: Configuration) => {
|
|
108
89
|
/**
|
|
@@ -183,7 +164,6 @@ export declare const SelfApiFp: (configuration?: Configuration) => {
|
|
|
183
164
|
};
|
|
184
165
|
/**
|
|
185
166
|
* SelfApi - factory interface
|
|
186
|
-
* @export
|
|
187
167
|
*/
|
|
188
168
|
export declare const SelfApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
189
169
|
/**
|
|
@@ -264,74 +244,48 @@ export declare const SelfApiFactory: (configuration?: Configuration, basePath?:
|
|
|
264
244
|
};
|
|
265
245
|
/**
|
|
266
246
|
* Request parameters for acceptCurrentTos operation in SelfApi.
|
|
267
|
-
* @export
|
|
268
|
-
* @interface SelfApiAcceptCurrentTosRequest
|
|
269
247
|
*/
|
|
270
248
|
export interface SelfApiAcceptCurrentTosRequest {
|
|
271
|
-
/**
|
|
272
|
-
*
|
|
273
|
-
* @type {UserTermsOfServiceAcceptDto}
|
|
274
|
-
* @memberof SelfApiAcceptCurrentTos
|
|
275
|
-
*/
|
|
276
249
|
readonly userTermsOfServiceAcceptDto?: UserTermsOfServiceAcceptDto;
|
|
277
250
|
}
|
|
278
251
|
/**
|
|
279
252
|
* Request parameters for confirmUserEmail operation in SelfApi.
|
|
280
|
-
* @export
|
|
281
|
-
* @interface SelfApiConfirmUserEmailRequest
|
|
282
253
|
*/
|
|
283
254
|
export interface SelfApiConfirmUserEmailRequest {
|
|
284
255
|
/**
|
|
285
256
|
* Gets or initializes the confirmation token for user email confirmation.
|
|
286
|
-
* @type {string}
|
|
287
|
-
* @memberof SelfApiConfirmUserEmail
|
|
288
257
|
*/
|
|
289
258
|
readonly confirmationToken: string;
|
|
290
259
|
}
|
|
291
260
|
/**
|
|
292
261
|
* Request parameters for initiateUserMerge operation in SelfApi.
|
|
293
|
-
* @export
|
|
294
|
-
* @interface SelfApiInitiateUserMergeRequest
|
|
295
262
|
*/
|
|
296
263
|
export interface SelfApiInitiateUserMergeRequest {
|
|
297
264
|
/**
|
|
298
265
|
* The identity provider from which user data is to be merged.
|
|
299
|
-
* @type {IdentityProviders}
|
|
300
|
-
* @memberof SelfApiInitiateUserMerge
|
|
301
266
|
*/
|
|
302
267
|
readonly identityProvider: IdentityProviders;
|
|
303
268
|
}
|
|
304
269
|
/**
|
|
305
270
|
* Request parameters for resolveProjectInvitation operation in SelfApi.
|
|
306
|
-
* @export
|
|
307
|
-
* @interface SelfApiResolveProjectInvitationRequest
|
|
308
271
|
*/
|
|
309
272
|
export interface SelfApiResolveProjectInvitationRequest {
|
|
310
273
|
/**
|
|
311
274
|
* The project invitation resolve data.
|
|
312
|
-
* @type {ProjectInvitationResolveDto}
|
|
313
|
-
* @memberof SelfApiResolveProjectInvitation
|
|
314
275
|
*/
|
|
315
276
|
readonly projectInvitationResolveDto?: ProjectInvitationResolveDto;
|
|
316
277
|
}
|
|
317
278
|
/**
|
|
318
279
|
* Request parameters for updateCurrentUser operation in SelfApi.
|
|
319
|
-
* @export
|
|
320
|
-
* @interface SelfApiUpdateCurrentUserRequest
|
|
321
280
|
*/
|
|
322
281
|
export interface SelfApiUpdateCurrentUserRequest {
|
|
323
282
|
/**
|
|
324
283
|
* The updated user data.
|
|
325
|
-
* @type {UserForUpdateDto}
|
|
326
|
-
* @memberof SelfApiUpdateCurrentUser
|
|
327
284
|
*/
|
|
328
285
|
readonly userForUpdateDto?: UserForUpdateDto;
|
|
329
286
|
}
|
|
330
287
|
/**
|
|
331
288
|
* SelfApi - object-oriented interface
|
|
332
|
-
* @export
|
|
333
|
-
* @class SelfApi
|
|
334
|
-
* @extends {BaseAPI}
|
|
335
289
|
*/
|
|
336
290
|
export declare class SelfApi extends BaseAPI {
|
|
337
291
|
/**
|
|
@@ -340,80 +294,73 @@ export declare class SelfApi extends BaseAPI {
|
|
|
340
294
|
* @param {SelfApiAcceptCurrentTosRequest} requestParameters Request parameters.
|
|
341
295
|
* @param {*} [options] Override http request option.
|
|
342
296
|
* @throws {RequiredError}
|
|
343
|
-
* @memberof SelfApi
|
|
344
297
|
*/
|
|
345
|
-
acceptCurrentTos(requestParameters?: SelfApiAcceptCurrentTosRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
298
|
+
acceptCurrentTos(requestParameters?: SelfApiAcceptCurrentTosRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
346
299
|
/**
|
|
347
300
|
*
|
|
348
301
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
349
302
|
* @param {*} [options] Override http request option.
|
|
350
303
|
* @throws {RequiredError}
|
|
351
|
-
* @memberof SelfApi
|
|
352
304
|
*/
|
|
353
|
-
apiV2SelfOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
305
|
+
apiV2SelfOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
354
306
|
/**
|
|
355
307
|
*
|
|
356
308
|
* @summary Confirms the email of a user.
|
|
357
309
|
* @param {SelfApiConfirmUserEmailRequest} requestParameters Request parameters.
|
|
358
310
|
* @param {*} [options] Override http request option.
|
|
359
311
|
* @throws {RequiredError}
|
|
360
|
-
* @memberof SelfApi
|
|
361
312
|
*/
|
|
362
|
-
confirmUserEmail(requestParameters: SelfApiConfirmUserEmailRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
313
|
+
confirmUserEmail(requestParameters: SelfApiConfirmUserEmailRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
363
314
|
/**
|
|
364
315
|
*
|
|
365
316
|
* @summary Deletes the current authenticated user.
|
|
366
317
|
* @param {*} [options] Override http request option.
|
|
367
318
|
* @throws {RequiredError}
|
|
368
319
|
*/
|
|
369
|
-
deleteCurrentUser(options?: RawAxiosRequestConfig): Promise<import(
|
|
320
|
+
deleteCurrentUser(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
370
321
|
/**
|
|
371
322
|
*
|
|
372
323
|
* @summary Retrieves the number of active project roles for the currently authenticated user.
|
|
373
324
|
* @param {*} [options] Override http request option.
|
|
374
325
|
* @throws {RequiredError}
|
|
375
326
|
*/
|
|
376
|
-
getActiveProjectRolesCount(options?: RawAxiosRequestConfig): Promise<import(
|
|
327
|
+
getActiveProjectRolesCount(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserProjectRoleCountDtoResponse, any, {}>>;
|
|
377
328
|
/**
|
|
378
329
|
*
|
|
379
330
|
* @summary Retrieves the current authenticated user.
|
|
380
331
|
* @param {*} [options] Override http request option.
|
|
381
332
|
* @throws {RequiredError}
|
|
382
|
-
* @memberof SelfApi
|
|
383
333
|
*/
|
|
384
|
-
getCurrentUser(options?: RawAxiosRequestConfig): Promise<import(
|
|
334
|
+
getCurrentUser(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserDtoResponse, any, {}>>;
|
|
385
335
|
/**
|
|
386
336
|
*
|
|
387
337
|
* @summary Gives the consent for data processing for the current authenticated user.
|
|
388
338
|
* @param {*} [options] Override http request option.
|
|
389
339
|
* @throws {RequiredError}
|
|
390
340
|
*/
|
|
391
|
-
giveDataProcessingConsent(options?: RawAxiosRequestConfig): Promise<import(
|
|
341
|
+
giveDataProcessingConsent(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
392
342
|
/**
|
|
393
343
|
*
|
|
394
344
|
* @summary Initiates user merging for the current user.
|
|
395
345
|
* @param {SelfApiInitiateUserMergeRequest} requestParameters Request parameters.
|
|
396
346
|
* @param {*} [options] Override http request option.
|
|
397
347
|
* @throws {RequiredError}
|
|
398
|
-
* @memberof SelfApi
|
|
399
348
|
*/
|
|
400
|
-
initiateUserMerge(requestParameters: SelfApiInitiateUserMergeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
349
|
+
initiateUserMerge(requestParameters: SelfApiInitiateUserMergeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserMergeDtoResponse, any, {}>>;
|
|
401
350
|
/**
|
|
402
351
|
*
|
|
403
352
|
* @summary Resolves a project invitation for the authenticated user.
|
|
404
353
|
* @param {SelfApiResolveProjectInvitationRequest} requestParameters Request parameters.
|
|
405
354
|
* @param {*} [options] Override http request option.
|
|
406
355
|
* @throws {RequiredError}
|
|
407
|
-
* @memberof SelfApi
|
|
408
356
|
*/
|
|
409
|
-
resolveProjectInvitation(requestParameters?: SelfApiResolveProjectInvitationRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
357
|
+
resolveProjectInvitation(requestParameters?: SelfApiResolveProjectInvitationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
410
358
|
/**
|
|
411
359
|
*
|
|
412
360
|
* @summary Updates the current authenticated user.
|
|
413
361
|
* @param {SelfApiUpdateCurrentUserRequest} requestParameters Request parameters.
|
|
414
362
|
* @param {*} [options] Override http request option.
|
|
415
363
|
* @throws {RequiredError}
|
|
416
|
-
* @memberof SelfApi
|
|
417
364
|
*/
|
|
418
|
-
updateCurrentUser(requestParameters?: SelfApiUpdateCurrentUserRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
365
|
+
updateCurrentUser(requestParameters?: SelfApiUpdateCurrentUserRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
419
366
|
}
|