@coscine/api-client 2.8.1 → 2.9.1

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 (175) hide show
  1. package/dist/index.js +418 -373
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.umd.js +418 -373
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/lib/Coscine.Api.Admin/api.js +11 -12
  6. package/dist/lib/Coscine.Api.Admin/api.js.map +1 -1
  7. package/dist/lib/Coscine.Api.Admin/base.js +1 -3
  8. package/dist/lib/Coscine.Api.Admin/base.js.map +1 -1
  9. package/dist/lib/Coscine.Api.Admin/common.js +22 -14
  10. package/dist/lib/Coscine.Api.Admin/common.js.map +1 -1
  11. package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
  12. package/dist/lib/Coscine.Api.Admin/index.js +1 -1
  13. package/dist/lib/Coscine.Api.Blob/api.js +8 -8
  14. package/dist/lib/Coscine.Api.Blob/api.js.map +1 -1
  15. package/dist/lib/Coscine.Api.Blob/base.js +1 -3
  16. package/dist/lib/Coscine.Api.Blob/base.js.map +1 -1
  17. package/dist/lib/Coscine.Api.Blob/common.js +22 -14
  18. package/dist/lib/Coscine.Api.Blob/common.js.map +1 -1
  19. package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
  20. package/dist/lib/Coscine.Api.Blob/index.js +1 -1
  21. package/dist/lib/Coscine.Api.Metadata/api.js +6 -6
  22. package/dist/lib/Coscine.Api.Metadata/api.js.map +1 -1
  23. package/dist/lib/Coscine.Api.Metadata/base.js +0 -2
  24. package/dist/lib/Coscine.Api.Metadata/base.js.map +1 -1
  25. package/dist/lib/Coscine.Api.Metadata/common.js +21 -13
  26. package/dist/lib/Coscine.Api.Metadata/common.js.map +1 -1
  27. package/dist/lib/Coscine.Api.Notices/api.js +2 -2
  28. package/dist/lib/Coscine.Api.Notices/api.js.map +1 -1
  29. package/dist/lib/Coscine.Api.Notices/base.js +0 -2
  30. package/dist/lib/Coscine.Api.Notices/base.js.map +1 -1
  31. package/dist/lib/Coscine.Api.Notices/common.js +21 -13
  32. package/dist/lib/Coscine.Api.Notices/common.js.map +1 -1
  33. package/dist/lib/Coscine.Api.Organization/api.js +6 -6
  34. package/dist/lib/Coscine.Api.Organization/api.js.map +1 -1
  35. package/dist/lib/Coscine.Api.Organization/base.js +2 -4
  36. package/dist/lib/Coscine.Api.Organization/base.js.map +1 -1
  37. package/dist/lib/Coscine.Api.Organization/common.js +22 -14
  38. package/dist/lib/Coscine.Api.Organization/common.js.map +1 -1
  39. package/dist/lib/Coscine.Api.Organization/configuration.js +1 -1
  40. package/dist/lib/Coscine.Api.Organization/index.js +1 -1
  41. package/dist/lib/Coscine.Api.Pid/api.js +3 -3
  42. package/dist/lib/Coscine.Api.Pid/api.js.map +1 -1
  43. package/dist/lib/Coscine.Api.Pid/base.js +1 -3
  44. package/dist/lib/Coscine.Api.Pid/base.js.map +1 -1
  45. package/dist/lib/Coscine.Api.Pid/common.js +22 -14
  46. package/dist/lib/Coscine.Api.Pid/common.js.map +1 -1
  47. package/dist/lib/Coscine.Api.Pid/configuration.js +1 -1
  48. package/dist/lib/Coscine.Api.Pid/index.js +1 -1
  49. package/dist/lib/Coscine.Api.Project/api.js +44 -41
  50. package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
  51. package/dist/lib/Coscine.Api.Project/base.js +1 -3
  52. package/dist/lib/Coscine.Api.Project/base.js.map +1 -1
  53. package/dist/lib/Coscine.Api.Project/common.js +22 -14
  54. package/dist/lib/Coscine.Api.Project/common.js.map +1 -1
  55. package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
  56. package/dist/lib/Coscine.Api.Project/index.js +1 -1
  57. package/dist/lib/Coscine.Api.Resources/api.js +41 -44
  58. package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
  59. package/dist/lib/Coscine.Api.Resources/base.js +1 -3
  60. package/dist/lib/Coscine.Api.Resources/base.js.map +1 -1
  61. package/dist/lib/Coscine.Api.Resources/common.js +22 -14
  62. package/dist/lib/Coscine.Api.Resources/common.js.map +1 -1
  63. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  64. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  65. package/dist/lib/Coscine.Api.STS/api.js +9 -9
  66. package/dist/lib/Coscine.Api.STS/api.js.map +1 -1
  67. package/dist/lib/Coscine.Api.STS/base.js +0 -2
  68. package/dist/lib/Coscine.Api.STS/base.js.map +1 -1
  69. package/dist/lib/Coscine.Api.STS/common.js +21 -13
  70. package/dist/lib/Coscine.Api.STS/common.js.map +1 -1
  71. package/dist/lib/Coscine.Api.Search/api.js +52 -39
  72. package/dist/lib/Coscine.Api.Search/api.js.map +1 -1
  73. package/dist/lib/Coscine.Api.Search/base.js +1 -3
  74. package/dist/lib/Coscine.Api.Search/base.js.map +1 -1
  75. package/dist/lib/Coscine.Api.Search/common.js +22 -14
  76. package/dist/lib/Coscine.Api.Search/common.js.map +1 -1
  77. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  78. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  79. package/dist/lib/Coscine.Api.Token/api.js +5 -5
  80. package/dist/lib/Coscine.Api.Token/api.js.map +1 -1
  81. package/dist/lib/Coscine.Api.Token/base.js +0 -2
  82. package/dist/lib/Coscine.Api.Token/base.js.map +1 -1
  83. package/dist/lib/Coscine.Api.Token/common.js +21 -13
  84. package/dist/lib/Coscine.Api.Token/common.js.map +1 -1
  85. package/dist/lib/Coscine.Api.Tree/api.js +3 -3
  86. package/dist/lib/Coscine.Api.Tree/api.js.map +1 -1
  87. package/dist/lib/Coscine.Api.Tree/base.js +1 -3
  88. package/dist/lib/Coscine.Api.Tree/base.js.map +1 -1
  89. package/dist/lib/Coscine.Api.Tree/common.js +22 -14
  90. package/dist/lib/Coscine.Api.Tree/common.js.map +1 -1
  91. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  92. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  93. package/dist/lib/Coscine.Api.User/api.js +13 -13
  94. package/dist/lib/Coscine.Api.User/api.js.map +1 -1
  95. package/dist/lib/Coscine.Api.User/base.js +1 -3
  96. package/dist/lib/Coscine.Api.User/base.js.map +1 -1
  97. package/dist/lib/Coscine.Api.User/common.js +22 -14
  98. package/dist/lib/Coscine.Api.User/common.js.map +1 -1
  99. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  100. package/dist/lib/Coscine.Api.User/index.js +1 -1
  101. package/dist/types/Coscine.Api.Admin/api.d.ts +66 -40
  102. package/dist/types/Coscine.Api.Admin/base.d.ts +4 -5
  103. package/dist/types/Coscine.Api.Admin/common.d.ts +5 -5
  104. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  105. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  106. package/dist/types/Coscine.Api.Blob/api.d.ts +21 -20
  107. package/dist/types/Coscine.Api.Blob/base.d.ts +4 -5
  108. package/dist/types/Coscine.Api.Blob/common.d.ts +5 -5
  109. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  110. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  111. package/dist/types/Coscine.Api.Metadata/api.d.ts +32 -31
  112. package/dist/types/Coscine.Api.Metadata/base.d.ts +3 -4
  113. package/dist/types/Coscine.Api.Metadata/common.d.ts +4 -4
  114. package/dist/types/Coscine.Api.Notices/api.d.ts +17 -16
  115. package/dist/types/Coscine.Api.Notices/base.d.ts +3 -4
  116. package/dist/types/Coscine.Api.Notices/common.d.ts +4 -4
  117. package/dist/types/Coscine.Api.Organization/api.d.ts +25 -24
  118. package/dist/types/Coscine.Api.Organization/base.d.ts +4 -5
  119. package/dist/types/Coscine.Api.Organization/common.d.ts +5 -5
  120. package/dist/types/Coscine.Api.Organization/configuration.d.ts +1 -1
  121. package/dist/types/Coscine.Api.Organization/index.d.ts +1 -1
  122. package/dist/types/Coscine.Api.Pid/api.d.ts +19 -18
  123. package/dist/types/Coscine.Api.Pid/base.d.ts +4 -5
  124. package/dist/types/Coscine.Api.Pid/common.d.ts +5 -5
  125. package/dist/types/Coscine.Api.Pid/configuration.d.ts +1 -1
  126. package/dist/types/Coscine.Api.Pid/index.d.ts +1 -1
  127. package/dist/types/Coscine.Api.Project/api.d.ts +271 -225
  128. package/dist/types/Coscine.Api.Project/base.d.ts +4 -5
  129. package/dist/types/Coscine.Api.Project/common.d.ts +5 -5
  130. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  131. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  132. package/dist/types/Coscine.Api.Resources/api.d.ts +299 -240
  133. package/dist/types/Coscine.Api.Resources/base.d.ts +4 -5
  134. package/dist/types/Coscine.Api.Resources/common.d.ts +5 -5
  135. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  136. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  137. package/dist/types/Coscine.Api.STS/api.d.ts +42 -41
  138. package/dist/types/Coscine.Api.STS/base.d.ts +3 -4
  139. package/dist/types/Coscine.Api.STS/common.d.ts +4 -4
  140. package/dist/types/Coscine.Api.Search/api.d.ts +49 -46
  141. package/dist/types/Coscine.Api.Search/base.d.ts +4 -5
  142. package/dist/types/Coscine.Api.Search/common.d.ts +5 -5
  143. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  144. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  145. package/dist/types/Coscine.Api.Token/api.d.ts +34 -33
  146. package/dist/types/Coscine.Api.Token/base.d.ts +3 -4
  147. package/dist/types/Coscine.Api.Token/common.d.ts +4 -4
  148. package/dist/types/Coscine.Api.Tree/api.d.ts +13 -12
  149. package/dist/types/Coscine.Api.Tree/base.d.ts +4 -5
  150. package/dist/types/Coscine.Api.Tree/common.d.ts +5 -5
  151. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  152. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  153. package/dist/types/Coscine.Api.User/api.d.ts +83 -72
  154. package/dist/types/Coscine.Api.User/base.d.ts +4 -5
  155. package/dist/types/Coscine.Api.User/common.d.ts +5 -5
  156. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  157. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  158. package/dist/types/apis.d.ts +41 -41
  159. package/dist/types/index.d.ts +82 -82
  160. package/package.json +2 -2
  161. package/dist/lib/Coscine.Api.ActivatedFeatures/api.js +0 -470
  162. package/dist/lib/Coscine.Api.ActivatedFeatures/api.js.map +0 -1
  163. package/dist/lib/Coscine.Api.ActivatedFeatures/base.js +0 -65
  164. package/dist/lib/Coscine.Api.ActivatedFeatures/base.js.map +0 -1
  165. package/dist/lib/Coscine.Api.ActivatedFeatures/common.js +0 -153
  166. package/dist/lib/Coscine.Api.ActivatedFeatures/common.js.map +0 -1
  167. package/dist/lib/Coscine.Api.ActivatedFeatures/configuration.js +0 -43
  168. package/dist/lib/Coscine.Api.ActivatedFeatures/configuration.js.map +0 -1
  169. package/dist/lib/Coscine.Api.ActivatedFeatures/index.js +0 -32
  170. package/dist/lib/Coscine.Api.ActivatedFeatures/index.js.map +0 -1
  171. package/dist/types/Coscine.Api.ActivatedFeatures/api.d.ts +0 -279
  172. package/dist/types/Coscine.Api.ActivatedFeatures/base.d.ts +0 -55
  173. package/dist/types/Coscine.Api.ActivatedFeatures/common.d.ts +0 -65
  174. package/dist/types/Coscine.Api.ActivatedFeatures/configuration.d.ts +0 -83
  175. package/dist/types/Coscine.Api.ActivatedFeatures/index.d.ts +0 -13
