@coscine/api-client 3.5.0 → 3.6.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 +2523 -2215
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +136 -24
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +187 -0
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +18 -10
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +142 -55
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +20 -20
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +20 -20
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +142 -0
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +20 -20
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +20 -20
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +24 -24
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +108 -14
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/model/{language-dto-paged-response.d.ts → activity-log-dto-paged-response.d.ts} +10 -10
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +60 -0
- package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/{pid-validation-dto-response.d.ts → handle-dto-response.d.ts} +9 -9
- package/dist/types/Coscine.Api/@coscine/model/{pid-validation-dto.d.ts → handle-dto.d.ts} +12 -11
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +25 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +72 -0
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +15 -2
- package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/{title-dto-paged-response.d.ts → pid-dto-paged-response.d.ts} +10 -10
- package/dist/types/Coscine.Api/@coscine/model/{user-dto-ienumerable-paged-response.d.ts → pid-dto-response.d.ts} +9 -16
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +49 -0
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/user-institute-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/api.d.ts +2 -0
- package/dist/types/apis.d.ts +9 -1
- package/dist/types/index.d.ts +18 -2
- package/package.json +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-ienumerable-paged-response.d.ts +0 -50
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-ienumerable-paged-response.d.ts +0 -50
|
@@ -29,7 +29,7 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
|
|
|
29
29
|
*/
|
|
30
30
|
apiV2VocabulariesOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
|
|
33
33
|
* @summary Retrieves top-level instances from vocabularies.
|
|
34
34
|
* @param {string} [searchTerm] Gets or sets the search term used to filter vocabularies.
|
|
35
35
|
* @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabularies are requested.
|
|
@@ -50,7 +50,7 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
|
|
|
50
50
|
*/
|
|
51
51
|
getVocabularyInstance: (instance: string, acceptLanguage?: AcceptedLanguage, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
|
|
54
54
|
* @summary Retrieves vocabulary instances.
|
|
55
55
|
* @param {string} _class Gets or sets the URI class, which is a required field.
|
|
56
56
|
* @param {string} [searchTerm] Gets or sets the search term used to filter vocabulary instances.
|
|
@@ -76,7 +76,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
|
76
76
|
*/
|
|
77
77
|
apiV2VocabulariesOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
|
|
80
80
|
* @summary Retrieves top-level instances from vocabularies.
|
|
81
81
|
* @param {string} [searchTerm] Gets or sets the search term used to filter vocabularies.
|
|
82
82
|
* @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabularies are requested.
|
|
@@ -97,7 +97,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
|
97
97
|
*/
|
|
98
98
|
getVocabularyInstance(instance: string, acceptLanguage?: AcceptedLanguage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VocabularyInstanceDtoResponse>>;
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
* <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
|
|
101
101
|
* @summary Retrieves vocabulary instances.
|
|
102
102
|
* @param {string} _class Gets or sets the URI class, which is a required field.
|
|
103
103
|
* @param {string} [searchTerm] Gets or sets the search term used to filter vocabulary instances.
|
|
@@ -123,7 +123,7 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
|
|
|
123
123
|
*/
|
|
124
124
|
apiV2VocabulariesOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
125
125
|
/**
|
|
126
|
-
*
|
|
126
|
+
* <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
|
|
127
127
|
* @summary Retrieves top-level instances from vocabularies.
|
|
128
128
|
* @param {VocabularyApiGetVocabulariesRequest} requestParameters Request parameters.
|
|
129
129
|
* @param {*} [options] Override http request option.
|
|
@@ -139,7 +139,7 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
|
|
|
139
139
|
*/
|
|
140
140
|
getVocabularyInstance(requestParameters: VocabularyApiGetVocabularyInstanceRequest, options?: AxiosRequestConfig): AxiosPromise<VocabularyInstanceDtoResponse>;
|
|
141
141
|
/**
|
|
142
|
-
*
|
|
142
|
+
* <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
|
|
143
143
|
* @summary Retrieves vocabulary instances.
|
|
144
144
|
* @param {VocabularyApiGetVocabularyInstancesRequest} requestParameters Request parameters.
|
|
145
145
|
* @param {*} [options] Override http request option.
|
|
@@ -262,7 +262,7 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
262
262
|
*/
|
|
263
263
|
apiV2VocabulariesOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
264
264
|
/**
|
|
265
|
-
*
|
|
265
|
+
* <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
|
|
266
266
|
* @summary Retrieves top-level instances from vocabularies.
|
|
267
267
|
* @param {VocabularyApiGetVocabulariesRequest} requestParameters Request parameters.
|
|
268
268
|
* @param {*} [options] Override http request option.
|
|
@@ -280,7 +280,7 @@ export declare class VocabularyApi extends BaseAPI {
|
|
|
280
280
|
*/
|
|
281
281
|
getVocabularyInstance(requestParameters: VocabularyApiGetVocabularyInstanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyInstanceDtoResponse, any>>;
|
|
282
282
|
/**
|
|
283
|
-
*
|
|
283
|
+
* <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
|
|
284
284
|
* @summary Retrieves vocabulary instances.
|
|
285
285
|
* @param {VocabularyApiGetVocabularyInstancesRequest} requestParameters Request parameters.
|
|
286
286
|
* @param {*} [options] Override http request option.
|
|
@@ -9,42 +9,42 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { ActivityLogDto } from './activity-log-dto';
|
|
13
13
|
import { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
17
|
-
* @interface
|
|
17
|
+
* @interface ActivityLogDtoPagedResponse
|
|
18
18
|
*/
|
|
19
|
-
export interface
|
|
19
|
+
export interface ActivityLogDtoPagedResponse {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {Array<
|
|
23
|
-
* @memberof
|
|
22
|
+
* @type {Array<ActivityLogDto>}
|
|
23
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
24
24
|
*/
|
|
25
|
-
'data'?: Array<
|
|
25
|
+
'data'?: Array<ActivityLogDto> | null;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {boolean}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
30
30
|
*/
|
|
31
31
|
'isSuccess'?: boolean;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {number}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
36
36
|
*/
|
|
37
37
|
'statusCode'?: number | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {string}
|
|
41
|
-
* @memberof
|
|
41
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
42
42
|
*/
|
|
43
43
|
'traceId'?: string | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {Pagination}
|
|
47
|
-
* @memberof
|
|
47
|
+
* @memberof ActivityLogDtoPagedResponse
|
|
48
48
|
*/
|
|
49
49
|
'pagination'?: Pagination;
|
|
50
50
|
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.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
|
+
/**
|
|
13
|
+
* Represents a data transfer object (DTO) for an activity log.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ActivityLogDto
|
|
16
|
+
*/
|
|
17
|
+
export interface ActivityLogDto {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ActivityLogDto
|
|
22
|
+
*/
|
|
23
|
+
'id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ActivityLogDto
|
|
28
|
+
*/
|
|
29
|
+
'apiPath'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ActivityLogDto
|
|
34
|
+
*/
|
|
35
|
+
'httpAction'?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ActivityLogDto
|
|
40
|
+
*/
|
|
41
|
+
'controllerName'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ActivityLogDto
|
|
46
|
+
*/
|
|
47
|
+
'actionName'?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ActivityLogDto
|
|
52
|
+
*/
|
|
53
|
+
'userId'?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ActivityLogDto
|
|
58
|
+
*/
|
|
59
|
+
'activityTimestamp'?: string;
|
|
60
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.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
|
+
/**
|
|
13
|
+
* An enumeration representing the supported HTTP verbs.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const CoscineHttpMethod: {
|
|
18
|
+
readonly Get: "GET";
|
|
19
|
+
readonly Head: "HEAD";
|
|
20
|
+
readonly Post: "POST";
|
|
21
|
+
readonly Put: "PUT";
|
|
22
|
+
readonly Delete: "DELETE";
|
|
23
|
+
};
|
|
24
|
+
export type CoscineHttpMethod = typeof CoscineHttpMethod[keyof typeof CoscineHttpMethod];
|
|
@@ -9,35 +9,35 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { HandleDto } from './handle-dto';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface HandleDtoResponse
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface HandleDtoResponse {
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
|
-
* @type {
|
|
22
|
-
* @memberof
|
|
21
|
+
* @type {HandleDto}
|
|
22
|
+
* @memberof HandleDtoResponse
|
|
23
23
|
*/
|
|
24
|
-
'data'?:
|
|
24
|
+
'data'?: HandleDto;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {boolean}
|
|
28
|
-
* @memberof
|
|
28
|
+
* @memberof HandleDtoResponse
|
|
29
29
|
*/
|
|
30
30
|
'isSuccess'?: boolean;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @type {number}
|
|
34
|
-
* @memberof
|
|
34
|
+
* @memberof HandleDtoResponse
|
|
35
35
|
*/
|
|
36
36
|
'statusCode'?: number | null;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {string}
|
|
40
|
-
* @memberof
|
|
40
|
+
* @memberof HandleDtoResponse
|
|
41
41
|
*/
|
|
42
42
|
'traceId'?: string | null;
|
|
43
43
|
}
|
|
@@ -9,23 +9,24 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { HandleValueDto } from './handle-value-dto';
|
|
13
|
+
import { PidDto } from './pid-dto';
|
|
13
14
|
/**
|
|
14
|
-
*
|
|
15
|
+
*
|
|
15
16
|
* @export
|
|
16
|
-
* @interface
|
|
17
|
+
* @interface HandleDto
|
|
17
18
|
*/
|
|
18
|
-
export interface
|
|
19
|
+
export interface HandleDto {
|
|
19
20
|
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {
|
|
22
|
-
* @memberof
|
|
21
|
+
*
|
|
22
|
+
* @type {PidDto}
|
|
23
|
+
* @memberof HandleDto
|
|
23
24
|
*/
|
|
24
|
-
'
|
|
25
|
+
'pid'?: PidDto;
|
|
25
26
|
/**
|
|
26
27
|
*
|
|
27
|
-
* @type {
|
|
28
|
-
* @memberof
|
|
28
|
+
* @type {Array<HandleValueDto>}
|
|
29
|
+
* @memberof HandleDto
|
|
29
30
|
*/
|
|
30
|
-
'
|
|
31
|
+
'values'?: Array<HandleValueDto>;
|
|
31
32
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.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 { HandleValueForUpdateDto } from './handle-value-for-update-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface HandleForUpdateDto
|
|
17
|
+
*/
|
|
18
|
+
export interface HandleForUpdateDto {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<HandleValueForUpdateDto>}
|
|
22
|
+
* @memberof HandleForUpdateDto
|
|
23
|
+
*/
|
|
24
|
+
'values'?: Array<HandleValueForUpdateDto>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface HandleValueDto
|
|
16
|
+
*/
|
|
17
|
+
export interface HandleValueDto {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof HandleValueDto
|
|
22
|
+
*/
|
|
23
|
+
'idx'?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof HandleValueDto
|
|
28
|
+
*/
|
|
29
|
+
'type'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {any}
|
|
33
|
+
* @memberof HandleValueDto
|
|
34
|
+
*/
|
|
35
|
+
'parsed_data'?: any;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof HandleValueDto
|
|
40
|
+
*/
|
|
41
|
+
'data'?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof HandleValueDto
|
|
46
|
+
*/
|
|
47
|
+
'timestamp'?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof HandleValueDto
|
|
52
|
+
*/
|
|
53
|
+
'ttl_type'?: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof HandleValueDto
|
|
58
|
+
*/
|
|
59
|
+
'ttl'?: number;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Array<any>}
|
|
63
|
+
* @memberof HandleValueDto
|
|
64
|
+
*/
|
|
65
|
+
'refs'?: Array<any>;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof HandleValueDto
|
|
70
|
+
*/
|
|
71
|
+
'privs'?: string;
|
|
72
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.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
|
+
/**
|
|
13
|
+
* Data transfer object (DTO) representing updating a handle.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface HandleValueForUpdateDto
|
|
16
|
+
*/
|
|
17
|
+
export interface HandleValueForUpdateDto {
|
|
18
|
+
/**
|
|
19
|
+
* The data type of the handle.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof HandleValueForUpdateDto
|
|
22
|
+
*/
|
|
23
|
+
'type'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The parsed data of the handle.
|
|
26
|
+
* @type {any}
|
|
27
|
+
* @memberof HandleValueForUpdateDto
|
|
28
|
+
*/
|
|
29
|
+
'parsed_data'?: any;
|
|
30
|
+
/**
|
|
31
|
+
* The id of the handle.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof HandleValueForUpdateDto
|
|
34
|
+
*/
|
|
35
|
+
'idx'?: number;
|
|
36
|
+
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from './accepted-language';
|
|
2
|
+
export * from './activity-log-dto';
|
|
3
|
+
export * from './activity-log-dto-paged-response';
|
|
2
4
|
export * from './api-token-dto';
|
|
3
5
|
export * from './api-token-dto-paged-response';
|
|
4
6
|
export * from './api-token-dto-response';
|
|
@@ -10,6 +12,7 @@ export * from './application-profile-for-creation-dto';
|
|
|
10
12
|
export * from './application-profile-for-creation-dto-response';
|
|
11
13
|
export * from './application-profile-for-resource-creation-dto';
|
|
12
14
|
export * from './application-profile-minimal-dto';
|
|
15
|
+
export * from './coscine-http-method';
|
|
13
16
|
export * from './discipline-dto';
|
|
14
17
|
export * from './discipline-dto-paged-response';
|
|
15
18
|
export * from './discipline-dto-response';
|
|
@@ -30,6 +33,11 @@ export * from './gitlab-project-dto-ienumerable-response';
|
|
|
30
33
|
export * from './gitlab-project-dto-response';
|
|
31
34
|
export * from './gitlab-resource-type-options-for-creation-dto';
|
|
32
35
|
export * from './gitlab-resource-type-options-for-update-dto';
|
|
36
|
+
export * from './handle-dto';
|
|
37
|
+
export * from './handle-dto-response';
|
|
38
|
+
export * from './handle-for-update-dto';
|
|
39
|
+
export * from './handle-value-dto';
|
|
40
|
+
export * from './handle-value-for-update-dto';
|
|
33
41
|
export * from './identity-provider-dto';
|
|
34
42
|
export * from './identity-providers';
|
|
35
43
|
export * from './language-dto';
|
|
@@ -45,6 +53,7 @@ export * from './maintenance-dto-paged-response';
|
|
|
45
53
|
export * from './metadata-tree-dto';
|
|
46
54
|
export * from './metadata-tree-dto-paged-response';
|
|
47
55
|
export * from './metadata-tree-dto-response';
|
|
56
|
+
export * from './metadata-tree-extracted-dto';
|
|
48
57
|
export * from './metadata-tree-for-creation-dto';
|
|
49
58
|
export * from './metadata-tree-for-update-dto';
|
|
50
59
|
export * from './metadata-update-admin-parameters';
|
|
@@ -53,10 +62,11 @@ export * from './organization-dto-paged-response';
|
|
|
53
62
|
export * from './organization-dto-response';
|
|
54
63
|
export * from './organization-for-project-manipulation-dto';
|
|
55
64
|
export * from './pagination';
|
|
65
|
+
export * from './pid-dto';
|
|
66
|
+
export * from './pid-dto-paged-response';
|
|
67
|
+
export * from './pid-dto-response';
|
|
56
68
|
export * from './pid-request-dto';
|
|
57
69
|
export * from './pid-type';
|
|
58
|
-
export * from './pid-validation-dto';
|
|
59
|
-
export * from './pid-validation-dto-response';
|
|
60
70
|
export * from './project-admin-dto';
|
|
61
71
|
export * from './project-admin-dto-paged-response';
|
|
62
72
|
export * from './project-dto';
|
|
@@ -83,6 +93,9 @@ export * from './project-role-for-project-manipulation-dto';
|
|
|
83
93
|
export * from './project-role-minimal-dto';
|
|
84
94
|
export * from './public-user-dto';
|
|
85
95
|
export * from './public-user-dto-ienumerable-response';
|
|
96
|
+
export * from './publication-advisory-service-dto';
|
|
97
|
+
export * from './publication-request-for-creation-dto';
|
|
98
|
+
export * from './publication-request-for-creation-dto-response';
|
|
86
99
|
export * from './quota-dto';
|
|
87
100
|
export * from './quota-for-manipulation-dto';
|
|
88
101
|
export * from './quota-unit';
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { MetadataTreeExtractedDto } from './metadata-tree-extracted-dto';
|
|
12
13
|
import { RdfDefinitionDto } from './rdf-definition-dto';
|
|
13
14
|
import { TreeDataType } from './tree-data-type';
|
|
14
15
|
/**
|
|
@@ -47,4 +48,10 @@ export interface MetadataTreeDto {
|
|
|
47
48
|
* @memberof MetadataTreeDto
|
|
48
49
|
*/
|
|
49
50
|
'definition'?: RdfDefinitionDto;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {MetadataTreeExtractedDto}
|
|
54
|
+
* @memberof MetadataTreeDto
|
|
55
|
+
*/
|
|
56
|
+
'extracted'?: MetadataTreeExtractedDto;
|
|
50
57
|
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.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 { RdfDefinitionDto } from './rdf-definition-dto';
|
|
13
|
+
import { TreeDataType } from './tree-data-type';
|
|
14
|
+
/**
|
|
15
|
+
* Represents a data transfer object (DTO) for extracted metadata within a tree structure, extending the base TreeDto.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface MetadataTreeExtractedDto
|
|
18
|
+
*/
|
|
19
|
+
export interface MetadataTreeExtractedDto {
|
|
20
|
+
/**
|
|
21
|
+
* The path of the tree item.
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof MetadataTreeExtractedDto
|
|
24
|
+
*/
|
|
25
|
+
'path'?: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {TreeDataType}
|
|
29
|
+
* @memberof MetadataTreeExtractedDto
|
|
30
|
+
*/
|
|
31
|
+
'type'?: TreeDataType;
|
|
32
|
+
/**
|
|
33
|
+
* Gets the identifier of the metadata extraction graph.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof MetadataTreeExtractedDto
|
|
36
|
+
*/
|
|
37
|
+
'metadataId'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Gets the identifier of the raw data extraction graph.
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof MetadataTreeExtractedDto
|
|
42
|
+
*/
|
|
43
|
+
'rawDataId'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {RdfDefinitionDto}
|
|
47
|
+
* @memberof MetadataTreeExtractedDto
|
|
48
|
+
*/
|
|
49
|
+
'definition'?: RdfDefinitionDto;
|
|
50
|
+
}
|
|
@@ -9,6 +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
13
|
/**
|
|
13
14
|
* Represents a data transfer object (DTO) for an organization, including its ROR (Research Organization Registry) ID, display name, and email address.
|
|
14
15
|
* @export
|
|
@@ -33,4 +34,10 @@ export interface OrganizationDto {
|
|
|
33
34
|
* @memberof OrganizationDto
|
|
34
35
|
*/
|
|
35
36
|
'email'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {PublicationAdvisoryServiceDto}
|
|
40
|
+
* @memberof OrganizationDto
|
|
41
|
+
*/
|
|
42
|
+
'publicationAdvisoryService'?: PublicationAdvisoryServiceDto;
|
|
36
43
|
}
|
|
@@ -10,41 +10,41 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { Pagination } from './pagination';
|
|
13
|
-
import {
|
|
13
|
+
import { PidDto } from './pid-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
17
|
-
* @interface
|
|
17
|
+
* @interface PidDtoPagedResponse
|
|
18
18
|
*/
|
|
19
|
-
export interface
|
|
19
|
+
export interface PidDtoPagedResponse {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {Array<
|
|
23
|
-
* @memberof
|
|
22
|
+
* @type {Array<PidDto>}
|
|
23
|
+
* @memberof PidDtoPagedResponse
|
|
24
24
|
*/
|
|
25
|
-
'data'?: Array<
|
|
25
|
+
'data'?: Array<PidDto> | null;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {boolean}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof PidDtoPagedResponse
|
|
30
30
|
*/
|
|
31
31
|
'isSuccess'?: boolean;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {number}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof PidDtoPagedResponse
|
|
36
36
|
*/
|
|
37
37
|
'statusCode'?: number | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {string}
|
|
41
|
-
* @memberof
|
|
41
|
+
* @memberof PidDtoPagedResponse
|
|
42
42
|
*/
|
|
43
43
|
'traceId'?: string | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {Pagination}
|
|
47
|
-
* @memberof
|
|
47
|
+
* @memberof PidDtoPagedResponse
|
|
48
48
|
*/
|
|
49
49
|
'pagination'?: Pagination;
|
|
50
50
|
}
|