@coscine/api-client 3.5.0 → 3.7.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 +2590 -2181
- 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 +30 -22
- 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/resource-admin-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +6 -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 +13 -1
- package/dist/types/index.d.ts +26 -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
|
@@ -9,42 +9,35 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
13
|
-
import { UserDto } from './user-dto';
|
|
12
|
+
import { PidDto } from './pid-dto';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
16
15
|
* @export
|
|
17
|
-
* @interface
|
|
16
|
+
* @interface PidDtoResponse
|
|
18
17
|
*/
|
|
19
|
-
export interface
|
|
18
|
+
export interface PidDtoResponse {
|
|
20
19
|
/**
|
|
21
20
|
*
|
|
22
|
-
* @type {
|
|
23
|
-
* @memberof
|
|
21
|
+
* @type {PidDto}
|
|
22
|
+
* @memberof PidDtoResponse
|
|
24
23
|
*/
|
|
25
|
-
'data'?:
|
|
24
|
+
'data'?: PidDto;
|
|
26
25
|
/**
|
|
27
26
|
*
|
|
28
27
|
* @type {boolean}
|
|
29
|
-
* @memberof
|
|
28
|
+
* @memberof PidDtoResponse
|
|
30
29
|
*/
|
|
31
30
|
'isSuccess'?: boolean;
|
|
32
31
|
/**
|
|
33
32
|
*
|
|
34
33
|
* @type {number}
|
|
35
|
-
* @memberof
|
|
34
|
+
* @memberof PidDtoResponse
|
|
36
35
|
*/
|
|
37
36
|
'statusCode'?: number | null;
|
|
38
37
|
/**
|
|
39
38
|
*
|
|
40
39
|
* @type {string}
|
|
41
|
-
* @memberof
|
|
40
|
+
* @memberof PidDtoResponse
|
|
42
41
|
*/
|
|
43
42
|
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof UserDtoIEnumerablePagedResponse
|
|
48
|
-
*/
|
|
49
|
-
'pagination'?: Pagination;
|
|
50
43
|
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 { PidType } from './pid-type';
|
|
13
|
+
/**
|
|
14
|
+
* Represents a data transfer object (DTO) for a PID (Persistent Identifier).
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PidDto
|
|
17
|
+
*/
|
|
18
|
+
export interface PidDto {
|
|
19
|
+
/**
|
|
20
|
+
* Gets or sets the prefix of the PID.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PidDto
|
|
23
|
+
*/
|
|
24
|
+
'prefix'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Gets or sets the suffix of the PID.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PidDto
|
|
29
|
+
*/
|
|
30
|
+
'suffix'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Gets the constructed PID by combining the prefix and suffix (\"{Prefix}/{Suffix}\").
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof PidDto
|
|
35
|
+
*/
|
|
36
|
+
'identifier'?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {PidType}
|
|
40
|
+
* @memberof PidDto
|
|
41
|
+
*/
|
|
42
|
+
'type'?: PidType;
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets a value indicating whether the linked entity is considered valid.
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof PidDto
|
|
47
|
+
*/
|
|
48
|
+
'isEntityValid'?: boolean;
|
|
49
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 the publication advisory service of an organization.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PublicationAdvisoryServiceDto
|
|
16
|
+
*/
|
|
17
|
+
export interface PublicationAdvisoryServiceDto {
|
|
18
|
+
/**
|
|
19
|
+
* The data publication service\'s display name.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PublicationAdvisoryServiceDto
|
|
22
|
+
*/
|
|
23
|
+
'displayName': string;
|
|
24
|
+
/**
|
|
25
|
+
* The data publication service\'s email address.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PublicationAdvisoryServiceDto
|
|
28
|
+
*/
|
|
29
|
+
'email': string;
|
|
30
|
+
}
|
package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto-response.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
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 { PublicationRequestForCreationDto } from './publication-request-for-creation-dto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PublicationRequestForCreationDtoResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface PublicationRequestForCreationDtoResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {PublicationRequestForCreationDto}
|
|
22
|
+
* @memberof PublicationRequestForCreationDtoResponse
|
|
23
|
+
*/
|
|
24
|
+
'data'?: PublicationRequestForCreationDto;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof PublicationRequestForCreationDtoResponse
|
|
29
|
+
*/
|
|
30
|
+
'isSuccess'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof PublicationRequestForCreationDtoResponse
|
|
35
|
+
*/
|
|
36
|
+
'statusCode'?: number | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PublicationRequestForCreationDtoResponse
|
|
41
|
+
*/
|
|
42
|
+
'traceId'?: string | null;
|
|
43
|
+
}
|
|
@@ -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 the creation of a publication request.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PublicationRequestForCreationDto
|
|
16
|
+
*/
|
|
17
|
+
export interface PublicationRequestForCreationDto {
|
|
18
|
+
/**
|
|
19
|
+
* The data publication service\'s ror id.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PublicationRequestForCreationDto
|
|
22
|
+
*/
|
|
23
|
+
'dataPublicationServiceRorId': string;
|
|
24
|
+
/**
|
|
25
|
+
* The resource guids.
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof PublicationRequestForCreationDto
|
|
28
|
+
*/
|
|
29
|
+
'resourceIds': Array<string>;
|
|
30
|
+
/**
|
|
31
|
+
* A message of the requester.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof PublicationRequestForCreationDto
|
|
34
|
+
*/
|
|
35
|
+
'message'?: string | null;
|
|
36
|
+
}
|
|
@@ -84,6 +84,12 @@ export interface ResourceAdminDto {
|
|
|
84
84
|
* @memberof ResourceAdminDto
|
|
85
85
|
*/
|
|
86
86
|
'metadataLocalCopy'?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Setting for metadata extraction.
|
|
89
|
+
* @type {boolean}
|
|
90
|
+
* @memberof ResourceAdminDto
|
|
91
|
+
*/
|
|
92
|
+
'metadataExtraction'?: boolean;
|
|
87
93
|
/**
|
|
88
94
|
*
|
|
89
95
|
* @type {ApplicationProfileMinimalDto}
|
|
@@ -82,6 +82,12 @@ export interface ResourceDto {
|
|
|
82
82
|
* @memberof ResourceDto
|
|
83
83
|
*/
|
|
84
84
|
'metadataLocalCopy'?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* Setting for metadata extraction.
|
|
87
|
+
* @type {boolean}
|
|
88
|
+
* @memberof ResourceDto
|
|
89
|
+
*/
|
|
90
|
+
'metadataExtraction'?: boolean;
|
|
85
91
|
/**
|
|
86
92
|
*
|
|
87
93
|
* @type {ApplicationProfileMinimalDto}
|
|
@@ -21,6 +21,12 @@ export interface TermsOfServiceDto {
|
|
|
21
21
|
* @memberof TermsOfServiceDto
|
|
22
22
|
*/
|
|
23
23
|
'version'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The URI point to the content of ToS\' version
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TermsOfServiceDto
|
|
28
|
+
*/
|
|
29
|
+
'href'?: string;
|
|
24
30
|
/**
|
|
25
31
|
* Indicates whether these terms of service are current or not.
|
|
26
32
|
* @type {boolean}
|
|
@@ -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 user institute information, extending the OrganizationDto.
|
|
14
15
|
* @export
|
|
@@ -33,6 +34,12 @@ export interface UserInstituteDto {
|
|
|
33
34
|
* @memberof UserInstituteDto
|
|
34
35
|
*/
|
|
35
36
|
'email'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {PublicationAdvisoryServiceDto}
|
|
40
|
+
* @memberof UserInstituteDto
|
|
41
|
+
*/
|
|
42
|
+
'publicationAdvisoryService'?: PublicationAdvisoryServiceDto;
|
|
36
43
|
/**
|
|
37
44
|
* Determines if the organization\'s details can be modified. Defaults to `true`; manually set to `false`.
|
|
38
45
|
* @type {boolean}
|
|
@@ -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 user-related organization information, inheriting from OrganizationDto.
|
|
14
15
|
* @export
|
|
@@ -33,6 +34,12 @@ export interface UserOrganizationDto {
|
|
|
33
34
|
* @memberof UserOrganizationDto
|
|
34
35
|
*/
|
|
35
36
|
'email'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {PublicationAdvisoryServiceDto}
|
|
40
|
+
* @memberof UserOrganizationDto
|
|
41
|
+
*/
|
|
42
|
+
'publicationAdvisoryService'?: PublicationAdvisoryServiceDto;
|
|
36
43
|
/**
|
|
37
44
|
* Determines if the organization\'s details can be modified.
|
|
38
45
|
* @type {boolean}
|
|
@@ -13,6 +13,7 @@ export * from './@coscine/api/admin-api';
|
|
|
13
13
|
export * from './@coscine/api/application-profile-api';
|
|
14
14
|
export * from './@coscine/api/blob-api';
|
|
15
15
|
export * from './@coscine/api/discipline-api';
|
|
16
|
+
export * from './@coscine/api/handle-api';
|
|
16
17
|
export * from './@coscine/api/language-api';
|
|
17
18
|
export * from './@coscine/api/license-api';
|
|
18
19
|
export * from './@coscine/api/maintenance-api';
|
|
@@ -21,6 +22,7 @@ export * from './@coscine/api/pid-api';
|
|
|
21
22
|
export * from './@coscine/api/project-api';
|
|
22
23
|
export * from './@coscine/api/project-invitation-api';
|
|
23
24
|
export * from './@coscine/api/project-member-api';
|
|
25
|
+
export * from './@coscine/api/project-publication-request-api';
|
|
24
26
|
export * from './@coscine/api/project-quota-api';
|
|
25
27
|
export * from './@coscine/api/project-resource-api';
|
|
26
28
|
export * from './@coscine/api/project-resource-quota-api';
|
package/dist/types/apis.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
6
6
|
};
|
|
7
7
|
AdminApi: {
|
|
8
8
|
apiV2AdminOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
9
|
+
getAllActivityLogs(requestParameters?: import("./Coscine.Api/api").AdminApiGetAllActivityLogsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ActivityLogDtoPagedResponse>;
|
|
9
10
|
getAllProjects(requestParameters?: import("./Coscine.Api/api").AdminApiGetAllProjectsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ProjectAdminDtoPagedResponse>;
|
|
10
11
|
getAllResources(requestParameters?: import("./Coscine.Api/api").AdminApiGetAllResourcesRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceAdminDtoPagedResponse>;
|
|
11
12
|
getAllUsers(requestParameters?: import("./Coscine.Api/api").AdminApiGetAllUsersRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").UserDtoPagedResponse>;
|
|
@@ -32,6 +33,11 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
32
33
|
getDiscipline(requestParameters: import("./Coscine.Api/api").DisciplineApiGetDisciplineRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").DisciplineDtoResponse>;
|
|
33
34
|
getDisciplines(requestParameters?: import("./Coscine.Api/api").DisciplineApiGetDisciplinesRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").DisciplineDtoPagedResponse>;
|
|
34
35
|
};
|
|
36
|
+
HandleApi: {
|
|
37
|
+
apiV2HandlesOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
38
|
+
getHandle(requestParameters: import("./Coscine.Api/api").HandleApiGetHandleRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").HandleDtoResponse>;
|
|
39
|
+
updateHandle(requestParameters: import("./Coscine.Api/api").HandleApiUpdateHandleRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
40
|
+
};
|
|
35
41
|
HomeApi: {
|
|
36
42
|
homeIndex(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<File>;
|
|
37
43
|
};
|
|
@@ -64,8 +70,9 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
64
70
|
};
|
|
65
71
|
PidApi: {
|
|
66
72
|
apiV2PidsOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
73
|
+
getPid(requestParameters: import("./Coscine.Api/api").PidApiGetPidRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PidDtoResponse>;
|
|
74
|
+
getPids(requestParameters?: import("./Coscine.Api/api").PidApiGetPidsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PidDtoPagedResponse>;
|
|
67
75
|
sendRequestToOwner(requestParameters: import("./Coscine.Api/api").PidApiSendRequestToOwnerRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
68
|
-
validatePid(requestParameters: import("./Coscine.Api/api").PidApiValidatePidRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PidValidationDtoResponse>;
|
|
69
76
|
};
|
|
70
77
|
ProjectApi: {
|
|
71
78
|
apiV2ProjectsOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
@@ -90,6 +97,10 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
90
97
|
getMemberships(requestParameters: import("./Coscine.Api/api").ProjectMemberApiGetMembershipsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ProjectRoleDtoPagedResponse>;
|
|
91
98
|
updateMembership(requestParameters: import("./Coscine.Api/api").ProjectMemberApiUpdateMembershipRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
92
99
|
};
|
|
100
|
+
ProjectPublicationRequestApi: {
|
|
101
|
+
apiV2ProjectsProjectIdPublicationsRequestsOptions(requestParameters: import("./Coscine.Api/api").ProjectPublicationRequestApiApiV2ProjectsProjectIdPublicationsRequestsOptionsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
102
|
+
createPublicationRequest(requestParameters: import("./Coscine.Api/api").ProjectPublicationRequestApiCreatePublicationRequestRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PublicationRequestForCreationDtoResponse>;
|
|
103
|
+
};
|
|
93
104
|
ProjectQuotaApi: {
|
|
94
105
|
apiV2ProjectsProjectIdQuotasOptions(requestParameters: import("./Coscine.Api/api").ProjectQuotaApiApiV2ProjectsProjectIdQuotasOptionsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
95
106
|
getProjectQuota(requestParameters: import("./Coscine.Api/api").ProjectQuotaApiGetProjectQuotaRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ProjectQuotaDtoResponse>;
|
|
@@ -167,6 +178,7 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
167
178
|
createMetadataTree(requestParameters: import("./Coscine.Api/api").TreeApiCreateMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").MetadataTreeDtoResponse>;
|
|
168
179
|
getFileTree(requestParameters: import("./Coscine.Api/api").TreeApiGetFileTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").FileTreeDtoPagedResponse>;
|
|
169
180
|
getMetadataTree(requestParameters: import("./Coscine.Api/api").TreeApiGetMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").MetadataTreeDtoPagedResponse>;
|
|
181
|
+
getSpecificMetadataTree(requestParameters: import("./Coscine.Api/api").TreeApiGetSpecificMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").MetadataTreeDtoResponse>;
|
|
170
182
|
updateMetadataTree(requestParameters: import("./Coscine.Api/api").TreeApiUpdateMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
171
183
|
};
|
|
172
184
|
UserApi: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ declare const apis: {
|
|
|
5
5
|
};
|
|
6
6
|
AdminApi: {
|
|
7
7
|
apiV2AdminOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
8
|
+
getAllActivityLogs(requestParameters?: import("./Coscine.Api").AdminApiGetAllActivityLogsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ActivityLogDtoPagedResponse>;
|
|
8
9
|
getAllProjects(requestParameters?: import("./Coscine.Api").AdminApiGetAllProjectsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ProjectAdminDtoPagedResponse>;
|
|
9
10
|
getAllResources(requestParameters?: import("./Coscine.Api").AdminApiGetAllResourcesRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceAdminDtoPagedResponse>;
|
|
10
11
|
getAllUsers(requestParameters?: import("./Coscine.Api").AdminApiGetAllUsersRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").UserDtoPagedResponse>;
|
|
@@ -31,6 +32,11 @@ declare const apis: {
|
|
|
31
32
|
getDiscipline(requestParameters: import("./Coscine.Api").DisciplineApiGetDisciplineRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").DisciplineDtoResponse>;
|
|
32
33
|
getDisciplines(requestParameters?: import("./Coscine.Api").DisciplineApiGetDisciplinesRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").DisciplineDtoPagedResponse>;
|
|
33
34
|
};
|
|
35
|
+
HandleApi: {
|
|
36
|
+
apiV2HandlesOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
37
|
+
getHandle(requestParameters: import("./Coscine.Api").HandleApiGetHandleRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").HandleDtoResponse>;
|
|
38
|
+
updateHandle(requestParameters: import("./Coscine.Api").HandleApiUpdateHandleRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
39
|
+
};
|
|
34
40
|
HomeApi: {
|
|
35
41
|
homeIndex(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<File>;
|
|
36
42
|
};
|
|
@@ -63,8 +69,9 @@ declare const apis: {
|
|
|
63
69
|
};
|
|
64
70
|
PidApi: {
|
|
65
71
|
apiV2PidsOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
72
|
+
getPid(requestParameters: import("./Coscine.Api").PidApiGetPidRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PidDtoResponse>;
|
|
73
|
+
getPids(requestParameters?: import("./Coscine.Api").PidApiGetPidsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PidDtoPagedResponse>;
|
|
66
74
|
sendRequestToOwner(requestParameters: import("./Coscine.Api").PidApiSendRequestToOwnerRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
67
|
-
validatePid(requestParameters: import("./Coscine.Api").PidApiValidatePidRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PidValidationDtoResponse>;
|
|
68
75
|
};
|
|
69
76
|
ProjectApi: {
|
|
70
77
|
apiV2ProjectsOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
@@ -89,6 +96,10 @@ declare const apis: {
|
|
|
89
96
|
getMemberships(requestParameters: import("./Coscine.Api").ProjectMemberApiGetMembershipsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ProjectRoleDtoPagedResponse>;
|
|
90
97
|
updateMembership(requestParameters: import("./Coscine.Api").ProjectMemberApiUpdateMembershipRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
91
98
|
};
|
|
99
|
+
ProjectPublicationRequestApi: {
|
|
100
|
+
apiV2ProjectsProjectIdPublicationsRequestsOptions(requestParameters: import("./Coscine.Api").ProjectPublicationRequestApiApiV2ProjectsProjectIdPublicationsRequestsOptionsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
101
|
+
createPublicationRequest(requestParameters: import("./Coscine.Api").ProjectPublicationRequestApiCreatePublicationRequestRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PublicationRequestForCreationDtoResponse>;
|
|
102
|
+
};
|
|
92
103
|
ProjectQuotaApi: {
|
|
93
104
|
apiV2ProjectsProjectIdQuotasOptions(requestParameters: import("./Coscine.Api").ProjectQuotaApiApiV2ProjectsProjectIdQuotasOptionsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
94
105
|
getProjectQuota(requestParameters: import("./Coscine.Api").ProjectQuotaApiGetProjectQuotaRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ProjectQuotaDtoResponse>;
|
|
@@ -166,6 +177,7 @@ declare const apis: {
|
|
|
166
177
|
createMetadataTree(requestParameters: import("./Coscine.Api").TreeApiCreateMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").MetadataTreeDtoResponse>;
|
|
167
178
|
getFileTree(requestParameters: import("./Coscine.Api").TreeApiGetFileTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").FileTreeDtoPagedResponse>;
|
|
168
179
|
getMetadataTree(requestParameters: import("./Coscine.Api").TreeApiGetMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").MetadataTreeDtoPagedResponse>;
|
|
180
|
+
getSpecificMetadataTree(requestParameters: import("./Coscine.Api").TreeApiGetSpecificMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").MetadataTreeDtoResponse>;
|
|
169
181
|
updateMetadataTree(requestParameters: import("./Coscine.Api").TreeApiUpdateMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
170
182
|
};
|
|
171
183
|
UserApi: {
|
|
@@ -190,6 +202,7 @@ export declare const AccountApi: {
|
|
|
190
202
|
};
|
|
191
203
|
export declare const AdminApi: {
|
|
192
204
|
apiV2AdminOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
205
|
+
getAllActivityLogs(requestParameters?: import("./Coscine.Api").AdminApiGetAllActivityLogsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ActivityLogDtoPagedResponse>;
|
|
193
206
|
getAllProjects(requestParameters?: import("./Coscine.Api").AdminApiGetAllProjectsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ProjectAdminDtoPagedResponse>;
|
|
194
207
|
getAllResources(requestParameters?: import("./Coscine.Api").AdminApiGetAllResourcesRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceAdminDtoPagedResponse>;
|
|
195
208
|
getAllUsers(requestParameters?: import("./Coscine.Api").AdminApiGetAllUsersRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").UserDtoPagedResponse>;
|
|
@@ -216,6 +229,11 @@ export declare const DisciplineApi: {
|
|
|
216
229
|
getDiscipline(requestParameters: import("./Coscine.Api").DisciplineApiGetDisciplineRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").DisciplineDtoResponse>;
|
|
217
230
|
getDisciplines(requestParameters?: import("./Coscine.Api").DisciplineApiGetDisciplinesRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").DisciplineDtoPagedResponse>;
|
|
218
231
|
};
|
|
232
|
+
export declare const HandleApi: {
|
|
233
|
+
apiV2HandlesOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
234
|
+
getHandle(requestParameters: import("./Coscine.Api").HandleApiGetHandleRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").HandleDtoResponse>;
|
|
235
|
+
updateHandle(requestParameters: import("./Coscine.Api").HandleApiUpdateHandleRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
236
|
+
};
|
|
219
237
|
export declare const HomeApi: {
|
|
220
238
|
homeIndex(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<File>;
|
|
221
239
|
};
|
|
@@ -248,8 +266,9 @@ export declare const OrganizationApi: {
|
|
|
248
266
|
};
|
|
249
267
|
export declare const PidApi: {
|
|
250
268
|
apiV2PidsOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
269
|
+
getPid(requestParameters: import("./Coscine.Api").PidApiGetPidRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PidDtoResponse>;
|
|
270
|
+
getPids(requestParameters?: import("./Coscine.Api").PidApiGetPidsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PidDtoPagedResponse>;
|
|
251
271
|
sendRequestToOwner(requestParameters: import("./Coscine.Api").PidApiSendRequestToOwnerRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
252
|
-
validatePid(requestParameters: import("./Coscine.Api").PidApiValidatePidRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PidValidationDtoResponse>;
|
|
253
272
|
};
|
|
254
273
|
export declare const ProjectApi: {
|
|
255
274
|
apiV2ProjectsOptions(options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
@@ -274,6 +293,10 @@ export declare const ProjectMemberApi: {
|
|
|
274
293
|
getMemberships(requestParameters: import("./Coscine.Api").ProjectMemberApiGetMembershipsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ProjectRoleDtoPagedResponse>;
|
|
275
294
|
updateMembership(requestParameters: import("./Coscine.Api").ProjectMemberApiUpdateMembershipRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
276
295
|
};
|
|
296
|
+
export declare const ProjectPublicationRequestApi: {
|
|
297
|
+
apiV2ProjectsProjectIdPublicationsRequestsOptions(requestParameters: import("./Coscine.Api").ProjectPublicationRequestApiApiV2ProjectsProjectIdPublicationsRequestsOptionsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
298
|
+
createPublicationRequest(requestParameters: import("./Coscine.Api").ProjectPublicationRequestApiCreatePublicationRequestRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").PublicationRequestForCreationDtoResponse>;
|
|
299
|
+
};
|
|
277
300
|
export declare const ProjectQuotaApi: {
|
|
278
301
|
apiV2ProjectsProjectIdQuotasOptions(requestParameters: import("./Coscine.Api").ProjectQuotaApiApiV2ProjectsProjectIdQuotasOptionsRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
279
302
|
getProjectQuota(requestParameters: import("./Coscine.Api").ProjectQuotaApiGetProjectQuotaRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ProjectQuotaDtoResponse>;
|
|
@@ -351,6 +374,7 @@ export declare const TreeApi: {
|
|
|
351
374
|
createMetadataTree(requestParameters: import("./Coscine.Api").TreeApiCreateMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").MetadataTreeDtoResponse>;
|
|
352
375
|
getFileTree(requestParameters: import("./Coscine.Api").TreeApiGetFileTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").FileTreeDtoPagedResponse>;
|
|
353
376
|
getMetadataTree(requestParameters: import("./Coscine.Api").TreeApiGetMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").MetadataTreeDtoPagedResponse>;
|
|
377
|
+
getSpecificMetadataTree(requestParameters: import("./Coscine.Api").TreeApiGetSpecificMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<import("./Coscine.Api").MetadataTreeDtoResponse>;
|
|
354
378
|
updateMetadataTree(requestParameters: import("./Coscine.Api").TreeApiUpdateMetadataTreeRequest, options?: import("axios").AxiosRequestConfig<any> | undefined): import("axios").AxiosPromise<void>;
|
|
355
379
|
};
|
|
356
380
|
export declare const UserApi: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coscine/api-client",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.7.0",
|
|
5
5
|
"description": "This project contains the generated api client classes.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"coscine",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"axios": "^1.6.2"
|
|
64
64
|
},
|
|
65
|
-
"packageManager": "yarn@4.
|
|
65
|
+
"packageManager": "yarn@4.1.1"
|
|
66
66
|
}
|
package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-ienumerable-paged-response.d.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
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 { Pagination } from './pagination';
|
|
13
|
-
import { ProjectAdminDto } from './project-admin-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ProjectAdminDtoIEnumerablePagedResponse
|
|
18
|
-
*/
|
|
19
|
-
export interface ProjectAdminDtoIEnumerablePagedResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<Array<ProjectAdminDto>>}
|
|
23
|
-
* @memberof ProjectAdminDtoIEnumerablePagedResponse
|
|
24
|
-
*/
|
|
25
|
-
'data'?: Array<Array<ProjectAdminDto>> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {boolean}
|
|
29
|
-
* @memberof ProjectAdminDtoIEnumerablePagedResponse
|
|
30
|
-
*/
|
|
31
|
-
'isSuccess'?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof ProjectAdminDtoIEnumerablePagedResponse
|
|
36
|
-
*/
|
|
37
|
-
'statusCode'?: number | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof ProjectAdminDtoIEnumerablePagedResponse
|
|
42
|
-
*/
|
|
43
|
-
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof ProjectAdminDtoIEnumerablePagedResponse
|
|
48
|
-
*/
|
|
49
|
-
'pagination'?: Pagination;
|
|
50
|
-
}
|
package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-ienumerable-paged-response.d.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
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 { Pagination } from './pagination';
|
|
13
|
-
import { ResourceAdminDto } from './resource-admin-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ResourceAdminDtoIEnumerablePagedResponse
|
|
18
|
-
*/
|
|
19
|
-
export interface ResourceAdminDtoIEnumerablePagedResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<Array<ResourceAdminDto>>}
|
|
23
|
-
* @memberof ResourceAdminDtoIEnumerablePagedResponse
|
|
24
|
-
*/
|
|
25
|
-
'data'?: Array<Array<ResourceAdminDto>> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {boolean}
|
|
29
|
-
* @memberof ResourceAdminDtoIEnumerablePagedResponse
|
|
30
|
-
*/
|
|
31
|
-
'isSuccess'?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof ResourceAdminDtoIEnumerablePagedResponse
|
|
36
|
-
*/
|
|
37
|
-
'statusCode'?: number | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof ResourceAdminDtoIEnumerablePagedResponse
|
|
42
|
-
*/
|
|
43
|
-
'traceId'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Pagination}
|
|
47
|
-
* @memberof ResourceAdminDtoIEnumerablePagedResponse
|
|
48
|
-
*/
|
|
49
|
-
'pagination'?: Pagination;
|
|
50
|
-
}
|