@@ -2,16 +2,17 @@
2
2
  * Coscine.Api.Project
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 4.2.2
5
+ * The version of the OpenAPI document: 4.3.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Configuration } from './configuration';
13
- import { AxiosPromise, AxiosInstance } from 'axios';
14
- import { RequestArgs, BaseAPI } from './base';
12
+ import type { Configuration } from './configuration';
13
+ import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
+ import type { RequestArgs } from './base';
15
+ import { BaseAPI } from './base';
15
16
  /**
16
17
  *
17
18
  * @export
@@ -23,25 +24,25 @@ export interface DisciplineObject {
23
24
  * @type {string}
24
25
  * @memberof DisciplineObject
25
26
  */
26
- id?: string;
27
+ 'id'?: string;
27
28
  /**
28
29
  *
29
30
  * @type {string}
30
31
  * @memberof DisciplineObject
31
32
  */
32
- url?: string | null;
33
+ 'url'?: string | null;
33
34
  /**
34
35
  *
35
36
  * @type {string}
36
37
  * @memberof DisciplineObject
37
38
  */
38
- displayNameDe?: string | null;
39
+ 'displayNameDe'?: string | null;
39
40
  /**
40
41
  *
41
42
  * @type {string}
42
43
  * @memberof DisciplineObject
43
44
  */
44
- displayNameEn?: string | null;
45
+ 'displayNameEn'?: string | null;
45
46
  }
46
47
  /**
47
48
  *
@@ -54,13 +55,13 @@ export interface ExternalAuthenticatorsObject {
54
55
  * @type {string}
55
56
  * @memberof ExternalAuthenticatorsObject
56
57
  */
57
- id?: string;
58
+ 'id'?: string;
58
59
  /**
59
60
  *
60
61
  * @type {string}
61
62
  * @memberof ExternalAuthenticatorsObject
62
63
  */
63
- displayName?: string | null;
64
+ 'displayName'?: string | null;
64
65
  }
65
66
  /**
66
67
  *
@@ -73,37 +74,37 @@ export interface InvitationReturnObject {
73
74
  * @type {string}
74
75
  * @memberof InvitationReturnObject
75
76
  */
76
- id?: string;
77
+ 'id'?: string;
77
78
  /**
78
79
  *
79
80
  * @type {string}
80
81
  * @memberof InvitationReturnObject
81
82
  */
82
- expiration?: string;
83
+ 'expiration'?: string;
83
84
  /**
84
85
  *
85
86
  * @type {string}
86
87
  * @memberof InvitationReturnObject
87
88
  */
88
- userMail?: string | null;
89
+ 'userMail'?: string | null;
89
90
  /**
90
91
  *
91
92
  * @type {string}
92
93
  * @memberof InvitationReturnObject
93
94
  */
94
- issuer?: string;
95
+ 'issuer'?: string;
95
96
  /**
96
97
  *
97
98
  * @type {string}
98
99
  * @memberof InvitationReturnObject
99
100
  */
100
- projectId?: string;
101
+ 'projectId'?: string;
101
102
  /**
102
103
  *
103
104
  * @type {string}
104
105
  * @memberof InvitationReturnObject
105
106
  */
106
- roleId?: string;
107
+ 'roleId'?: string;
107
108
  }
108
109
  /**
109
110
  *
@@ -116,19 +117,19 @@ export interface LanguageObject {
116
117
  * @type {string}
117
118
  * @memberof LanguageObject
118
119
  */
119
- id?: string;
120
+ 'id'?: string;
120
121
  /**
121
122
  *
122
123
  * @type {string}
123
124
  * @memberof LanguageObject
124
125
  */
125
- displayName?: string | null;
126
+ 'displayName'?: string | null;
126
127
  /**
127
128
  *
128
129
  * @type {string}
129
130
  * @memberof LanguageObject
130
131
  */
131
- abbreviation?: string | null;
132
+ 'abbreviation'?: string | null;
132
133
  }
133
134
  /**
134
135
  *
@@ -141,13 +142,13 @@ export interface LicenseObject {
141
142
  * @type {string}
142
143
  * @memberof LicenseObject
143
144
  */
144
- id?: string;
145
+ 'id'?: string;
145
146
  /**
146
147
  *
147
148
  * @type {string}
148
149
  * @memberof LicenseObject
149
150
  */
150
- displayName?: string | null;
151
+ 'displayName'?: string | null;
151
152
  }
152
153
  /**
153
154
  *
@@ -160,13 +161,13 @@ export interface OrganizationObject {
160
161
  * @type {string}
161
162
  * @memberof OrganizationObject
162
163
  */
163
- url?: string | null;
164
+ 'url'?: string | null;
164
165
  /**
165
166
  *
166
167
  * @type {string}
167
168
  * @memberof OrganizationObject
168
169
  */
169
- displayName?: string | null;
170
+ 'displayName'?: string | null;
170
171
  }
171
172
  /**
172
173
  *
@@ -179,104 +180,109 @@ export interface ProjectObject {
179
180
  * @type {string}
180
181
  * @memberof ProjectObject
181
182
  */
182
- id?: string;
183
+ 'id'?: string;
183
184
  /**
184
185
  *
185
186
  * @type {string}
186
187
  * @memberof ProjectObject
187
188
  */
188
- description?: string | null;
189
+ 'description'?: string | null;
189
190
  /**
190
191
  *
191
192
  * @type {string}
192
193
  * @memberof ProjectObject
193
194
  */
194
- displayName?: string | null;
195
+ 'displayName'?: string | null;
195
196
  /**
196
197
  *
197
198
  * @type {string}
198
199
  * @memberof ProjectObject
199
200
  */
200
- startDate?: string;
201
+ 'startDate'?: string;
201
202
  /**
202
203
  *
203
204
  * @type {string}
204
205
  * @memberof ProjectObject
205
206
  */
206
- endDate?: string;
207
+ 'endDate'?: string;
207
208
  /**
208
209
  *
209
210
  * @type {string}
210
211
  * @memberof ProjectObject
211
212
  */
212
- keywords?: string | null;
213
+ 'keywords'?: string | null;
213
214
  /**
214
215
  *
215
216
  * @type {string}
216
217
  * @memberof ProjectObject
217
218
  */
218
- projectName?: string | null;
219
+ 'projectName'?: string | null;
219
220
  /**
220
221
  *
221
222
  * @type {string}
222
223
  * @memberof ProjectObject
223
224
  */
224
- principleInvestigators?: string | null;
225
+ 'principleInvestigators'?: string | null;
225
226
  /**
226
227
  *
227
228
  * @type {string}
228
229
  * @memberof ProjectObject
229
230
  */
230
- grantId?: string | null;
231
+ 'grantId'?: string | null;
231
232
  /**
232
233
  *
233
234
  * @type {string}
234
235
  * @memberof ProjectObject
235
236
  */
236
- slug?: string | null;
237
+ 'slug'?: string | null;
237
238
  /**
238
239
  *
239
240
  * @type {string}
240
241
  * @memberof ProjectObject
241
242
  */
242
- dateCreated?: string | null;
243
+ 'dateCreated'?: string | null;
243
244
  /**
244
245
  *
245
246
  * @type {Array<DisciplineObject>}
246
247
  * @memberof ProjectObject
247
248
  */
248
- disciplines?: Array<DisciplineObject> | null;
249
+ 'disciplines'?: Array<DisciplineObject> | null;
249
250
  /**
250
251
  *
251
252
  * @type {Array<OrganizationObject>}
252
253
  * @memberof ProjectObject
253
254
  */
254
- organizations?: Array<OrganizationObject> | null;
255
+ 'organizations'?: Array<OrganizationObject> | null;
255
256
  /**
256
257
  *
257
- * @type {VisibilityObject}
258
+ * @type {ProjectObjectVisibility}
258
259
  * @memberof ProjectObject
259
260
  */
260
- visibility?: VisibilityObject | null;
261
+ 'visibility'?: ProjectObjectVisibility | null;
261
262
  /**
262
263
  *
263
264
  * @type {string}
264
265
  * @memberof ProjectObject
265
266
  */
266
- parentId?: string;
267
+ 'parentId'?: string;
267
268
  /**
268
269
  *
269
270
  * @type {string}
270
271
  * @memberof ProjectObject
271
272
  */
