@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 { ProjectPublicationRequestDtoResponse } from '../../@coscine/model';
|
|
16
|
-
import type { PublicationRequestForCreationDto } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ProjectPublicationRequestDtoResponse, PublicationRequestForCreationDto } from '../../@coscine/model';
|
|
17
5
|
/**
|
|
18
6
|
* ProjectPublicationRequestApi - axios parameter creator
|
|
19
|
-
* @export
|
|
20
7
|
*/
|
|
21
8
|
export declare const ProjectPublicationRequestApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
9
|
/**
|
|
@@ -48,7 +35,6 @@ export declare const ProjectPublicationRequestApiAxiosParamCreator: (configurati
|
|
|
48
35
|
};
|
|
49
36
|
/**
|
|
50
37
|
* ProjectPublicationRequestApi - functional programming interface
|
|
51
|
-
* @export
|
|
52
38
|
*/
|
|
53
39
|
export declare const ProjectPublicationRequestApiFp: (configuration?: Configuration) => {
|
|
54
40
|
/**
|
|
@@ -80,7 +66,6 @@ export declare const ProjectPublicationRequestApiFp: (configuration?: Configurat
|
|
|
80
66
|
};
|
|
81
67
|
/**
|
|
82
68
|
* ProjectPublicationRequestApi - factory interface
|
|
83
|
-
* @export
|
|
84
69
|
*/
|
|
85
70
|
export declare const ProjectPublicationRequestApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
86
71
|
/**
|
|
@@ -110,60 +95,38 @@ export declare const ProjectPublicationRequestApiFactory: (configuration?: Confi
|
|
|
110
95
|
};
|
|
111
96
|
/**
|
|
112
97
|
* Request parameters for apiV2ProjectsProjectIdPublicationsRequestsOptions operation in ProjectPublicationRequestApi.
|
|
113
|
-
* @export
|
|
114
|
-
* @interface ProjectPublicationRequestApiApiV2ProjectsProjectIdPublicationsRequestsOptionsRequest
|
|
115
98
|
*/
|
|
116
99
|
export interface ProjectPublicationRequestApiApiV2ProjectsProjectIdPublicationsRequestsOptionsRequest {
|
|
117
|
-
/**
|
|
118
|
-
*
|
|
119
|
-
* @type {string}
|
|
120
|
-
* @memberof ProjectPublicationRequestApiApiV2ProjectsProjectIdPublicationsRequestsOptions
|
|
121
|
-
*/
|
|
122
100
|
readonly projectId: string;
|
|
123
101
|
}
|
|
124
102
|
/**
|
|
125
103
|
* Request parameters for createPublicationRequest operation in ProjectPublicationRequestApi.
|
|
126
|
-
* @export
|
|
127
|
-
* @interface ProjectPublicationRequestApiCreatePublicationRequestRequest
|
|
128
104
|
*/
|
|
129
105
|
export interface ProjectPublicationRequestApiCreatePublicationRequestRequest {
|
|
130
106
|
/**
|
|
131
107
|
* The Id or slug of the project.
|
|
132
|
-
* @type {string}
|
|
133
|
-
* @memberof ProjectPublicationRequestApiCreatePublicationRequest
|
|
134
108
|
*/
|
|
135
109
|
readonly projectId: string;
|
|
136
110
|
/**
|
|
137
111
|
* The publication request data for creation.
|
|
138
|
-
* @type {PublicationRequestForCreationDto}
|
|
139
|
-
* @memberof ProjectPublicationRequestApiCreatePublicationRequest
|
|
140
112
|
*/
|
|
141
113
|
readonly publicationRequestForCreationDto?: PublicationRequestForCreationDto;
|
|
142
114
|
}
|
|
143
115
|
/**
|
|
144
116
|
* Request parameters for getPublicationRequest operation in ProjectPublicationRequestApi.
|
|
145
|
-
* @export
|
|
146
|
-
* @interface ProjectPublicationRequestApiGetPublicationRequestRequest
|
|
147
117
|
*/
|
|
148
118
|
export interface ProjectPublicationRequestApiGetPublicationRequestRequest {
|
|
149
119
|
/**
|
|
150
120
|
* The ID of the project.
|
|
151
|
-
* @type {string}
|
|
152
|
-
* @memberof ProjectPublicationRequestApiGetPublicationRequest
|
|
153
121
|
*/
|
|
154
122
|
readonly projectId: string;
|
|
155
123
|
/**
|
|
156
124
|
* The ID of the publication request.
|
|
157
|
-
* @type {string}
|
|
158
|
-
* @memberof ProjectPublicationRequestApiGetPublicationRequest
|
|
159
125
|
*/
|
|
160
126
|
readonly publicationRequestId: string;
|
|
161
127
|
}
|
|
162
128
|
/**
|
|
163
129
|
* ProjectPublicationRequestApi - object-oriented interface
|
|
164
|
-
* @export
|
|
165
|
-
* @class ProjectPublicationRequestApi
|
|
166
|
-
* @extends {BaseAPI}
|
|
167
130
|
*/
|
|
168
131
|
export declare class ProjectPublicationRequestApi extends BaseAPI {
|
|
169
132
|
/**
|
|
@@ -172,25 +135,22 @@ export declare class ProjectPublicationRequestApi extends BaseAPI {
|
|
|
172
135
|
* @param {ProjectPublicationRequestApiApiV2ProjectsProjectIdPublicationsRequestsOptionsRequest} requestParameters Request parameters.
|
|
173
136
|
* @param {*} [options] Override http request option.
|
|
174
137
|
* @throws {RequiredError}
|
|
175
|
-
* @memberof ProjectPublicationRequestApi
|
|
176
138
|
*/
|
|
177
|
-
apiV2ProjectsProjectIdPublicationsRequestsOptions(requestParameters: ProjectPublicationRequestApiApiV2ProjectsProjectIdPublicationsRequestsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
139
|
+
apiV2ProjectsProjectIdPublicationsRequestsOptions(requestParameters: ProjectPublicationRequestApiApiV2ProjectsProjectIdPublicationsRequestsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
178
140
|
/**
|
|
179
141
|
*
|
|
180
142
|
* @summary Creates a new publication request.
|
|
181
143
|
* @param {ProjectPublicationRequestApiCreatePublicationRequestRequest} requestParameters Request parameters.
|
|
182
144
|
* @param {*} [options] Override http request option.
|
|
183
145
|
* @throws {RequiredError}
|
|
184
|
-
* @memberof ProjectPublicationRequestApi
|
|
185
146
|
*/
|
|
186
|
-
createPublicationRequest(requestParameters: ProjectPublicationRequestApiCreatePublicationRequestRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
147
|
+
createPublicationRequest(requestParameters: ProjectPublicationRequestApiCreatePublicationRequestRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectPublicationRequestDtoResponse, any, {}>>;
|
|
187
148
|
/**
|
|
188
149
|
*
|
|
189
150
|
* @summary Retrieves a publication request.
|
|
190
151
|
* @param {ProjectPublicationRequestApiGetPublicationRequestRequest} requestParameters Request parameters.
|
|
191
152
|
* @param {*} [options] Override http request option.
|
|
192
153
|
* @throws {RequiredError}
|
|
193
|
-
* @memberof ProjectPublicationRequestApi
|
|
194
154
|
*/
|
|
195
|
-
getPublicationRequest(requestParameters: ProjectPublicationRequestApiGetPublicationRequestRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
155
|
+
getPublicationRequest(requestParameters: ProjectPublicationRequestApiGetPublicationRequestRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectPublicationRequestDtoResponse, any, {}>>;
|
|
196
156
|
}
|
|
@@ -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 { ProjectQuotaDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import type { ProjectQuotaDtoResponse } from '../../@coscine/model';
|
|
17
|
-
import type { ProjectQuotaForUpdateDto } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ProjectQuotaDtoPagedResponse, ProjectQuotaDtoResponse, ProjectQuotaForUpdateDto } from '../../@coscine/model';
|
|
18
5
|
/**
|
|
19
6
|
* ProjectQuotaApi - axios parameter creator
|
|
20
|
-
* @export
|
|
21
7
|
*/
|
|
22
8
|
export declare const ProjectQuotaApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
9
|
/**
|
|
@@ -41,9 +27,9 @@ export declare const ProjectQuotaApiAxiosParamCreator: (configuration?: Configur
|
|
|
41
27
|
*
|
|
42
28
|
* @summary Retrieves all project quotas for a specified project.
|
|
43
29
|
* @param {string} projectId The Id or slug of the project.
|
|
44
|
-
* @param {number} [pageNumber]
|
|
45
|
-
* @param {number} [pageSize]
|
|
46
|
-
* @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.
|
|
30
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
31
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
32
|
+
* @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\".
|
|
47
33
|
* @param {*} [options] Override http request option.
|
|
48
34
|
* @throws {RequiredError}
|
|
49
35
|
*/
|
|
@@ -61,7 +47,6 @@ export declare const ProjectQuotaApiAxiosParamCreator: (configuration?: Configur
|
|
|
61
47
|
};
|
|
62
48
|
/**
|
|
63
49
|
* ProjectQuotaApi - functional programming interface
|
|
64
|
-
* @export
|
|
65
50
|
*/
|
|
66
51
|
export declare const ProjectQuotaApiFp: (configuration?: Configuration) => {
|
|
67
52
|
/**
|
|
@@ -85,9 +70,9 @@ export declare const ProjectQuotaApiFp: (configuration?: Configuration) => {
|
|
|
85
70
|
*
|
|
86
71
|
* @summary Retrieves all project quotas for a specified project.
|
|
87
72
|
* @param {string} projectId The Id or slug of the project.
|
|
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
|
*/
|
|
@@ -105,7 +90,6 @@ export declare const ProjectQuotaApiFp: (configuration?: Configuration) => {
|
|
|
105
90
|
};
|
|
106
91
|
/**
|
|
107
92
|
* ProjectQuotaApi - factory interface
|
|
108
|
-
* @export
|
|
109
93
|
*/
|
|
110
94
|
export declare const ProjectQuotaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
111
95
|
/**
|
|
@@ -143,97 +127,63 @@ export declare const ProjectQuotaApiFactory: (configuration?: Configuration, bas
|
|
|
143
127
|
};
|
|
144
128
|
/**
|
|
145
129
|
* Request parameters for apiV2ProjectsProjectIdQuotasOptions operation in ProjectQuotaApi.
|
|
146
|
-
* @export
|
|
147
|
-
* @interface ProjectQuotaApiApiV2ProjectsProjectIdQuotasOptionsRequest
|
|
148
130
|
*/
|
|
149
131
|
export interface ProjectQuotaApiApiV2ProjectsProjectIdQuotasOptionsRequest {
|
|
150
|
-
/**
|
|
151
|
-
*
|
|
152
|
-
* @type {string}
|
|
153
|
-
* @memberof ProjectQuotaApiApiV2ProjectsProjectIdQuotasOptions
|
|
154
|
-
*/
|
|
155
132
|
readonly projectId: string;
|
|
156
133
|
}
|
|
157
134
|
/**
|
|
158
135
|
* Request parameters for getProjectQuota operation in ProjectQuotaApi.
|
|
159
|
-
* @export
|
|
160
|
-
* @interface ProjectQuotaApiGetProjectQuotaRequest
|
|
161
136
|
*/
|
|
162
137
|
export interface ProjectQuotaApiGetProjectQuotaRequest {
|
|
163
138
|
/**
|
|
164
139
|
* The Id or slug of the project.
|
|
165
|
-
* @type {string}
|
|
166
|
-
* @memberof ProjectQuotaApiGetProjectQuota
|
|
167
140
|
*/
|
|
168
141
|
readonly projectId: string;
|
|
169
142
|
/**
|
|
170
143
|
* The ID of the resource type.
|
|
171
|
-
* @type {string}
|
|
172
|
-
* @memberof ProjectQuotaApiGetProjectQuota
|
|
173
144
|
*/
|
|
174
145
|
readonly resourceTypeId: string;
|
|
175
146
|
}
|
|
176
147
|
/**
|
|
177
148
|
* Request parameters for getProjectQuotas operation in ProjectQuotaApi.
|
|
178
|
-
* @export
|
|
179
|
-
* @interface ProjectQuotaApiGetProjectQuotasRequest
|
|
180
149
|
*/
|
|
181
150
|
export interface ProjectQuotaApiGetProjectQuotasRequest {
|
|
182
151
|
/**
|
|
183
152
|
* The Id or slug of the project.
|
|
184
|
-
* @type {string}
|
|
185
|
-
* @memberof ProjectQuotaApiGetProjectQuotas
|
|
186
153
|
*/
|
|
187
154
|
readonly projectId: string;
|
|
188
155
|
/**
|
|
189
|
-
*
|
|
190
|
-
* @type {number}
|
|
191
|
-
* @memberof ProjectQuotaApiGetProjectQuotas
|
|
156
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
192
157
|
*/
|
|
193
158
|
readonly pageNumber?: number;
|
|
194
159
|
/**
|
|
195
|
-
*
|
|
196
|
-
* @type {number}
|
|
197
|
-
* @memberof ProjectQuotaApiGetProjectQuotas
|
|
160
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
198
161
|
*/
|
|
199
162
|
readonly pageSize?: number;
|
|
200
163
|
/**
|
|
201
|
-
* 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.
|
|
202
|
-
* @type {string}
|
|
203
|
-
* @memberof ProjectQuotaApiGetProjectQuotas
|
|
164
|
+
* 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\".
|
|
204
165
|
*/
|
|
205
166
|
readonly orderBy?: string;
|
|
206
167
|
}
|
|
207
168
|
/**
|
|
208
169
|
* Request parameters for updateProjectQuota operation in ProjectQuotaApi.
|
|
209
|
-
* @export
|
|
210
|
-
* @interface ProjectQuotaApiUpdateProjectQuotaRequest
|
|
211
170
|
*/
|
|
212
171
|
export interface ProjectQuotaApiUpdateProjectQuotaRequest {
|
|
213
172
|
/**
|
|
214
173
|
* The Id or slug of the project.
|
|
215
|
-
* @type {string}
|
|
216
|
-
* @memberof ProjectQuotaApiUpdateProjectQuota
|
|
217
174
|
*/
|
|
218
175
|
readonly projectId: string;
|
|
219
176
|
/**
|
|
220
177
|
* The ID of the resource type.
|
|
221
|
-
* @type {string}
|
|
222
|
-
* @memberof ProjectQuotaApiUpdateProjectQuota
|
|
223
178
|
*/
|
|
224
179
|
readonly resourceTypeId: string;
|
|
225
180
|
/**
|
|
226
181
|
* The updated project quota data.
|
|
227
|
-
* @type {ProjectQuotaForUpdateDto}
|
|
228
|
-
* @memberof ProjectQuotaApiUpdateProjectQuota
|
|
229
182
|
*/
|
|
230
183
|
readonly projectQuotaForUpdateDto?: ProjectQuotaForUpdateDto;
|
|
231
184
|
}
|
|
232
185
|
/**
|
|
233
186
|
* ProjectQuotaApi - object-oriented interface
|
|
234
|
-
* @export
|
|
235
|
-
* @class ProjectQuotaApi
|
|
236
|
-
* @extends {BaseAPI}
|
|
237
187
|
*/
|
|
238
188
|
export declare class ProjectQuotaApi extends BaseAPI {
|
|
239
189
|
/**
|
|
@@ -242,34 +192,30 @@ export declare class ProjectQuotaApi extends BaseAPI {
|
|
|
242
192
|
* @param {ProjectQuotaApiApiV2ProjectsProjectIdQuotasOptionsRequest} requestParameters Request parameters.
|
|
243
193
|
* @param {*} [options] Override http request option.
|
|
244
194
|
* @throws {RequiredError}
|
|
245
|
-
* @memberof ProjectQuotaApi
|
|
246
195
|
*/
|
|
247
|
-
apiV2ProjectsProjectIdQuotasOptions(requestParameters: ProjectQuotaApiApiV2ProjectsProjectIdQuotasOptionsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
196
|
+
apiV2ProjectsProjectIdQuotasOptions(requestParameters: ProjectQuotaApiApiV2ProjectsProjectIdQuotasOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
248
197
|
/**
|
|
249
198
|
*
|
|
250
199
|
* @summary Retrieves a project quota for a specified project and resource type.
|
|
251
200
|
* @param {ProjectQuotaApiGetProjectQuotaRequest} requestParameters Request parameters.
|
|
252
201
|
* @param {*} [options] Override http request option.
|
|
253
202
|
* @throws {RequiredError}
|
|
254
|
-
* @memberof ProjectQuotaApi
|
|
255
203
|
*/
|
|
256
|
-
getProjectQuota(requestParameters: ProjectQuotaApiGetProjectQuotaRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
204
|
+
getProjectQuota(requestParameters: ProjectQuotaApiGetProjectQuotaRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectQuotaDtoResponse, any, {}>>;
|
|
257
205
|
/**
|
|
258
206
|
*
|
|
259
207
|
* @summary Retrieves all project quotas for a specified project.
|
|
260
208
|
* @param {ProjectQuotaApiGetProjectQuotasRequest} requestParameters Request parameters.
|
|
261
209
|
* @param {*} [options] Override http request option.
|
|
262
210
|
* @throws {RequiredError}
|
|
263
|
-
* @memberof ProjectQuotaApi
|
|
264
211
|
*/
|
|
265
|
-
getProjectQuotas(requestParameters: ProjectQuotaApiGetProjectQuotasRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
212
|
+
getProjectQuotas(requestParameters: ProjectQuotaApiGetProjectQuotasRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectQuotaDtoPagedResponse, any, {}>>;
|
|
266
213
|
/**
|
|
267
214
|
*
|
|
268
215
|
* @summary Updates a project quota for a specified project and resource type.
|
|
269
216
|
* @param {ProjectQuotaApiUpdateProjectQuotaRequest} requestParameters Request parameters.
|
|
270
217
|
* @param {*} [options] Override http request option.
|
|
271
218
|
* @throws {RequiredError}
|
|
272
|
-
* @memberof ProjectQuotaApi
|
|
273
219
|
*/
|
|
274
|
-
updateProjectQuota(requestParameters: ProjectQuotaApiUpdateProjectQuotaRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
220
|
+
updateProjectQuota(requestParameters: ProjectQuotaApiUpdateProjectQuotaRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
275
221
|
}
|
|
@@ -1,24 +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 { ResourceDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import type { ResourceDtoResponse } from '../../@coscine/model';
|
|
17
|
-
import type { ResourceForCreationDto } from '../../@coscine/model';
|
|
18
|
-
import type { ResourceForUpdateDto } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ResourceDtoPagedResponse, ResourceDtoResponse, ResourceForCreationDto, ResourceForUpdateDto } from '../../@coscine/model';
|
|
19
5
|
/**
|
|
20
6
|
* ProjectResourceApi - axios parameter creator
|
|
21
|
-
* @export
|
|
22
7
|
*/
|
|
23
8
|
export declare const ProjectResourceApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
24
9
|
/**
|
|
@@ -60,9 +45,9 @@ export declare const ProjectResourceApiAxiosParamCreator: (configuration?: Confi
|
|
|
60
45
|
*
|
|
61
46
|
* @summary Retrieves all resources for a specified project.
|
|
62
47
|
* @param {string} projectId The Id or slug of the project.
|
|
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.
|
|
48
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
49
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
50
|
+
* @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
51
|
* @param {*} [options] Override http request option.
|
|
67
52
|
* @throws {RequiredError}
|
|
68
53
|
*/
|
|
@@ -80,7 +65,6 @@ export declare const ProjectResourceApiAxiosParamCreator: (configuration?: Confi
|
|
|
80
65
|
};
|
|
81
66
|
/**
|
|
82
67
|
* ProjectResourceApi - functional programming interface
|
|
83
|
-
* @export
|
|
84
68
|
*/
|
|
85
69
|
export declare const ProjectResourceApiFp: (configuration?: Configuration) => {
|
|
86
70
|
/**
|
|
@@ -122,9 +106,9 @@ export declare const ProjectResourceApiFp: (configuration?: Configuration) => {
|
|
|
122
106
|
*
|
|
123
107
|
* @summary Retrieves all resources for a specified project.
|
|
124
108
|
* @param {string} projectId The Id or slug of the project.
|
|
125
|
-
* @param {number} [pageNumber]
|
|
126
|
-
* @param {number} [pageSize]
|
|
127
|
-
* @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.
|
|
109
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
110
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
111
|
+
* @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\".
|
|
128
112
|
* @param {*} [options] Override http request option.
|
|
129
113
|
* @throws {RequiredError}
|
|
130
114
|
*/
|
|
@@ -142,7 +126,6 @@ export declare const ProjectResourceApiFp: (configuration?: Configuration) => {
|
|
|
142
126
|
};
|
|
143
127
|
/**
|
|
144
128
|
* ProjectResourceApi - factory interface
|
|
145
|
-
* @export
|
|
146
129
|
*/
|
|
147
130
|
export declare const ProjectResourceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
148
131
|
/**
|
|
@@ -196,135 +179,89 @@ export declare const ProjectResourceApiFactory: (configuration?: Configuration,
|
|
|
196
179
|
};
|
|
197
180
|
/**
|
|
198
181
|
* Request parameters for apiV2ProjectsProjectIdResourcesOptions operation in ProjectResourceApi.
|
|
199
|
-
* @export
|
|
200
|
-
* @interface ProjectResourceApiApiV2ProjectsProjectIdResourcesOptionsRequest
|
|
201
182
|
*/
|
|
202
183
|
export interface ProjectResourceApiApiV2ProjectsProjectIdResourcesOptionsRequest {
|
|
203
|
-
/**
|
|
204
|
-
*
|
|
205
|
-
* @type {string}
|
|
206
|
-
* @memberof ProjectResourceApiApiV2ProjectsProjectIdResourcesOptions
|
|
207
|
-
*/
|
|
208
184
|
readonly projectId: string;
|
|
209
185
|
}
|
|
210
186
|
/**
|
|
211
187
|
* Request parameters for createResourceForProject operation in ProjectResourceApi.
|
|
212
|
-
* @export
|
|
213
|
-
* @interface ProjectResourceApiCreateResourceForProjectRequest
|
|
214
188
|
*/
|
|
215
189
|
export interface ProjectResourceApiCreateResourceForProjectRequest {
|
|
216
190
|
/**
|
|
217
191
|
* The Id or slug of the project.
|
|
218
|
-
* @type {string}
|
|
219
|
-
* @memberof ProjectResourceApiCreateResourceForProject
|
|
220
192
|
*/
|
|
221
193
|
readonly projectId: string;
|
|
222
194
|
/**
|
|
223
195
|
* The resource data for creation.
|
|
224
|
-
* @type {ResourceForCreationDto}
|
|
225
|
-
* @memberof ProjectResourceApiCreateResourceForProject
|
|
226
196
|
*/
|
|
227
197
|
readonly resourceForCreationDto?: ResourceForCreationDto;
|
|
228
198
|
}
|
|
229
199
|
/**
|
|
230
200
|
* Request parameters for deleteResourceForProject operation in ProjectResourceApi.
|
|
231
|
-
* @export
|
|
232
|
-
* @interface ProjectResourceApiDeleteResourceForProjectRequest
|
|
233
201
|
*/
|
|
234
202
|
export interface ProjectResourceApiDeleteResourceForProjectRequest {
|
|
235
203
|
/**
|
|
236
204
|
* The Id or slug of the project.
|
|
237
|
-
* @type {string}
|
|
238
|
-
* @memberof ProjectResourceApiDeleteResourceForProject
|
|
239
205
|
*/
|
|
240
206
|
readonly projectId: string;
|
|
241
207
|
/**
|
|
242
208
|
* The ID of the resource to delete.
|
|
243
|
-
* @type {string}
|
|
244
|
-
* @memberof ProjectResourceApiDeleteResourceForProject
|
|
245
209
|
*/
|
|
246
210
|
readonly resourceId: string;
|
|
247
211
|
}
|
|
248
212
|
/**
|
|
249
213
|
* Request parameters for getResourceForProject operation in ProjectResourceApi.
|
|
250
|
-
* @export
|
|
251
|
-
* @interface ProjectResourceApiGetResourceForProjectRequest
|
|
252
214
|
*/
|
|
253
215
|
export interface ProjectResourceApiGetResourceForProjectRequest {
|
|
254
216
|
/**
|
|
255
217
|
* The Id or slug of the project.
|
|
256
|
-
* @type {string}
|
|
257
|
-
* @memberof ProjectResourceApiGetResourceForProject
|
|
258
218
|
*/
|
|
259
219
|
readonly projectId: string;
|
|
260
220
|
/**
|
|
261
221
|
* The ID of the resource to retrieve.
|
|
262
|
-
* @type {string}
|
|
263
|
-
* @memberof ProjectResourceApiGetResourceForProject
|
|
264
222
|
*/
|
|
265
223
|
readonly resourceId: string;
|
|
266
224
|
}
|
|
267
225
|
/**
|
|
268
226
|
* Request parameters for getResourcesForProject operation in ProjectResourceApi.
|
|
269
|
-
* @export
|
|
270
|
-
* @interface ProjectResourceApiGetResourcesForProjectRequest
|
|
271
227
|
*/
|
|
272
228
|
export interface ProjectResourceApiGetResourcesForProjectRequest {
|
|
273
229
|
/**
|
|
274
230
|
* The Id or slug of the project.
|
|
275
|
-
* @type {string}
|
|
276
|
-
* @memberof ProjectResourceApiGetResourcesForProject
|
|
277
231
|
*/
|
|
278
232
|
readonly projectId: string;
|
|
279
233
|
/**
|
|
280
|
-
*
|
|
281
|
-
* @type {number}
|
|
282
|
-
* @memberof ProjectResourceApiGetResourcesForProject
|
|
234
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
283
235
|
*/
|
|
284
236
|
readonly pageNumber?: number;
|
|
285
237
|
/**
|
|
286
|
-
*
|
|
287
|
-
* @type {number}
|
|
288
|
-
* @memberof ProjectResourceApiGetResourcesForProject
|
|
238
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
289
239
|
*/
|
|
290
240
|
readonly pageSize?: number;
|
|
291
241
|
/**
|
|
292
|
-
* 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.
|
|
293
|
-
* @type {string}
|
|
294
|
-
* @memberof ProjectResourceApiGetResourcesForProject
|
|
242
|
+
* 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\".
|
|
295
243
|
*/
|
|
296
244
|
readonly orderBy?: string;
|
|
297
245
|
}
|
|
298
246
|
/**
|
|
299
247
|
* Request parameters for updateResourceForProject operation in ProjectResourceApi.
|
|
300
|
-
* @export
|
|
301
|
-
* @interface ProjectResourceApiUpdateResourceForProjectRequest
|
|
302
248
|
*/
|
|
303
249
|
export interface ProjectResourceApiUpdateResourceForProjectRequest {
|
|
304
250
|
/**
|
|
305
251
|
* The Id or slug of the project.
|
|
306
|
-
* @type {string}
|
|
307
|
-
* @memberof ProjectResourceApiUpdateResourceForProject
|
|
308
252
|
*/
|
|
309
253
|
readonly projectId: string;
|
|
310
254
|
/**
|
|
311
255
|
* The ID of the resource to update.
|
|
312
|
-
* @type {string}
|
|
313
|
-
* @memberof ProjectResourceApiUpdateResourceForProject
|
|
314
256
|
*/
|
|
315
257
|
readonly resourceId: string;
|
|
316
258
|
/**
|
|
317
259
|
* The updated resource data.
|
|
318
|
-
* @type {ResourceForUpdateDto}
|
|
319
|
-
* @memberof ProjectResourceApiUpdateResourceForProject
|
|
320
260
|
*/
|
|
321
261
|
readonly resourceForUpdateDto?: ResourceForUpdateDto;
|
|
322
262
|
}
|
|
323
263
|
/**
|
|
324
264
|
* ProjectResourceApi - object-oriented interface
|
|
325
|
-
* @export
|
|
326
|
-
* @class ProjectResourceApi
|
|
327
|
-
* @extends {BaseAPI}
|
|
328
265
|
*/
|
|
329
266
|
export declare class ProjectResourceApi extends BaseAPI {
|
|
330
267
|
/**
|
|
@@ -333,52 +270,46 @@ export declare class ProjectResourceApi extends BaseAPI {
|
|
|
333
270
|
* @param {ProjectResourceApiApiV2ProjectsProjectIdResourcesOptionsRequest} requestParameters Request parameters.
|
|
334
271
|
* @param {*} [options] Override http request option.
|
|
335
272
|
* @throws {RequiredError}
|
|
336
|
-
* @memberof ProjectResourceApi
|
|
337
273
|
*/
|
|
338
|
-
apiV2ProjectsProjectIdResourcesOptions(requestParameters: ProjectResourceApiApiV2ProjectsProjectIdResourcesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
274
|
+
apiV2ProjectsProjectIdResourcesOptions(requestParameters: ProjectResourceApiApiV2ProjectsProjectIdResourcesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
339
275
|
/**
|
|
340
276
|
*
|
|
341
277
|
* @summary Creates a new resource for a specified project.
|
|
342
278
|
* @param {ProjectResourceApiCreateResourceForProjectRequest} requestParameters Request parameters.
|
|
343
279
|
* @param {*} [options] Override http request option.
|
|
344
280
|
* @throws {RequiredError}
|
|
345
|
-
* @memberof ProjectResourceApi
|
|
346
281
|
*/
|
|
347
|
-
createResourceForProject(requestParameters: ProjectResourceApiCreateResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
282
|
+
createResourceForProject(requestParameters: ProjectResourceApiCreateResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceDtoResponse, any, {}>>;
|
|
348
283
|
/**
|
|
349
284
|
*
|
|
350
285
|
* @summary Deletes a resource for a specified project.
|
|
351
286
|
* @param {ProjectResourceApiDeleteResourceForProjectRequest} requestParameters Request parameters.
|
|
352
287
|
* @param {*} [options] Override http request option.
|
|
353
288
|
* @throws {RequiredError}
|
|
354
|
-
* @memberof ProjectResourceApi
|
|
355
289
|
*/
|
|
356
|
-
deleteResourceForProject(requestParameters: ProjectResourceApiDeleteResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
290
|
+
deleteResourceForProject(requestParameters: ProjectResourceApiDeleteResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
357
291
|
/**
|
|
358
292
|
*
|
|
359
293
|
* @summary Retrieves a resource for a specified project.
|
|
360
294
|
* @param {ProjectResourceApiGetResourceForProjectRequest} requestParameters Request parameters.
|
|
361
295
|
* @param {*} [options] Override http request option.
|
|
362
296
|
* @throws {RequiredError}
|
|
363
|
-
* @memberof ProjectResourceApi
|
|
364
297
|
*/
|
|
365
|
-
getResourceForProject(requestParameters: ProjectResourceApiGetResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
298
|
+
getResourceForProject(requestParameters: ProjectResourceApiGetResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceDtoResponse, any, {}>>;
|
|
366
299
|
/**
|
|
367
300
|
*
|
|
368
301
|
* @summary Retrieves all resources for a specified project.
|
|
369
302
|
* @param {ProjectResourceApiGetResourcesForProjectRequest} requestParameters Request parameters.
|
|
370
303
|
* @param {*} [options] Override http request option.
|
|
371
304
|
* @throws {RequiredError}
|
|
372
|
-
* @memberof ProjectResourceApi
|
|
373
305
|
*/
|
|
374
|
-
getResourcesForProject(requestParameters: ProjectResourceApiGetResourcesForProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
306
|
+
getResourcesForProject(requestParameters: ProjectResourceApiGetResourcesForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceDtoPagedResponse, any, {}>>;
|
|
375
307
|
/**
|
|
376
308
|
*
|
|
377
309
|
* @summary Updates a resource for a specified project.
|
|
378
310
|
* @param {ProjectResourceApiUpdateResourceForProjectRequest} requestParameters Request parameters.
|
|
379
311
|
* @param {*} [options] Override http request option.
|
|
380
312
|
* @throws {RequiredError}
|
|
381
|
-
* @memberof ProjectResourceApi
|
|
382
313
|
*/
|
|
383
|
-
updateResourceForProject(requestParameters: ProjectResourceApiUpdateResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
314
|
+
updateResourceForProject(requestParameters: ProjectResourceApiUpdateResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
384
315
|
}
|