@coscine/api-client 3.9.0 → 3.11.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/dist/index.js +2948 -2692
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +48 -48
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +28 -28
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +22 -22
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +17 -17
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +21 -21
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +25 -25
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +66 -12
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +21 -21
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +31 -31
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +25 -25
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +36 -36
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +219 -0
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +47 -47
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +22 -22
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +2 -1
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +9 -9
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -5
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/{publication-request-for-creation-dto-response.d.ts → project-publication-request-dto-response.d.ts} +9 -9
- package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +63 -0
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -10
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/user-institute-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/api.d.ts +1 -0
- package/dist/types/Coscine.Api/base.d.ts +2 -2
- package/dist/types/apis.d.ts +129 -121
- package/dist/types/index.d.ts +251 -242
- package/package.json +2 -2
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance,
|
|
14
|
-
import { RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import { AcceptedLanguage } from '../../@coscine/model';
|
|
16
|
-
import { VocabularyDtoPagedResponse } from '../../@coscine/model';
|
|
17
|
-
import { VocabularyInstanceDtoPagedResponse } from '../../@coscine/model';
|
|
18
|
-
import { VocabularyInstanceDtoResponse } from '../../@coscine/model';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
+
import type { AcceptedLanguage } from '../../@coscine/model';
|
|
16
|
+
import type { VocabularyDtoPagedResponse } from '../../@coscine/model';
|
|
17
|
+
import type { VocabularyInstanceDtoPagedResponse } from '../../@coscine/model';
|
|
18
|
+
import type { VocabularyInstanceDtoResponse } from '../../@coscine/model';
|
|
19
19
|
/**
|
|
20
20
|
* VocabularyApi - axios parameter creator
|
|
21
21
|
* @export
|
|
@@ -27,7 +27,7 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
|
|
|
27
27
|
* @param {*} [options] Override http request option.
|
|
28
28
|
* @throws {RequiredError}
|
|
29
29
|
*/
|
|
30
|
-
apiV2VocabulariesOptions: (options?:
|
|
30
|
+
apiV2VocabulariesOptions: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @summary Retrieves top-level instances from vocabularies.
|
|
@@ -39,7 +39,7 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
|
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
42
|
-
getVocabularies: (searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?:
|
|
42
|
+
getVocabularies: (searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
43
43
|
/**
|
|
44
44
|
* Could be a top-level instance, or an intermediate-level instance from a vocabulary.
|
|
45
45
|
* @summary Retrieves a single instance from a vocabulary.
|
|
@@ -48,7 +48,7 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
|
|
|
48
48
|
* @param {*} [options] Override http request option.
|
|
49
49
|
* @throws {RequiredError}
|
|
50
50
|
*/
|
|
51
|
-
getVocabularyInstance: (instance: string, acceptLanguage?: AcceptedLanguage, options?:
|
|
51
|
+
getVocabularyInstance: (instance: string, acceptLanguage?: AcceptedLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
54
|
* @summary Retrieves vocabulary instances.
|
|
@@ -61,7 +61,7 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
|
|
|
61
61
|
* @param {*} [options] Override http request option.
|
|
62
62
|
* @throws {RequiredError}
|
|
63
63
|
*/
|
|
64
|
-
getVocabularyInstances: (_class: string, searchTerm?: string, language?: AcceptedLanguage, pageSize?: number, pageNumber?: number, orderBy?: string, options?:
|
|
64
|
+
getVocabularyInstances: (_class: string, searchTerm?: string, language?: AcceptedLanguage, pageSize?: number, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
65
65
|
};
|
|
66
66
|
/**
|
|
67
67
|
* VocabularyApi - functional programming interface
|
|
@@ -74,7 +74,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
75
75
|
* @throws {RequiredError}
|
|
76
76
|
*/
|
|
77
|
-
apiV2VocabulariesOptions(options?:
|
|
77
|
+
apiV2VocabulariesOptions(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
78
78
|
/**
|
|
79
79
|
*
|
|
80
80
|
* @summary Retrieves top-level instances from vocabularies.
|
|
@@ -86,7 +86,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
|
86
86
|
* @param {*} [options] Override http request option.
|
|
87
87
|
* @throws {RequiredError}
|
|
88
88
|
*/
|
|
89
|
-
getVocabularies(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?:
|
|
89
|
+
getVocabularies(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VocabularyDtoPagedResponse>>;
|
|
90
90
|
/**
|
|
91
91
|
* Could be a top-level instance, or an intermediate-level instance from a vocabulary.
|
|
92
92
|
* @summary Retrieves a single instance from a vocabulary.
|
|
@@ -95,7 +95,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
|
95
95
|
* @param {*} [options] Override http request option.
|
|
96
96
|
* @throws {RequiredError}
|
|
97
97
|
*/
|
|
98
|
-
getVocabularyInstance(instance: string, acceptLanguage?: AcceptedLanguage, options?:
|
|
98
|
+
getVocabularyInstance(instance: string, acceptLanguage?: AcceptedLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VocabularyInstanceDtoResponse>>;
|
|
99
99
|
/**
|
|
100
100
|
*
|
|
101
101
|
* @summary Retrieves vocabulary instances.
|
|
@@ -108,7 +108,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
110
110
|
*/
|
|
111
|
-
getVocabularyInstances(_class: string, searchTerm?: string, language?: AcceptedLanguage, pageSize?: number, pageNumber?: number, orderBy?: string, options?:
|
|
111
|
+
getVocabularyInstances(_class: string, searchTerm?: string, language?: AcceptedLanguage, pageSize?: number, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VocabularyInstanceDtoPagedResponse>>;
|
|
112
112
|
};
|
|
113
113
|
/**
|
|
114
114
|
* VocabularyApi - factory interface
|
|
@@ -121,7 +121,7 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
|
|
|
121
121
|
* @param {*} [options] Override http request option.
|
|
122
122
|
* @throws {RequiredError}
|
|
123
123
|
*/
|
|
124
|
-
apiV2VocabulariesOptions(options?:
|
|
124
|
+
apiV2VocabulariesOptions(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
125
125
|
/**
|
|
126
126
|
*
|
|
127
127
|
* @summary Retrieves top-level instances from vocabularies.
|
|
@@ -129,7 +129,7 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
|
|
|
129
129
|
* @param {*} [options] Override http request option.
|
|
130
130
|
* @throws {RequiredError}
|
|
131
131
|
*/
|
|
132
|
-
getVocabularies(requestParameters?: VocabularyApiGetVocabulariesRequest, options?:
|
|
132
|
+
getVocabularies(requestParameters?: VocabularyApiGetVocabulariesRequest, options?: RawAxiosRequestConfig): AxiosPromise<VocabularyDtoPagedResponse>;
|
|
133
133
|
/**
|
|
134
134
|
* Could be a top-level instance, or an intermediate-level instance from a vocabulary.
|
|
135
135
|
* @summary Retrieves a single instance from a vocabulary.
|
|
@@ -137,7 +137,7 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
|
|
|
137
137
|
* @param {*} [options] Override http request option.
|
|
138
138
|
* @throws {RequiredError}
|
|
139
139
|
*/
|
|
140
|
-
getVocabularyInstance(requestParameters: VocabularyApiGetVocabularyInstanceRequest, options?:
|
|
140
|
+
getVocabularyInstance(requestParameters: VocabularyApiGetVocabularyInstanceRequest, options?: RawAxiosRequestConfig): AxiosPromise<VocabularyInstanceDtoResponse>;
|
|
141
141
|
/**
|
|
142
142
|
*
|
|
143
143
|
* @summary Retrieves vocabulary instances.
|
|
@@ -145,7 +145,7 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
|
|
|
145
145
|
* @param {*} [options] Override http request option.
|
|
146
146
|
* @throws {RequiredError}
|
|
147
147
|
*/
|
|
148
|
-
getVocabularyInstances(requestParameters: VocabularyApiGetVocabularyInstancesRequest, options?:
|
|
148
|
+
getVocabularyInstances(requestParameters: VocabularyApiGetVocabularyInstancesRequest, options?: RawAxiosRequestConfig): AxiosPromise<VocabularyInstanceDtoPagedResponse>;
|
|
149
149
|
};
|
|
150
150
|
/**
|
|
151
151
|
* Request parameters for getVocabularies operation in VocabularyApi.
|
|
@@ -260,7 +260,7 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
260
260
|
* @throws {RequiredError}
|
|
261
261
|
* @memberof VocabularyApi
|
|
262
262
|
*/
|
|
263
|
-
apiV2VocabulariesOptions(options?:
|
|
263
|
+
apiV2VocabulariesOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
264
264
|
/**
|
|
265
265
|
*
|
|
266
266
|
* @summary Retrieves top-level instances from vocabularies.
|
|
@@ -269,7 +269,7 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
269
269
|
* @throws {RequiredError}
|
|
270
270
|
* @memberof VocabularyApi
|
|
271
271
|
*/
|
|
272
|
-
getVocabularies(requestParameters?: VocabularyApiGetVocabulariesRequest, options?:
|
|
272
|
+
getVocabularies(requestParameters?: VocabularyApiGetVocabulariesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyDtoPagedResponse, any>>;
|
|
273
273
|
/**
|
|
274
274
|
* Could be a top-level instance, or an intermediate-level instance from a vocabulary.
|
|
275
275
|
* @summary Retrieves a single instance from a vocabulary.
|
|
@@ -278,7 +278,7 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
278
278
|
* @throws {RequiredError}
|
|
279
279
|
* @memberof VocabularyApi
|
|
280
280
|
*/
|
|
281
|
-
getVocabularyInstance(requestParameters: VocabularyApiGetVocabularyInstanceRequest, options?:
|
|
281
|
+
getVocabularyInstance(requestParameters: VocabularyApiGetVocabularyInstanceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyInstanceDtoResponse, any>>;
|
|
282
282
|
/**
|
|
283
283
|
*
|
|
284
284
|
* @summary Retrieves vocabulary instances.
|
|
@@ -287,5 +287,5 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
287
287
|
* @throws {RequiredError}
|
|
288
288
|
* @memberof VocabularyApi
|
|
289
289
|
*/
|
|
290
|
-
getVocabularyInstances(requestParameters: VocabularyApiGetVocabularyInstancesRequest, options?:
|
|
290
|
+
getVocabularyInstances(requestParameters: VocabularyApiGetVocabularyInstancesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyInstanceDtoPagedResponse, any>>;
|
|
291
291
|
}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ActivityLogDto } from './activity-log-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { ActivityLogDto } from './activity-log-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ApiTokenDto } from './api-token-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { ApiTokenDto } from './api-token-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { UserMinimalDto } from './user-minimal-dto';
|
|
12
|
+
import type { UserMinimalDto } from './user-minimal-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents an API token used for authentication.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ApplicationProfileDto } from './application-profile-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { ApplicationProfileDto } from './application-profile-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RdfDefinitionDto } from './rdf-definition-dto';
|
|
12
|
+
import type { RdfDefinitionDto } from './rdf-definition-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents an application profile data transfer object.
|
|
15
15
|
* @export
|
package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ApplicationProfileForCreationDto } from './application-profile-for-creation-dto';
|
|
12
|
+
import type { ApplicationProfileForCreationDto } from './application-profile-for-creation-dto';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
12
|
+
import type { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Data transfer object (DTO) representing the creation of an application profile.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { DeployedGraphDto } from './deployed-graph-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { DeployedGraphDto } from './deployed-graph-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { DisciplineDto } from './discipline-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { DisciplineDto } from './discipline-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ProvenanceParametersDto } from './provenance-parameters-dto';
|
|
13
|
-
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
12
|
+
import type { ProvenanceParametersDto } from './provenance-parameters-dto';
|
|
13
|
+
import type { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
14
14
|
/**
|
|
15
15
|
* Data transfer object (DTO) representing the creation of a metadata tree. Extends the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.MetadataTreeForManipulationDto.
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ProvenanceParametersDto } from './provenance-parameters-dto';
|
|
13
|
-
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
12
|
+
import type { ProvenanceParametersDto } from './provenance-parameters-dto';
|
|
13
|
+
import type { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
14
14
|
/**
|
|
15
15
|
* Data transfer object (DTO) representing the update of a metadata tree. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.MetadataTreeForManipulationDto.
|
|
16
16
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { FileActionHttpMethod } from './file-action-http-method';
|
|
12
|
+
import type { FileActionHttpMethod } from './file-action-http-method';
|
|
13
13
|
/**
|
|
14
14
|
* Represents a Data Transfer Object (DTO) for file actions, including the URL and HTTP method.
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { FileActionDto } from './file-action-dto';
|
|
12
|
+
import type { FileActionDto } from './file-action-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents a Data Transfer Object (DTO) for a collection of file actions, including download action details.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { FileTreeDto } from './file-tree-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { FileTreeDto } from './file-tree-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { FileActionsDto } from './file-actions-dto';
|
|
13
|
-
import { TreeDataType } from './tree-data-type';
|
|
12
|
+
import type { FileActionsDto } from './file-actions-dto';
|
|
13
|
+
import type { TreeDataType } from './tree-data-type';
|
|
14
14
|
/**
|
|
15
15
|
* Represents a Data Transfer Object (DTO) for a file within a tree structure, extending the base TreeDto.
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { HandleValueDto } from './handle-value-dto';
|
|
13
|
-
import { PidDto } from './pid-dto';
|
|
12
|
+
import type { HandleValueDto } from './handle-value-dto';
|
|
13
|
+
import type { PidDto } from './pid-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -86,6 +86,8 @@ export * from './project-invitation-dto-response';
|
|
|
86
86
|
export * from './project-invitation-for-project-manipulation-dto';
|
|
87
87
|
export * from './project-invitation-resolve-dto';
|
|
88
88
|
export * from './project-minimal-dto';
|
|
89
|
+
export * from './project-publication-request-dto';
|
|
90
|
+
export * from './project-publication-request-dto-response';
|
|
89
91
|
export * from './project-quota-dto';
|
|
90
92
|
export * from './project-quota-dto-paged-response';
|
|
91
93
|
export * from './project-quota-dto-response';
|
|
@@ -105,7 +107,6 @@ export * from './public-user-dto';
|
|
|
105
107
|
export * from './public-user-dto-ienumerable-response';
|
|
106
108
|
export * from './publication-advisory-service-dto';
|
|
107
109
|
export * from './publication-request-for-creation-dto';
|
|
108
|
-
export * from './publication-request-for-creation-dto-response';
|
|
109
110
|
export * from './quota-dto';
|
|
110
111
|
export * from './quota-for-manipulation-dto';
|
|
111
112
|
export * from './quota-unit';
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { LicenseDto } from './license-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { LicenseDto } from './license-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { MaintenanceDto } from './maintenance-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { MaintenanceDto } from './maintenance-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { MetadataTreeDto } from './metadata-tree-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { MetadataTreeDto } from './metadata-tree-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { MetadataTreeExtractedDto } from './metadata-tree-extracted-dto';
|
|
13
|
-
import { ProvenanceDto } from './provenance-dto';
|
|
14
|
-
import { RdfDefinitionDto } from './rdf-definition-dto';
|
|
15
|
-
import { TreeDataType } from './tree-data-type';
|
|
12
|
+
import type { MetadataTreeExtractedDto } from './metadata-tree-extracted-dto';
|
|
13
|
+
import type { ProvenanceDto } from './provenance-dto';
|
|
14
|
+
import type { RdfDefinitionDto } from './rdf-definition-dto';
|
|
15
|
+
import type { TreeDataType } from './tree-data-type';
|
|
16
16
|
/**
|
|
17
17
|
* Represents a data transfer object (DTO) for metadata within a tree structure, extending the base TreeDto.
|
|
18
18
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RdfDefinitionDto } from './rdf-definition-dto';
|
|
13
|
-
import { TreeDataType } from './tree-data-type';
|
|
12
|
+
import type { RdfDefinitionDto } from './rdf-definition-dto';
|
|
13
|
+
import type { TreeDataType } from './tree-data-type';
|
|
14
14
|
/**
|
|
15
15
|
* Represents a data transfer object (DTO) for extracted metadata within a tree structure, extending the base TreeDto.
|
|
16
16
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
12
|
+
import type { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Data transfer object (DTO) representing the creation of a metadata tree. Extends the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.MetadataTreeForManipulationDto.
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
12
|
+
import type { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Data transfer object (DTO) representing the update of a metadata tree. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.MetadataTreeForManipulationDto.
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
12
|
+
import type { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents parameters for updating metadata in an administrative context.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { OrganizationDto } from './organization-dto';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { OrganizationDto } from './organization-dto';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
|
|
12
|
+
import type { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents a data transfer object (DTO) for an organization, including its ROR (Research Organization Registry) ID, display name, and email address.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Pagination } from './pagination';
|
|
13
|
-
import { PidDto } from './pid-dto';
|
|
12
|
+
import type { Pagination } from './pagination';
|
|
13
|
+
import type { PidDto } from './pid-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|