@coscine/api-client 3.12.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.
Files changed (51) hide show
  1. package/dist/index.js +33 -31
  2. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +10 -2
  3. package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +24 -24
  4. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
  5. package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +1 -1
  6. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +7 -7
  7. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +13 -13
  8. package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
  9. package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +2 -2
  10. package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +2 -2
  11. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +1 -1
  12. package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +3 -3
  13. package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +3 -3
  14. package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +2 -2
  15. package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +6 -0
  16. package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +2 -2
  17. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +19 -12
  18. package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +12 -12
  19. package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +6 -0
  20. package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +1 -1
  21. package/dist/types/Coscine.Api/@coscine/model/{user-institute-dto.d.ts → project-organization-dto.d.ts} +12 -12
  22. package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +3 -3
  23. package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +1 -1
  24. package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +5 -5
  25. package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -1
  26. package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -1
  27. package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +6 -6
  28. package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -1
  29. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +6 -6
  30. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -1
  31. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +11 -11
  32. package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +9 -9
  33. package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +2 -2
  34. package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +2 -2
  35. package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +1 -1
  36. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +1 -1
  37. package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +2 -2
  38. package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +2 -2
  39. package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +3 -3
  40. package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +1 -1
  41. package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +3 -3
  42. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +3 -3
  43. package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +2 -2
  44. package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +10 -17
  45. package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +0 -6
  46. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +1 -1
  47. package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +1 -1
  48. package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +3 -3
  49. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +2 -2
  50. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +1 -1
  51. package/package.json +1 -1
@@ -27,13 +27,13 @@ export interface ResourceTypeDto {
27
27
  * @type {string}
28
28
  * @memberof ResourceTypeDto
29
29
  */
30
- 'generalType'?: string;
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'?: string;
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'?: string;
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'?: string;
29
+ 'specificType': string;
30
30
  }
@@ -20,17 +20,17 @@ export interface RoleDto {
20
20
  * @type {string}
21
21
  * @memberof RoleDto
22
22
  */
23
- 'id'?: string;
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'?: string;
29
+ 'displayName': string;
30
30
  /**
31
31
  * The description of the role.
32
32
  * @type {string}
33
33
  * @memberof RoleDto
34
34
  */
35
- 'description'?: string;
35
+ 'description': string;
36
36
  }
@@ -20,5 +20,5 @@ export interface RoleMinimalDto {
20
20
  * @type {string}
21
21
  * @memberof RoleMinimalDto
22
22
  */
23
- 'id'?: string;
23
+ 'id': string;
24
24
  }
@@ -21,17 +21,17 @@ export interface SearchResultDto {
21
21
  * @type {string}
22
22
  * @memberof SearchResultDto
23
23
  */
24
- 'uri'?: string;
24
+ 'uri': string;
25
25
  /**
26
26
  *
27
27
  * @type {SearchCategoryType}
28
28
  * @memberof SearchResultDto
29
29
  */
30
- 'type'?: SearchCategoryType;
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'?: any;
36
+ 'source': any;
37
37
  }
@@ -20,17 +20,17 @@ export interface TermsOfServiceDto {
20
20
  * @type {string}
21
21
  * @memberof TermsOfServiceDto
22
22
  */
23
- 'version'?: string;
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'?: string;
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'?: boolean;
35
+ 'isCurrent': boolean;
36
36
  }
@@ -20,11 +20,11 @@ export interface TitleDto {
20
20
  * @type {string}
21
21
  * @memberof TitleDto
22
22
  */
23
- 'id'?: string;
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'?: string;
29
+ 'displayName': string;
30
30
  }
@@ -14,7 +14,6 @@ import type { IdentityProviderDto } from './identity-provider-dto';
14
14
  import type { LanguageDto } from './language-dto';
15
15
  import type { TitleDto } from './title-dto';
16
16
  import type { UserEmailDto } from './user-email-dto';
17
- import type { UserInstituteDto } from './user-institute-dto';
18
17
  import type { UserOrganizationDto } from './user-organization-dto';
19
18
  /**
20
19
  * Represents a Data Transfer Object (DTO) for user-related information.
@@ -27,31 +26,31 @@ export interface UserDto {
27
26
  * @type {string}
28
27
  * @memberof UserDto
29
28
  */
30
- 'id'?: string;
29
+ 'id': string;
31
30
  /**
32
31
  * The display name of the user.
33
32
  * @type {string}
34
33
  * @memberof UserDto
35
34
  */