272
- creator?: string | null;
273
+ 'creator'?: string | null;
273
274
  /**
274
275
  *
275
276
  * @type {boolean}
276
277
  * @memberof ProjectObject
277
278
  */
278
- deleted?: boolean;
279
+ 'deleted'?: boolean;
279
280
  }
281
+ /**
282
+ * @type ProjectObjectVisibility
283
+ * @export
284
+ */
285
+ export type ProjectObjectVisibility = VisibilityObject;
280
286
  /**
281
287
  *
282
288
  * @export
@@ -288,37 +294,37 @@ export interface ProjectQuotaExtendedReturnObject {
288
294
  * @type {string}
289
295
  * @memberof ProjectQuotaExtendedReturnObject
290
296
  */
291
- id?: string;
297
+ 'id'?: string;
292
298
  /**
293
299
  *
294
300
  * @type {string}
295
301
  * @memberof ProjectQuotaExtendedReturnObject
296
302
  */
297
- name?: string | null;
303
+ 'name'?: string | null;
298
304
  /**
299
305
  *
300
- * @type {QuotaDimObject}
306
+ * @type {ProjectQuotaReturnObjectTotalReserved}
301
307
  * @memberof ProjectQuotaExtendedReturnObject
302
308
  */
303
- totalReserved?: QuotaDimObject | null;
309
+ 'totalReserved'?: ProjectQuotaReturnObjectTotalReserved | null;
304
310
  /**
305
311
  *
306
- * @type {QuotaDimObject}
312
+ * @type {ProjectQuotaReturnObjectTotalReserved}
307
313
  * @memberof ProjectQuotaExtendedReturnObject
308
314
  */
309
- allocated?: QuotaDimObject | null;
315
+ 'allocated'?: ProjectQuotaReturnObjectTotalReserved | null;
310
316
  /**
311
317
  *
312
- * @type {QuotaDimObject}
318
+ * @type {ProjectQuotaReturnObjectTotalReserved}
313
319
  * @memberof ProjectQuotaExtendedReturnObject
314
320
  */
315
- maximum?: QuotaDimObject | null;
321
+ 'maximum'?: ProjectQuotaReturnObjectTotalReserved | null;
316
322
  /**
317
323
  *
318
324
  * @type {Array<ResourceQuotaReturnObject>}
319
325
  * @memberof ProjectQuotaExtendedReturnObject
320
326
  */
321
- resourcesQuota?: Array<ResourceQuotaReturnObject> | null;
327
+ 'resourcesQuota'?: Array<ResourceQuotaReturnObject> | null;
322
328
  }
323
329
  /**
324
330
  *
@@ -331,32 +337,37 @@ export interface ProjectQuotaReturnObject {
331
337
  * @type {string}
332
338
  * @memberof ProjectQuotaReturnObject
333
339
  */
334
- id?: string;
340
+ 'id'?: string;
335
341
  /**
336
342
  *
337
343
  * @type {string}
338
344
  * @memberof ProjectQuotaReturnObject
339
345
  */
340
- name?: string | null;
346
+ 'name'?: string | null;
341
347
  /**
342
348
  *
343
- * @type {QuotaDimObject}
349
+ * @type {ProjectQuotaReturnObjectTotalReserved}
344
350
  * @memberof ProjectQuotaReturnObject
345
351
  */
346
- totalReserved?: QuotaDimObject | null;
352
+ 'totalReserved'?: ProjectQuotaReturnObjectTotalReserved | null;
347
353
  /**
348
354
  *
349
- * @type {QuotaDimObject}
355
+ * @type {ProjectQuotaReturnObjectTotalReserved}
350
356
  * @memberof ProjectQuotaReturnObject
351
357
  */
352
- allocated?: QuotaDimObject | null;
358
+ 'allocated'?: ProjectQuotaReturnObjectTotalReserved | null;
353
359
  /**
354
360
  *
355
- * @type {QuotaDimObject}
361
+ * @type {ProjectQuotaReturnObjectTotalReserved}
356
362
  * @memberof ProjectQuotaReturnObject
357
363
  */
358
- maximum?: QuotaDimObject | null;
364
+ 'maximum'?: ProjectQuotaReturnObjectTotalReserved | null;
359
365
  }
366
+ /**
367
+ * @type ProjectQuotaReturnObjectTotalReserved
368
+ * @export
369
+ */
370
+ export type ProjectQuotaReturnObjectTotalReserved = QuotaDimObject;
360
371
  /**
361
372
  *
362
373
  * @export
@@ -368,20 +379,30 @@ export interface ProjectRoleObject {
368
379
  * @type {string}
369
380
  * @memberof ProjectRoleObject
370
381
  */
371
- projectId?: string;
382
+ 'projectId'?: string;
372
383
  /**
373
384
  *
374
- * @type {UserObject}
385
+ * @type {ProjectRoleObjectUser}
375
386
  * @memberof ProjectRoleObject
376
387
  */
377
- user?: UserObject | null;
388
+ 'user'?: ProjectRoleObjectUser | null;
378
389
  /**
379
390
  *
380
- * @type {RoleObject}
391
+ * @type {ProjectRoleObjectRole}
381
392
  * @memberof ProjectRoleObject
382
393
  */
383
- role?: RoleObject | null;
394
+ 'role'?: ProjectRoleObjectRole | null;
384
395
  }
396
+ /**
397
+ * @type ProjectRoleObjectRole
398
+ * @export
399
+ */
400
+ export type ProjectRoleObjectRole = RoleObject;
401
+ /**
402
+ * @type ProjectRoleObjectUser
403
+ * @export
404
+ */
405
+ export type ProjectRoleObjectUser = UserObject;
385
406
  /**
386
407
  *
387
408
  * @export
@@ -393,27 +414,28 @@ export interface QuotaDimObject {
393
414
  * @type {number}
394
415
  * @memberof QuotaDimObject
395
416
  */
396
- value?: number;
417
+ 'value'?: number;
397
418
  /**
398
419
  *
399
420
  * @type {QuotaUnit}
400
421
  * @memberof QuotaDimObject
401
422
  */
402
- unit?: QuotaUnit;
423
+ 'unit'?: QuotaUnit;
403
424
  }
404
425
  /**
405
426
  *
406
427
  * @export
407
428
  * @enum {string}
408
429
  */
409
- export declare enum QuotaUnit {
410
- Byte = "https://qudt.org/vocab/unit/BYTE",
411
- KibiByte = "https://qudt.org/vocab/unit/KibiBYTE",
412
- MebiByte = "https://qudt.org/vocab/unit/MebiBYTE",
413
- GibiByte = "https://qudt.org/vocab/unit/GibiBYTE",
414
- TebiByte = "https://qudt.org/vocab/unit/TebiBYTE",
415
- PebiByte = "https://qudt.org/vocab/unit/PebiBYTE"
416
- }
430
+ export declare const QuotaUnit: {
431
+ readonly Byte: "https://qudt.org/vocab/unit/BYTE";
432
+ readonly KibiByte: "https://qudt.org/vocab/unit/KibiBYTE";
433
+ readonly MebiByte: "https://qudt.org/vocab/unit/MebiBYTE";
434
+ readonly GibiByte: "https://qudt.org/vocab/unit/GibiBYTE";
435
+ readonly TebiByte: "https://qudt.org/vocab/unit/TebiBYTE";
436
+ readonly PebiByte: "https://qudt.org/vocab/unit/PebiBYTE";
437
+ };
438
+ export type QuotaUnit = typeof QuotaUnit[keyof typeof QuotaUnit];
417
439
  /**
418
440
  *
419
441
  * @export
@@ -425,110 +447,120 @@ export interface ResourceObject {
425
447
  * @type {string}
426
448
  * @memberof ResourceObject
427
449
  */
428
- id?: string;
450
+ 'id'?: string;
429
451
  /**
430
452
  *
431
453
  * @type {string}
432
454
  * @memberof ResourceObject
433
455
  */
434
- pid?: string | null;
456
+ 'pid'?: string | null;
435
457
  /**
436
458
  *
437
459
  * @type {string}
438
460
  * @memberof ResourceObject
439
461
  */
440
- displayName?: string | null;
462
+ 'displayName'?: string | null;
441
463
  /**
442
464
  *
443
465
  * @type {string}
444
466
  * @memberof ResourceObject
445
467
  */
446
- resourceName?: string | null;
468
+ 'resourceName'?: string | null;
447
469
  /**
448
470
  *
449
471
  * @type {string}
450
472
  * @memberof ResourceObject
451
473
  */
452
- description?: string | null;
474
+ 'description'?: string | null;
453
475
  /**
454
476
  *
455
477
  * @type {string}
456
478
  * @memberof ResourceObject
457
479
  */
458
- keywords?: string | null;
480
+ 'keywords'?: string | null;
459
481
  /**
460
482
  *
461
483
  * @type {string}
462
484
  * @memberof ResourceObject
463
485
  */
464
- usageRights?: string | null;
486
+ 'usageRights'?: string | null;
465
487
  /**
466
488
  *
467
- * @type {ResourceTypeObject}
489
+ * @type {ResourceObjectType}
468
490
  * @memberof ResourceObject
469
491
  */
470
- type?: ResourceTypeObject | null;
492
+ 'type'?: ResourceObjectType | null;
471
493
  /**
472
494
  *
473
495
  * @type {Array<DisciplineObject>}
474
496
  * @memberof ResourceObject
475
497
  */
476
- disciplines?: Array<DisciplineObject> | null;
498
+ 'disciplines'?: Array<DisciplineObject> | null;
477
499
  /**
478
500
  *
479
- * @type {VisibilityObject}
501
+ * @type {ProjectObjectVisibility}
480
502
  * @memberof ResourceObject
481
503
  */
482
- visibility?: VisibilityObject | null;
504
+ 'visibility'?: ProjectObjectVisibility | null;
483
505
  /**
484
506
  *
485
- * @type {LicenseObject}
507
+ * @type {ResourceObjectLicense}
486
508
  * @memberof ResourceObject
487
509
  */
488
- license?: LicenseObject | null;
510
+ 'license'?: ResourceObjectLicense | null;
489
511
  /**
490
512
  *
491
513
  * @type {any}
492
514
  * @memberof ResourceObject
493
515
  */
494
- resourceTypeOption?: any | null;
516
+ 'resourceTypeOption'?: any | null;
495
517
  /**
496
518
  *
497
519
  * @type {string}
498
520
  * @memberof ResourceObject
499
521
  */
