@coscine/api-client 3.25.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 +8822 -5126
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +52 -74
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +18 -34
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +24 -19
- package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +11 -24
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +24 -30
- 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 -19
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +16 -29
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +17 -30
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +19 -33
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +18 -31
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +60 -33
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +7 -19
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +17 -30
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +19 -33
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +15 -26
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +7 -19
- package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +15 -27
- package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +11 -22
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +7 -19
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +8 -21
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +15 -27
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +18 -31
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +14 -31
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +8 -19
- 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 -41
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +63 -50
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +18 -31
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -28
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +24 -38
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +8 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -13
- 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 -13
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +5 -16
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -12
- 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 -13
- package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +10 -21
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -16
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -21
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +6 -17
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +5 -16
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +8 -19
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +7 -18
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +7 -18
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +1 -12
- 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 -12
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -18
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -14
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/user-project-role-count-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -13
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -12
- package/dist/types/Coscine.Api/api.d.ts +5 -0
- package/dist/types/Coscine.Api/base.d.ts +2 -13
- package/dist/types/Coscine.Api/common.d.ts +5 -16
- 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 -177
- package/dist/types/axios-basic.d.ts +1 -1
- package/dist/types/index.d.ts +426 -352
- package/dist/types/testing.d.ts +46 -0
- package/package.json +7 -7
|
@@ -1,18 +1,7 @@
|
|
|
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';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ResourceTypeInformationDtoIEnumerableResponse } from '../../@coscine/model';
|
|
16
5
|
/**
|
|
17
6
|
* ProjectResourceTypeApi - axios parameter creator
|
|
18
7
|
*/
|
|
@@ -102,7 +91,7 @@ export declare class ProjectResourceTypeApi extends BaseAPI {
|
|
|
102
91
|
* @param {*} [options] Override http request option.
|
|
103
92
|
* @throws {RequiredError}
|
|
104
93
|
*/
|
|
105
|
-
apiV2ProjectsProjectIdResourceTypesOptions(requestParameters: ProjectResourceTypeApiApiV2ProjectsProjectIdResourceTypesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
94
|
+
apiV2ProjectsProjectIdResourceTypesOptions(requestParameters: ProjectResourceTypeApiApiV2ProjectsProjectIdResourceTypesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
106
95
|
/**
|
|
107
96
|
*
|
|
108
97
|
* @summary Retrieves the available resource types information for a specific project.
|
|
@@ -110,5 +99,5 @@ export declare class ProjectResourceTypeApi extends BaseAPI {
|
|
|
110
99
|
* @param {*} [options] Override http request option.
|
|
111
100
|
* @throws {RequiredError}
|
|
112
101
|
*/
|
|
113
|
-
getAvailableResourceTypesInformationForProject(requestParameters: ProjectResourceTypeApiGetAvailableResourceTypesInformationForProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
102
|
+
getAvailableResourceTypesInformationForProject(requestParameters: ProjectResourceTypeApiGetAvailableResourceTypesInformationForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceTypeInformationDtoIEnumerableResponse, any, {}>>;
|
|
114
103
|
}
|
|
@@ -1,18 +1,7 @@
|
|
|
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 { ProjectDtoPagedResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ProjectDtoPagedResponse } from '../../@coscine/model';
|
|
16
5
|
/**
|
|
17
6
|
* ProjectSubProjectsApi - axios parameter creator
|
|
18
7
|
*/
|
|
@@ -30,9 +19,9 @@ export declare const ProjectSubProjectsApiAxiosParamCreator: (configuration?: Co
|
|
|
30
19
|
* @summary Retrieves all subprojects for a specified project.
|
|
31
20
|
* @param {string} projectId The Id or slug of the project.
|
|
32
21
|
* @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
|
|
33
|
-
* @param {number} [pageNumber]
|
|
34
|
-
* @param {number} [pageSize]
|
|
35
|
-
* @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.
|
|
22
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
23
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
24
|
+
* @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\".
|
|
36
25
|
* @param {*} [options] Override http request option.
|
|
37
26
|
* @throws {RequiredError}
|
|
38
27
|
*/
|
|
@@ -55,9 +44,9 @@ export declare const ProjectSubProjectsApiFp: (configuration?: Configuration) =>
|
|
|
55
44
|
* @summary Retrieves all subprojects for a specified project.
|
|
56
45
|
* @param {string} projectId The Id or slug of the project.
|
|
57
46
|
* @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
|
|
58
|
-
* @param {number} [pageNumber]
|
|
59
|
-
* @param {number} [pageSize]
|
|
60
|
-
* @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.
|
|
47
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
48
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
49
|
+
* @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\".
|
|
61
50
|
* @param {*} [options] Override http request option.
|
|
62
51
|
* @throws {RequiredError}
|
|
63
52
|
*/
|
|
@@ -103,15 +92,15 @@ export interface ProjectSubProjectsApiGetSubProjectsForProjectRequest {
|
|
|
103
92
|
*/
|
|
104
93
|
readonly includeOrganizations?: boolean;
|
|
105
94
|
/**
|
|
106
|
-
*
|
|
95
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
107
96
|
*/
|
|
108
97
|
readonly pageNumber?: number;
|
|
109
98
|
/**
|
|
110
|
-
*
|
|
99
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
111
100
|
*/
|
|
112
101
|
readonly pageSize?: number;
|
|
113
102
|
/**
|
|
114
|
-
* 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.
|
|
103
|
+
* 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\".
|
|
115
104
|
*/
|
|
116
105
|
readonly orderBy?: string;
|
|
117
106
|
}
|
|
@@ -126,7 +115,7 @@ export declare class ProjectSubProjectsApi extends BaseAPI {
|
|
|
126
115
|
* @param {*} [options] Override http request option.
|
|
127
116
|
* @throws {RequiredError}
|
|
128
117
|
*/
|
|
129
|
-
apiV2ProjectsProjectIdSubprojectsOptions(requestParameters: ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
118
|
+
apiV2ProjectsProjectIdSubprojectsOptions(requestParameters: ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
130
119
|
/**
|
|
131
120
|
*
|
|
132
121
|
* @summary Retrieves all subprojects for a specified project.
|
|
@@ -134,5 +123,5 @@ export declare class ProjectSubProjectsApi extends BaseAPI {
|
|
|
134
123
|
* @param {*} [options] Override http request option.
|
|
135
124
|
* @throws {RequiredError}
|
|
136
125
|
*/
|
|
137
|
-
getSubProjectsForProject(requestParameters: ProjectSubProjectsApiGetSubProjectsForProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
126
|
+
getSubProjectsForProject(requestParameters: ProjectSubProjectsApiGetSubProjectsForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectDtoPagedResponse, any, {}>>;
|
|
138
127
|
}
|
|
@@ -1,19 +1,7 @@
|
|
|
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 { ProvenanceDtoResponse } from '../../@coscine/model';
|
|
16
|
-
import type { ProvenanceForUpdateDto } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ProvenanceDtoResponse, ProvenanceForUpdateDto } from '../../@coscine/model';
|
|
17
5
|
/**
|
|
18
6
|
* ProvenanceApi - axios parameter creator
|
|
19
7
|
*/
|
|
@@ -169,7 +157,7 @@ export declare class ProvenanceApi extends BaseAPI {
|
|
|
169
157
|
* @param {*} [options] Override http request option.
|
|
170
158
|
* @throws {RequiredError}
|
|
171
159
|
*/
|
|
172
|
-
apiV2ProjectsProjectIdResourcesResourceIdProvenanceOptions(requestParameters: ProvenanceApiApiV2ProjectsProjectIdResourcesResourceIdProvenanceOptionsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
160
|
+
apiV2ProjectsProjectIdResourcesResourceIdProvenanceOptions(requestParameters: ProvenanceApiApiV2ProjectsProjectIdResourcesResourceIdProvenanceOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
173
161
|
/**
|
|
174
162
|
*
|
|
175
163
|
* @summary Retrieves the specific provenance information associated with a resource.
|
|
@@ -177,7 +165,7 @@ export declare class ProvenanceApi extends BaseAPI {
|
|
|
177
165
|
* @param {*} [options] Override http request option.
|
|
178
166
|
* @throws {RequiredError}
|
|
179
167
|
*/
|
|
180
|
-
getSpecificProvenance(requestParameters: ProvenanceApiGetSpecificProvenanceRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
168
|
+
getSpecificProvenance(requestParameters: ProvenanceApiGetSpecificProvenanceRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProvenanceDtoResponse, any, {}>>;
|
|
181
169
|
/**
|
|
182
170
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
183
171
|
* @summary Updates existing specific provenance information of a resource.
|
|
@@ -185,5 +173,5 @@ export declare class ProvenanceApi extends BaseAPI {
|
|
|
185
173
|
* @param {*} [options] Override http request option.
|
|
186
174
|
* @throws {RequiredError}
|
|
187
175
|
*/
|
|
188
|
-
updateSpecificProvenance(requestParameters: ProvenanceApiUpdateSpecificProvenanceRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
176
|
+
updateSpecificProvenance(requestParameters: ProvenanceApiUpdateSpecificProvenanceRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
189
177
|
}
|
|
@@ -1,19 +1,7 @@
|
|
|
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 { AcceptedLanguage } from '../../@coscine/model';
|
|
16
|
-
import type { PublicationAdvisoryServiceDtoPagedResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { AcceptedLanguage, PublicationAdvisoryServiceDtoPagedResponse } from '../../@coscine/model';
|
|
17
5
|
/**
|
|
18
6
|
* PublicationAdvisoryServiceApi - axios parameter creator
|
|
19
7
|
*/
|
|
@@ -30,9 +18,9 @@ export declare const PublicationAdvisoryServiceApiAxiosParamCreator: (configurat
|
|
|
30
18
|
* @summary Retrieves all relevant publication services for an organization.
|
|
31
19
|
* @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
|
|
32
20
|
* @param {AcceptedLanguage} [language] Gets or sets language of name or text (dataPublicationService).
|
|
33
|
-
* @param {number} [pageNumber]
|
|
34
|
-
* @param {number} [pageSize]
|
|
35
|
-
* @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.
|
|
21
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
22
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
23
|
+
* @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\".
|
|
36
24
|
* @param {*} [options] Override http request option.
|
|
37
25
|
* @throws {RequiredError}
|
|
38
26
|
*/
|
|
@@ -54,9 +42,9 @@ export declare const PublicationAdvisoryServiceApiFp: (configuration?: Configura
|
|
|
54
42
|
* @summary Retrieves all relevant publication services for an organization.
|
|
55
43
|
* @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
|
|
56
44
|
* @param {AcceptedLanguage} [language] Gets or sets language of name or text (dataPublicationService).
|
|
57
|
-
* @param {number} [pageNumber]
|
|
58
|
-
* @param {number} [pageSize]
|
|
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.
|
|
45
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
46
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
47
|
+
* @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\".
|
|
60
48
|
* @param {*} [options] Override http request option.
|
|
61
49
|
* @throws {RequiredError}
|
|
62
50
|
*/
|
|
@@ -95,15 +83,15 @@ export interface PublicationAdvisoryServiceApiGetPublicationServicesRequest {
|
|
|
95
83
|
*/
|
|
96
84
|
readonly language?: AcceptedLanguage;
|
|
97
85
|
/**
|
|
98
|
-
*
|
|
86
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
99
87
|
*/
|
|
100
88
|
readonly pageNumber?: number;
|
|
101
89
|
/**
|
|
102
|
-
*
|
|
90
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
103
91
|
*/
|
|
104
92
|
readonly pageSize?: number;
|
|
105
93
|
/**
|
|
106
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
94
|
+
* 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\".
|
|
107
95
|
*/
|
|
108
96
|
readonly orderBy?: string;
|
|
109
97
|
}
|
|
@@ -117,7 +105,7 @@ export declare class PublicationAdvisoryServiceApi extends BaseAPI {
|
|
|
117
105
|
* @param {*} [options] Override http request option.
|
|
118
106
|
* @throws {RequiredError}
|
|
119
107
|
*/
|
|
120
|
-
apiV2PublicationServiceOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
108
|
+
apiV2PublicationServiceOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
121
109
|
/**
|
|
122
110
|
*
|
|
123
111
|
* @summary Retrieves all relevant publication services for an organization.
|
|
@@ -125,5 +113,5 @@ export declare class PublicationAdvisoryServiceApi extends BaseAPI {
|
|
|
125
113
|
* @param {*} [options] Override http request option.
|
|
126
114
|
* @throws {RequiredError}
|
|
127
115
|
*/
|
|
128
|
-
getPublicationServices(requestParameters?: PublicationAdvisoryServiceApiGetPublicationServicesRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
116
|
+
getPublicationServices(requestParameters?: PublicationAdvisoryServiceApiGetPublicationServicesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<PublicationAdvisoryServiceDtoPagedResponse, any, {}>>;
|
|
129
117
|
}
|
|
@@ -1,17 +1,6 @@
|
|
|
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
6
|
*/
|
|
@@ -205,54 +194,54 @@ export declare class ReportApi extends BaseAPI {
|
|
|
205
194
|
* @param {*} [options] Override http request option.
|
|
206
195
|
* @throws {RequiredError}
|
|
207
196
|
*/
|
|
208
|
-
apiV2ReportsOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
197
|
+
apiV2ReportsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
209
198
|
/**
|
|
210
199
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
211
200
|
* @summary Download for the applicationprofile report.
|
|
212
201
|
* @param {*} [options] Override http request option.
|
|
213
202
|
* @throws {RequiredError}
|
|
214
203
|
*/
|
|
215
|
-
getApplicationProfileReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
204
|
+
getApplicationProfileReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
216
205
|
/**
|
|
217
206
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
218
207
|
* @summary Download for the maintenance report.
|
|
219
208
|
* @param {*} [options] Override http request option.
|
|
220
209
|
* @throws {RequiredError}
|
|
221
210
|
*/
|
|
222
|
-
getMaintenanceReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
211
|
+
getMaintenanceReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
223
212
|
/**
|
|
224
213
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
225
214
|
* @summary Download for the project quota report.
|
|
226
215
|
* @param {*} [options] Override http request option.
|
|
227
216
|
* @throws {RequiredError}
|
|
228
217
|
*/
|
|
229
|
-
getProjectQuotaReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
218
|
+
getProjectQuotaReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
230
219
|
/**
|
|
231
220
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
232
221
|
* @summary Download for the project report.
|
|
233
222
|
* @param {*} [options] Override http request option.
|
|
234
223
|
* @throws {RequiredError}
|
|
235
224
|
*/
|
|
236
|
-
getProjectReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
225
|
+
getProjectReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
237
226
|
/**
|
|
238
227
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
239
228
|
* @summary Download for the resource quota report.
|
|
240
229
|
* @param {*} [options] Override http request option.
|
|
241
230
|
* @throws {RequiredError}
|
|
242
231
|
*/
|
|
243
|
-
getResourceQuotaReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
232
|
+
getResourceQuotaReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
244
233
|
/**
|
|
245
234
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
246
235
|
* @summary Download for the resource report.
|
|
247
236
|
* @param {*} [options] Override http request option.
|
|
248
237
|
* @throws {RequiredError}
|
|
249
238
|
*/
|
|
250
|
-
getResourceReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
239
|
+
getResourceReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
251
240
|
/**
|
|
252
241
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
253
242
|
* @summary Download for the user report.
|
|
254
243
|
* @param {*} [options] Override http request option.
|
|
255
244
|
* @throws {RequiredError}
|
|
256
245
|
*/
|
|
257
|
-
getUserReport(options?: RawAxiosRequestConfig): Promise<import(
|
|
246
|
+
getUserReport(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
258
247
|
}
|
|
@@ -1,18 +1,7 @@
|
|
|
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
7
|
*/
|
|
@@ -92,7 +81,7 @@ export declare class ResourceApi extends BaseAPI {
|
|
|
92
81
|
* @param {*} [options] Override http request option.
|
|
93
82
|
* @throws {RequiredError}
|
|
94
83
|
*/
|
|
95
|
-
apiV2ResourcesOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
84
|
+
apiV2ResourcesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
96
85
|
/**
|
|
97
86
|
*
|
|
98
87
|
* @summary Retrieves a resource by its ID.
|
|
@@ -100,5 +89,5 @@ export declare class ResourceApi extends BaseAPI {
|
|
|
100
89
|
* @param {*} [options] Override http request option.
|
|
101
90
|
* @throws {RequiredError}
|
|
102
91
|
*/
|
|
103
|
-
getResource(requestParameters: ResourceApiGetResourceRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
92
|
+
getResource(requestParameters: ResourceApiGetResourceRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceDtoResponse, any, {}>>;
|
|
104
93
|
}
|
|
@@ -1,19 +1,7 @@
|
|
|
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
7
|
*/
|
|
@@ -114,14 +102,14 @@ export declare class ResourceTypeApi extends BaseAPI {
|
|
|
114
102
|
* @param {*} [options] Override http request option.
|
|
115
103
|
* @throws {RequiredError}
|
|
116
104
|
*/
|
|
117
|
-
apiV2ResourceTypesOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
105
|
+
apiV2ResourceTypesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
118
106
|
/**
|
|
119
107
|
*
|
|
120
108
|
* @summary Retrieves the entire global resource types information.
|
|
121
109
|
* @param {*} [options] Override http request option.
|
|
122
110
|
* @throws {RequiredError}
|
|
123
111
|
*/
|
|
124
|
-
getAllResourceTypesInformation(options?: RawAxiosRequestConfig): Promise<import(
|
|
112
|
+
getAllResourceTypesInformation(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceTypeInformationDtoIEnumerableResponse, any, {}>>;
|
|
125
113
|
/**
|
|
126
114
|
*
|
|
127
115
|
* @summary Retrieves the resource type information for a specific resource type.
|
|
@@ -129,5 +117,5 @@ export declare class ResourceTypeApi extends BaseAPI {
|
|
|
129
117
|
* @param {*} [options] Override http request option.
|
|
130
118
|
* @throws {RequiredError}
|
|
131
119
|
*/
|
|
132
|
-
getResourceTypeInformation(requestParameters: ResourceTypeApiGetResourceTypeInformationRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
120
|
+
getResourceTypeInformation(requestParameters: ResourceTypeApiGetResourceTypeInformationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceTypeInformationDtoResponse, any, {}>>;
|
|
133
121
|
}
|
|
@@ -1,20 +1,7 @@
|
|
|
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
7
|
*/
|
|
@@ -190,7 +177,7 @@ export declare class ResourceTypeGitLabApi extends BaseAPI {
|
|
|
190
177
|
* @param {*} [options] Override http request option.
|
|
191
178
|
* @throws {RequiredError}
|
|
192
179
|
*/
|
|
193
|
-
apiV2ResourceTypesGitlabOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
180
|
+
apiV2ResourceTypesGitlabOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
194
181
|
/**
|
|
195
182
|
*
|
|
196
183
|
* @summary Retrieves all branches of a GitLab project, that the user is a member of, based on the provided credentials.
|
|
@@ -198,7 +185,7 @@ export declare class ResourceTypeGitLabApi extends BaseAPI {
|
|
|
198
185
|
* @param {*} [options] Override http request option.
|
|
199
186
|
* @throws {RequiredError}
|
|
200
187
|
*/
|
|
201
|
-
getAllGitlabBranchesForProject(requestParameters: ResourceTypeGitLabApiGetAllGitlabBranchesForProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
188
|
+
getAllGitlabBranchesForProject(requestParameters: ResourceTypeGitLabApiGetAllGitlabBranchesForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<GitlabBranchDtoIEnumerableResponse, any, {}>>;
|
|
202
189
|
/**
|
|
203
190
|
*
|
|
204
191
|
* @summary Retrieves all GitLab projects, that the user is a member of, based on the provided credentials.
|
|
@@ -206,7 +193,7 @@ export declare class ResourceTypeGitLabApi extends BaseAPI {
|
|
|
206
193
|
* @param {*} [options] Override http request option.
|
|
207
194
|
* @throws {RequiredError}
|
|
208
195
|
*/
|
|
209
|
-
getAllGitlabProjects(requestParameters: ResourceTypeGitLabApiGetAllGitlabProjectsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
196
|
+
getAllGitlabProjects(requestParameters: ResourceTypeGitLabApiGetAllGitlabProjectsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<GitlabProjectDtoIEnumerableResponse, any, {}>>;
|
|
210
197
|
/**
|
|
211
198
|
*
|
|
212
199
|
* @summary Retrieves a single GitLab project, that the user is a member of, based on the provided credentials.
|
|
@@ -214,5 +201,5 @@ export declare class ResourceTypeGitLabApi extends BaseAPI {
|
|
|
214
201
|
* @param {*} [options] Override http request option.
|
|
215
202
|
* @throws {RequiredError}
|
|
216
203
|
*/
|
|
217
|
-
getGitlabProject(requestParameters: ResourceTypeGitLabApiGetGitlabProjectRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
204
|
+
getGitlabProject(requestParameters: ResourceTypeGitLabApiGetGitlabProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<GitlabProjectDtoResponse, any, {}>>;
|
|
218
205
|
}
|
|
@@ -1,19 +1,7 @@
|
|
|
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
7
|
*/
|
|
@@ -36,9 +24,9 @@ export declare const RoleApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
36
24
|
/**
|
|
37
25
|
*
|
|
38
26
|
* @summary Retrieves all roles.
|
|
39
|
-
* @param {number} [pageNumber]
|
|
40
|
-
* @param {number} [pageSize]
|
|
41
|
-
* @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\".
|
|
42
30
|
* @param {*} [options] Override http request option.
|
|
43
31
|
* @throws {RequiredError}
|
|
44
32
|
*/
|
|
@@ -66,9 +54,9 @@ export declare const RoleApiFp: (configuration?: Configuration) => {
|
|
|
66
54
|
/**
|
|
67
55
|
*
|
|
68
56
|
* @summary Retrieves all roles.
|
|
69
|
-
* @param {number} [pageNumber]
|
|
70
|
-
* @param {number} [pageSize]
|
|
71
|
-
* @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\".
|
|
72
60
|
* @param {*} [options] Override http request option.
|
|
73
61
|
* @throws {RequiredError}
|
|
74
62
|
*/
|
|
@@ -116,15 +104,15 @@ export interface RoleApiGetRoleRequest {
|
|
|
116
104
|
*/
|
|
117
105
|
export interface RoleApiGetRolesRequest {
|
|
118
106
|
/**
|
|
119
|
-
*
|
|
107
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
120
108
|
*/
|
|
121
109
|
readonly pageNumber?: number;
|
|
122
110
|
/**
|
|
123
|
-
*
|
|
111
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
124
112
|
*/
|
|
125
113
|
readonly pageSize?: number;
|
|
126
114
|
/**
|
|
127
|
-
* 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.
|
|
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\".
|
|
128
116
|
*/
|
|
129
117
|
readonly orderBy?: string;
|
|
130
118
|
}
|
|
@@ -138,7 +126,7 @@ export declare class RoleApi extends BaseAPI {
|
|
|
138
126
|
* @param {*} [options] Override http request option.
|
|
139
127
|
* @throws {RequiredError}
|
|
140
128
|
*/
|
|
141
|
-
apiV2RolesOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
129
|
+
apiV2RolesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
142
130
|
/**
|
|
143
131
|
*
|
|
144
132
|
* @summary Retrieves a role by ID.
|
|
@@ -146,7 +134,7 @@ export declare class RoleApi extends BaseAPI {
|
|
|
146
134
|
* @param {*} [options] Override http request option.
|
|
147
135
|
* @throws {RequiredError}
|
|
148
136
|
*/
|
|
149
|
-
getRole(requestParameters: RoleApiGetRoleRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
137
|
+
getRole(requestParameters: RoleApiGetRoleRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<RoleDtoResponse, any, {}>>;
|
|
150
138
|
/**
|
|
151
139
|
*
|
|
152
140
|
* @summary Retrieves all roles.
|
|
@@ -154,5 +142,5 @@ export declare class RoleApi extends BaseAPI {
|
|
|
154
142
|
* @param {*} [options] Override http request option.
|
|
155
143
|
* @throws {RequiredError}
|
|
156
144
|
*/
|
|
157
|
-
getRoles(requestParameters?: RoleApiGetRolesRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
145
|
+
getRoles(requestParameters?: RoleApiGetRolesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<RoleDtoPagedResponse, any, {}>>;
|
|
158
146
|
}
|