36
- 'displayName'?: string;
35
+ 'displayName': string;
37
36
  /**
38
37
  * The given name of the user.
39
38
  * @type {string}
40
39
  * @memberof UserDto
41
40
  */
42
- 'givenName'?: string;
41
+ 'givenName': string;
43
42
  /**
44
43
  * The family name of the user.
45
44
  * @type {string}
46
45
  * @memberof UserDto
47
46
  */
48
- 'familyName'?: string;
47
+ 'familyName': string;
49
48
  /**
50
49
  * The email addresses associated with the user.
51
50
  * @type {Array<UserEmailDto>}
52
51
  * @memberof UserDto
53
52
  */
54
- 'emails'?: Array<UserEmailDto>;
53
+ 'emails': Array<UserEmailDto>;
55
54
  /**
56
55
  *
57
56
  * @type {TitleDto}
@@ -63,13 +62,13 @@ export interface UserDto {
63
62
  * @type {LanguageDto}
64
63
  * @memberof UserDto
65
64
  */
66
- 'language'?: LanguageDto;
65
+ 'language': LanguageDto;
67
66
  /**
68
67
  * Indicates if the terms of service are accepted by the user.
69
68
  * @type {boolean}
70
69
  * @memberof UserDto
71
70
  */
72
- 'areToSAccepted'?: boolean;
71
+ 'areToSAccepted': boolean;
73
72
  /**
74
73
  * The date and time of the latest activity of the user.
75
74
  * @type {string}
@@ -81,23 +80,17 @@ export interface UserDto {
81
80
  * @type {Array<DisciplineDto>}
82
81
  * @memberof UserDto
83
82
  */
84
- 'disciplines'?: Array<DisciplineDto>;
83
+ 'disciplines': Array<DisciplineDto>;
85
84
  /**
86
85
  * The organizations associated with the user.
87
86
  * @type {Array<UserOrganizationDto>}
88
87
  * @memberof UserDto
89
88
  */
90
- 'organizations'?: Array<UserOrganizationDto>;
91
- /**
92
- * The institutes associated with the user.
93
- * @type {Array<UserInstituteDto>}
94
- * @memberof UserDto
95
- */
96
- 'institutes'?: Array<UserInstituteDto>;
89
+ 'organizations': Array<UserOrganizationDto>;
97
90
  /**
98
91
  * The identity providers associated with the user.
99
92
  * @type {Array<IdentityProviderDto>}
100
93
  * @memberof UserDto
101
94
  */
102
- 'identities'?: Array<IdentityProviderDto>;
95
+ 'identities': Array<IdentityProviderDto>;
103
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>}
@@ -20,5 +20,5 @@ export interface UserMergeDto {
20
20
  * @type {string}
21
21
  * @memberof UserMergeDto
22
22
  */
23
- 'token'?: string;
23
+ 'token': string;
24
24
  }
@@ -20,5 +20,5 @@ export interface UserMinimalDto {
20
20
  * @type {string}
21
21
  * @memberof UserMinimalDto
22
22
  */
23
- 'id'?: string;
23
+ 'id': string;
24
24
  }
@@ -21,13 +21,13 @@ export interface UserOrganizationDto {
21
21
  * @type {string}
22
22
  * @memberof UserOrganizationDto
23
23
  */
24
- 'uri'?: string;
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'?: string;
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'?: boolean;
48
+ 'readOnly': boolean;
49
49
  }
@@ -20,13 +20,13 @@ export interface VocabularyDto {
20
20
  * @type {string}
21
21
  * @memberof VocabularyDto
22
22
  */
23
- 'graphUri'?: string;
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'?: string;
29
+ 'classUri': string;
30
30
  /**
31
31
  * The display name of the vocabulary.
32
32
  * @type {string}
@@ -20,7 +20,7 @@ export interface VocabularyInstanceDto {
20
20
  * @type {string}
21
21
  * @memberof VocabularyInstanceDto
22
22
  */
23
- 'graphUri'?: string;
23
+ 'graphUri': string;
24
24
  /**
25
25
  * The URI of the instance.
26
26
  * @type {string}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coscine/api-client",
3
3
  "type": "module",
4
- "version": "3.12.0",
4
+ "version": "3.14.0",
5
5
  "description": "This project contains the generated api client classes.",
6
6
  "keywords": [
7
7
  "coscine",