500
- applicationProfile?: string | null;
522
+ 'applicationProfile'?: string | null;
501
523
  /**
502
524
  *
503
525
  * @type {any}
504
526
  * @memberof ResourceObject
505
527
  */
506
- fixedValues?: any | null;
528
+ 'fixedValues'?: any | null;
507
529
  /**
508
530
  *
509
531
  * @type {string}
510
532
  * @memberof ResourceObject
511
533
  */
512
- dateCreated?: string | null;
534
+ 'dateCreated'?: string | null;
513
535
  /**
514
536
  *
515
537
  * @type {string}
516
538
  * @memberof ResourceObject
517
539
  */
518
- creator?: string | null;
540
+ 'creator'?: string | null;
519
541
  /**
520
542
  *
521
543
  * @type {boolean}
522
544
  * @memberof ResourceObject
523
545
  */
524
- archived?: boolean;
546
+ 'archived'?: boolean;
525
547
  /**
526
548
  *
527
549
  * @type {boolean}
528
550
  * @memberof ResourceObject
529
551
  */
530
- deleted?: boolean;
552
+ 'deleted'?: boolean;
531
553
  }
554
+ /**
555
+ * @type ResourceObjectLicense
556
+ * @export
557
+ */
558
+ export type ResourceObjectLicense = LicenseObject;
559
+ /**
560
+ * @type ResourceObjectType
561
+ * @export
562
+ */
563
+ export type ResourceObjectType = ResourceTypeObject;
532
564
  /**
533
565
  *
534
566
  * @export
@@ -540,31 +572,31 @@ export interface ResourceQuotaReturnObject {
540
572
  * @type {string}
541
573
  * @memberof ResourceQuotaReturnObject
542
574
  */
543
- id?: string;
575
+ 'id'?: string;
544
576
  /**
545
577
  *
546
578
  * @type {string}
547
579
  * @memberof ResourceQuotaReturnObject
548
580
  */
549
- name?: string | null;
581
+ 'name'?: string | null;
550
582
  /**
551
583
  *
552
- * @type {QuotaDimObject}
584
+ * @type {ProjectQuotaReturnObjectTotalReserved}
553
585
  * @memberof ResourceQuotaReturnObject
554
586
  */
555
- used?: QuotaDimObject | null;
587
+ 'used'?: ProjectQuotaReturnObjectTotalReserved | null;
556
588
  /**
557
589
  *
558
590
  * @type {number}
559
591
  * @memberof ResourceQuotaReturnObject
560
592
  */
561
- usedPercentage?: number;
593
+ 'usedPercentage'?: number;
562
594
  /**
563
595
  *
564
- * @type {QuotaDimObject}
596
+ * @type {ProjectQuotaReturnObjectTotalReserved}
565
597
  * @memberof ResourceQuotaReturnObject
566
598
  */
567
- reserved?: QuotaDimObject | null;
599
+ 'reserved'?: ProjectQuotaReturnObjectTotalReserved | null;
568
600
  }
569
601
  /**
570
602
  *
@@ -577,13 +609,13 @@ export interface ResourceTypeObject {
577
609
  * @type {string}
578
610
  * @memberof ResourceTypeObject
579
611
  */
580
- id?: string;
612
+ 'id'?: string;
581
613
  /**
582
614
  *
583
615
  * @type {string}
584
616
  * @memberof ResourceTypeObject
585
617
  */
586
- displayName?: string | null;
618
+ 'displayName'?: string | null;
587
619
  }
588
620
  /**
589
621
  *
@@ -596,13 +628,13 @@ export interface RoleObject {
596
628
  * @type {string}
597
629
  * @memberof RoleObject
598
630
  */
599
- id?: string;
631
+ 'id'?: string;
600
632
  /**
601
633
  *
602
634
  * @type {string}
603
635
  * @memberof RoleObject
604
636
  */
605
- displayName?: string | null;
637
+ 'displayName'?: string | null;
606
638
  }
607
639
  /**
608
640
  * Parameter object containing the invitation informations.
@@ -615,19 +647,19 @@ export interface SendInvitationObject {
615
647
  * @type {string}
616
648
  * @memberof SendInvitationObject
617
649
  */
618
- projectId?: string;
650
+ 'projectId'?: string;
619
651
  /**
620
652
  * Id of the target role
621
653
  * @type {string}
622
654
  * @memberof SendInvitationObject
623
655
  */
624
- role?: string;
656
+ 'role'?: string;
625
657
  /**
626
658
  * Email of the target user
627
659
  * @type {string}
628
660
  * @memberof SendInvitationObject
629
661
  */
630
- email?: string | null;
662
+ 'email'?: string | null;
631
663
  }
632
664
  /**
633
665
  *
@@ -640,13 +672,13 @@ export interface TitleObject {
640
672
  * @type {string}
641
673
  * @memberof TitleObject
642
674
  */
643
- id?: string;
675
+ 'id'?: string;
644
676
  /**
645
677
  *
646
678
  * @type {string}
647
679
  * @memberof TitleObject
648
680
  */
649
- displayName?: string | null;
681
+ 'displayName'?: string | null;
650
682
  }
651
683
  /**
652
684
  * Parameter object containing the update informations.
@@ -659,7 +691,7 @@ export interface UpdateProjectQuotaObject {
659
691
  * @type {number}
660
692
  * @memberof UpdateProjectQuotaObject
661
693
  */
662
- allocatedGiB?: number;
694
+ 'allocatedGiB'?: number;
663
695
  }
664
696
  /**
665
697
  *
@@ -672,80 +704,90 @@ export interface UserObject {
672
704
  * @type {string}
673
705
  * @memberof UserObject
674
706
  */
675
- id?: string;
707
+ 'id'?: string;
676
708
  /**
677
709
  *
678
710
  * @type {string}
679
711
  * @memberof UserObject
680
712
  */
681
- displayName?: string | null;
713
+ 'displayName'?: string | null;
682
714
  /**
683
715
  *
684
716
  * @type {string}
685
717
  * @memberof UserObject
686
718
  */
687
- givenname?: string | null;
719
+ 'givenname'?: string | null;
688
720
  /**
689
721
  *
690
722
  * @type {string}
691
723
  * @memberof UserObject
692
724
  */
693
- surname?: string | null;
725
+ 'surname'?: string | null;
694
726
  /**
695
727
  *
696
728
  * @type {string}
697
729
  * @memberof UserObject
698
730
  */
699
- emailAddress?: string | null;
731
+ 'emailAddress'?: string | null;
700
732
  /**
701
733
  *
702
734
  * @type {boolean}
703
735
  * @memberof UserObject
704
736
  */
705
- hasProjectRole?: boolean;
737
+ 'hasProjectRole'?: boolean;
706
738
  /**
707
739
  *
708
- * @type {TitleObject}
740
+ * @type {UserObjectTitle}
709
741
  * @memberof UserObject
710
742
  */
711
- title?: TitleObject | null;
743
+ 'title'?: UserObjectTitle | null;
712
744
  /**
713
745
  *
714
- * @type {LanguageObject}
746
+ * @type {UserObjectLanguage}
715
747
  * @memberof UserObject
716
748
  */
717
- language?: LanguageObject | null;
749
+ 'language'?: UserObjectLanguage | null;
718
750
  /**
719
751
  *
720
752
  * @type {string}
721
753
  * @memberof UserObject
722
754
  */
723
- organization?: string | null;
755
+ 'organization'?: string | null;
724
756
  /**
725
757
  *
726
758
  * @type {string}
727
759
  * @memberof UserObject
728
760
  */
729
- institute?: string | null;
761
+ 'institute'?: string | null;
730
762
  /**
731
763
  *
732
764
  * @type {Array<DisciplineObject>}
733
765
  * @memberof UserObject
734
766
  */
735
- disciplines?: Array<DisciplineObject> | null;
767
+ 'disciplines'?: Array<DisciplineObject> | null;
736
768
  /**
737
769
  *
738
770
  * @type {boolean}
739
771
  * @memberof UserObject
740
772
  */
741
- isRegistered?: boolean;
773
+ 'isRegistered'?: boolean;
742
774
  /**
743
775
  *
744
776
  * @type {Array<ExternalAuthenticatorsObject>}
745
777
  * @memberof UserObject
746
778
  */
747
- externalAuthenticators?: Array<ExternalAuthenticatorsObject> | null;
779
+ 'externalAuthenticators'?: Array<ExternalAuthenticatorsObject> | null;
748
780
  }
781
+ /**
782
+ * @type UserObjectLanguage
783
+ * @export
784
+ */
785
+ export type UserObjectLanguage = LanguageObject;
786
+ /**
787
+ * @type UserObjectTitle
788
+ * @export
789
+ */
790
+ export type UserObjectTitle = TitleObject;
749
791
  /**
750
792
  *
751
793
  * @export
@@ -757,13 +799,13 @@ export interface VisibilityObject {
757
799
  * @type {string}
758
800
  * @memberof VisibilityObject
759
801
  */
760
- id?: string;
802
+ 'id'?: string;
761
803
  /**
762
804
  *
763
805
  * @type {string}
764
806
  * @memberof VisibilityObject
765
807
  */
766
- displayName?: string | null;
808
+ 'displayName'?: string | null;
767
809
  }
768
810
  /**
769
811
  * DisciplineApi - axios parameter creator
@@ -776,7 +818,7 @@ export declare const DisciplineApiAxiosParamCreator: (configuration?: Configurat
776
818
  * @param {*} [options] Override http request option.
777
819
  * @throws {RequiredError}
778
820
  */
779
- disciplineIndex: (options?: any) => Promise<RequestArgs>;
821
+ disciplineIndex: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
780
822
  };
781
823
  /**
782
824
  * DisciplineApi - functional programming interface
@@ -789,7 +831,7 @@ export declare const DisciplineApiFp: (configuration?: Configuration) => {
789
831
  * @param {*} [options] Override http request option.
790
832
  * @throws {RequiredError}
791
833
  */
792
- disciplineIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DisciplineObject>>>;
834
+ disciplineIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DisciplineObject>>>;
793
835
  };
794
836
  /**
795
837
  * DisciplineApi - factory interface
@@ -818,7 +860,7 @@ export declare class DisciplineApi extends BaseAPI {
818
860
  * @throws {RequiredError}
819
861
  * @memberof DisciplineApi
820
862
  */
