@coscine/api-client 3.13.0 → 3.15.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 +1044 -1171
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +25 -17
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +0 -181
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +250 -0
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +13 -13
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +19 -12
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +49 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +5 -5
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +6 -6
- 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 +6 -6
- 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 +6 -6
- 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.d.ts +19 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +17 -11
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +8 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +10 -10
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/api.d.ts +1 -0
- package/dist/types/apis.d.ts +0 -3
- package/dist/types/index.d.ts +0 -6
- package/package.json +1 -1
package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts
CHANGED
|
@@ -21,4 +21,10 @@ export interface OrganizationForProjectManipulationDto {
|
|
|
21
21
|
* @memberof OrganizationForProjectManipulationDto
|
|
22
22
|
*/
|
|
23
23
|
'uri': string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or initializes if the organization is responsible.
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof OrganizationForProjectManipulationDto
|
|
28
|
+
*/
|
|
29
|
+
'responsible': boolean;
|
|
24
30
|
}
|
|
@@ -21,13 +21,13 @@ export interface PidDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof PidDto
|
|
23
23
|
*/
|
|
24
|
-
'prefix'
|
|
24
|
+
'prefix': string;
|
|
25
25
|
/**
|
|
26
26
|
* Gets or sets the suffix of the PID.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof PidDto
|
|
29
29
|
*/
|
|
30
|
-
'suffix'
|
|
30
|
+
'suffix': string;
|
|
31
31
|
/**
|
|
32
32
|
* Gets the constructed PID by combining the prefix and suffix (\"{Prefix}/{Suffix}\").
|
|
33
33
|
* @type {string}
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { DisciplineDto } from './discipline-dto';
|
|
13
|
-
import type { OrganizationDto } from './organization-dto';
|
|
14
13
|
import type { ProjectDto } from './project-dto';
|
|
15
14
|
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
15
|
+
import type { ProjectOrganizationDto } from './project-organization-dto';
|
|
16
|
+
import type { ProjectPublicationRequestDto } from './project-publication-request-dto';
|
|
16
17
|
import type { ProjectQuotaDto } from './project-quota-dto';
|
|
17
18
|
import type { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
18
19
|
import type { ProjectRoleMinimalDto } from './project-role-minimal-dto';
|
|
@@ -29,37 +30,37 @@ export interface ProjectAdminDto {
|
|
|
29
30
|
* @type {string}
|
|
30
31
|
* @memberof ProjectAdminDto
|
|
31
32
|
*/
|
|
32
|
-
'id'
|
|
33
|
+
'id': string;
|
|
33
34
|
/**
|
|
34
35
|
* Persistent identifier for the project.
|
|
35
36
|
* @type {string}
|
|
36
37
|
* @memberof ProjectAdminDto
|
|
37
38
|
*/
|
|
38
|
-
'pid'
|
|
39
|
+
'pid': string;
|
|
39
40
|
/**
|
|
40
41
|
* Name of the project.
|
|
41
42
|
* @type {string}
|
|
42
43
|
* @memberof ProjectAdminDto
|
|
43
44
|
*/
|
|
44
|
-
'name'
|
|
45
|
+
'name': string;
|
|
45
46
|
/**
|
|
46
47
|
* Description of the project.
|
|
47
48
|
* @type {string}
|
|
48
49
|
* @memberof ProjectAdminDto
|
|
49
50
|
*/
|
|
50
|
-
'description'
|
|
51
|
+
'description': string;
|
|
51
52
|
/**
|
|
52
53
|
* Start date of the project.
|
|
53
54
|
* @type {string}
|
|
54
55
|
* @memberof ProjectAdminDto
|
|
55
56
|
*/
|
|
56
|
-
'startDate'
|
|
57
|
+
'startDate': string;
|
|
57
58
|
/**
|
|
58
59
|
* End date of the project.
|
|
59
60
|
* @type {string}
|
|
60
61
|
* @memberof ProjectAdminDto
|
|
61
62
|
*/
|
|
62
|
-
'endDate'
|
|
63
|
+
'endDate': string;
|
|
63
64
|
/**
|
|
64
65
|
* Collection of keywords associated with the project.
|
|
65
66
|
* @type {Array<string>}
|
|
@@ -89,25 +90,25 @@ export interface ProjectAdminDto {
|
|
|
89
90
|
* @type {VisibilityDto}
|
|
90
91
|
* @memberof ProjectAdminDto
|
|
91
92
|
*/
|
|
92
|
-
'visibility'
|
|
93
|
+
'visibility': VisibilityDto;
|
|
93
94
|
/**
|
|
94
95
|
* Disciplines related to the project.
|
|
95
96
|
* @type {Array<DisciplineDto>}
|
|
96
97
|
* @memberof ProjectAdminDto
|
|
97
98
|
*/
|
|
98
|
-
'disciplines'
|
|
99
|
+
'disciplines': Array<DisciplineDto>;
|
|
99
100
|
/**
|
|
100
101
|
* Organizations associated with the project.
|
|
101
|
-
* @type {Array<
|
|
102
|
+
* @type {Array<ProjectOrganizationDto>}
|
|
102
103
|
* @memberof ProjectAdminDto
|
|
103
104
|
*/
|
|
104
|
-
'organizations'
|
|
105
|
+
'organizations': Array<ProjectOrganizationDto>;
|
|
105
106
|
/**
|
|
106
107
|
* Slug for the project.
|
|
107
108
|
* @type {string}
|
|
108
109
|
* @memberof ProjectAdminDto
|
|
109
110
|
*/
|
|
110
|
-
'slug'
|
|
111
|
+
'slug': string;
|
|
111
112
|
/**
|
|
112
113
|
*
|
|
113
114
|
* @type {UserMinimalDto}
|
|
@@ -156,4 +157,10 @@ export interface ProjectAdminDto {
|
|
|
156
157
|
* @memberof ProjectAdminDto
|
|
157
158
|
*/
|
|
158
159
|
'projectQuota'?: Array<ProjectQuotaDto>;
|
|
160
|
+
/**
|
|
161
|
+
* Collection of project publication requests associated with the project.
|
|
162
|
+
* @type {Array<ProjectPublicationRequestDto>}
|
|
163
|
+
* @memberof ProjectAdminDto
|
|
164
|
+
*/
|
|
165
|
+
'publicationRequests'?: Array<ProjectPublicationRequestDto>;
|
|
159
166
|
}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { DisciplineDto } from './discipline-dto';
|
|
13
|
-
import type { OrganizationDto } from './organization-dto';
|
|
14
13
|
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
14
|
+
import type { ProjectOrganizationDto } from './project-organization-dto';
|
|
15
15
|
import type { UserMinimalDto } from './user-minimal-dto';
|
|
16
16
|
import type { VisibilityDto } from './visibility-dto';
|
|
17
17
|
/**
|
|
@@ -25,37 +25,37 @@ export interface ProjectDto {
|
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof ProjectDto
|
|
27
27
|
*/
|
|
28
|
-
'id'
|
|
28
|
+
'id': string;
|
|
29
29
|
/**
|
|
30
30
|
* Persistent identifier for the project.
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof ProjectDto
|
|
33
33
|
*/
|
|
34
|
-
'pid'
|
|
34
|
+
'pid': string;
|
|
35
35
|
/**
|
|
36
36
|
* Name of the project.
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof ProjectDto
|
|
39
39
|
*/
|
|
40
|
-
'name'
|
|
40
|
+
'name': string;
|
|
41
41
|
/**
|
|
42
42
|
* Description of the project.
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof ProjectDto
|
|
45
45
|
*/
|
|
46
|
-
'description'
|
|
46
|
+
'description': string;
|
|
47
47
|
/**
|
|
48
48
|
* Start date of the project.
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof ProjectDto
|
|
51
51
|
*/
|
|
52
|
-
'startDate'
|
|
52
|
+
'startDate': string;
|
|
53
53
|
/**
|
|
54
54
|
* End date of the project.
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof ProjectDto
|
|
57
57
|
*/
|
|
58
|
-
'endDate'
|
|
58
|
+
'endDate': string;
|
|
59
59
|
/**
|
|
60
60
|
* Collection of keywords associated with the project.
|
|
61
61
|
* @type {Array<string>}
|
|
@@ -85,25 +85,25 @@ export interface ProjectDto {
|
|
|
85
85
|
* @type {VisibilityDto}
|
|
86
86
|
* @memberof ProjectDto
|
|
87
87
|
*/
|
|
88
|
-
'visibility'
|
|
88
|
+
'visibility': VisibilityDto;
|
|
89
89
|
/**
|
|
90
90
|
* Disciplines related to the project.
|
|
91
91
|
* @type {Array<DisciplineDto>}
|
|
92
92
|
* @memberof ProjectDto
|
|
93
93
|
*/
|
|
94
|
-
'disciplines'
|
|
94
|
+
'disciplines': Array<DisciplineDto>;
|
|
95
95
|
/**
|
|
96
96
|
* Organizations associated with the project.
|
|
97
|
-
* @type {Array<
|
|
97
|
+
* @type {Array<ProjectOrganizationDto>}
|
|
98
98
|
* @memberof ProjectDto
|
|
99
99
|
*/
|
|
100
|
-
'organizations'
|
|
100
|
+
'organizations': Array<ProjectOrganizationDto>;
|
|
101
101
|
/**
|
|
102
102
|
* Slug for the project.
|
|
103
103
|
* @type {string}
|
|
104
104
|
* @memberof ProjectDto
|
|
105
105
|
*/
|
|
106
|
-
'slug'
|
|
106
|
+
'slug': string;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
109
|
* @type {UserMinimalDto}
|
|
@@ -90,4 +90,10 @@ export interface ProjectForCreationDto {
|
|
|
90
90
|
* @memberof ProjectForCreationDto
|
|
91
91
|
*/
|
|
92
92
|
'parentId'?: string | null;
|
|
93
|
+
/**
|
|
94
|
+
* Gets or initializes if the owners of the parent project should be copied to the sub project.
|
|
95
|
+
* @type {boolean}
|
|
96
|
+
* @memberof ProjectForCreationDto
|
|
97
|
+
*/
|
|
98
|
+
'copyOwnersFromParent'?: boolean | null;
|
|
93
99
|
}
|
|
@@ -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 type { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
|
|
13
|
+
/**
|
|
14
|
+
* Represents a data transfer object (DTO) for an organization in the context of a project.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProjectOrganizationDto
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectOrganizationDto {
|
|
19
|
+
/**
|
|
20
|
+
* The ROR (Research Organization Registry) ID of the organization.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ProjectOrganizationDto
|
|
23
|
+
*/
|
|
24
|
+
'uri': string;
|
|
25
|
+
/**
|
|
26
|
+
* The display name of the organization.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ProjectOrganizationDto
|
|
29
|
+
*/
|
|
30
|
+
'displayName': string;
|
|
31
|
+
/**
|
|
32
|
+
* The email address of the organization.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ProjectOrganizationDto
|
|
35
|
+
*/
|
|
36
|
+
'email'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {PublicationAdvisoryServiceDto}
|
|
40
|
+
* @memberof ProjectOrganizationDto
|
|
41
|
+
*/
|
|
42
|
+
'publicationAdvisoryService'?: PublicationAdvisoryServiceDto;
|
|
43
|
+
/**
|
|
44
|
+
* Determines if the organization is Responsible for a given project.
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof ProjectOrganizationDto
|
|
47
|
+
*/
|
|
48
|
+
'responsible': boolean;
|
|
49
|
+
}
|
|
@@ -22,7 +22,7 @@ export interface ProvenanceDto {
|
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof ProvenanceDto
|
|
24
24
|
*/
|
|
25
|
-
'id'
|
|
25
|
+
'id': string;
|
|
26
26
|
/**
|
|
27
27
|
* Gets or sets the date and time when the metadata was generated.
|
|
28
28
|
* @type {string}
|
|
@@ -34,13 +34,13 @@ export interface ProvenanceDto {
|
|
|
34
34
|
* @type {Array<string>}
|
|
35
35
|
* @memberof ProvenanceDto
|
|
36
36
|
*/
|
|
37
|
-
'wasRevisionOf'
|
|
37
|
+
'wasRevisionOf': Array<string>;
|
|
38
38
|
/**
|
|
39
39
|
* Gets or sets the variants of the specific metadata tree.
|
|
40
40
|
* @type {Array<VariantDto>}
|
|
41
41
|
* @memberof ProvenanceDto
|
|
42
42
|
*/
|
|
43
|
-
'variants'
|
|
43
|
+
'variants': Array<VariantDto>;
|
|
44
44
|
/**
|
|
45
45
|
* The similarity to the last version.
|
|
46
46
|
* @type {number}
|
|
@@ -21,31 +21,31 @@ export interface PublicUserDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof PublicUserDto
|
|
23
23
|
*/
|
|
24
|
-
'id'
|
|
24
|
+
'id': string;
|
|
25
25
|
/**
|
|
26
26
|
* Display name of the user.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof PublicUserDto
|
|
29
29
|
*/
|
|
30
|
-
'displayName'
|
|
30
|
+
'displayName': string;
|
|
31
31
|
/**
|
|
32
32
|
* Given name of the user.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof PublicUserDto
|
|
35
35
|
*/
|
|
36
|
-
'givenName'
|
|
36
|
+
'givenName': string;
|
|
37
37
|
/**
|
|
38
38
|
* Family name of the user.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof PublicUserDto
|
|
41
41
|
*/
|
|
42
|
-
'familyName'
|
|
42
|
+
'familyName': string;
|
|
43
43
|
/**
|
|
44
44
|
* Email address of the user.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof PublicUserDto
|
|
47
47
|
*/
|
|
48
|
-
'email'
|
|
48
|
+
'email': string;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* @type {TitleDto}
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
17
|
export declare const QuotaUnit: {
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
18
|
+
readonly HttpsQudtOrgVocabUnitByte: "https://qudt.org/vocab/unit/BYTE";
|
|
19
|
+
readonly HttpsQudtOrgVocabUnitKibiByte: "https://qudt.org/vocab/unit/KibiBYTE";
|
|
20
|
+
readonly HttpsQudtOrgVocabUnitMebiByte: "https://qudt.org/vocab/unit/MebiBYTE";
|
|
21
|
+
readonly HttpsQudtOrgVocabUnitGibiByte: "https://qudt.org/vocab/unit/GibiBYTE";
|
|
22
|
+
readonly HttpsQudtOrgVocabUnitTebiByte: "https://qudt.org/vocab/unit/TebiBYTE";
|
|
23
|
+
readonly HttpsQudtOrgVocabUnitPebiByte: "https://qudt.org/vocab/unit/PebiBYTE";
|
|
24
24
|
};
|
|
25
25
|
export type QuotaUnit = typeof QuotaUnit[keyof typeof QuotaUnit];
|
|
@@ -21,37 +21,37 @@ export interface RdsS3OptionsDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof RdsS3OptionsDto
|
|
23
23
|
*/
|
|
24
|
-
'bucketName'
|
|
24
|
+
'bucketName': string;
|
|
25
25
|
/**
|
|
26
26
|
* The access key for reading from the RDS S3 bucket.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof RdsS3OptionsDto
|
|
29
29
|
*/
|
|
30
|
-
'accessKeyRead'
|
|
30
|
+
'accessKeyRead': string;
|
|
31
31
|
/**
|
|
32
32
|
* The secret key for reading from the RDS S3 bucket.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof RdsS3OptionsDto
|
|
35
35
|
*/
|
|
36
|
-
'secretKeyRead'
|
|
36
|
+
'secretKeyRead': string;
|
|
37
37
|
/**
|
|
38
38
|
* The access key for writing to the RDS S3 bucket.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof RdsS3OptionsDto
|
|
41
41
|
*/
|
|
42
|
-
'accessKeyWrite'
|
|
42
|
+
'accessKeyWrite': string;
|
|
43
43
|
/**
|
|
44
44
|
* The secret key for writing to the RDS S3 bucket.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof RdsS3OptionsDto
|
|
47
47
|
*/
|
|
48
|
-
'secretKeyWrite'
|
|
48
|
+
'secretKeyWrite': string;
|
|
49
49
|
/**
|
|
50
50
|
* The endpoint for the RDS S3 bucket.
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof RdsS3OptionsDto
|
|
53
53
|
*/
|
|
54
|
-
'endpoint'
|
|
54
|
+
'endpoint': string;
|
|
55
55
|
/**
|
|
56
56
|
*
|
|
57
57
|
* @type {QuotaDto}
|
|
@@ -21,37 +21,37 @@ export interface RdsS3WormOptionsDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof RdsS3WormOptionsDto
|
|
23
23
|
*/
|
|
24
|
-
'bucketName'
|
|
24
|
+
'bucketName': string;
|
|
25
25
|
/**
|
|
26
26
|
* The access key for reading from the RDS S3 WORM bucket.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof RdsS3WormOptionsDto
|
|
29
29
|
*/
|
|
30
|
-
'accessKeyRead'
|
|
30
|
+
'accessKeyRead': string;
|
|
31
31
|
/**
|
|
32
32
|
* The secret key for reading from the RDS S3 WORM bucket.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof RdsS3WormOptionsDto
|
|
35
35
|
*/
|
|
36
|
-
'secretKeyRead'
|
|
36
|
+
'secretKeyRead': string;
|
|
37
37
|
/**
|
|
38
38
|
* The access key for writing to the RDS S3 WORM bucket.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof RdsS3WormOptionsDto
|
|
41
41
|
*/
|
|
42
|
-
'accessKeyWrite'
|
|
42
|
+
'accessKeyWrite': string;
|
|
43
43
|
/**
|
|
44
44
|
* The secret key for writing to the RDS S3 WORM bucket.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof RdsS3WormOptionsDto
|
|
47
47
|
*/
|
|
48
|
-
'secretKeyWrite'
|
|
48
|
+
'secretKeyWrite': string;
|
|
49
49
|
/**
|
|
50
50
|
* The endpoint for the RDS S3 WORM bucket.
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof RdsS3WormOptionsDto
|
|
53
53
|
*/
|
|
54
|
-
'endpoint'
|
|
54
|
+
'endpoint': string;
|
|
55
55
|
/**
|
|
56
56
|
*
|
|
57
57
|
* @type {QuotaDto}
|
|
@@ -36,31 +36,31 @@ export interface ResourceAdminDto {
|
|
|
36
36
|
* @type {string}
|
|
37
37
|
* @memberof ResourceAdminDto
|
|
38
38
|
*/
|
|
39
|
-
'pid'
|
|
39
|
+
'pid': string;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {ResourceTypeDto}
|
|
43
43
|
* @memberof ResourceAdminDto
|
|
44
44
|
*/
|
|
45
|
-
'type'
|
|
45
|
+
'type': ResourceTypeDto;
|
|
46
46
|
/**
|
|
47
47
|
* Name of the resource.
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof ResourceAdminDto
|
|
50
50
|
*/
|
|
51
|
-
'name'
|
|
51
|
+
'name': string;
|
|
52
52
|
/**
|
|
53
53
|
* Display name of the resource.
|
|
54
54
|
* @type {string}
|
|
55
55
|
* @memberof ResourceAdminDto
|
|
56
56
|
*/
|
|
57
|
-
'displayName'
|
|
57
|
+
'displayName': string;
|
|
58
58
|
/**
|
|
59
59
|
* Description of the resource.
|
|
60
60
|
* @type {string}
|
|
61
61
|
* @memberof ResourceAdminDto
|
|
62
62
|
*/
|
|
63
|
-
'description'
|
|
63
|
+
'description': string;
|
|
64
64
|
/**
|
|
65
65
|
* Keywords associated with the resource.
|
|
66
66
|
* @type {Array<string>}
|
|
@@ -80,13 +80,13 @@ export interface ResourceAdminDto {
|
|
|
80
80
|
*/
|
|
81
81
|
'usageRights'?: string | null;
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* Indicates whether a local copy of the metadata is available for the resource.
|
|
84
84
|
* @type {boolean}
|
|
85
85
|
* @memberof ResourceAdminDto
|
|
86
86
|
*/
|
|
87
87
|
'metadataLocalCopy'?: boolean;
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* Indicates whether metadata extraction is enabled for the resource.
|
|
90
90
|
* @type {boolean}
|
|
91
91
|
* @memberof ResourceAdminDto
|
|
92
92
|
*/
|
|
@@ -96,13 +96,13 @@ export interface ResourceAdminDto {
|
|
|
96
96
|
* @type {ApplicationProfileMinimalDto}
|
|
97
97
|
* @memberof ResourceAdminDto
|
|
98
98
|
*/
|
|
99
|
-
'applicationProfile'
|
|
99
|
+
'applicationProfile': ApplicationProfileMinimalDto;
|
|
100
100
|
/**
|
|
101
101
|
* Fixed values associated with resource manipulation. This dictionary may contain multiple levels and is structured as follows: Dictionary (Key: string) -> Dictionary (Key: string) -> List of FixedValueForResourceManipulationDto.
|
|
102
102
|
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
103
103
|
* @memberof ResourceAdminDto
|
|
104
104
|
*/
|
|
105
|
-
'fixedValues'
|
|
105
|
+
'fixedValues': {
|
|
106
106
|
[key: string]: {
|
|
107
107
|
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
108
108
|
};
|
|
@@ -112,13 +112,13 @@ export interface ResourceAdminDto {
|
|
|
112
112
|
* @type {Array<DisciplineDto>}
|
|
113
113
|
* @memberof ResourceAdminDto
|
|
114
114
|
*/
|
|
115
|
-
'disciplines'
|
|
115
|
+
'disciplines': Array<DisciplineDto>;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
118
|
* @type {VisibilityDto}
|
|
119
119
|
* @memberof ResourceAdminDto
|
|
120
120
|
*/
|
|
121
|
-
'visibility'
|
|
121
|
+
'visibility': VisibilityDto;
|
|
122
122
|
/**
|
|
123
123
|
* Date when the resource was created.
|
|
124
124
|
* @type {string}
|
|
@@ -137,6 +137,12 @@ export interface ResourceAdminDto {
|
|
|
137
137
|
* @memberof ResourceAdminDto
|
|
138
138
|
*/
|
|
139
139
|
'archived'?: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* Indicates whether the resource is in maintenance mode.
|
|
142
|
+
* @type {boolean}
|
|
143
|
+
* @memberof ResourceAdminDto
|
|
144
|
+
*/
|
|
145
|
+
'maintenanceMode'?: boolean;
|
|
140
146
|
/**
|
|
141
147
|
* The projects associated with the resource.
|
|
142
148
|
* @type {Array<ProjectMinimalDto>}
|
|
@@ -148,13 +154,13 @@ export interface ResourceAdminDto {
|
|
|
148
154
|
* @type {boolean}
|
|
149
155
|
* @memberof ResourceAdminDto
|
|
150
156
|
*/
|
|
151
|
-
'deleted'
|
|
157
|
+
'deleted': boolean;
|
|
152
158
|
/**
|
|
153
159
|
* Collection of minimal project resource details associated with this resource.
|
|
154
160
|
* @type {Array<ProjectResourceMinimalDto>}
|
|
155
161
|
* @memberof ResourceAdminDto
|
|
156
162
|
*/
|
|
157
|
-
'projectResources'
|
|
163
|
+
'projectResources': Array<ProjectResourceMinimalDto>;
|
|
158
164
|
/**
|
|
159
165
|
*
|
|
160
166
|
* @type {ResourceQuotaDto}
|