@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
|
@@ -34,31 +34,31 @@ export interface ResourceDto {
|
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof ResourceDto
|
|
36
36
|
*/
|
|
37
|
-
'pid'
|
|
37
|
+
'pid': string;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {ResourceTypeDto}
|
|
41
41
|
* @memberof ResourceDto
|
|
42
42
|
*/
|
|
43
|
-
'type'
|
|
43
|
+
'type': ResourceTypeDto;
|
|
44
44
|
/**
|
|
45
45
|
* Name of the resource.
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof ResourceDto
|
|
48
48
|
*/
|
|
49
|
-
'name'
|
|
49
|
+
'name': string;
|
|
50
50
|
/**
|
|
51
51
|
* Display name of the resource.
|
|
52
52
|
* @type {string}
|
|
53
53
|
* @memberof ResourceDto
|
|
54
54
|
*/
|
|
55
|
-
'displayName'
|
|
55
|
+
'displayName': string;
|
|
56
56
|
/**
|
|
57
57
|
* Description of the resource.
|
|
58
58
|
* @type {string}
|
|
59
59
|
* @memberof ResourceDto
|
|
60
60
|
*/
|
|
61
|
-
'description'
|
|
61
|
+
'description': string;
|
|
62
62
|
/**
|
|
63
63
|
* Keywords associated with the resource.
|
|
64
64
|
* @type {Array<string>}
|
|
@@ -78,13 +78,13 @@ export interface ResourceDto {
|
|
|
78
78
|
*/
|
|
79
79
|
'usageRights'?: string | null;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* Indicates whether a local copy of the metadata is available for the resource.
|
|
82
82
|
* @type {boolean}
|
|
83
83
|
* @memberof ResourceDto
|
|
84
84
|
*/
|
|
85
85
|
'metadataLocalCopy'?: boolean;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* Indicates whether metadata extraction is enabled for the resource.
|
|
88
88
|
* @type {boolean}
|
|
89
89
|
* @memberof ResourceDto
|
|
90
90
|
*/
|
|
@@ -94,13 +94,13 @@ export interface ResourceDto {
|
|
|
94
94
|
* @type {ApplicationProfileMinimalDto}
|
|
95
95
|
* @memberof ResourceDto
|
|
96
96
|
*/
|
|
97
|
-
'applicationProfile'
|
|
97
|
+
'applicationProfile': ApplicationProfileMinimalDto;
|
|
98
98
|
/**
|
|
99
99
|
* 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.
|
|
100
100
|
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
101
101
|
* @memberof ResourceDto
|
|
102
102
|
*/
|
|
103
|
-
'fixedValues'
|
|
103
|
+
'fixedValues': {
|
|
104
104
|
[key: string]: {
|
|
105
105
|
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
106
106
|
};
|
|
@@ -110,13 +110,13 @@ export interface ResourceDto {
|
|
|
110
110
|
* @type {Array<DisciplineDto>}
|
|
111
111
|
* @memberof ResourceDto
|
|
112
112
|
*/
|
|
113
|
-
'disciplines'
|
|
113
|
+
'disciplines': Array<DisciplineDto>;
|
|
114
114
|
/**
|
|
115
115
|
*
|
|
116
116
|
* @type {VisibilityDto}
|
|
117
117
|
* @memberof ResourceDto
|
|
118
118
|
*/
|
|
119
|
-
'visibility'
|
|
119
|
+
'visibility': VisibilityDto;
|
|
120
120
|
/**
|
|
121
121
|
* Date when the resource was created.
|
|
122
122
|
* @type {string}
|
|
@@ -135,6 +135,12 @@ export interface ResourceDto {
|
|
|
135
135
|
* @memberof ResourceDto
|
|
136
136
|
*/
|
|
137
137
|
'archived'?: boolean;
|
|
138
|
+
/**
|
|
139
|
+
* Indicates whether the resource is in maintenance mode.
|
|
140
|
+
* @type {boolean}
|
|
141
|
+
* @memberof ResourceDto
|
|
142
|
+
*/
|
|
143
|
+
'maintenanceMode'?: boolean;
|
|
138
144
|
/**
|
|
139
145
|
* The projects associated with the resource.
|
|
140
146
|
* @type {Array<ProjectMinimalDto>}
|
|
@@ -47,13 +47,13 @@ export interface ResourceForCreationDto {
|
|
|
47
47
|
'keywords'?: Array<string> | null;
|
|
48
48
|
/**
|
|
49
49
|
* Fixed values associated with the resource.
|
|
50
|
-
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }
|
|
50
|
+
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
51
51
|
* @memberof ResourceForCreationDto
|
|
52
52
|
*/
|
|
53
53
|
'fixedValues'?: {
|
|
54
54
|
[key: string]: {
|
|
55
55
|
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
56
|
-
}
|
|
56
|
+
};
|
|
57
57
|
} | null;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
@@ -46,13 +46,13 @@ export interface ResourceForUpdateDto {
|
|
|
46
46
|
'keywords'?: Array<string> | null;
|
|
47
47
|
/**
|
|
48
48
|
* Fixed values associated with the resource.
|
|
49
|
-
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }
|
|
49
|
+
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
50
50
|
* @memberof ResourceForUpdateDto
|
|
51
51
|
*/
|
|
52
52
|
'fixedValues'?: {
|
|
53
53
|
[key: string]: {
|
|
54
54
|
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
55
|
-
}
|
|
55
|
+
};
|
|
56
56
|
} | null;
|
|
57
57
|
/**
|
|
58
58
|
*
|
|
@@ -96,4 +96,10 @@ export interface ResourceForUpdateDto {
|
|
|
96
96
|
* @memberof ResourceForUpdateDto
|
|
97
97
|
*/
|
|
98
98
|
'resourceTypeOptions'?: ResourceTypeOptionsForUpdateDto;
|
|
99
|
+
/**
|
|
100
|
+
* Indicates whether the resource is in maintenance mode.
|
|
101
|
+
* @type {boolean}
|
|
102
|
+
* @memberof ResourceForUpdateDto
|
|
103
|
+
*/
|
|
104
|
+
'maintenanceMode'?: boolean | null;
|
|
99
105
|
}
|
|
@@ -27,13 +27,13 @@ export interface ResourceTypeDto {
|
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof ResourceTypeDto
|
|
29
29
|
*/
|
|
30
|
-
'generalType'
|
|
30
|
+
'generalType': string;
|
|
31
31
|
/**
|
|
32
32
|
* The specific type of the resource.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof ResourceTypeDto
|
|
35
35
|
*/
|
|
36
|
-
'specificType'
|
|
36
|
+
'specificType': string;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {ResourceTypeOptionsDto}
|
|
@@ -20,11 +20,11 @@ export interface ResourceTypeMinimalDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof ResourceTypeMinimalDto
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id': string;
|
|
24
24
|
/**
|
|
25
25
|
* The specific type of the resource.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ResourceTypeMinimalDto
|
|
28
28
|
*/
|
|
29
|
-
'specificType'
|
|
29
|
+
'specificType': string;
|
|
30
30
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { FileSystemStorageOptionsDto } from './file-system-storage-options-dto';
|
|
12
13
|
import type { GitLabOptionsDto } from './git-lab-options-dto';
|
|
13
14
|
import type { RdsOptionsDto } from './rds-options-dto';
|
|
14
15
|
import type { RdsS3OptionsDto } from './rds-s3-options-dto';
|
|
@@ -49,4 +50,10 @@ export interface ResourceTypeOptionsDto {
|
|
|
49
50
|
* @memberof ResourceTypeOptionsDto
|
|
50
51
|
*/
|
|
51
52
|
'rdsS3Worm'?: RdsS3WormOptionsDto;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {FileSystemStorageOptionsDto}
|
|
56
|
+
* @memberof ResourceTypeOptionsDto
|
|
57
|
+
*/
|
|
58
|
+
'fileSystemStorage'?: FileSystemStorageOptionsDto;
|
|
52
59
|
}
|
|
@@ -20,17 +20,17 @@ export interface RoleDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof RoleDto
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id': string;
|
|
24
24
|
/**
|
|
25
25
|
* The display name of the role.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof RoleDto
|
|
28
28
|
*/
|
|
29
|
-
'displayName'
|
|
29
|
+
'displayName': string;
|
|
30
30
|
/**
|
|
31
31
|
* The description of the role.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof RoleDto
|
|
34
34
|
*/
|
|
35
|
-
'description'
|
|
35
|
+
'description': string;
|
|
36
36
|
}
|
|
@@ -21,17 +21,17 @@ export interface SearchResultDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof SearchResultDto
|
|
23
23
|
*/
|
|
24
|
-
'uri'
|
|
24
|
+
'uri': string;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {SearchCategoryType}
|
|
28
28
|
* @memberof SearchResultDto
|
|
29
29
|
*/
|
|
30
|
-
'type'
|
|
30
|
+
'type': SearchCategoryType;
|
|
31
31
|
/**
|
|
32
32
|
* The dynamic source data for the search result.
|
|
33
33
|
* @type {any}
|
|
34
34
|
* @memberof SearchResultDto
|
|
35
35
|
*/
|
|
36
|
-
'source'
|
|
36
|
+
'source': any;
|
|
37
37
|
}
|
|
@@ -20,17 +20,17 @@ export interface TermsOfServiceDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof TermsOfServiceDto
|
|
22
22
|
*/
|
|
23
|
-
'version'
|
|
23
|
+
'version': string;
|
|
24
24
|
/**
|
|
25
25
|
* The URI point to the content of ToS\' version
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof TermsOfServiceDto
|
|
28
28
|
*/
|
|
29
|
-
'href'
|
|
29
|
+
'href': string;
|
|
30
30
|
/**
|
|
31
31
|
* Indicates whether these terms of service are current or not.
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof TermsOfServiceDto
|
|
34
34
|
*/
|
|
35
|
-
'isCurrent'
|
|
35
|
+
'isCurrent': boolean;
|
|
36
36
|
}
|
|
@@ -20,11 +20,11 @@ export interface TitleDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof TitleDto
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id': string;
|
|
24
24
|
/**
|
|
25
25
|
* The displayed name of the title.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof TitleDto
|
|
28
28
|
*/
|
|
29
|
-
'displayName'
|
|
29
|
+
'displayName': string;
|
|
30
30
|
}
|
|
@@ -26,31 +26,31 @@ export interface UserDto {
|
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof UserDto
|
|
28
28
|
*/
|
|
29
|
-
'id'
|
|
29
|
+
'id': string;
|
|
30
30
|
/**
|
|
31
31
|
* The display name of the user.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof UserDto
|
|
34
34
|
*/
|
|
35
|
-
'displayName'
|
|
35
|
+
'displayName': string;
|
|
36
36
|
/**
|
|
37
37
|
* The given name of the user.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof UserDto
|
|
40
40
|
*/
|
|
41
|
-
'givenName'
|
|
41
|
+
'givenName': string;
|
|
42
42
|
/**
|
|
43
43
|
* The family name of the user.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof UserDto
|
|
46
46
|
*/
|
|
47
|
-
'familyName'
|
|
47
|
+
'familyName': string;
|
|
48
48
|
/**
|
|
49
49
|
* The email addresses associated with the user.
|
|
50
50
|
* @type {Array<UserEmailDto>}
|
|
51
51
|
* @memberof UserDto
|
|
52
52
|
*/
|
|
53
|
-
'emails'
|
|
53
|
+
'emails': Array<UserEmailDto>;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
56
|
* @type {TitleDto}
|
|
@@ -62,13 +62,13 @@ export interface UserDto {
|
|
|
62
62
|
* @type {LanguageDto}
|
|
63
63
|
* @memberof UserDto
|
|
64
64
|
*/
|
|
65
|
-
'language'
|
|
65
|
+
'language': LanguageDto;
|
|
66
66
|
/**
|
|
67
67
|
* Indicates if the terms of service are accepted by the user.
|
|
68
68
|
* @type {boolean}
|
|
69
69
|
* @memberof UserDto
|
|
70
70
|
*/
|
|
71
|
-
'areToSAccepted'
|
|
71
|
+
'areToSAccepted': boolean;
|
|
72
72
|
/**
|
|
73
73
|
* The date and time of the latest activity of the user.
|
|
74
74
|
* @type {string}
|
|
@@ -80,17 +80,17 @@ export interface UserDto {
|
|
|
80
80
|
* @type {Array<DisciplineDto>}
|
|
81
81
|
* @memberof UserDto
|
|
82
82
|
*/
|
|
83
|
-
'disciplines'
|
|
83
|
+
'disciplines': Array<DisciplineDto>;
|
|
84
84
|
/**
|
|
85
85
|
* The organizations associated with the user.
|
|
86
86
|
* @type {Array<UserOrganizationDto>}
|
|
87
87
|
* @memberof UserDto
|
|
88
88
|
*/
|
|
89
|
-
'organizations'
|
|
89
|
+
'organizations': Array<UserOrganizationDto>;
|
|
90
90
|
/**
|
|
91
91
|
* The identity providers associated with the user.
|
|
92
92
|
* @type {Array<IdentityProviderDto>}
|
|
93
93
|
* @memberof UserDto
|
|
94
94
|
*/
|
|
95
|
-
'identities'
|
|
95
|
+
'identities': Array<IdentityProviderDto>;
|
|
96
96
|
}
|
|
@@ -54,12 +54,6 @@ export interface UserForUpdateDto {
|
|
|
54
54
|
* @memberof UserForUpdateDto
|
|
55
55
|
*/
|
|
56
56
|
'organization'?: string | null;
|
|
57
|
-
/**
|
|
58
|
-
* The user\'s institute.
|
|
59
|
-
* @type {string}
|
|
60
|
-
* @memberof UserForUpdateDto
|
|
61
|
-
*/
|
|
62
|
-
'institute'?: string | null;
|
|
63
57
|
/**
|
|
64
58
|
* The disciplines associated with the user for manipulation.
|
|
65
59
|
* @type {Array<DisciplineForUserManipulationDto>}
|
|
@@ -21,13 +21,13 @@ export interface UserOrganizationDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof UserOrganizationDto
|
|
23
23
|
*/
|
|
24
|
-
'uri'
|
|
24
|
+
'uri': string;
|
|
25
25
|
/**
|
|
26
26
|
* The display name of the organization.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof UserOrganizationDto
|
|
29
29
|
*/
|
|
30
|
-
'displayName'
|
|
30
|
+
'displayName': string;
|
|
31
31
|
/**
|
|
32
32
|
* The email address of the organization.
|
|
33
33
|
* @type {string}
|
|
@@ -45,5 +45,5 @@ export interface UserOrganizationDto {
|
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof UserOrganizationDto
|
|
47
47
|
*/
|
|
48
|
-
'readOnly'
|
|
48
|
+
'readOnly': boolean;
|
|
49
49
|
}
|
|
@@ -20,13 +20,13 @@ export interface VocabularyDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof VocabularyDto
|
|
22
22
|
*/
|
|
23
|
-
'graphUri'
|
|
23
|
+
'graphUri': string;
|
|
24
24
|
/**
|
|
25
25
|
* The URI of the top-level parent class in the vocabulary.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof VocabularyDto
|
|
28
28
|
*/
|
|
29
|
-
'classUri'
|
|
29
|
+
'classUri': string;
|
|
30
30
|
/**
|
|
31
31
|
* The display name of the vocabulary.
|
|
32
32
|
* @type {string}
|
|
@@ -30,6 +30,7 @@ export * from './@coscine/api/project-resource-type-api';
|
|
|
30
30
|
export * from './@coscine/api/provenance-api';
|
|
31
31
|
export * from './@coscine/api/resource-api';
|
|
32
32
|
export * from './@coscine/api/resource-type-api';
|
|
33
|
+
export * from './@coscine/api/resource-type-git-lab-api';
|
|
33
34
|
export * from './@coscine/api/role-api';
|
|
34
35
|
export * from './@coscine/api/search-api';
|
|
35
36
|
export * from './@coscine/api/self-api';
|
package/dist/types/apis.d.ts
CHANGED
|
@@ -131,10 +131,7 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
131
131
|
};
|
|
132
132
|
ResourceTypeApi: {
|
|
133
133
|
apiV2ResourceTypesOptions(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<void>;
|
|
134
|
-
getAllGitlabBranchesForProject(requestParameters: import("./Coscine.Api/api").ResourceTypeApiGetAllGitlabBranchesForProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabBranchDtoIEnumerableResponse>;
|
|
135
|
-
getAllGitlabProjects(requestParameters: import("./Coscine.Api/api").ResourceTypeApiGetAllGitlabProjectsRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoIEnumerableResponse>;
|
|
136
134
|
getAllResourceTypesInformation(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoIEnumerableResponse>;
|
|
137
|
-
getGitlabProject(requestParameters: import("./Coscine.Api/api").ResourceTypeApiGetGitlabProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoResponse>;
|
|
138
135
|
getResourceTypeInformation(requestParameters: import("./Coscine.Api/api").ResourceTypeApiGetResourceTypeInformationRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoResponse>;
|
|
139
136
|
};
|
|
140
137
|
RoleApi: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -130,10 +130,7 @@ declare const apis: {
|
|
|
130
130
|
};
|
|
131
131
|
ResourceTypeApi: {
|
|
132
132
|
apiV2ResourceTypesOptions(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<void>;
|
|
133
|
-
getAllGitlabBranchesForProject(requestParameters: import("./Coscine.Api").ResourceTypeApiGetAllGitlabBranchesForProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabBranchDtoIEnumerableResponse>;
|
|
134
|
-
getAllGitlabProjects(requestParameters: import("./Coscine.Api").ResourceTypeApiGetAllGitlabProjectsRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoIEnumerableResponse>;
|
|
135
133
|
getAllResourceTypesInformation(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoIEnumerableResponse>;
|
|
136
|
-
getGitlabProject(requestParameters: import("./Coscine.Api").ResourceTypeApiGetGitlabProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoResponse>;
|
|
137
134
|
getResourceTypeInformation(requestParameters: import("./Coscine.Api").ResourceTypeApiGetResourceTypeInformationRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoResponse>;
|
|
138
135
|
};
|
|
139
136
|
RoleApi: {
|
|
@@ -344,10 +341,7 @@ export declare const ResourceApi: {
|
|
|
344
341
|
};
|
|
345
342
|
export declare const ResourceTypeApi: {
|
|
346
343
|
apiV2ResourceTypesOptions(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<void>;
|
|
347
|
-
getAllGitlabBranchesForProject(requestParameters: import("./Coscine.Api").ResourceTypeApiGetAllGitlabBranchesForProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabBranchDtoIEnumerableResponse>;
|
|
348
|
-
getAllGitlabProjects(requestParameters: import("./Coscine.Api").ResourceTypeApiGetAllGitlabProjectsRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoIEnumerableResponse>;
|
|
349
344
|
getAllResourceTypesInformation(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoIEnumerableResponse>;
|
|
350
|
-
getGitlabProject(requestParameters: import("./Coscine.Api").ResourceTypeApiGetGitlabProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoResponse>;
|
|
351
345
|
getResourceTypeInformation(requestParameters: import("./Coscine.Api").ResourceTypeApiGetResourceTypeInformationRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoResponse>;
|
|
352
346
|
};
|
|
353
347
|
export declare const RoleApi: {
|