821
- disciplineIndex(options?: any): Promise<import("axios").AxiosResponse<DisciplineObject[]>>;
863
+ disciplineIndex(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisciplineObject[]>>;
822
864
  }
823
865
  /**
824
866
  * LicenseApi - axios parameter creator
@@ -831,7 +873,7 @@ export declare const LicenseApiAxiosParamCreator: (configuration?: Configuration
831
873
  * @param {*} [options] Override http request option.
832
874
  * @throws {RequiredError}
833
875
  */
834
- licenseIndex: (options?: any) => Promise<RequestArgs>;
876
+ licenseIndex: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
835
877
  };
836
878
  /**
837
879
  * LicenseApi - functional programming interface
@@ -844,7 +886,7 @@ export declare const LicenseApiFp: (configuration?: Configuration) => {
844
886
  * @param {*} [options] Override http request option.
845
887
  * @throws {RequiredError}
846
888
  */
847
- licenseIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LicenseObject>>>;
889
+ licenseIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LicenseObject>>>;
848
890
  };
849
891
  /**
850
892
  * LicenseApi - factory interface
@@ -873,7 +915,7 @@ export declare class LicenseApi extends BaseAPI {
873
915
  * @throws {RequiredError}
874
916
  * @memberof LicenseApi
875
917
  */
876
- licenseIndex(options?: any): Promise<import("axios").AxiosResponse<LicenseObject[]>>;
918
+ licenseIndex(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LicenseObject[]>>;
877
919
  }
878
920
  /**
879
921
  * ProjectApi - axios parameter creator
@@ -882,12 +924,12 @@ export declare class LicenseApi extends BaseAPI {
882
924
  export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration) => {
883
925
  /**
884
926
  *
885
- * @summary Call to analytics logger.
927
+ * @summary Creation of an Application Profile.
886
928
  * @param {string} projectId Project id of the project
887
929
  * @param {*} [options] Override http request option.
888
930
  * @throws {RequiredError}
889
931
  */
