@coscine/api-client 3.13.0 → 3.14.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 +33 -31
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +10 -2
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +24 -24
- 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/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 +1 -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/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 +11 -11
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +9 -9
- 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 +2 -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/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/package.json +1 -1
|
@@ -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
|
}
|
|
@@ -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}
|