@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,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 { DataHamsterKpiDtoIEnumerableResponse } from '../../@coscine/model';
|
|
16
|
-
import type { DataHamsterKpiDtoResponse } from '../../@coscine/model';
|
|
17
|
-
import type { StorageDataHamsterKpiDtoResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { DataHamsterKpiDtoIEnumerableResponse, DataHamsterKpiDtoResponse, StorageDataHamsterKpiDtoResponse } from '../../@coscine/model';
|
|
18
5
|
/**
|
|
19
6
|
* DataHamsterReportApi - axios parameter creator
|
|
20
7
|
*/
|
|
@@ -199,35 +186,35 @@ export declare class DataHamsterReportApi extends BaseAPI {
|
|
|
199
186
|
* @param {*} [options] Override http request option.
|
|
200
187
|
* @throws {RequiredError}
|
|
201
188
|
*/
|
|
202
|
-
apiV2ReportsDataHamsterOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
189
|
+
apiV2ReportsDataHamsterOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
203
190
|
/**
|
|
204
191
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
205
192
|
* @summary Get the number of archived resources KPI report.
|
|
206
193
|
* @param {*} [options] Override http request option.
|
|
207
194
|
* @throws {RequiredError}
|
|
208
195
|
*/
|
|
209
|
-
getNumberOfArchivedResourcesKpi(options?: RawAxiosRequestConfig): Promise<import(
|
|
196
|
+
getNumberOfArchivedResourcesKpi(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DataHamsterKpiDtoResponse, any, {}>>;
|
|
210
197
|
/**
|
|
211
198
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
212
199
|
* @summary Get the number of created projects KPI report.
|
|
213
200
|
* @param {*} [options] Override http request option.
|
|
214
201
|
* @throws {RequiredError}
|
|
215
202
|
*/
|
|
216
|
-
getNumberOfCreatedProjectsKpi(options?: RawAxiosRequestConfig): Promise<import(
|
|
203
|
+
getNumberOfCreatedProjectsKpi(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DataHamsterKpiDtoResponse, any, {}>>;
|
|
217
204
|
/**
|
|
218
205
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
219
206
|
* @summary Get the number of created resources KPI report.
|
|
220
207
|
* @param {*} [options] Override http request option.
|
|
221
208
|
* @throws {RequiredError}
|
|
222
209
|
*/
|
|
223
|
-
getNumberOfCreatedResourcesKpi(options?: RawAxiosRequestConfig): Promise<import(
|
|
210
|
+
getNumberOfCreatedResourcesKpi(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DataHamsterKpiDtoResponse, any, {}>>;
|
|
224
211
|
/**
|
|
225
212
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
226
213
|
* @summary Get the number of users per day KPI report.
|
|
227
214
|
* @param {*} [options] Override http request option.
|
|
228
215
|
* @throws {RequiredError}
|
|
229
216
|
*/
|
|
230
|
-
getNumberOfUsersPerDayKpi(options?: RawAxiosRequestConfig): Promise<import(
|
|
217
|
+
getNumberOfUsersPerDayKpi(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DataHamsterKpiDtoResponse, any, {}>>;
|
|
231
218
|
/**
|
|
232
219
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
233
220
|
* @summary Get the storage usage per resource type report.
|
|
@@ -235,12 +222,12 @@ export declare class DataHamsterReportApi extends BaseAPI {
|
|
|
235
222
|
* @param {*} [options] Override http request option.
|
|
236
223
|
* @throws {RequiredError}
|
|
237
224
|
*/
|
|
238
|
-
getStorageByResourceTypeKpi(requestParameters: DataHamsterReportApiGetStorageByResourceTypeKpiRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
225
|
+
getStorageByResourceTypeKpi(requestParameters: DataHamsterReportApiGetStorageByResourceTypeKpiRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<StorageDataHamsterKpiDtoResponse, any, {}>>;
|
|
239
226
|
/**
|
|
240
227
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
241
228
|
* @summary Get the number of users per ror report.
|
|
242
229
|
* @param {*} [options] Override http request option.
|
|
243
230
|
* @throws {RequiredError}
|
|
244
231
|
*/
|
|
245
|
-
getUsersPerRorKpi(options?: RawAxiosRequestConfig): Promise<import(
|
|
232
|
+
getUsersPerRorKpi(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DataHamsterKpiDtoIEnumerableResponse, any, {}>>;
|
|
246
233
|
}
|
|
@@ -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 { DisciplineDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import type { DisciplineDtoResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { DisciplineDtoPagedResponse, DisciplineDtoResponse } from '../../@coscine/model';
|
|
17
5
|
/**
|
|
18
6
|
* DisciplineApi - axios parameter creator
|
|
19
7
|
*/
|
|
@@ -36,13 +24,14 @@ export declare const DisciplineApiAxiosParamCreator: (configuration?: Configurat
|
|
|
36
24
|
/**
|
|
37
25
|
*
|
|
38
26
|
* @summary Retrieves all disciplines.
|
|
39
|
-
* @param {
|
|
40
|
-
* @param {number} [
|
|
41
|
-
* @param {
|
|
27
|
+
* @param {string} [searchTerm] Gets or sets the search term used to filter disciplines.
|
|
28
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
29
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
30
|
+
* @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
31
|
* @param {*} [options] Override http request option.
|
|
43
32
|
* @throws {RequiredError}
|
|
44
33
|
*/
|
|
45
|
-
getDisciplines: (pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
34
|
+
getDisciplines: (searchTerm?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
46
35
|
};
|
|
47
36
|
/**
|
|
48
37
|
* DisciplineApi - functional programming interface
|
|
@@ -66,13 +55,14 @@ export declare const DisciplineApiFp: (configuration?: Configuration) => {
|
|
|
66
55
|
/**
|
|
67
56
|
*
|
|
68
57
|
* @summary Retrieves all disciplines.
|
|
69
|
-
* @param {
|
|
70
|
-
* @param {number} [
|
|
71
|
-
* @param {
|
|
58
|
+
* @param {string} [searchTerm] Gets or sets the search term used to filter disciplines.
|
|
59
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
60
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
61
|
+
* @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
62
|
* @param {*} [options] Override http request option.
|
|
73
63
|
* @throws {RequiredError}
|
|
74
64
|
*/
|
|
75
|
-
getDisciplines(pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisciplineDtoPagedResponse>>;
|
|
65
|
+
getDisciplines(searchTerm?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisciplineDtoPagedResponse>>;
|
|
76
66
|
};
|
|
77
67
|
/**
|
|
78
68
|
* DisciplineApi - factory interface
|
|
@@ -116,15 +106,19 @@ export interface DisciplineApiGetDisciplineRequest {
|
|
|
116
106
|
*/
|
|
117
107
|
export interface DisciplineApiGetDisciplinesRequest {
|
|
118
108
|
/**
|
|
119
|
-
*
|
|
109
|
+
* Gets or sets the search term used to filter disciplines.
|
|
110
|
+
*/
|
|
111
|
+
readonly searchTerm?: string;
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
120
114
|
*/
|
|
121
115
|
readonly pageNumber?: number;
|
|
122
116
|
/**
|
|
123
|
-
*
|
|
117
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
124
118
|
*/
|
|
125
119
|
readonly pageSize?: number;
|
|
126
120
|
/**
|
|
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.
|
|
121
|
+
* 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
122
|
*/
|
|
129
123
|
readonly orderBy?: string;
|
|
130
124
|
}
|
|
@@ -138,7 +132,7 @@ export declare class DisciplineApi extends BaseAPI {
|
|
|
138
132
|
* @param {*} [options] Override http request option.
|
|
139
133
|
* @throws {RequiredError}
|
|
140
134
|
*/
|
|
141
|
-
apiV2DisciplinesOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
135
|
+
apiV2DisciplinesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
142
136
|
/**
|
|
143
137
|
*
|
|
144
138
|
* @summary Retrieves a discipline with the specified ID.
|
|
@@ -146,7 +140,7 @@ export declare class DisciplineApi extends BaseAPI {
|
|
|
146
140
|
* @param {*} [options] Override http request option.
|
|
147
141
|
* @throws {RequiredError}
|
|
148
142
|
*/
|
|
149
|
-
getDiscipline(requestParameters: DisciplineApiGetDisciplineRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
143
|
+
getDiscipline(requestParameters: DisciplineApiGetDisciplineRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DisciplineDtoResponse, any, {}>>;
|
|
150
144
|
/**
|
|
151
145
|
*
|
|
152
146
|
* @summary Retrieves all disciplines.
|
|
@@ -154,5 +148,5 @@ export declare class DisciplineApi extends BaseAPI {
|
|
|
154
148
|
* @param {*} [options] Override http request option.
|
|
155
149
|
* @throws {RequiredError}
|
|
156
150
|
*/
|
|
157
|
-
getDisciplines(requestParameters?: DisciplineApiGetDisciplinesRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
151
|
+
getDisciplines(requestParameters?: DisciplineApiGetDisciplinesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DisciplineDtoPagedResponse, any, {}>>;
|
|
158
152
|
}
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { StorageNodeDtoPagedResponse, StorageNodeDtoResponse } from '../../@coscine/model';
|
|
5
|
+
/**
|
|
6
|
+
* GraphApi - axios parameter creator
|
|
7
|
+
*/
|
|
8
|
+
export declare const GraphApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
12
|
+
* @param {string} projectId
|
|
13
|
+
* @param {string} resourceId
|
|
14
|
+
* @param {*} [options] Override http request option.
|
|
15
|
+
* @throws {RequiredError}
|
|
16
|
+
*/
|
|
17
|
+
apiV2ProjectsProjectIdResourcesResourceIdGraphsOptions: (projectId: string, resourceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @summary Retrieves metadata for a graph node or group at the specified path.
|
|
21
|
+
* @param {string} projectId The unique identifier of the project. Supplied as a route parameter.
|
|
22
|
+
* @param {string} resourceId The unique identifier of the resource. Supplied as a route parameter.
|
|
23
|
+
* @param {string} encodedPath The url encoded path of the file.
|
|
24
|
+
* @param {*} [options] Override http request option.
|
|
25
|
+
* @throws {RequiredError}
|
|
26
|
+
*/
|
|
27
|
+
getStorageGraph: (projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @summary Retrieves a paginated subset of nodes that make up the metadata tree for a specified resource within a given project.
|
|
31
|
+
* @param {string} projectId The unique identifier of the project containing the resource. Supplied as a route parameter.
|
|
32
|
+
* @param {string} resourceId The unique identifier of the resource whose metadata tree should be retrieved. Supplied as a route parameter.
|
|
33
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The properties `HasChildren`, `HasMetadata`, `HasData` and `Subject` are supported for ordering. Use \"asc\" or \"desc\" as the direction. The Default is `HasChildren desc, subject asc`.
|
|
34
|
+
* @param {string} [prefix] Gets or sets the prefix filter. The prefix to filter the storage objects by. Slashes are taken into account when filtering by prefix. The forwads slash (/) character is treated as the path separator. The lookup is only done for one level. To look into the next level, include the trailing slash to indicate the next level of the tree.
|
|
35
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
36
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
getStorageGraphTree: (projectId: string, resourceId: string, orderBy?: string, prefix?: string, pageNumber?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @summary Performs a metadata check for a graph node or group at the specified path without returning a response body.
|
|
44
|
+
* @param {string} projectId The unique identifier of the project. Supplied as a route parameter.
|
|
45
|
+
* @param {string} resourceId The unique identifier of the resource. Supplied as a route parameter.
|
|
46
|
+
* @param {string} encodedPath The url encoded path of the file.
|
|
47
|
+
* @param {*} [options] Override http request option.
|
|
48
|
+
* @throws {RequiredError}
|
|
49
|
+
*/
|
|
50
|
+
headStorageGraph: (projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* GraphApi - functional programming interface
|
|
54
|
+
*/
|
|
55
|
+
export declare const GraphApiFp: (configuration?: Configuration) => {
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
59
|
+
* @param {string} projectId
|
|
60
|
+
* @param {string} resourceId
|
|
61
|
+
* @param {*} [options] Override http request option.
|
|
62
|
+
* @throws {RequiredError}
|
|
63
|
+
*/
|
|
64
|
+
apiV2ProjectsProjectIdResourcesResourceIdGraphsOptions(projectId: string, resourceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @summary Retrieves metadata for a graph node or group at the specified path.
|
|
68
|
+
* @param {string} projectId The unique identifier of the project. Supplied as a route parameter.
|
|
69
|
+
* @param {string} resourceId The unique identifier of the resource. Supplied as a route parameter.
|
|
70
|
+
* @param {string} encodedPath The url encoded path of the file.
|
|
71
|
+
* @param {*} [options] Override http request option.
|
|
72
|
+
* @throws {RequiredError}
|
|
73
|
+
*/
|
|
74
|
+
getStorageGraph(projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StorageNodeDtoResponse>>;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @summary Retrieves a paginated subset of nodes that make up the metadata tree for a specified resource within a given project.
|
|
78
|
+
* @param {string} projectId The unique identifier of the project containing the resource. Supplied as a route parameter.
|
|
79
|
+
* @param {string} resourceId The unique identifier of the resource whose metadata tree should be retrieved. Supplied as a route parameter.
|
|
80
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The properties `HasChildren`, `HasMetadata`, `HasData` and `Subject` are supported for ordering. Use \"asc\" or \"desc\" as the direction. The Default is `HasChildren desc, subject asc`.
|
|
81
|
+
* @param {string} [prefix] Gets or sets the prefix filter. The prefix to filter the storage objects by. Slashes are taken into account when filtering by prefix. The forwads slash (/) character is treated as the path separator. The lookup is only done for one level. To look into the next level, include the trailing slash to indicate the next level of the tree.
|
|
82
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
83
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
84
|
+
* @param {*} [options] Override http request option.
|
|
85
|
+
* @throws {RequiredError}
|
|
86
|
+
*/
|
|
87
|
+
getStorageGraphTree(projectId: string, resourceId: string, orderBy?: string, prefix?: string, pageNumber?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StorageNodeDtoPagedResponse>>;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @summary Performs a metadata check for a graph node or group at the specified path without returning a response body.
|
|
91
|
+
* @param {string} projectId The unique identifier of the project. Supplied as a route parameter.
|
|
92
|
+
* @param {string} resourceId The unique identifier of the resource. Supplied as a route parameter.
|
|
93
|
+
* @param {string} encodedPath The url encoded path of the file.
|
|
94
|
+
* @param {*} [options] Override http request option.
|
|
95
|
+
* @throws {RequiredError}
|
|
96
|
+
*/
|
|
97
|
+
headStorageGraph(projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* GraphApi - factory interface
|
|
101
|
+
*/
|
|
102
|
+
export declare const GraphApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
106
|
+
* @param {GraphApiApiV2ProjectsProjectIdResourcesResourceIdGraphsOptionsRequest} requestParameters Request parameters.
|
|
107
|
+
* @param {*} [options] Override http request option.
|
|
108
|
+
* @throws {RequiredError}
|
|
109
|
+
*/
|
|
110
|
+
apiV2ProjectsProjectIdResourcesResourceIdGraphsOptions(requestParameters: GraphApiApiV2ProjectsProjectIdResourcesResourceIdGraphsOptionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @summary Retrieves metadata for a graph node or group at the specified path.
|
|
114
|
+
* @param {GraphApiGetStorageGraphRequest} requestParameters Request parameters.
|
|
115
|
+
* @param {*} [options] Override http request option.
|
|
116
|
+
* @throws {RequiredError}
|
|
117
|
+
*/
|
|
118
|
+
getStorageGraph(requestParameters: GraphApiGetStorageGraphRequest, options?: RawAxiosRequestConfig): AxiosPromise<StorageNodeDtoResponse>;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @summary Retrieves a paginated subset of nodes that make up the metadata tree for a specified resource within a given project.
|
|
122
|
+
* @param {GraphApiGetStorageGraphTreeRequest} requestParameters Request parameters.
|
|
123
|
+
* @param {*} [options] Override http request option.
|
|
124
|
+
* @throws {RequiredError}
|
|
125
|
+
*/
|
|
126
|
+
getStorageGraphTree(requestParameters: GraphApiGetStorageGraphTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<StorageNodeDtoPagedResponse>;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @summary Performs a metadata check for a graph node or group at the specified path without returning a response body.
|
|
130
|
+
* @param {GraphApiHeadStorageGraphRequest} requestParameters Request parameters.
|
|
131
|
+
* @param {*} [options] Override http request option.
|
|
132
|
+
* @throws {RequiredError}
|
|
133
|
+
*/
|
|
134
|
+
headStorageGraph(requestParameters: GraphApiHeadStorageGraphRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* Request parameters for apiV2ProjectsProjectIdResourcesResourceIdGraphsOptions operation in GraphApi.
|
|
138
|
+
*/
|
|
139
|
+
export interface GraphApiApiV2ProjectsProjectIdResourcesResourceIdGraphsOptionsRequest {
|
|
140
|
+
readonly projectId: string;
|
|
141
|
+
readonly resourceId: string;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Request parameters for getStorageGraph operation in GraphApi.
|
|
145
|
+
*/
|
|
146
|
+
export interface GraphApiGetStorageGraphRequest {
|
|
147
|
+
/**
|
|
148
|
+
* The unique identifier of the project. Supplied as a route parameter.
|
|
149
|
+
*/
|
|
150
|
+
readonly projectId: string;
|
|
151
|
+
/**
|
|
152
|
+
* The unique identifier of the resource. Supplied as a route parameter.
|
|
153
|
+
*/
|
|
154
|
+
readonly resourceId: string;
|
|
155
|
+
/**
|
|
156
|
+
* The url encoded path of the file.
|
|
157
|
+
*/
|
|
158
|
+
readonly encodedPath: string;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Request parameters for getStorageGraphTree operation in GraphApi.
|
|
162
|
+
*/
|
|
163
|
+
export interface GraphApiGetStorageGraphTreeRequest {
|
|
164
|
+
/**
|
|
165
|
+
* The unique identifier of the project containing the resource. Supplied as a route parameter.
|
|
166
|
+
*/
|
|
167
|
+
readonly projectId: string;
|
|
168
|
+
/**
|
|
169
|
+
* The unique identifier of the resource whose metadata tree should be retrieved. Supplied as a route parameter.
|
|
170
|
+
*/
|
|
171
|
+
readonly resourceId: string;
|
|
172
|
+
/**
|
|
173
|
+
* Gets or sets the field name used for ordering the results. The properties `HasChildren`, `HasMetadata`, `HasData` and `Subject` are supported for ordering. Use \"asc\" or \"desc\" as the direction. The Default is `HasChildren desc, subject asc`.
|
|
174
|
+
*/
|
|
175
|
+
readonly orderBy?: string;
|
|
176
|
+
/**
|
|
177
|
+
* Gets or sets the prefix filter. The prefix to filter the storage objects by. Slashes are taken into account when filtering by prefix. The forwads slash (/) character is treated as the path separator. The lookup is only done for one level. To look into the next level, include the trailing slash to indicate the next level of the tree.
|
|
178
|
+
*/
|
|
179
|
+
readonly prefix?: string;
|
|
180
|
+
/**
|
|
181
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
182
|
+
*/
|
|
183
|
+
readonly pageNumber?: number;
|
|
184
|
+
/**
|
|
185
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
186
|
+
*/
|
|
187
|
+
readonly pageSize?: number;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Request parameters for headStorageGraph operation in GraphApi.
|
|
191
|
+
*/
|
|
192
|
+
export interface GraphApiHeadStorageGraphRequest {
|
|
193
|
+
/**
|
|
194
|
+
* The unique identifier of the project. Supplied as a route parameter.
|
|
195
|
+
*/
|
|
196
|
+
readonly projectId: string;
|
|
197
|
+
/**
|
|
198
|
+
* The unique identifier of the resource. Supplied as a route parameter.
|
|
199
|
+
*/
|
|
200
|
+
readonly resourceId: string;
|
|
201
|
+
/**
|
|
202
|
+
* The url encoded path of the file.
|
|
203
|
+
*/
|
|
204
|
+
readonly encodedPath: string;
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* GraphApi - object-oriented interface
|
|
208
|
+
*/
|
|
209
|
+
export declare class GraphApi extends BaseAPI {
|
|
210
|
+
/**
|
|
211
|
+
*
|
|
212
|
+
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
213
|
+
* @param {GraphApiApiV2ProjectsProjectIdResourcesResourceIdGraphsOptionsRequest} requestParameters Request parameters.
|
|
214
|
+
* @param {*} [options] Override http request option.
|
|
215
|
+
* @throws {RequiredError}
|
|
216
|
+
*/
|
|
217
|
+
apiV2ProjectsProjectIdResourcesResourceIdGraphsOptions(requestParameters: GraphApiApiV2ProjectsProjectIdResourcesResourceIdGraphsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
* @summary Retrieves metadata for a graph node or group at the specified path.
|
|
221
|
+
* @param {GraphApiGetStorageGraphRequest} requestParameters Request parameters.
|
|
222
|
+
* @param {*} [options] Override http request option.
|
|
223
|
+
* @throws {RequiredError}
|
|
224
|
+
*/
|
|
225
|
+
getStorageGraph(requestParameters: GraphApiGetStorageGraphRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<StorageNodeDtoResponse, any, {}>>;
|
|
226
|
+
/**
|
|
227
|
+
*
|
|
228
|
+
* @summary Retrieves a paginated subset of nodes that make up the metadata tree for a specified resource within a given project.
|
|
229
|
+
* @param {GraphApiGetStorageGraphTreeRequest} requestParameters Request parameters.
|
|
230
|
+
* @param {*} [options] Override http request option.
|
|
231
|
+
* @throws {RequiredError}
|
|
232
|
+
*/
|
|
233
|
+
getStorageGraphTree(requestParameters: GraphApiGetStorageGraphTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<StorageNodeDtoPagedResponse, any, {}>>;
|
|
234
|
+
/**
|
|
235
|
+
*
|
|
236
|
+
* @summary Performs a metadata check for a graph node or group at the specified path without returning a response body.
|
|
237
|
+
* @param {GraphApiHeadStorageGraphRequest} requestParameters Request parameters.
|
|
238
|
+
* @param {*} [options] Override http request option.
|
|
239
|
+
* @throws {RequiredError}
|
|
240
|
+
*/
|
|
241
|
+
headStorageGraph(requestParameters: GraphApiHeadStorageGraphRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
242
|
+
}
|