@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,20 +1,8 @@
|
|
|
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';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
15
4
|
/**
|
|
16
5
|
* ReportApi - axios parameter creator
|
|
17
|
-
* @export
|
|
18
6
|
*/
|
|
19
7
|
export declare const ReportApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
20
8
|
/**
|
|
@@ -76,7 +64,6 @@ export declare const ReportApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
76
64
|
};
|
|
77
65
|
/**
|
|
78
66
|
* ReportApi - functional programming interface
|
|
79
|
-
* @export
|
|
80
67
|
*/
|
|
81
68
|
export declare const ReportApiFp: (configuration?: Configuration) => {
|
|
82
69
|
/**
|
|
@@ -138,7 +125,6 @@ export declare const ReportApiFp: (configuration?: Configuration) => {
|
|
|
138
125
|
};
|
|
139
126
|
/**
|
|
140
127
|
* ReportApi - factory interface
|
|
141
|
-
* @export
|
|
142
128
|
*/
|
|
143
129
|
export declare const ReportApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
144
130
|
/**
|
|
@@ -200,9 +186,6 @@ export declare const ReportApiFactory: (configuration?: Configuration, basePath?
|
|
|
200
186
|
};
|
|
201
187
|
/**
|
|
202
188
|
* ReportApi - object-oriented interface
|
|
203
|
-
* @export
|
|
204
|
-
* @class ReportApi
|
|
205
|
-
* @extends {BaseAPI}
|
|
206
189
|
*/
|
|
207
190
|
export declare class ReportApi extends BaseAPI {
|
|
208
191
|
/**
|
|
@@ -210,63 +193,55 @@ export declare class ReportApi extends BaseAPI {
|
|
|
210
193
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
211
194
|
* @param {*} [options] Override http request option.
|
|
212
195
|
* @throws {RequiredError}
|
|
213
|
-
* @memberof ReportApi
|
|
214
196
|
*/
|
|
215
|
-
apiV2ReportsOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
197
|
+
apiV2ReportsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
216
198
|
/**
|
|
217
199
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
218
200
|
* @summary Download for the applicationprofile report.
|
|
219
201
|
* @param {*} [options] Override http request option.
|
|
220
202
|
* @throws {RequiredError}
|
|
221
|
-
* @memberof ReportApi
|
|
222
203
|
*/
|
|
223
|
-
getApplicationProfileReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
204
|
+
getApplicationProfileReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
224
205
|
/**
|
|
225
206
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
226
207
|
* @summary Download for the maintenance report.
|
|
227
208
|
* @param {*} [options] Override http request option.
|
|
228
209
|
* @throws {RequiredError}
|
|
229
|
-
* @memberof ReportApi
|
|
230
210
|
*/
|
|
231
|
-
getMaintenanceReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
211
|
+
getMaintenanceReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
232
212
|
/**
|
|
233
213
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
234
214
|
* @summary Download for the project quota report.
|
|
235
215
|
* @param {*} [options] Override http request option.
|
|
236
216
|
* @throws {RequiredError}
|
|
237
|
-
* @memberof ReportApi
|
|
238
217
|
*/
|
|
239
|
-
getProjectQuotaReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
218
|
+
getProjectQuotaReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
240
219
|
/**
|
|
241
220
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
242
221
|
* @summary Download for the project report.
|
|
243
222
|
* @param {*} [options] Override http request option.
|
|
244
223
|
* @throws {RequiredError}
|
|
245
|
-
* @memberof ReportApi
|
|
246
224
|
*/
|
|
247
|
-
getProjectReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
225
|
+
getProjectReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
248
226
|
/**
|
|
249
227
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
250
228
|
* @summary Download for the resource quota report.
|
|
251
229
|
* @param {*} [options] Override http request option.
|
|
252
230
|
* @throws {RequiredError}
|
|
253
|
-
* @memberof ReportApi
|
|
254
231
|
*/
|
|
255
|
-
getResourceQuotaReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
232
|
+
getResourceQuotaReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
256
233
|
/**
|
|
257
234
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
258
235
|
* @summary Download for the resource report.
|
|
259
236
|
* @param {*} [options] Override http request option.
|
|
260
237
|
* @throws {RequiredError}
|
|
261
|
-
* @memberof ReportApi
|
|
262
238
|
*/
|
|
263
|
-
getResourceReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
239
|
+
getResourceReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
264
240
|
/**
|
|
265
241
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
266
242
|
* @summary Download for the user report.
|
|
267
243
|
* @param {*} [options] Override http request option.
|
|
268
244
|
* @throws {RequiredError}
|
|
269
|
-
* @memberof ReportApi
|
|
270
245
|
*/
|
|
271
|
-
getUserReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
246
|
+
getUserReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
272
247
|
}
|
|
@@ -1,21 +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 { ResourceDtoResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ResourceDtoResponse } from '../../@coscine/model';
|
|
16
5
|
/**
|
|
17
6
|
* ResourceApi - axios parameter creator
|
|
18
|
-
* @export
|
|
19
7
|
*/
|
|
20
8
|
export declare const ResourceApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
21
9
|
/**
|
|
@@ -36,7 +24,6 @@ export declare const ResourceApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
36
24
|
};
|
|
37
25
|
/**
|
|
38
26
|
* ResourceApi - functional programming interface
|
|
39
|
-
* @export
|
|
40
27
|
*/
|
|
41
28
|
export declare const ResourceApiFp: (configuration?: Configuration) => {
|
|
42
29
|
/**
|
|
@@ -57,7 +44,6 @@ export declare const ResourceApiFp: (configuration?: Configuration) => {
|
|
|
57
44
|
};
|
|
58
45
|
/**
|
|
59
46
|
* ResourceApi - factory interface
|
|
60
|
-
* @export
|
|
61
47
|
*/
|
|
62
48
|
export declare const ResourceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
63
49
|
/**
|
|
@@ -78,22 +64,15 @@ export declare const ResourceApiFactory: (configuration?: Configuration, basePat
|
|
|
78
64
|
};
|
|
79
65
|
/**
|
|
80
66
|
* Request parameters for getResource operation in ResourceApi.
|
|
81
|
-
* @export
|
|
82
|
-
* @interface ResourceApiGetResourceRequest
|
|
83
67
|
*/
|
|
84
68
|
export interface ResourceApiGetResourceRequest {
|
|
85
69
|
/**
|
|
86
70
|
* The ID of the resource to retrieve.
|
|
87
|
-
* @type {string}
|
|
88
|
-
* @memberof ResourceApiGetResource
|
|
89
71
|
*/
|
|
90
72
|
readonly resourceId: string;
|
|
91
73
|
}
|
|
92
74
|
/**
|
|
93
75
|
* ResourceApi - object-oriented interface
|
|
94
|
-
* @export
|
|
95
|
-
* @class ResourceApi
|
|
96
|
-
* @extends {BaseAPI}
|
|
97
76
|
*/
|
|
98
77
|
export declare class ResourceApi extends BaseAPI {
|
|
99
78
|
/**
|
|
@@ -101,16 +80,14 @@ export declare class ResourceApi extends BaseAPI {
|
|
|
101
80
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
102
81
|
* @param {*} [options] Override http request option.
|
|
103
82
|
* @throws {RequiredError}
|
|
104
|
-
* @memberof ResourceApi
|
|
105
83
|
*/
|
|
106
|
-
apiV2ResourcesOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
84
|
+
apiV2ResourcesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
107
85
|
/**
|
|
108
86
|
*
|
|
109
87
|
* @summary Retrieves a resource by its ID.
|
|
110
88
|
* @param {ResourceApiGetResourceRequest} requestParameters Request parameters.
|
|
111
89
|
* @param {*} [options] Override http request option.
|
|
112
90
|
* @throws {RequiredError}
|
|
113
|
-
* @memberof ResourceApi
|
|
114
91
|
*/
|
|
115
|
-
getResource(requestParameters: ResourceApiGetResourceRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
92
|
+
getResource(requestParameters: ResourceApiGetResourceRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceDtoResponse, any, {}>>;
|
|
116
93
|
}
|
|
@@ -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 { ResourceTypeInformationDtoIEnumerableResponse } from '../../@coscine/model';
|
|
16
|
-
import type { ResourceTypeInformationDtoResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ResourceTypeInformationDtoIEnumerableResponse, ResourceTypeInformationDtoResponse } from '../../@coscine/model';
|
|
17
5
|
/**
|
|
18
6
|
* ResourceTypeApi - axios parameter creator
|
|
19
|
-
* @export
|
|
20
7
|
*/
|
|
21
8
|
export declare const ResourceTypeApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
9
|
/**
|
|
@@ -44,7 +31,6 @@ export declare const ResourceTypeApiAxiosParamCreator: (configuration?: Configur
|
|
|
44
31
|
};
|
|
45
32
|
/**
|
|
46
33
|
* ResourceTypeApi - functional programming interface
|
|
47
|
-
* @export
|
|
48
34
|
*/
|
|
49
35
|
export declare const ResourceTypeApiFp: (configuration?: Configuration) => {
|
|
50
36
|
/**
|
|
@@ -72,7 +58,6 @@ export declare const ResourceTypeApiFp: (configuration?: Configuration) => {
|
|
|
72
58
|
};
|
|
73
59
|
/**
|
|
74
60
|
* ResourceTypeApi - factory interface
|
|
75
|
-
* @export
|
|
76
61
|
*/
|
|
77
62
|
export declare const ResourceTypeApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
78
63
|
/**
|
|
@@ -100,22 +85,15 @@ export declare const ResourceTypeApiFactory: (configuration?: Configuration, bas
|
|
|
100
85
|
};
|
|
101
86
|
/**
|
|
102
87
|
* Request parameters for getResourceTypeInformation operation in ResourceTypeApi.
|
|
103
|
-
* @export
|
|
104
|
-
* @interface ResourceTypeApiGetResourceTypeInformationRequest
|
|
105
88
|
*/
|
|
106
89
|
export interface ResourceTypeApiGetResourceTypeInformationRequest {
|
|
107
90
|
/**
|
|
108
91
|
* The ID of the resource type to retrieve.
|
|
109
|
-
* @type {string}
|
|
110
|
-
* @memberof ResourceTypeApiGetResourceTypeInformation
|
|
111
92
|
*/
|
|
112
93
|
readonly resourceTypeId: string;
|
|
113
94
|
}
|
|
114
95
|
/**
|
|
115
96
|
* ResourceTypeApi - object-oriented interface
|
|
116
|
-
* @export
|
|
117
|
-
* @class ResourceTypeApi
|
|
118
|
-
* @extends {BaseAPI}
|
|
119
97
|
*/
|
|
120
98
|
export declare class ResourceTypeApi extends BaseAPI {
|
|
121
99
|
/**
|
|
@@ -123,24 +101,21 @@ export declare class ResourceTypeApi extends BaseAPI {
|
|
|
123
101
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
124
102
|
* @param {*} [options] Override http request option.
|
|
125
103
|
* @throws {RequiredError}
|
|
126
|
-
* @memberof ResourceTypeApi
|
|
127
104
|
*/
|
|
128
|
-
apiV2ResourceTypesOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
105
|
+
apiV2ResourceTypesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
129
106
|
/**
|
|
130
107
|
*
|
|
131
108
|
* @summary Retrieves the entire global resource types information.
|
|
132
109
|
* @param {*} [options] Override http request option.
|
|
133
110
|
* @throws {RequiredError}
|
|
134
|
-
* @memberof ResourceTypeApi
|
|
135
111
|
*/
|
|
136
|
-
getAllResourceTypesInformation(options?: RawAxiosRequestConfig): Promise<import(
|
|
112
|
+
getAllResourceTypesInformation(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceTypeInformationDtoIEnumerableResponse, any, {}>>;
|
|
137
113
|
/**
|
|
138
114
|
*
|
|
139
115
|
* @summary Retrieves the resource type information for a specific resource type.
|
|
140
116
|
* @param {ResourceTypeApiGetResourceTypeInformationRequest} requestParameters Request parameters.
|
|
141
117
|
* @param {*} [options] Override http request option.
|
|
142
118
|
* @throws {RequiredError}
|
|
143
|
-
* @memberof ResourceTypeApi
|
|
144
119
|
*/
|
|
145
|
-
getResourceTypeInformation(requestParameters: ResourceTypeApiGetResourceTypeInformationRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
120
|
+
getResourceTypeInformation(requestParameters: ResourceTypeApiGetResourceTypeInformationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceTypeInformationDtoResponse, any, {}>>;
|
|
146
121
|
}
|
|
@@ -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 { GitlabBranchDtoIEnumerableResponse } from '../../@coscine/model';
|
|
16
|
-
import type { GitlabProjectDtoIEnumerableResponse } from '../../@coscine/model';
|
|
17
|
-
import type { GitlabProjectDtoResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { GitlabBranchDtoIEnumerableResponse, GitlabProjectDtoIEnumerableResponse, GitlabProjectDtoResponse } from '../../@coscine/model';
|
|
18
5
|
/**
|
|
19
6
|
* ResourceTypeGitLabApi - axios parameter creator
|
|
20
|
-
* @export
|
|
21
7
|
*/
|
|
22
8
|
export declare const ResourceTypeGitLabApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
9
|
/**
|
|
@@ -59,7 +45,6 @@ export declare const ResourceTypeGitLabApiAxiosParamCreator: (configuration?: Co
|
|
|
59
45
|
};
|
|
60
46
|
/**
|
|
61
47
|
* ResourceTypeGitLabApi - functional programming interface
|
|
62
|
-
* @export
|
|
63
48
|
*/
|
|
64
49
|
export declare const ResourceTypeGitLabApiFp: (configuration?: Configuration) => {
|
|
65
50
|
/**
|
|
@@ -101,7 +86,6 @@ export declare const ResourceTypeGitLabApiFp: (configuration?: Configuration) =>
|
|
|
101
86
|
};
|
|
102
87
|
/**
|
|
103
88
|
* ResourceTypeGitLabApi - factory interface
|
|
104
|
-
* @export
|
|
105
89
|
*/
|
|
106
90
|
export declare const ResourceTypeGitLabApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
107
91
|
/**
|
|
@@ -138,78 +122,53 @@ export declare const ResourceTypeGitLabApiFactory: (configuration?: Configuratio
|
|
|
138
122
|
};
|
|
139
123
|
/**
|
|
140
124
|
* Request parameters for getAllGitlabBranchesForProject operation in ResourceTypeGitLabApi.
|
|
141
|
-
* @export
|
|
142
|
-
* @interface ResourceTypeGitLabApiGetAllGitlabBranchesForProjectRequest
|
|
143
125
|
*/
|
|
144
126
|
export interface ResourceTypeGitLabApiGetAllGitlabBranchesForProjectRequest {
|
|
145
127
|
/**
|
|
146
128
|
* The ID of the GitLab project.
|
|
147
|
-
* @type {number}
|
|
148
|
-
* @memberof ResourceTypeGitLabApiGetAllGitlabBranchesForProject
|
|
149
129
|
*/
|
|
150
130
|
readonly gitlabProjectId: number;
|
|
151
131
|
/**
|
|
152
132
|
* Domain/Host of the GitLab Provider.
|
|
153
|
-
* @type {string}
|
|
154
|
-
* @memberof ResourceTypeGitLabApiGetAllGitlabBranchesForProject
|
|
155
133
|
*/
|
|
156
134
|
readonly domain: string;
|
|
157
135
|
/**
|
|
158
136
|
* GitLab Project or Group Access Token.
|
|
159
|
-
* @type {string}
|
|
160
|
-
* @memberof ResourceTypeGitLabApiGetAllGitlabBranchesForProject
|
|
161
137
|
*/
|
|
162
138
|
readonly accessToken: string;
|
|
163
139
|
}
|
|
164
140
|
/**
|
|
165
141
|
* Request parameters for getAllGitlabProjects operation in ResourceTypeGitLabApi.
|
|
166
|
-
* @export
|
|
167
|
-
* @interface ResourceTypeGitLabApiGetAllGitlabProjectsRequest
|
|
168
142
|
*/
|
|
169
143
|
export interface ResourceTypeGitLabApiGetAllGitlabProjectsRequest {
|
|
170
144
|
/**
|
|
171
145
|
* Domain/Host of the GitLab Provider.
|
|
172
|
-
* @type {string}
|
|
173
|
-
* @memberof ResourceTypeGitLabApiGetAllGitlabProjects
|
|
174
146
|
*/
|
|
175
147
|
readonly domain: string;
|
|
176
148
|
/**
|
|
177
149
|
* GitLab Project or Group Access Token.
|
|
178
|
-
* @type {string}
|
|
179
|
-
* @memberof ResourceTypeGitLabApiGetAllGitlabProjects
|
|
180
150
|
*/
|
|
181
151
|
readonly accessToken: string;
|
|
182
152
|
}
|
|
183
153
|
/**
|
|
184
154
|
* Request parameters for getGitlabProject operation in ResourceTypeGitLabApi.
|
|
185
|
-
* @export
|
|
186
|
-
* @interface ResourceTypeGitLabApiGetGitlabProjectRequest
|
|
187
155
|
*/
|
|
188
156
|
export interface ResourceTypeGitLabApiGetGitlabProjectRequest {
|
|
189
157
|
/**
|
|
190
158
|
* The ID of the GitLab project.
|
|
191
|
-
* @type {number}
|
|
192
|
-
* @memberof ResourceTypeGitLabApiGetGitlabProject
|
|
193
159
|
*/
|
|
194
160
|
readonly gitlabProjectId: number;
|
|
195
161
|
/**
|
|
196
162
|
* Domain/Host of the GitLab Provider.
|
|
197
|
-
* @type {string}
|
|
198
|
-
* @memberof ResourceTypeGitLabApiGetGitlabProject
|
|
199
163
|
*/
|
|
200
164
|
readonly domain: string;
|
|
201
165
|
/**
|
|
202
166
|
* GitLab Project or Group Access Token.
|
|
203
|
-
* @type {string}
|
|
204
|
-
* @memberof ResourceTypeGitLabApiGetGitlabProject
|
|
205
167
|
*/
|
|
206
168
|
readonly accessToken: string;
|
|
207
169
|
}
|
|
208
170
|
/**
|
|
209
171
|
* ResourceTypeGitLabApi - object-oriented interface
|
|
210
|
-
* @export
|
|
211
|
-
* @class ResourceTypeGitLabApi
|
|
212
|
-
* @extends {BaseAPI}
|
|
213
172
|
*/
|
|
214
173
|
export declare class ResourceTypeGitLabApi extends BaseAPI {
|
|
215
174
|
/**
|
|
@@ -217,34 +176,30 @@ export declare class ResourceTypeGitLabApi extends BaseAPI {
|
|
|
217
176
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
218
177
|
* @param {*} [options] Override http request option.
|
|
219
178
|
* @throws {RequiredError}
|
|
220
|
-
* @memberof ResourceTypeGitLabApi
|
|
221
179
|
*/
|
|
222
|
-
apiV2ResourceTypesGitlabOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
180
|
+
apiV2ResourceTypesGitlabOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
223
181
|
/**
|
|
224
182
|
*
|
|
225
183
|
* @summary Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials.
|
|
226
184
|
* @param {ResourceTypeGitLabApiGetAllGitlabBranchesForProjectRequest} requestParameters Request parameters.
|
|
227
185
|
* @param {*} [options] Override http request option.
|
|
228
186
|
* @throws {RequiredError}
|
|
229
|
-
* @memberof ResourceTypeGitLabApi
|
|
230
187
|
*/
|
|
231
|
-
getAllGitlabBranchesForProject(requestParameters: ResourceTypeGitLabApiGetAllGitlabBranchesForProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
188
|
+
getAllGitlabBranchesForProject(requestParameters: ResourceTypeGitLabApiGetAllGitlabBranchesForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<GitlabBranchDtoIEnumerableResponse, any, {}>>;
|
|
232
189
|
/**
|
|
233
190
|
*
|
|
234
191
|
* @summary Retrieves all GitLab projects, that the user is a member of, based on the provided credentials.
|
|
235
192
|
* @param {ResourceTypeGitLabApiGetAllGitlabProjectsRequest} requestParameters Request parameters.
|
|
236
193
|
* @param {*} [options] Override http request option.
|
|
237
194
|
* @throws {RequiredError}
|
|
238
|
-
* @memberof ResourceTypeGitLabApi
|
|
239
195
|
*/
|
|
240
|
-
getAllGitlabProjects(requestParameters: ResourceTypeGitLabApiGetAllGitlabProjectsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
196
|
+
getAllGitlabProjects(requestParameters: ResourceTypeGitLabApiGetAllGitlabProjectsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<GitlabProjectDtoIEnumerableResponse, any, {}>>;
|
|
241
197
|
/**
|
|
242
198
|
*
|
|
243
199
|
* @summary Retrieves a single GitLab project, that the user is a member of, based on the provided credentials.
|
|
244
200
|
* @param {ResourceTypeGitLabApiGetGitlabProjectRequest} requestParameters Request parameters.
|
|
245
201
|
* @param {*} [options] Override http request option.
|
|
246
202
|
* @throws {RequiredError}
|
|
247
|
-
* @memberof ResourceTypeGitLabApi
|
|
248
203
|
*/
|
|
249
|
-
getGitlabProject(requestParameters: ResourceTypeGitLabApiGetGitlabProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
204
|
+
getGitlabProject(requestParameters: ResourceTypeGitLabApiGetGitlabProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<GitlabProjectDtoResponse, any, {}>>;
|
|
250
205
|
}
|
|
@@ -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 { RoleDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import type { RoleDtoResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { RoleDtoPagedResponse, RoleDtoResponse } from '../../@coscine/model';
|
|
17
5
|
/**
|
|
18
6
|
* RoleApi - axios parameter creator
|
|
19
|
-
* @export
|
|
20
7
|
*/
|
|
21
8
|
export declare const RoleApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
9
|
/**
|
|
@@ -37,9 +24,9 @@ export declare const RoleApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
37
24
|
/**
|
|
38
25
|
*
|
|
39
26
|
* @summary Retrieves all roles.
|
|
40
|
-
* @param {number} [pageNumber]
|
|
41
|
-
* @param {number} [pageSize]
|
|
42
|
-
* @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\".
|
|
43
30
|
* @param {*} [options] Override http request option.
|
|
44
31
|
* @throws {RequiredError}
|
|
45
32
|
*/
|
|
@@ -47,7 +34,6 @@ export declare const RoleApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
47
34
|
};
|
|
48
35
|
/**
|
|
49
36
|
* RoleApi - functional programming interface
|
|
50
|
-
* @export
|
|
51
37
|
*/
|
|
52
38
|
export declare const RoleApiFp: (configuration?: Configuration) => {
|
|
53
39
|
/**
|
|
@@ -68,9 +54,9 @@ export declare const RoleApiFp: (configuration?: Configuration) => {
|
|
|
68
54
|
/**
|
|
69
55
|
*
|
|
70
56
|
* @summary Retrieves all roles.
|
|
71
|
-
* @param {number} [pageNumber]
|
|
72
|
-
* @param {number} [pageSize]
|
|
73
|
-
* @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.
|
|
57
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
58
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
59
|
+
* @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\".
|
|
74
60
|
* @param {*} [options] Override http request option.
|
|
75
61
|
* @throws {RequiredError}
|
|
76
62
|
*/
|
|
@@ -78,7 +64,6 @@ export declare const RoleApiFp: (configuration?: Configuration) => {
|
|
|
78
64
|
};
|
|
79
65
|
/**
|
|
80
66
|
* RoleApi - factory interface
|
|
81
|
-
* @export
|
|
82
67
|
*/
|
|
83
68
|
export declare const RoleApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
84
69
|
/**
|
|
@@ -107,47 +92,32 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
107
92
|
};
|
|
108
93
|
/**
|
|
109
94
|
* Request parameters for getRole operation in RoleApi.
|
|
110
|
-
* @export
|
|
111
|
-
* @interface RoleApiGetRoleRequest
|
|
112
95
|
*/
|
|
113
96
|
export interface RoleApiGetRoleRequest {
|
|
114
97
|
/**
|
|
115
98
|
* The ID of the role.
|
|
116
|
-
* @type {string}
|
|
117
|
-
* @memberof RoleApiGetRole
|
|
118
99
|
*/
|
|
119
100
|
readonly roleId: string;
|
|
120
101
|
}
|
|
121
102
|
/**
|
|
122
103
|
* Request parameters for getRoles operation in RoleApi.
|
|
123
|
-
* @export
|
|
124
|
-
* @interface RoleApiGetRolesRequest
|
|
125
104
|
*/
|
|
126
105
|
export interface RoleApiGetRolesRequest {
|
|
127
106
|
/**
|
|
128
|
-
*
|
|
129
|
-
* @type {number}
|
|
130
|
-
* @memberof RoleApiGetRoles
|
|
107
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
131
108
|
*/
|
|
132
109
|
readonly pageNumber?: number;
|
|
133
110
|
/**
|
|
134
|
-
*
|
|
135
|
-
* @type {number}
|
|
136
|
-
* @memberof RoleApiGetRoles
|
|
111
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
137
112
|
*/
|
|
138
113
|
readonly pageSize?: number;
|
|
139
114
|
/**
|
|
140
|
-
* 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.
|
|
141
|
-
* @type {string}
|
|
142
|
-
* @memberof RoleApiGetRoles
|
|
115
|
+
* 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\".
|
|
143
116
|
*/
|
|
144
117
|
readonly orderBy?: string;
|
|
145
118
|
}
|
|
146
119
|
/**
|
|
147
120
|
* RoleApi - object-oriented interface
|
|
148
|
-
* @export
|
|
149
|
-
* @class RoleApi
|
|
150
|
-
* @extends {BaseAPI}
|
|
151
121
|
*/
|
|
152
122
|
export declare class RoleApi extends BaseAPI {
|
|
153
123
|
/**
|
|
@@ -155,25 +125,22 @@ export declare class RoleApi extends BaseAPI {
|
|
|
155
125
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
156
126
|
* @param {*} [options] Override http request option.
|
|
157
127
|
* @throws {RequiredError}
|
|
158
|
-
* @memberof RoleApi
|
|
159
128
|
*/
|
|
160
|
-
apiV2RolesOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
129
|
+
apiV2RolesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
161
130
|
/**
|
|
162
131
|
*
|
|
163
132
|
* @summary Retrieves a role by ID.
|
|
164
133
|
* @param {RoleApiGetRoleRequest} requestParameters Request parameters.
|
|
165
134
|
* @param {*} [options] Override http request option.
|
|
166
135
|
* @throws {RequiredError}
|
|
167
|
-
* @memberof RoleApi
|
|
168
136
|
*/
|
|
169
|
-
getRole(requestParameters: RoleApiGetRoleRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
137
|
+
getRole(requestParameters: RoleApiGetRoleRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<RoleDtoResponse, any, {}>>;
|
|
170
138
|
/**
|
|
171
139
|
*
|
|
172
140
|
* @summary Retrieves all roles.
|
|
173
141
|
* @param {RoleApiGetRolesRequest} requestParameters Request parameters.
|
|
174
142
|
* @param {*} [options] Override http request option.
|
|
175
143
|
* @throws {RequiredError}
|
|
176
|
-
* @memberof RoleApi
|
|
177
144
|
*/
|
|
178
|
-
getRoles(requestParameters?: RoleApiGetRolesRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
145
|
+
getRoles(requestParameters?: RoleApiGetRolesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<RoleDtoPagedResponse, any, {}>>;
|
|
179
146
|
}
|