@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.
Files changed (77) hide show
  1. package/dist/index.js +1044 -1171
  2. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +25 -17
  3. package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +3 -3
  4. package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +3 -3
  5. package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +3 -3
  6. package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +3 -3
  7. package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +3 -3
  8. package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +3 -3
  9. package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +3 -3
  10. package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +3 -3
  11. package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +3 -3
  12. package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +3 -3
  13. package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +3 -3
  14. package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +0 -181
  15. package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +250 -0
  16. package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +3 -3
  17. package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +3 -3
  18. package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +3 -3
  19. package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +30 -30
  20. package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +3 -3
  21. package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +6 -6
  22. package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +3 -3
  23. package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +6 -6
  24. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
  25. package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +1 -1
  26. package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +24 -0
  27. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +7 -7
  28. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +13 -13
  29. package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
  30. package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +2 -2
  31. package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +2 -2
  32. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +2 -0
  33. package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +3 -3
  34. package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +3 -3
  35. package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +2 -2
  36. package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +6 -0
  37. package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +2 -2
  38. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +19 -12
  39. package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +12 -12
  40. package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +6 -0
  41. package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +1 -1
  42. package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +49 -0
  43. package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +3 -3
  44. package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +1 -1
  45. package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +5 -5
  46. package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +6 -6
  47. package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -1
  48. package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -1
  49. package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +6 -6
  50. package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -1
  51. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +6 -6
  52. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -1
  53. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +19 -13
  54. package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +17 -11
  55. package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +2 -2
  56. package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +8 -2
  57. package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +1 -1
  58. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +1 -1
  59. package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +2 -2
  60. package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +2 -2
  61. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +7 -0
  62. package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +3 -3
  63. package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +1 -1
  64. package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +3 -3
  65. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +3 -3
  66. package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +2 -2
  67. package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +10 -10
  68. package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +0 -6
  69. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +1 -1
  70. package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +1 -1
  71. package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +3 -3
  72. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +2 -2
  73. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +1 -1
  74. package/dist/types/Coscine.Api/api.d.ts +1 -0
  75. package/dist/types/apis.d.ts +0 -3
  76. package/dist/types/index.d.ts +0 -6
  77. package/package.json +1 -1
@@ -34,31 +34,31 @@ export interface ResourceDto {
34
34
  * @type {string}
35
35
  * @memberof ResourceDto
36
36
  */
37
- 'pid'?: string;
37
+ 'pid': string;
38
38
  /**
39
39
  *
40
40
  * @type {ResourceTypeDto}
41
41
  * @memberof ResourceDto
42
42
  */
43
- 'type'?: ResourceTypeDto;
43
+ 'type': ResourceTypeDto;
44
44
  /**
45
45
  * Name of the resource.
46
46
  * @type {string}
47
47
  * @memberof ResourceDto
48
48
  */
49
- 'name'?: string;
49
+ 'name': string;
50
50
  /**
51
51
  * Display name of the resource.
52
52
  * @type {string}
53
53
  * @memberof ResourceDto
54
54
  */
55
- 'displayName'?: string;
55
+ 'displayName': string;
56
56
  /**
57
57
  * Description of the resource.
58
58
  * @type {string}
59
59
  * @memberof ResourceDto
60
60
  */
61
- 'description'?: string;
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
- * Setting for creating a local copy of the metadata.
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
- * Setting for metadata extraction.
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'?: ApplicationProfileMinimalDto;
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'?: Array<DisciplineDto>;
113
+ 'disciplines': Array<DisciplineDto>;
114
114
  /**
115
115
  *
116
116
  * @type {VisibilityDto}
117
117
  * @memberof ResourceDto
118
118
  */
119
- 'visibility'?: VisibilityDto;
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>; } | null; }}
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
- } | null;
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>; } | null; }}
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
- } | null;
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
  }
@@ -20,5 +20,5 @@ export interface ResourceMinimalDto {
20
20
  * @type {string}
21
21
  * @memberof ResourceMinimalDto
22
22
  */
23
- 'id'?: string;
23
+ 'id': string;
24
24
  }
@@ -22,7 +22,7 @@ export interface ResourceQuotaDto {
22
22
  * @type {ResourceMinimalDto}
23
23
  * @memberof ResourceQuotaDto
24
24
  */
25
- 'resource'?: ResourceMinimalDto;
25
+ 'resource': ResourceMinimalDto;
26
26
  /**
27
27
  * The percentage of quota used by the resource.
28
28
  * @type {number}
@@ -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
  }
@@ -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'?: 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
  }
@@ -26,31 +26,31 @@ export interface UserDto {
26
26
  * @type {string}
27
27
  * @memberof UserDto
28
28
  */
29
- 'id'?: string;
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'?: string;
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'?: string;
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'?: string;
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'?: Array<UserEmailDto>;
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'?: LanguageDto;
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'?: boolean;
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'?: Array<DisciplineDto>;
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'?: Array<UserOrganizationDto>;
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'?: Array<IdentityProviderDto>;
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>}
@@ -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}
@@ -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';
@@ -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: {
@@ -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: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coscine/api-client",
3
3
  "type": "module",
4
- "version": "3.13.0",
4
+ "version": "3.15.0",
5
5
  "description": "This project contains the generated api client classes.",
6
6
  "keywords": [
7
7
  "coscine",