@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,26 +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 { ExtractedMetadataTreeForCreationDto } from '../../@coscine/model';
|
|
16
|
-
import type { ExtractedMetadataTreeForUpdateDto } from '../../@coscine/model';
|
|
17
|
-
import type { FileTreeDtoPagedResponse } from '../../@coscine/model';
|
|
18
|
-
import type { MetadataTreeDtoPagedResponse } from '../../@coscine/model';
|
|
19
|
-
import type { MetadataTreeDtoResponse } from '../../@coscine/model';
|
|
20
|
-
import type { MetadataTreeForCreationDto } from '../../@coscine/model';
|
|
21
|
-
import type { MetadataTreeForDeletionDto } from '../../@coscine/model';
|
|
22
|
-
import type { MetadataTreeForUpdateDto } from '../../@coscine/model';
|
|
23
|
-
import type { RdfFormat } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { ExtractedMetadataTreeForCreationDto, ExtractedMetadataTreeForUpdateDto, FileTreeDtoPagedResponse, MetadataTreeDtoPagedResponse, MetadataTreeDtoResponse, MetadataTreeForCreationDto, MetadataTreeForDeletionDto, MetadataTreeForUpdateDto, RdfFormat } from '../../@coscine/model';
|
|
24
5
|
/**
|
|
25
6
|
* TreeApi - axios parameter creator
|
|
26
7
|
*/
|
|
@@ -41,6 +22,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
41
22
|
* @param {string} resourceId The unique identifier of the resource.
|
|
42
23
|
* @param {ExtractedMetadataTreeForCreationDto} [extractedMetadataTreeForCreationDto] The metadata tree data for creation.
|
|
43
24
|
* @param {*} [options] Override http request option.
|
|
25
|
+
* @deprecated
|
|
44
26
|
* @throws {RequiredError}
|
|
45
27
|
*/
|
|
46
28
|
createExtractedMetadataTree: (projectId: string, resourceId: string, extractedMetadataTreeForCreationDto?: ExtractedMetadataTreeForCreationDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -51,6 +33,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
51
33
|
* @param {string} resourceId The unique identifier of the resource.
|
|
52
34
|
* @param {MetadataTreeForCreationDto} [metadataTreeForCreationDto] The metadata tree data for creation.
|
|
53
35
|
* @param {*} [options] Override http request option.
|
|
36
|
+
* @deprecated
|
|
54
37
|
* @throws {RequiredError}
|
|
55
38
|
*/
|
|
56
39
|
createMetadataTree: (projectId: string, resourceId: string, metadataTreeForCreationDto?: MetadataTreeForCreationDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -61,6 +44,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
61
44
|
* @param {string} resourceId The unique identifier of the resource.
|
|
62
45
|
* @param {MetadataTreeForDeletionDto} [metadataTreeForDeletionDto] The dto for the deletion.
|
|
63
46
|
* @param {*} [options] Override http request option.
|
|
47
|
+
* @deprecated
|
|
64
48
|
* @throws {RequiredError}
|
|
65
49
|
*/
|
|
66
50
|
deleteMetadataTree: (projectId: string, resourceId: string, metadataTreeForDeletionDto?: MetadataTreeForDeletionDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -70,10 +54,11 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
70
54
|
* @param {string} projectId The unique identifier or slug of the project.
|
|
71
55
|
* @param {string} resourceId The unique identifier of the resource.
|
|
72
56
|
* @param {string} [path] Gets or sets the path of the file tree.
|
|
73
|
-
* @param {number} [pageNumber]
|
|
74
|
-
* @param {number} [pageSize]
|
|
75
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
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\".
|
|
76
60
|
* @param {*} [options] Override http request option.
|
|
61
|
+
* @deprecated
|
|
77
62
|
* @throws {RequiredError}
|
|
78
63
|
*/
|
|
79
64
|
getFileTree: (projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -86,10 +71,11 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
86
71
|
* @param {RdfFormat} [format] Gets or sets the format of the RDF data.
|
|
87
72
|
* @param {boolean} [includeExtractedMetadata] Gets or sets if extracted metadata should be included.
|
|
88
73
|
* @param {boolean} [includeProvenance] Gets or sets if provenance metadata should be included.
|
|
89
|
-
* @param {number} [pageNumber]
|
|
90
|
-
* @param {number} [pageSize]
|
|
91
|
-
* @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.
|
|
74
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
75
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
76
|
+
* @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\".
|
|
92
77
|
* @param {*} [options] Override http request option.
|
|
78
|
+
* @deprecated
|
|
93
79
|
* @throws {RequiredError}
|
|
94
80
|
*/
|
|
95
81
|
getMetadataTree: (projectId: string, resourceId: string, path?: string, format?: RdfFormat, includeExtractedMetadata?: boolean, includeProvenance?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -104,6 +90,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
104
90
|
* @param {boolean} [includeProvenance] Gets or sets if provenance should be included.
|
|
105
91
|
* @param {number} [version] Gets or sets the desired version. If the version is null, the newest will be returned.
|
|
106
92
|
* @param {*} [options] Override http request option.
|
|
93
|
+
* @deprecated
|
|
107
94
|
* @throws {RequiredError}
|
|
108
95
|
*/
|
|
109
96
|
getSpecificMetadataTree: (projectId: string, resourceId: string, path: string, format?: RdfFormat, includeExtractedMetadata?: boolean, includeProvenance?: boolean, version?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -114,6 +101,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
114
101
|
* @param {string} resourceId The unique identifier of the resource.
|
|
115
102
|
* @param {ExtractedMetadataTreeForUpdateDto} [extractedMetadataTreeForUpdateDto] The updated metadata tree data.
|
|
116
103
|
* @param {*} [options] Override http request option.
|
|
104
|
+
* @deprecated
|
|
117
105
|
* @throws {RequiredError}
|
|
118
106
|
*/
|
|
119
107
|
updateExtractedMetadataTree: (projectId: string, resourceId: string, extractedMetadataTreeForUpdateDto?: ExtractedMetadataTreeForUpdateDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -124,6 +112,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
124
112
|
* @param {string} resourceId The unique identifier of the resource.
|
|
125
113
|
* @param {MetadataTreeForUpdateDto} [metadataTreeForUpdateDto] The updated metadata tree data.
|
|
126
114
|
* @param {*} [options] Override http request option.
|
|
115
|
+
* @deprecated
|
|
127
116
|
* @throws {RequiredError}
|
|
128
117
|
*/
|
|
129
118
|
updateMetadataTree: (projectId: string, resourceId: string, metadataTreeForUpdateDto?: MetadataTreeForUpdateDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -148,6 +137,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
148
137
|
* @param {string} resourceId The unique identifier of the resource.
|
|
149
138
|
* @param {ExtractedMetadataTreeForCreationDto} [extractedMetadataTreeForCreationDto] The metadata tree data for creation.
|
|
150
139
|
* @param {*} [options] Override http request option.
|
|
140
|
+
* @deprecated
|
|
151
141
|
* @throws {RequiredError}
|
|
152
142
|
*/
|
|
153
143
|
createExtractedMetadataTree(projectId: string, resourceId: string, extractedMetadataTreeForCreationDto?: ExtractedMetadataTreeForCreationDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoResponse>>;
|
|
@@ -158,6 +148,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
158
148
|
* @param {string} resourceId The unique identifier of the resource.
|
|
159
149
|
* @param {MetadataTreeForCreationDto} [metadataTreeForCreationDto] The metadata tree data for creation.
|
|
160
150
|
* @param {*} [options] Override http request option.
|
|
151
|
+
* @deprecated
|
|
161
152
|
* @throws {RequiredError}
|
|
162
153
|
*/
|
|
163
154
|
createMetadataTree(projectId: string, resourceId: string, metadataTreeForCreationDto?: MetadataTreeForCreationDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoResponse>>;
|
|
@@ -168,6 +159,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
168
159
|
* @param {string} resourceId The unique identifier of the resource.
|
|
169
160
|
* @param {MetadataTreeForDeletionDto} [metadataTreeForDeletionDto] The dto for the deletion.
|
|
170
161
|
* @param {*} [options] Override http request option.
|
|
162
|
+
* @deprecated
|
|
171
163
|
* @throws {RequiredError}
|
|
172
164
|
*/
|
|
173
165
|
deleteMetadataTree(projectId: string, resourceId: string, metadataTreeForDeletionDto?: MetadataTreeForDeletionDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -177,10 +169,11 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
177
169
|
* @param {string} projectId The unique identifier or slug of the project.
|
|
178
170
|
* @param {string} resourceId The unique identifier of the resource.
|
|
179
171
|
* @param {string} [path] Gets or sets the path of the file tree.
|
|
180
|
-
* @param {number} [pageNumber]
|
|
181
|
-
* @param {number} [pageSize]
|
|
182
|
-
* @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.
|
|
172
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
173
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
174
|
+
* @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\".
|
|
183
175
|
* @param {*} [options] Override http request option.
|
|
176
|
+
* @deprecated
|
|
184
177
|
* @throws {RequiredError}
|
|
185
178
|
*/
|
|
186
179
|
getFileTree(projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileTreeDtoPagedResponse>>;
|
|
@@ -193,10 +186,11 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
193
186
|
* @param {RdfFormat} [format] Gets or sets the format of the RDF data.
|
|
194
187
|
* @param {boolean} [includeExtractedMetadata] Gets or sets if extracted metadata should be included.
|
|
195
188
|
* @param {boolean} [includeProvenance] Gets or sets if provenance metadata should be included.
|
|
196
|
-
* @param {number} [pageNumber]
|
|
197
|
-
* @param {number} [pageSize]
|
|
198
|
-
* @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.
|
|
189
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
190
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
191
|
+
* @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\".
|
|
199
192
|
* @param {*} [options] Override http request option.
|
|
193
|
+
* @deprecated
|
|
200
194
|
* @throws {RequiredError}
|
|
201
195
|
*/
|
|
202
196
|
getMetadataTree(projectId: string, resourceId: string, path?: string, format?: RdfFormat, includeExtractedMetadata?: boolean, includeProvenance?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoPagedResponse>>;
|
|
@@ -211,6 +205,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
211
205
|
* @param {boolean} [includeProvenance] Gets or sets if provenance should be included.
|
|
212
206
|
* @param {number} [version] Gets or sets the desired version. If the version is null, the newest will be returned.
|
|
213
207
|
* @param {*} [options] Override http request option.
|
|
208
|
+
* @deprecated
|
|
214
209
|
* @throws {RequiredError}
|
|
215
210
|
*/
|
|
216
211
|
getSpecificMetadataTree(projectId: string, resourceId: string, path: string, format?: RdfFormat, includeExtractedMetadata?: boolean, includeProvenance?: boolean, version?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoResponse>>;
|
|
@@ -221,6 +216,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
221
216
|
* @param {string} resourceId The unique identifier of the resource.
|
|
222
217
|
* @param {ExtractedMetadataTreeForUpdateDto} [extractedMetadataTreeForUpdateDto] The updated metadata tree data.
|
|
223
218
|
* @param {*} [options] Override http request option.
|
|
219
|
+
* @deprecated
|
|
224
220
|
* @throws {RequiredError}
|
|
225
221
|
*/
|
|
226
222
|
updateExtractedMetadataTree(projectId: string, resourceId: string, extractedMetadataTreeForUpdateDto?: ExtractedMetadataTreeForUpdateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -231,6 +227,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
231
227
|
* @param {string} resourceId The unique identifier of the resource.
|
|
232
228
|
* @param {MetadataTreeForUpdateDto} [metadataTreeForUpdateDto] The updated metadata tree data.
|
|
233
229
|
* @param {*} [options] Override http request option.
|
|
230
|
+
* @deprecated
|
|
234
231
|
* @throws {RequiredError}
|
|
235
232
|
*/
|
|
236
233
|
updateMetadataTree(projectId: string, resourceId: string, metadataTreeForUpdateDto?: MetadataTreeForUpdateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -252,6 +249,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
252
249
|
* @summary Creates a new extracted metadata tree for a resource.
|
|
253
250
|
* @param {TreeApiCreateExtractedMetadataTreeRequest} requestParameters Request parameters.
|
|
254
251
|
* @param {*} [options] Override http request option.
|
|
252
|
+
* @deprecated
|
|
255
253
|
* @throws {RequiredError}
|
|
256
254
|
*/
|
|
257
255
|
createExtractedMetadataTree(requestParameters: TreeApiCreateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<MetadataTreeDtoResponse>;
|
|
@@ -260,6 +258,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
260
258
|
* @summary Creates a new metadata tree for a resource.
|
|
261
259
|
* @param {TreeApiCreateMetadataTreeRequest} requestParameters Request parameters.
|
|
262
260
|
* @param {*} [options] Override http request option.
|
|
261
|
+
* @deprecated
|
|
263
262
|
* @throws {RequiredError}
|
|
264
263
|
*/
|
|
265
264
|
createMetadataTree(requestParameters: TreeApiCreateMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<MetadataTreeDtoResponse>;
|
|
@@ -268,6 +267,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
268
267
|
* @summary Deletes (invalidates) a metadata tree associated with a resource.
|
|
269
268
|
* @param {TreeApiDeleteMetadataTreeRequest} requestParameters Request parameters.
|
|
270
269
|
* @param {*} [options] Override http request option.
|
|
270
|
+
* @deprecated
|
|
271
271
|
* @throws {RequiredError}
|
|
272
272
|
*/
|
|
273
273
|
deleteMetadataTree(requestParameters: TreeApiDeleteMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -276,6 +276,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
276
276
|
* @summary Retrieves the file tree associated with a resource.
|
|
277
277
|
* @param {TreeApiGetFileTreeRequest} requestParameters Request parameters.
|
|
278
278
|
* @param {*} [options] Override http request option.
|
|
279
|
+
* @deprecated
|
|
279
280
|
* @throws {RequiredError}
|
|
280
281
|
*/
|
|
281
282
|
getFileTree(requestParameters: TreeApiGetFileTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<FileTreeDtoPagedResponse>;
|
|
@@ -284,6 +285,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
284
285
|
* @summary Retrieves the metadata tree associated with a resource.
|
|
285
286
|
* @param {TreeApiGetMetadataTreeRequest} requestParameters Request parameters.
|
|
286
287
|
* @param {*} [options] Override http request option.
|
|
288
|
+
* @deprecated
|
|
287
289
|
* @throws {RequiredError}
|
|
288
290
|
*/
|
|
289
291
|
getMetadataTree(requestParameters: TreeApiGetMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<MetadataTreeDtoPagedResponse>;
|
|
@@ -292,6 +294,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
292
294
|
* @summary Retrieves the specific metadata tree associated with a resource.
|
|
293
295
|
* @param {TreeApiGetSpecificMetadataTreeRequest} requestParameters Request parameters.
|
|
294
296
|
* @param {*} [options] Override http request option.
|
|
297
|
+
* @deprecated
|
|
295
298
|
* @throws {RequiredError}
|
|
296
299
|
*/
|
|
297
300
|
getSpecificMetadataTree(requestParameters: TreeApiGetSpecificMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<MetadataTreeDtoResponse>;
|
|
@@ -300,6 +303,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
300
303
|
* @summary Updates an existing metadata tree of a resource.
|
|
301
304
|
* @param {TreeApiUpdateExtractedMetadataTreeRequest} requestParameters Request parameters.
|
|
302
305
|
* @param {*} [options] Override http request option.
|
|
306
|
+
* @deprecated
|
|
303
307
|
* @throws {RequiredError}
|
|
304
308
|
*/
|
|
305
309
|
updateExtractedMetadataTree(requestParameters: TreeApiUpdateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -308,6 +312,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
|
|
|
308
312
|
* @summary Updates an existing metadata tree of a resource.
|
|
309
313
|
* @param {TreeApiUpdateMetadataTreeRequest} requestParameters Request parameters.
|
|
310
314
|
* @param {*} [options] Override http request option.
|
|
315
|
+
* @deprecated
|
|
311
316
|
* @throws {RequiredError}
|
|
312
317
|
*/
|
|
313
318
|
updateMetadataTree(requestParameters: TreeApiUpdateMetadataTreeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -387,15 +392,15 @@ export interface TreeApiGetFileTreeRequest {
|
|
|
387
392
|
*/
|
|
388
393
|
readonly path?: string;
|
|
389
394
|
/**
|
|
390
|
-
*
|
|
395
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
391
396
|
*/
|
|
392
397
|
readonly pageNumber?: number;
|
|
393
398
|
/**
|
|
394
|
-
*
|
|
399
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
395
400
|
*/
|
|
396
401
|
readonly pageSize?: number;
|
|
397
402
|
/**
|
|
398
|
-
* 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.
|
|
403
|
+
* 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\".
|
|
399
404
|
*/
|
|
400
405
|
readonly orderBy?: string;
|
|
401
406
|
}
|
|
@@ -428,15 +433,15 @@ export interface TreeApiGetMetadataTreeRequest {
|
|
|
428
433
|
*/
|
|
429
434
|
readonly includeProvenance?: boolean;
|
|
430
435
|
/**
|
|
431
|
-
*
|
|
436
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
432
437
|
*/
|
|
433
438
|
readonly pageNumber?: number;
|
|
434
439
|
/**
|
|
435
|
-
*
|
|
440
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
436
441
|
*/
|
|
437
442
|
readonly pageSize?: number;
|
|
438
443
|
/**
|
|
439
|
-
* 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.
|
|
444
|
+
* 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\".
|
|
440
445
|
*/
|
|
441
446
|
readonly orderBy?: string;
|
|
442
447
|
}
|
|
@@ -518,69 +523,77 @@ export declare class TreeApi extends BaseAPI {
|
|
|
518
523
|
* @param {*} [options] Override http request option.
|
|
519
524
|
* @throws {RequiredError}
|
|
520
525
|
*/
|
|
521
|
-
apiV2ProjectsProjectIdResourcesResourceIdTreesOptions(requestParameters: TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
526
|
+
apiV2ProjectsProjectIdResourcesResourceIdTreesOptions(requestParameters: TreeApiApiV2ProjectsProjectIdResourcesResourceIdTreesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
522
527
|
/**
|
|
523
528
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
524
529
|
* @summary Creates a new extracted metadata tree for a resource.
|
|
525
530
|
* @param {TreeApiCreateExtractedMetadataTreeRequest} requestParameters Request parameters.
|
|
526
531
|
* @param {*} [options] Override http request option.
|
|
532
|
+
* @deprecated
|
|
527
533
|
* @throws {RequiredError}
|
|
528
534
|
*/
|
|
529
|
-
createExtractedMetadataTree(requestParameters: TreeApiCreateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
535
|
+
createExtractedMetadataTree(requestParameters: TreeApiCreateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MetadataTreeDtoResponse, any, {}>>;
|
|
530
536
|
/**
|
|
531
537
|
*
|
|
532
538
|
* @summary Creates a new metadata tree for a resource.
|
|
533
539
|
* @param {TreeApiCreateMetadataTreeRequest} requestParameters Request parameters.
|
|
534
540
|
* @param {*} [options] Override http request option.
|
|
541
|
+
* @deprecated
|
|
535
542
|
* @throws {RequiredError}
|
|
536
543
|
*/
|
|
537
|
-
createMetadataTree(requestParameters: TreeApiCreateMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
544
|
+
createMetadataTree(requestParameters: TreeApiCreateMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MetadataTreeDtoResponse, any, {}>>;
|
|
538
545
|
/**
|
|
539
546
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
540
547
|
* @summary Deletes (invalidates) a metadata tree associated with a resource.
|
|
541
548
|
* @param {TreeApiDeleteMetadataTreeRequest} requestParameters Request parameters.
|
|
542
549
|
* @param {*} [options] Override http request option.
|
|
550
|
+
* @deprecated
|
|
543
551
|
* @throws {RequiredError}
|
|
544
552
|
*/
|
|
545
|
-
deleteMetadataTree(requestParameters: TreeApiDeleteMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
553
|
+
deleteMetadataTree(requestParameters: TreeApiDeleteMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
546
554
|
/**
|
|
547
555
|
* The `OrderBy` query is currently not supported.
|
|
548
556
|
* @summary Retrieves the file tree associated with a resource.
|
|
549
557
|
* @param {TreeApiGetFileTreeRequest} requestParameters Request parameters.
|
|
550
558
|
* @param {*} [options] Override http request option.
|
|
559
|
+
* @deprecated
|
|
551
560
|
* @throws {RequiredError}
|
|
552
561
|
*/
|
|
553
|
-
getFileTree(requestParameters: TreeApiGetFileTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
562
|
+
getFileTree(requestParameters: TreeApiGetFileTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<FileTreeDtoPagedResponse, any, {}>>;
|
|
554
563
|
/**
|
|
555
564
|
*
|
|
556
565
|
* @summary Retrieves the metadata tree associated with a resource.
|
|
557
566
|
* @param {TreeApiGetMetadataTreeRequest} requestParameters Request parameters.
|
|
558
567
|
* @param {*} [options] Override http request option.
|
|
568
|
+
* @deprecated
|
|
559
569
|
* @throws {RequiredError}
|
|
560
570
|
*/
|
|
561
|
-
getMetadataTree(requestParameters: TreeApiGetMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
571
|
+
getMetadataTree(requestParameters: TreeApiGetMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MetadataTreeDtoPagedResponse, any, {}>>;
|
|
562
572
|
/**
|
|
563
573
|
*
|
|
564
574
|
* @summary Retrieves the specific metadata tree associated with a resource.
|
|
565
575
|
* @param {TreeApiGetSpecificMetadataTreeRequest} requestParameters Request parameters.
|
|
566
576
|
* @param {*} [options] Override http request option.
|
|
577
|
+
* @deprecated
|
|
567
578
|
* @throws {RequiredError}
|
|
568
579
|
*/
|
|
569
|
-
getSpecificMetadataTree(requestParameters: TreeApiGetSpecificMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
580
|
+
getSpecificMetadataTree(requestParameters: TreeApiGetSpecificMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MetadataTreeDtoResponse, any, {}>>;
|
|
570
581
|
/**
|
|
571
582
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
572
583
|
* @summary Updates an existing metadata tree of a resource.
|
|
573
584
|
* @param {TreeApiUpdateExtractedMetadataTreeRequest} requestParameters Request parameters.
|
|
574
585
|
* @param {*} [options] Override http request option.
|
|
586
|
+
* @deprecated
|
|
575
587
|
* @throws {RequiredError}
|
|
576
588
|
*/
|
|
577
|
-
updateExtractedMetadataTree(requestParameters: TreeApiUpdateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
589
|
+
updateExtractedMetadataTree(requestParameters: TreeApiUpdateExtractedMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
578
590
|
/**
|
|
579
591
|
*
|
|
580
592
|
* @summary Updates an existing metadata tree of a resource.
|
|
581
593
|
* @param {TreeApiUpdateMetadataTreeRequest} requestParameters Request parameters.
|
|
582
594
|
* @param {*} [options] Override http request option.
|
|
595
|
+
* @deprecated
|
|
583
596
|
* @throws {RequiredError}
|
|
584
597
|
*/
|
|
585
|
-
updateMetadataTree(requestParameters: TreeApiUpdateMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
598
|
+
updateMetadataTree(requestParameters: TreeApiUpdateMetadataTreeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
586
599
|
}
|
|
@@ -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 { PublicUserDtoIEnumerableResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { PublicUserDtoIEnumerableResponse } from '../../@coscine/model';
|
|
16
5
|
/**
|
|
17
6
|
* UserApi - axios parameter creator
|
|
18
7
|
*/
|
|
@@ -98,7 +87,7 @@ export declare class UserApi extends BaseAPI {
|
|
|
98
87
|
* @param {*} [options] Override http request option.
|
|
99
88
|
* @throws {RequiredError}
|
|
100
89
|
*/
|
|
101
|
-
apiV2UsersOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
90
|
+
apiV2UsersOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
102
91
|
/**
|
|
103
92
|
*
|
|
104
93
|
* @summary Retrieves all users.
|
|
@@ -106,5 +95,5 @@ export declare class UserApi extends BaseAPI {
|
|
|
106
95
|
* @param {*} [options] Override http request option.
|
|
107
96
|
* @throws {RequiredError}
|
|
108
97
|
*/
|
|
109
|
-
getUsers(requestParameters: UserApiGetUsersRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
98
|
+
getUsers(requestParameters: UserApiGetUsersRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<PublicUserDtoIEnumerableResponse, any, {}>>;
|
|
110
99
|
}
|
|
@@ -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 { UserNotificationForCreationDto } from '../../@coscine/model';
|
|
16
|
-
import type { UserNotificationOptOutDtoPagedResponse } from '../../@coscine/model';
|
|
17
|
-
import type { UserNotificationOptOutDtoResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { UserNotificationForCreationDto, UserNotificationOptOutDtoPagedResponse, UserNotificationOptOutDtoResponse } from '../../@coscine/model';
|
|
18
5
|
/**
|
|
19
6
|
* UserNotificationOptOutApi - axios parameter creator
|
|
20
7
|
*/
|
|
@@ -53,9 +40,9 @@ export declare const UserNotificationOptOutApiAxiosParamCreator: (configuration?
|
|
|
53
40
|
/**
|
|
54
41
|
*
|
|
55
42
|
* @summary Retrieves all user notification opt outs of the current user.
|
|
56
|
-
* @param {number} [pageNumber]
|
|
57
|
-
* @param {number} [pageSize]
|
|
58
|
-
* @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.
|
|
43
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
44
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
45
|
+
* @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\".
|
|
59
46
|
* @param {*} [options] Override http request option.
|
|
60
47
|
* @throws {RequiredError}
|
|
61
48
|
*/
|
|
@@ -99,9 +86,9 @@ export declare const UserNotificationOptOutApiFp: (configuration?: Configuration
|
|
|
99
86
|
/**
|
|
100
87
|
*
|
|
101
88
|
* @summary Retrieves all user notification opt outs of the current user.
|
|
102
|
-
* @param {number} [pageNumber]
|
|
103
|
-
* @param {number} [pageSize]
|
|
104
|
-
* @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.
|
|
89
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
90
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
91
|
+
* @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\".
|
|
105
92
|
* @param {*} [options] Override http request option.
|
|
106
93
|
* @throws {RequiredError}
|
|
107
94
|
*/
|
|
@@ -183,15 +170,15 @@ export interface UserNotificationOptOutApiGetUserNotificationRequest {
|
|
|
183
170
|
*/
|
|
184
171
|
export interface UserNotificationOptOutApiGetUserNotificationsRequest {
|
|
185
172
|
/**
|
|
186
|
-
*
|
|
173
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
187
174
|
*/
|
|
188
175
|
readonly pageNumber?: number;
|
|
189
176
|
/**
|
|
190
|
-
*
|
|
177
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
191
178
|
*/
|
|
192
179
|
readonly pageSize?: number;
|
|
193
180
|
/**
|
|
194
|
-
* 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.
|
|
181
|
+
* 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\".
|
|
195
182
|
*/
|
|
196
183
|
readonly orderBy?: string;
|
|
197
184
|
}
|
|
@@ -205,7 +192,7 @@ export declare class UserNotificationOptOutApi extends BaseAPI {
|
|
|
205
192
|
* @param {*} [options] Override http request option.
|
|
206
193
|
* @throws {RequiredError}
|
|
207
194
|
*/
|
|
208
|
-
apiV2UserNotificationsOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
195
|
+
apiV2UserNotificationsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
209
196
|
/**
|
|
210
197
|
*
|
|
211
198
|
* @summary Creates a user notification opt out for a specified user.
|
|
@@ -213,7 +200,7 @@ export declare class UserNotificationOptOutApi extends BaseAPI {
|
|
|
213
200
|
* @param {*} [options] Override http request option.
|
|
214
201
|
* @throws {RequiredError}
|
|
215
202
|
*/
|
|
216
|
-
createUserNotification(requestParameters?: UserNotificationOptOutApiCreateUserNotificationRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
203
|
+
createUserNotification(requestParameters?: UserNotificationOptOutApiCreateUserNotificationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserNotificationOptOutDtoResponse, any, {}>>;
|
|
217
204
|
/**
|
|
218
205
|
*
|
|
219
206
|
* @summary Deletes a user notification opt out for a specified user.
|
|
@@ -221,7 +208,7 @@ export declare class UserNotificationOptOutApi extends BaseAPI {
|
|
|
221
208
|
* @param {*} [options] Override http request option.
|
|
222
209
|
* @throws {RequiredError}
|
|
223
210
|
*/
|
|
224
|
-
deleteUserNotification(requestParameters: UserNotificationOptOutApiDeleteUserNotificationRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
211
|
+
deleteUserNotification(requestParameters: UserNotificationOptOutApiDeleteUserNotificationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
225
212
|
/**
|
|
226
213
|
*
|
|
227
214
|
* @summary Retrieves a user notification opt out for a specified notification.
|
|
@@ -229,7 +216,7 @@ export declare class UserNotificationOptOutApi extends BaseAPI {
|
|
|
229
216
|
* @param {*} [options] Override http request option.
|
|
230
217
|
* @throws {RequiredError}
|
|
231
218
|
*/
|
|
232
|
-
getUserNotification(requestParameters: UserNotificationOptOutApiGetUserNotificationRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
219
|
+
getUserNotification(requestParameters: UserNotificationOptOutApiGetUserNotificationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserNotificationOptOutDtoResponse, any, {}>>;
|
|
233
220
|
/**
|
|
234
221
|
*
|
|
235
222
|
* @summary Retrieves all user notification opt outs of the current user.
|
|
@@ -237,5 +224,5 @@ export declare class UserNotificationOptOutApi extends BaseAPI {
|
|
|
237
224
|
* @param {*} [options] Override http request option.
|
|
238
225
|
* @throws {RequiredError}
|
|
239
226
|
*/
|
|
240
|
-
getUserNotifications(requestParameters?: UserNotificationOptOutApiGetUserNotificationsRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
227
|
+
getUserNotifications(requestParameters?: UserNotificationOptOutApiGetUserNotificationsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserNotificationOptOutDtoPagedResponse, any, {}>>;
|
|
241
228
|
}
|
|
@@ -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 { VisibilityDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import type { VisibilityDtoResponse } from '../../@coscine/model';
|
|
1
|
+
import { Configuration } from '../../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../../base';
|
|
4
|
+
import { VisibilityDtoPagedResponse, VisibilityDtoResponse } from '../../@coscine/model';
|
|
17
5
|
/**
|
|
18
6
|
* VisibilityApi - axios parameter creator
|
|
19
7
|
*/
|
|
@@ -28,9 +16,9 @@ export declare const VisibilityApiAxiosParamCreator: (configuration?: Configurat
|
|
|
28
16
|
/**
|
|
29
17
|
*
|
|
30
18
|
* @summary Retrieves all visibilities.
|
|
31
|
-
* @param {number} [pageNumber]
|
|
32
|
-
* @param {number} [pageSize]
|
|
33
|
-
* @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.
|
|
19
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
20
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
21
|
+
* @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\".
|
|
34
22
|
* @param {*} [options] Override http request option.
|
|
35
23
|
* @throws {RequiredError}
|
|
36
24
|
*/
|
|
@@ -58,9 +46,9 @@ export declare const VisibilityApiFp: (configuration?: Configuration) => {
|
|
|
58
46
|
/**
|
|
59
47
|
*
|
|
60
48
|
* @summary Retrieves all visibilities.
|
|
61
|
-
* @param {number} [pageNumber]
|
|
62
|
-
* @param {number} [pageSize]
|
|
63
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
49
|
+
* @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
50
|
+
* @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
51
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
64
52
|
* @param {*} [options] Override http request option.
|
|
65
53
|
* @throws {RequiredError}
|
|
66
54
|
*/
|
|
@@ -107,15 +95,15 @@ export declare const VisibilityApiFactory: (configuration?: Configuration, baseP
|
|
|
107
95
|
*/
|
|
108
96
|
export interface VisibilityApiGetVisibilitiesRequest {
|
|
109
97
|
/**
|
|
110
|
-
*
|
|
98
|
+
* Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
|
|
111
99
|
*/
|
|
112
100
|
readonly pageNumber?: number;
|
|
113
101
|
/**
|
|
114
|
-
*
|
|
102
|
+
* Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
115
103
|
*/
|
|
116
104
|
readonly pageSize?: number;
|
|
117
105
|
/**
|
|
118
|
-
* 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.
|
|
106
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. Can be used like this: \"propertyA asc, propertyB desc\".
|
|
119
107
|
*/
|
|
120
108
|
readonly orderBy?: string;
|
|
121
109
|
}
|
|
@@ -138,7 +126,7 @@ export declare class VisibilityApi extends BaseAPI {
|
|
|
138
126
|
* @param {*} [options] Override http request option.
|
|
139
127
|
* @throws {RequiredError}
|
|
140
128
|
*/
|
|
141
|
-
apiV2VisibilitiesOptions(options?: RawAxiosRequestConfig): Promise<import(
|
|
129
|
+
apiV2VisibilitiesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
|
|
142
130
|
/**
|
|
143
131
|
*
|
|
144
132
|
* @summary Retrieves all visibilities.
|
|
@@ -146,7 +134,7 @@ export declare class VisibilityApi extends BaseAPI {
|
|
|
146
134
|
* @param {*} [options] Override http request option.
|
|
147
135
|
* @throws {RequiredError}
|
|
148
136
|
*/
|
|
149
|
-
getVisibilities(requestParameters?: VisibilityApiGetVisibilitiesRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
137
|
+
getVisibilities(requestParameters?: VisibilityApiGetVisibilitiesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<VisibilityDtoPagedResponse, any, {}>>;
|
|
150
138
|
/**
|
|
151
139
|
*
|
|
152
140
|
* @summary Retrieves a visibility by ID.
|
|
@@ -154,5 +142,5 @@ export declare class VisibilityApi extends BaseAPI {
|
|
|
154
142
|
* @param {*} [options] Override http request option.
|
|
155
143
|
* @throws {RequiredError}
|
|
156
144
|
*/
|
|
157
|
-
getVisibility(requestParameters: VisibilityApiGetVisibilityRequest, options?: RawAxiosRequestConfig): Promise<import(
|
|
145
|
+
getVisibility(requestParameters: VisibilityApiGetVisibilityRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<VisibilityDtoResponse, any, {}>>;
|
|
158
146
|
}
|