890
- projectCreateApplicationProfile: (projectId: string, options?: any) => Promise<RequestArgs>;
932
+ projectCreateApplicationProfile: (projectId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
891
933
  /**
892
934
  *
893
935
  * @summary Deletes a project
@@ -895,7 +937,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
895
937
  * @param {*} [options] Override http request option.
896
938
  * @throws {RequiredError}
897
939
  */
898
- projectDelete: (id: string, options?: any) => Promise<RequestArgs>;
940
+ projectDelete: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
899
941
  /**
900
942
  *
901
943
  * @summary Deletes a project invitation.
@@ -903,7 +945,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
903
945
  * @param {*} [options] Override http request option.
904
946
  * @throws {RequiredError}
905
947
  */
906
- projectDeleteInvitation: (invitationId: string, options?: any) => Promise<RequestArgs>;
948
+ projectDeleteInvitation: (invitationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
907
949
  /**
908
950
  *
909
951
  * @summary This returns the project if the user has access to it
@@ -911,7 +953,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
911
953
  * @param {*} [options] Override http request option.
912
954
  * @throws {RequiredError}
913
955
  */
914
- projectGet: (id: string, options?: any) => Promise<RequestArgs>;
956
+ projectGet: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
915
957
  /**
916
958
  *
917
959
  * @summary This returns the project if the user has access to it
@@ -919,7 +961,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
919
961
  * @param {*} [options] Override http request option.
920
962
  * @throws {RequiredError}
921
963
  */
922
- projectGetBySlug: (slug: string, options?: any) => Promise<RequestArgs>;
964
+ projectGetBySlug: (slug: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
923
965
  /**
924
966
  *
925
967
  * @summary Gets all resources in a project
@@ -927,21 +969,21 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
927
969
  * @param {*} [options] Override http request option.
928
970
  * @throws {RequiredError}
929
971
  */
930
- projectGetResources: (id: string, options?: any) => Promise<RequestArgs>;
972
+ projectGetResources: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
931
973
  /**
932
974
  *
933
975
  * @summary Retrieves all top level projects
934
976
  * @param {*} [options] Override http request option.
935
977
  * @throws {RequiredError}
936
978
  */
937
- projectGetTopLevelProjects: (options?: any) => Promise<RequestArgs>;
979
+ projectGetTopLevelProjects: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
938
980
  /**
939
981
  *
940
982
  * @summary Returns all available projects (including sub projects)
941
983
  * @param {*} [options] Override http request option.
942
984
  * @throws {RequiredError}
943
985
  */
944
- projectIndex: (options?: any) => Promise<RequestArgs>;
986
+ projectIndex: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
945
987
  /**
946
988
  *
947
989
  * @summary List all invitations of a project.
@@ -949,7 +991,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
949
991
  * @param {*} [options] Override http request option.
950
992
  * @throws {RequiredError}
951
993
  */
952
- projectListInvitations: (projectId: string, options?: any) => Promise<RequestArgs>;
994
+ projectListInvitations: (projectId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
953
995
  /**
954
996
  *
955
997
  * @summary Resolves a project invitation for the current user.
@@ -957,7 +999,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
957
999
  * @param {*} [options] Override http request option.
958
1000
  * @throws {RequiredError}
959
1001
  */
960
- projectResolveInvitation: (invitationToken: string, options?: any) => Promise<RequestArgs>;
1002
+ projectResolveInvitation: (invitationToken: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
961
1003
  /**
962
1004
  *
963
1005
  * @summary Creates and sends a project invitation to a specified email.
@@ -965,7 +1007,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
965
1007
  * @param {*} [options] Override http request option.
966
1008
  * @throws {RequiredError}
967
1009
  */
968
- projectSendInvitation: (sendInvitationObject: SendInvitationObject, options?: any) => Promise<RequestArgs>;
1010
+ projectSendInvitation: (sendInvitationObject: SendInvitationObject, options?: AxiosRequestConfig) => Promise<RequestArgs>;
969
1011
  /**
970
1012
  *
971
1013
  * @summary Creates a project
@@ -973,7 +1015,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
973
1015
  * @param {*} [options] Override http request option.
974
1016
  * @throws {RequiredError}
975
1017
  */
976
- projectStore: (projectObject: ProjectObject, options?: any) => Promise<RequestArgs>;
1018
+ projectStore: (projectObject: ProjectObject, options?: AxiosRequestConfig) => Promise<RequestArgs>;
977
1019
  /**
978
1020
  *
979
1021
  * @summary Updates a project
@@ -982,7 +1024,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
982
1024
  * @param {*} [options] Override http request option.
983
1025
  * @throws {RequiredError}
984
1026
  */
985
- projectUpdate: (id: string, projectObject: ProjectObject, options?: any) => Promise<RequestArgs>;
1027
+ projectUpdate: (id: string, projectObject: ProjectObject, options?: AxiosRequestConfig) => Promise<RequestArgs>;
986
1028
  };
987
1029
  /**
988
1030
  * ProjectApi - functional programming interface
@@ -991,12 +1033,12 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
991
1033
  export declare const ProjectApiFp: (configuration?: Configuration) => {
992
1034
  /**
993
1035
  *
994
- * @summary Call to analytics logger.
1036
+ * @summary Creation of an Application Profile.
995
1037
  * @param {string} projectId Project id of the project
996
1038
  * @param {*} [options] Override http request option.
997
1039
  * @throws {RequiredError}
998
1040
  */
999
- projectCreateApplicationProfile(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1041
+ projectCreateApplicationProfile(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1000
1042
  /**
1001
1043
  *
1002
1044
  * @summary Deletes a project
@@ -1004,7 +1046,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1004
1046
  * @param {*} [options] Override http request option.
1005
1047
  * @throws {RequiredError}
1006
1048
  */
1007
- projectDelete(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1049
+ projectDelete(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1008
1050
  /**
1009
1051
  *
1010
1052
  * @summary Deletes a project invitation.
@@ -1012,7 +1054,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1012
1054
  * @param {*} [options] Override http request option.
1013
1055
  * @throws {RequiredError}
1014
1056
  */
1015
- projectDeleteInvitation(invitationId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1057
+ projectDeleteInvitation(invitationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1016
1058
  /**
1017
1059
  *
1018
1060
  * @summary This returns the project if the user has access to it
@@ -1020,7 +1062,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1020
1062
  * @param {*} [options] Override http request option.
1021
1063
  * @throws {RequiredError}
1022
1064
  */
1023
- projectGet(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>>;
1065
+ projectGet(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>>;
1024
1066
  /**
1025
1067
  *
1026
1068
  * @summary This returns the project if the user has access to it
@@ -1028,7 +1070,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1028
1070
  * @param {*} [options] Override http request option.
1029
1071
  * @throws {RequiredError}
1030
1072
  */
1031
- projectGetBySlug(slug: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>>;
1073
+ projectGetBySlug(slug: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>>;
1032
1074
  /**
1033
1075
  *
1034
1076
  * @summary Gets all resources in a project
@@ -1036,21 +1078,21 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1036
1078
  * @param {*} [options] Override http request option.
1037
1079
  * @throws {RequiredError}
1038
1080
  */
1039
- projectGetResources(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceObject>>>;
1081
+ projectGetResources(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceObject>>>;
1040
1082
  /**
1041
1083
  *
1042
1084
  * @summary Retrieves all top level projects
1043
1085
  * @param {*} [options] Override http request option.
1044
1086
  * @throws {RequiredError}
1045
1087
  */
1046
- projectGetTopLevelProjects(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectObject>>>;
1088
+ projectGetTopLevelProjects(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectObject>>>;
1047
1089
  /**
1048
1090
  *
1049
1091
  * @summary Returns all available projects (including sub projects)
1050
1092
  * @param {*} [options] Override http request option.
1051
1093
  * @throws {RequiredError}
1052
1094
  */
1053
- projectIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectObject>>>;
1095
+ projectIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectObject>>>;
1054
1096
  /**
1055
1097
  *
1056
1098
  * @summary List all invitations of a project.
@@ -1058,7 +1100,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1058
1100
  * @param {*} [options] Override http request option.
1059
1101
  * @throws {RequiredError}
1060
1102
  */
1061
- projectListInvitations(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InvitationReturnObject>>>;
1103
+ projectListInvitations(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InvitationReturnObject>>>;
1062
1104
  /**
1063
1105
  *
1064
1106
  * @summary Resolves a project invitation for the current user.
@@ -1066,7 +1108,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1066
1108
  * @param {*} [options] Override http request option.
1067
1109
  * @throws {RequiredError}
1068
1110
  */
1069
- projectResolveInvitation(invitationToken: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1111
+ projectResolveInvitation(invitationToken: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1070
1112
  /**
1071
1113
  *
1072
1114
  * @summary Creates and sends a project invitation to a specified email.
@@ -1074,7 +1116,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1074
1116
  * @param {*} [options] Override http request option.
1075
1117
  * @throws {RequiredError}
1076
1118
  */
1077
- projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1119
+ projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1078
1120
  /**
1079
1121
  *
1080
1122
  * @summary Creates a project
@@ -1082,7 +1124,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1082
1124
  * @param {*} [options] Override http request option.
1083
1125
  * @throws {RequiredError}
1084
1126
  */
1085
- projectStore(projectObject: ProjectObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1127
+ projectStore(projectObject: ProjectObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1086
1128
  /**
1087
1129
  *
1088
1130
  * @summary Updates a project
@@ -1091,7 +1133,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1091
1133
  * @param {*} [options] Override http request option.
1092
1134
  * @throws {RequiredError}
1093
1135
  */
1094
- projectUpdate(id: string, projectObject: ProjectObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1136
+ projectUpdate(id: string, projectObject: ProjectObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1095
1137
  };
1096
1138
  /**
1097
1139
  * ProjectApi - factory interface
@@ -1100,12 +1142,12 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1100
1142
  export declare const ProjectApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1101
1143
  /**
1102
1144
  *
1103
- * @summary Call to analytics logger.
1145
+ * @summary Creation of an Application Profile.
1104
1146
  * @param {string} projectId Project id of the project
1105
1147
  * @param {*} [options] Override http request option.
1106
1148
  * @throws {RequiredError}
1107
1149
  */
1108
- projectCreateApplicationProfile(projectId: string, options?: any): AxiosPromise<any>;
1150
+ projectCreateApplicationProfile(projectId: string, options?: any): AxiosPromise<File>;
1109
1151
  /**
1110
1152
  *
1111
1153
  * @summary Deletes a project
@@ -1113,7 +1155,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1113
1155
  * @param {*} [options] Override http request option.
1114
1156
  * @throws {RequiredError}
1115
1157
  */
1116
- projectDelete(id: string, options?: any): AxiosPromise<any>;
1158
+ projectDelete(id: string, options?: any): AxiosPromise<File>;
1117
1159
  /**
1118
1160
  *
1119
1161
  * @summary Deletes a project invitation.
@@ -1121,7 +1163,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1121
1163
  * @param {*} [options] Override http request option.
1122
1164
  * @throws {RequiredError}
1123
1165
  */
1124
- projectDeleteInvitation(invitationId: string, options?: any): AxiosPromise<any>;
1166
+ projectDeleteInvitation(invitationId: string, options?: any): AxiosPromise<File>;
1125
1167
  /**
1126
1168
  *
1127
1169
  * @summary This returns the project if the user has access to it
@@ -1175,7 +1217,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1175
1217
  * @param {*} [options] Override http request option.
1176
1218
  * @throws {RequiredError}
1177
1219
  */
1178
- projectResolveInvitation(invitationToken: string, options?: any): AxiosPromise<any>;
1220
+ projectResolveInvitation(invitationToken: string, options?: any): AxiosPromise<File>;
1179
1221
  /**
1180
1222
  *
1181
1223
  * @summary Creates and sends a project invitation to a specified email.
@@ -1183,7 +1225,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1183
1225
  * @param {*} [options] Override http request option.
1184
1226
  * @throws {RequiredError}
1185
1227
  */
1186
- projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): AxiosPromise<any>;
1228
+ projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): AxiosPromise<File>;
1187
1229
  /**
1188
1230
  *
1189
1231
  * @summary Creates a project
@@ -1191,7 +1233,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1191
1233
  * @param {*} [options] Override http request option.
1192
1234
  * @throws {RequiredError}
1193
1235
  */
1194
- projectStore(projectObject: ProjectObject, options?: any): AxiosPromise<any>;
1236
+ projectStore(projectObject: ProjectObject, options?: any): AxiosPromise<File>;
1195
1237
  /**
1196
1238
  *
1197
1239
  * @summary Updates a project
@@ -1200,7 +1242,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1200
1242
  * @param {*} [options] Override http request option.
1201
1243
  * @throws {RequiredError}
1202
1244
  */
1203
- projectUpdate(id: string, projectObject: ProjectObject, options?: any): AxiosPromise<any>;
1245
+ projectUpdate(id: string, projectObject: ProjectObject, options?: any): AxiosPromise<File>;
1204
1246
  };
1205
1247
  /**
1206
1248
  * ProjectApi - object-oriented interface
@@ -1211,13 +1253,13 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1211
1253
  export declare class ProjectApi extends BaseAPI {
1212
1254
  /**
1213
1255
  *
1214
- * @summary Call to analytics logger.
1256
+ * @summary Creation of an Application Profile.
1215
1257
  * @param {string} projectId Project id of the project
1216
1258
  * @param {*} [options] Override http request option.
1217
1259
  * @throws {RequiredError}
1218
1260
  * @memberof ProjectApi
1219
1261
  */
1220
- projectCreateApplicationProfile(projectId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1262
+ projectCreateApplicationProfile(projectId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1221
1263
  /**
1222
1264
  *
1223
1265
  * @summary Deletes a project
@@ -1226,7 +1268,7 @@ export declare class ProjectApi extends BaseAPI {
1226
1268
  * @throws {RequiredError}
1227
1269
  * @memberof ProjectApi
1228
1270
  */
1229
- projectDelete(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1271
+ projectDelete(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1230
1272
  /**
1231
1273
  *
1232
1274
  * @summary Deletes a project invitation.
@@ -1235,7 +1277,7 @@ export declare class ProjectApi extends BaseAPI {
1235
1277
  * @throws {RequiredError}
1236
1278
  * @memberof ProjectApi
1237
1279
  */
1238
- projectDeleteInvitation(invitationId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1280
+ projectDeleteInvitation(invitationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1239
1281
  /**
1240
1282
  *
1241
1283
  * @summary This returns the project if the user has access to it
@@ -1244,7 +1286,7 @@ export declare class ProjectApi extends BaseAPI {
1244
1286
  * @throws {RequiredError}
1245
1287
  * @memberof ProjectApi
1246
1288
  */
1247
- projectGet(id: string, options?: any): Promise<import("axios").AxiosResponse<ProjectObject>>;
1289
+ projectGet(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectObject>>;
1248
1290
  /**
1249
1291
  *
1250
1292
  * @summary This returns the project if the user has access to it
@@ -1253,7 +1295,7 @@ export declare class ProjectApi extends BaseAPI {
1253
1295
  * @throws {RequiredError}
1254
1296
  * @memberof ProjectApi
1255
1297
  */
1256
- projectGetBySlug(slug: string, options?: any): Promise<import("axios").AxiosResponse<ProjectObject>>;
1298
+ projectGetBySlug(slug: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectObject>>;
1257
1299
  /**
1258
1300
  *
1259
1301
  * @summary Gets all resources in a project
@@ -1262,7 +1304,7 @@ export declare class ProjectApi extends BaseAPI {
1262
1304
  * @throws {RequiredError}
1263
1305
  * @memberof ProjectApi
1264
1306
  */
1265
- projectGetResources(id: string, options?: any): Promise<import("axios").AxiosResponse<ResourceObject[]>>;
1307
+ projectGetResources(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceObject[]>>;
1266
1308
  /**
1267
1309
  *
1268
1310
  * @summary Retrieves all top level projects
@@ -1270,7 +1312,7 @@ export declare class ProjectApi extends BaseAPI {
1270
1312
  * @throws {RequiredError}
1271
1313
  * @memberof ProjectApi
1272
1314
  */
1273
- projectGetTopLevelProjects(options?: any): Promise<import("axios").AxiosResponse<ProjectObject[]>>;
1315
+ projectGetTopLevelProjects(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectObject[]>>;
1274
1316
  /**
1275
1317
  *
1276
1318
  * @summary Returns all available projects (including sub projects)
@@ -1278,7 +1320,7 @@ export declare class ProjectApi extends BaseAPI {
1278
1320
  * @throws {RequiredError}
1279
1321
  * @memberof ProjectApi
1280
1322
  */
1281
- projectIndex(options?: any): Promise<import("axios").AxiosResponse<ProjectObject[]>>;
1323
+ projectIndex(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectObject[]>>;
1282
1324
  /**
1283
1325
  *
1284
1326
  * @summary List all invitations of a project.
@@ -1287,7 +1329,7 @@ export declare class ProjectApi extends BaseAPI {
1287
1329
  * @throws {RequiredError}
1288
1330
  * @memberof ProjectApi
1289
1331
  */
1290
- projectListInvitations(projectId: string, options?: any): Promise<import("axios").AxiosResponse<InvitationReturnObject[]>>;
1332
+ projectListInvitations(projectId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InvitationReturnObject[]>>;
1291
1333
  /**
1292
1334
  *
1293
1335
  * @summary Resolves a project invitation for the current user.
@@ -1296,7 +1338,7 @@ export declare class ProjectApi extends BaseAPI {
1296
1338
  * @throws {RequiredError}
1297
1339
  * @memberof ProjectApi
1298
1340
  */
1299
- projectResolveInvitation(invitationToken: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1341
+ projectResolveInvitation(invitationToken: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1300
1342
  /**
1301
1343
  *
1302
1344
  * @summary Creates and sends a project invitation to a specified email.
@@ -1305,7 +1347,7 @@ export declare class ProjectApi extends BaseAPI {
1305
1347
  * @throws {RequiredError}
1306
1348
  * @memberof ProjectApi
1307
1349
  */
1308
- projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
1350
+ projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1309
1351
  /**
1310
1352
  *
1311
1353
  * @summary Creates a project
@@ -1314,7 +1356,7 @@ export declare class ProjectApi extends BaseAPI {
1314
1356
  * @throws {RequiredError}
1315
1357
  * @memberof ProjectApi
1316
1358
  */
1317
- projectStore(projectObject: ProjectObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
1359
+ projectStore(projectObject: ProjectObject, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1318
1360
  /**
1319
1361
  *
1320
1362
  * @summary Updates a project
@@ -1324,7 +1366,7 @@ export declare class ProjectApi extends BaseAPI {
1324
1366
  * @throws {RequiredError}
1325
1367
  * @memberof ProjectApi
1326
1368
  */
1327
- projectUpdate(id: string, projectObject: ProjectObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
1369
+ projectUpdate(id: string, projectObject: ProjectObject, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1328
1370
  }
1329
1371
  /**
1330
1372
  * ProjectQuotaApi - axios parameter creator
@@ -1339,7 +1381,7 @@ export declare const ProjectQuotaApiAxiosParamCreator: (configuration?: Configur
1339
1381
  * @param {*} [options] Override http request option.
1340
1382
  * @throws {RequiredError}
1341
1383
  */
1342
- projectQuotaQuota: (id: string, resourceTypeId: string, options?: any) => Promise<RequestArgs>;
1384
+ projectQuotaQuota: (id: string, resourceTypeId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1343
1385
  /**
1344
1386
  *
1345
1387
  * @summary Retrieves all project quotas in GiB grouped by resource type for the selected project.
@@ -1347,7 +1389,7 @@ export declare const ProjectQuotaApiAxiosParamCreator: (configuration?: Configur
1347
1389
  * @param {*} [options] Override http request option.
1348
1390
  * @throws {RequiredError}
1349
1391
  */
1350
- projectQuotaQuotas: (id: string, options?: any) => Promise<RequestArgs>;
1392
+ projectQuotaQuotas: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1351
1393
  /**
1352
1394
  *
1353
1395
  * @summary Updates the reserved project quota of a resource type for a selected poject. Quota value in GiB.
@@ -1357,7 +1399,7 @@ export declare const ProjectQuotaApiAxiosParamCreator: (configuration?: Configur
1357
1399
  * @param {*} [options] Override http request option.
1358
1400
  * @throws {RequiredError}
1359
1401
  */
1360
- projectQuotaUpdateQuota: (id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any) => Promise<RequestArgs>;
1402
+ projectQuotaUpdateQuota: (id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1361
1403
  };
1362
1404
  /**
1363
1405
  * ProjectQuotaApi - functional programming interface
@@ -1372,7 +1414,7 @@ export declare const ProjectQuotaApiFp: (configuration?: Configuration) => {
1372
1414
  * @param {*} [options] Override http request option.
1373
1415
  * @throws {RequiredError}
1374
1416
  */
1375
- projectQuotaQuota(id: string, resourceTypeId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectQuotaExtendedReturnObject>>;
1417
+ projectQuotaQuota(id: string, resourceTypeId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectQuotaExtendedReturnObject>>;
1376
1418
  /**
1377
1419
  *
1378
1420
  * @summary Retrieves all project quotas in GiB grouped by resource type for the selected project.
@@ -1380,7 +1422,7 @@ export declare const ProjectQuotaApiFp: (configuration?: Configuration) => {
1380
1422
  * @param {*} [options] Override http request option.
1381
1423
  * @throws {RequiredError}
1382
1424
  */
1383
- projectQuotaQuotas(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectQuotaReturnObject>>>;
1425
+ projectQuotaQuotas(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectQuotaReturnObject>>>;
1384
1426
  /**
1385
1427
  *
1386
1428
  * @summary Updates the reserved project quota of a resource type for a selected poject. Quota value in GiB.
@@ -1390,7 +1432,7 @@ export declare const ProjectQuotaApiFp: (configuration?: Configuration) => {
1390
1432
  * @param {*} [options] Override http request option.
1391
1433
  * @throws {RequiredError}
1392
1434
  */
1393
- projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1435
+ projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1394
1436
  };
1395
1437
  /**
1396
1438
  * ProjectQuotaApi - factory interface
@@ -1423,7 +1465,7 @@ export declare const ProjectQuotaApiFactory: (configuration?: Configuration, bas
1423
1465
  * @param {*} [options] Override http request option.
1424
1466
  * @throws {RequiredError}
1425
1467
  */
1426
- projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): AxiosPromise<any>;
1468
+ projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): AxiosPromise<File>;
1427
1469
  };
1428
1470
  /**
1429
1471
  * ProjectQuotaApi - object-oriented interface
@@ -1441,7 +1483,7 @@ export declare class ProjectQuotaApi extends BaseAPI {
1441
1483
  * @throws {RequiredError}
1442
1484
  * @memberof ProjectQuotaApi
1443
1485
  */
1444
- projectQuotaQuota(id: string, resourceTypeId: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaExtendedReturnObject>>;
1486
+ projectQuotaQuota(id: string, resourceTypeId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectQuotaExtendedReturnObject>>;
1445
1487
  /**
1446
1488
  *
1447
1489
  * @summary Retrieves all project quotas in GiB grouped by resource type for the selected project.
@@ -1450,7 +1492,7 @@ export declare class ProjectQuotaApi extends BaseAPI {
1450
1492
  * @throws {RequiredError}
1451
1493
  * @memberof ProjectQuotaApi
1452
1494
  */
1453
- projectQuotaQuotas(id: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaReturnObject[]>>;
1495
+ projectQuotaQuotas(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectQuotaReturnObject[]>>;
1454
1496
  /**
1455
1497
  *
1456
1498
  * @summary Updates the reserved project quota of a resource type for a selected poject. Quota value in GiB.
@@ -1461,7 +1503,7 @@ export declare class ProjectQuotaApi extends BaseAPI {
1461
1503
  * @throws {RequiredError}
1462
1504
  * @memberof ProjectQuotaApi
1463
1505
  */
1464
- projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
1506
+ projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1465
1507
  }
1466
1508
  /**
1467
1509
  * ProjectRoleApi - axios parameter creator
@@ -1477,7 +1519,7 @@ export declare const ProjectRoleApiAxiosParamCreator: (configuration?: Configura
1477
1519
  * @param {*} [options] Override http request option.
1478
1520
  * @throws {RequiredError}
1479
1521
  */
1480
- projectRoleDelete: (projectId: string, userId: string, roleId: string, options?: any) => Promise<RequestArgs>;
1522
+ projectRoleDelete: (projectId: string, userId: string, roleId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1481
1523
  /**
1482
1524
  *
1483
1525
  * @summary Deletes the current user from a project
@@ -1485,7 +1527,7 @@ export declare const ProjectRoleApiAxiosParamCreator: (configuration?: Configura
1485
1527
  * @param {*} [options] Override http request option.
1486
1528
  * @throws {RequiredError}
1487
1529
  */
1488
- projectRoleDelete2: (projectId: string, options?: any) => Promise<RequestArgs>;
1530
+ projectRoleDelete2: (projectId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1489
1531
  /**
1490
1532
  *
1491
1533
  * @summary Gets all roles for the current user and a project.
@@ -1493,7 +1535,7 @@ export declare const ProjectRoleApiAxiosParamCreator: (configuration?: Configura
1493
1535
  * @param {*} [options] Override http request option.
1494
1536
  * @throws {RequiredError}
1495
1537
  */
1496
- projectRoleGet: (projectId: string, options?: any) => Promise<RequestArgs>;
1538
+ projectRoleGet: (projectId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1497
1539
  /**
1498
1540
  *
1499
1541
  * @summary Lists all users in a project.
@@ -1501,7 +1543,7 @@ export declare const ProjectRoleApiAxiosParamCreator: (configuration?: Configura
1501
1543
  * @param {*} [options] Override http request option.
1502
1544
  * @throws {RequiredError}
1503
1545
  */
1504
- projectRoleIndex: (projectId: string, options?: any) => Promise<RequestArgs>;
1546
+ projectRoleIndex: (projectId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1505
1547
  /**
1506
1548
  *
1507
1549
  * @summary Sets a role for the current user in a project
@@ -1509,7 +1551,7 @@ export declare const ProjectRoleApiAxiosParamCreator: (configuration?: Configura
1509
1551
  * @param {*} [options] Override http request option.
1510
1552
  * @throws {RequiredError}
1511
1553
  */
1512
- projectRoleSet: (projectRoleObject: ProjectRoleObject, options?: any) => Promise<RequestArgs>;
1554
+ projectRoleSet: (projectRoleObject: ProjectRoleObject, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1513
1555
  };
1514
1556
  /**
1515
1557
  * ProjectRoleApi - functional programming interface
@@ -1525,7 +1567,7 @@ export declare const ProjectRoleApiFp: (configuration?: Configuration) => {
1525
1567
  * @param {*} [options] Override http request option.
1526
1568
  * @throws {RequiredError}
1527
1569
  */
1528
- projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1570
+ projectRoleDelete(projectId: string, userId: string, roleId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1529
1571
  /**
1530
1572
  *
1531
1573
  * @summary Deletes the current user from a project
@@ -1533,7 +1575,7 @@ export declare const ProjectRoleApiFp: (configuration?: Configuration) => {
1533
1575
  * @param {*} [options] Override http request option.
1534
1576
  * @throws {RequiredError}
1535
1577
  */
1536
- projectRoleDelete2(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1578
+ projectRoleDelete2(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1537
1579
  /**
1538
1580
  *
1539
1581
  * @summary Gets all roles for the current user and a project.
@@ -1541,7 +1583,7 @@ export declare const ProjectRoleApiFp: (configuration?: Configuration) => {
1541
1583
  * @param {*} [options] Override http request option.
1542
1584
  * @throws {RequiredError}
1543
1585
  */
1544
- projectRoleGet(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectRoleObject>>>;
1586
+ projectRoleGet(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectRoleObject>>>;
1545
1587
  /**
1546
1588
  *
1547
1589
  * @summary Lists all users in a project.
@@ -1549,7 +1591,7 @@ export declare const ProjectRoleApiFp: (configuration?: Configuration) => {
1549
1591
  * @param {*} [options] Override http request option.
1550
1592
  * @throws {RequiredError}
1551
1593
  */
1552
- projectRoleIndex(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectRoleObject>>>;
1594
+ projectRoleIndex(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectRoleObject>>>;
1553
1595
  /**
1554
1596
  *
1555
1597
  * @summary Sets a role for the current user in a project
@@ -1557,7 +1599,7 @@ export declare const ProjectRoleApiFp: (configuration?: Configuration) => {
1557
1599
  * @param {*} [options] Override http request option.
1558
1600
  * @throws {RequiredError}
1559
1601
  */
1560
- projectRoleSet(projectRoleObject: ProjectRoleObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectRoleObject>>;
1602
+ projectRoleSet(projectRoleObject: ProjectRoleObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectRoleObject>>;
1561
1603
  };
1562
1604
  /**
1563
1605
  * ProjectRoleApi - factory interface
@@ -1573,7 +1615,7 @@ export declare const ProjectRoleApiFactory: (configuration?: Configuration, base
1573
1615
  * @param {*} [options] Override http request option.
1574
1616
  * @throws {RequiredError}
1575
1617
  */
1576
- projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): AxiosPromise<any>;
1618
+ projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): AxiosPromise<File>;
1577
1619
  /**
1578
1620
  *
1579
1621
  * @summary Deletes the current user from a project
@@ -1581,7 +1623,7 @@ export declare const ProjectRoleApiFactory: (configuration?: Configuration, base
1581
1623
  * @param {*} [options] Override http request option.
1582
1624
  * @throws {RequiredError}
1583
1625
  */
1584
- projectRoleDelete2(projectId: string, options?: any): AxiosPromise<any>;
1626
+ projectRoleDelete2(projectId: string, options?: any): AxiosPromise<File>;
1585
1627
  /**
1586
1628
  *
1587
1629
  * @summary Gets all roles for the current user and a project.
@@ -1624,7 +1666,7 @@ export declare class ProjectRoleApi extends BaseAPI {
1624
1666
  * @throws {RequiredError}
1625
1667
  * @memberof ProjectRoleApi
1626
1668
  */
1627
- projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1669
+ projectRoleDelete(projectId: string, userId: string, roleId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1628
1670
  /**
1629
1671
  *
1630
1672
  * @summary Deletes the current user from a project
@@ -1633,7 +1675,7 @@ export declare class ProjectRoleApi extends BaseAPI {
1633
1675
  * @throws {RequiredError}
1634
1676
  * @memberof ProjectRoleApi
1635
1677
  */
1636
- projectRoleDelete2(projectId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1678
+ projectRoleDelete2(projectId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1637
1679
  /**
1638
1680
  *
1639
1681
  * @summary Gets all roles for the current user and a project.
@@ -1642,7 +1684,7 @@ export declare class ProjectRoleApi extends BaseAPI {
1642
1684
  * @throws {RequiredError}
1643
1685
  * @memberof ProjectRoleApi
1644
1686
  */
1645
- projectRoleGet(projectId: string, options?: any): Promise<import("axios").AxiosResponse<ProjectRoleObject[]>>;
1687
+ projectRoleGet(projectId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectRoleObject[]>>;
1646
1688
  /**
1647
1689
  *
1648
1690
  * @summary Lists all users in a project.
@@ -1651,7 +1693,7 @@ export declare class ProjectRoleApi extends BaseAPI {
1651
1693
  * @throws {RequiredError}
1652
1694
  * @memberof ProjectRoleApi
1653
1695
  */
1654
- projectRoleIndex(projectId: string, options?: any): Promise<import("axios").AxiosResponse<ProjectRoleObject[]>>;
1696
+ projectRoleIndex(projectId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectRoleObject[]>>;
1655
1697
  /**
1656
1698
  *
1657
1699
  * @summary Sets a role for the current user in a project
@@ -1660,7 +1702,7 @@ export declare class ProjectRoleApi extends BaseAPI {
1660
1702
  * @throws {RequiredError}
1661
1703
  * @memberof ProjectRoleApi
1662
1704
  */
1663
- projectRoleSet(projectRoleObject: ProjectRoleObject, options?: any): Promise<import("axios").AxiosResponse<ProjectRoleObject>>;
1705
+ projectRoleSet(projectRoleObject: ProjectRoleObject, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectRoleObject>>;
1664
1706
  }
1665
1707
  /**
1666
1708
  * RoleApi - axios parameter creator
@@ -1673,7 +1715,7 @@ export declare const RoleApiAxiosParamCreator: (configuration?: Configuration) =
1673
1715
  * @param {*} [options] Override http request option.
1674
1716
  * @throws {RequiredError}
1675
1717
  */
1676
- roleIndex: (options?: any) => Promise<RequestArgs>;
1718
+ roleIndex: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
1677
1719
  };
1678
1720
  /**
1679
1721
  * RoleApi - functional programming interface
@@ -1686,7 +1728,7 @@ export declare const RoleApiFp: (configuration?: Configuration) => {
1686
1728
  * @param {*} [options] Override http request option.
1687
1729
  * @throws {RequiredError}
1688
1730
  */
1689
- roleIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RoleObject>>>;
1731
+ roleIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RoleObject>>>;
1690
1732
  };
1691
1733
  /**
1692
1734
  * RoleApi - factory interface
@@ -1715,7 +1757,7 @@ export declare class RoleApi extends BaseAPI {
1715
1757
  * @throws {RequiredError}
1716
1758
  * @memberof RoleApi
1717
1759
  */
1718
- roleIndex(options?: any): Promise<import("axios").AxiosResponse<RoleObject[]>>;
1760
+ roleIndex(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RoleObject[]>>;
1719
1761
  }
1720
1762
  /**
1721
1763
  * SubProjectApi - axios parameter creator
@@ -1729,15 +1771,16 @@ export declare const SubProjectApiAxiosParamCreator: (configuration?: Configurat
1729
1771
  * @param {*} [options] Override http request option.
1730
1772
  * @throws {RequiredError}
1731
1773
  */
1732
- subProjectGet: (parentId: string, options?: any) => Promise<RequestArgs>;
1774
+ subProjectGet: (parentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1733
1775
  /**
1734
1776
  *
1735
1777
  * @summary This method retrieves the accessible Parent
1736
1778
  * @param {string} childId Id of the child
1737
1779
  * @param {*} [options] Override http request option.
1780
+ * @deprecated
1738
1781
  * @throws {RequiredError}
1739
1782
  */
1740
- subProjectGetAccessibleParent: (childId: string, options?: any) => Promise<RequestArgs>;
1783
+ subProjectGetAccessibleParent: (childId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1741
1784
  };
1742
1785
  /**
1743
1786
  * SubProjectApi - functional programming interface
@@ -1751,15 +1794,16 @@ export declare const SubProjectApiFp: (configuration?: Configuration) => {
1751
1794
  * @param {*} [options] Override http request option.
1752
1795
  * @throws {RequiredError}
1753
1796
  */
1754
- subProjectGet(parentId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1797
+ subProjectGet(parentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1755
1798
  /**
1756
1799
  *
1757
1800
  * @summary This method retrieves the accessible Parent
1758
1801
  * @param {string} childId Id of the child
1759
1802
  * @param {*} [options] Override http request option.
1803
+ * @deprecated
1760
1804
  * @throws {RequiredError}
1761
1805
  */
1762
- subProjectGetAccessibleParent(childId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1806
+ subProjectGetAccessibleParent(childId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1763
1807
  };
1764
1808
  /**
1765
1809
  * SubProjectApi - factory interface
@@ -1773,15 +1817,16 @@ export declare const SubProjectApiFactory: (configuration?: Configuration, baseP
1773
1817
  * @param {*} [options] Override http request option.
1774
1818
  * @throws {RequiredError}
1775
1819
  */
1776
- subProjectGet(parentId: string, options?: any): AxiosPromise<any>;
1820
+ subProjectGet(parentId: string, options?: any): AxiosPromise<File>;
1777
1821
  /**
1778
1822
  *
1779
1823
  * @summary This method retrieves the accessible Parent
1780
1824
  * @param {string} childId Id of the child
1781
1825
  * @param {*} [options] Override http request option.
1826
+ * @deprecated
1782
1827
  * @throws {RequiredError}
1783
1828
  */
1784
- subProjectGetAccessibleParent(childId: string, options?: any): AxiosPromise<any>;
1829
+ subProjectGetAccessibleParent(childId: string, options?: any): AxiosPromise<File>;
1785
1830
  };
1786
1831
  /**
1787
1832
  * SubProjectApi - object-oriented interface
@@ -1798,16 +1843,17 @@ export declare class SubProjectApi extends BaseAPI {
1798
1843
  * @throws {RequiredError}
1799
1844
  * @memberof SubProjectApi
1800
1845
  */
1801
- subProjectGet(parentId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1846
+ subProjectGet(parentId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1802
1847
  /**
1803
1848
  *
1804
1849
  * @summary This method retrieves the accessible Parent
1805
1850
  * @param {string} childId Id of the child
1806
1851
  * @param {*} [options] Override http request option.
1852
+ * @deprecated
1807
1853
  * @throws {RequiredError}
1808
1854
  * @memberof SubProjectApi
1809
1855
  */
1810
- subProjectGetAccessibleParent(childId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1856
+ subProjectGetAccessibleParent(childId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1811
1857
  }
1812
1858
  /**
1813
1859
  * VisibilityApi - axios parameter creator
@@ -1820,7 +1866,7 @@ export declare const VisibilityApiAxiosParamCreator: (configuration?: Configurat
1820
1866
  * @param {*} [options] Override http request option.
1821
1867
  * @throws {RequiredError}
1822
1868
  */
1823
- visibilityIndex: (options?: any) => Promise<RequestArgs>;
1869
+ visibilityIndex: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
1824
1870
  };
1825
1871
  /**
1826
1872
  * VisibilityApi - functional programming interface
@@ -1833,7 +1879,7 @@ export declare const VisibilityApiFp: (configuration?: Configuration) => {
1833
1879
  * @param {*} [options] Override http request option.
1834
1880
  * @throws {RequiredError}
1835
1881
  */
1836
- visibilityIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<VisibilityObject>>>;
1882
+ visibilityIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<VisibilityObject>>>;
1837
1883
  };
1838
1884
  /**
1839
1885
  * VisibilityApi - factory interface
@@ -1862,5 +1908,5 @@ export declare class VisibilityApi extends BaseAPI {
1862
1908
  * @throws {RequiredError}
1863
1909
  * @memberof VisibilityApi
1864
1910
  */
1865
- visibilityIndex(options?: any): Promise<import("axios").AxiosResponse<VisibilityObject[]>>;
1911
+ visibilityIndex(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VisibilityObject[]>>;
1866
1912
  }