@coscine/api-client 1.5.0 → 2.0.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 (110) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +240 -251
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.umd.js +240 -251
  5. package/dist/index.umd.js.map +1 -1
  6. package/dist/lib/Coscine.Api.ActivatedFeatures/base.js +1 -1
  7. package/dist/lib/Coscine.Api.Admin/api.js +13 -13
  8. package/dist/lib/Coscine.Api.Admin/base.js +2 -2
  9. package/dist/lib/Coscine.Api.Admin/common.js +1 -1
  10. package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
  11. package/dist/lib/Coscine.Api.Admin/index.js +1 -1
  12. package/dist/lib/Coscine.Api.Blob/api.js +1 -1
  13. package/dist/lib/Coscine.Api.Blob/base.js +2 -2
  14. package/dist/lib/Coscine.Api.Blob/common.js +1 -1
  15. package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
  16. package/dist/lib/Coscine.Api.Blob/index.js +1 -1
  17. package/dist/lib/Coscine.Api.Metadata/api.js +1 -1
  18. package/dist/lib/Coscine.Api.Metadata/base.js +2 -2
  19. package/dist/lib/Coscine.Api.Metadata/common.js +1 -1
  20. package/dist/lib/Coscine.Api.Metadata/configuration.js +1 -1
  21. package/dist/lib/Coscine.Api.Metadata/index.js +1 -1
  22. package/dist/lib/Coscine.Api.Notices/api.js +1 -1
  23. package/dist/lib/Coscine.Api.Notices/base.js +2 -2
  24. package/dist/lib/Coscine.Api.Notices/common.js +1 -1
  25. package/dist/lib/Coscine.Api.Notices/configuration.js +1 -1
  26. package/dist/lib/Coscine.Api.Notices/index.js +1 -1
  27. package/dist/lib/Coscine.Api.Organization/base.js +1 -1
  28. package/dist/lib/Coscine.Api.Project/api.js +206 -248
  29. package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
  30. package/dist/lib/Coscine.Api.Project/base.js +1 -1
  31. package/dist/lib/Coscine.Api.Quota/api.js +1 -1
  32. package/dist/lib/Coscine.Api.Quota/base.js +2 -2
  33. package/dist/lib/Coscine.Api.Quota/common.js +1 -1
  34. package/dist/lib/Coscine.Api.Quota/configuration.js +1 -1
  35. package/dist/lib/Coscine.Api.Quota/index.js +1 -1
  36. package/dist/lib/Coscine.Api.Resources/api.js +1 -1
  37. package/dist/lib/Coscine.Api.Resources/base.js +2 -2
  38. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  39. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  40. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  41. package/dist/lib/Coscine.Api.Search/api.js +1 -1
  42. package/dist/lib/Coscine.Api.Search/base.js +2 -2
  43. package/dist/lib/Coscine.Api.Search/common.js +1 -1
  44. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  45. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  46. package/dist/lib/Coscine.Api.Token/api.js +58 -0
  47. package/dist/lib/Coscine.Api.Token/api.js.map +1 -1
  48. package/dist/lib/Coscine.Api.Token/base.js +1 -1
  49. package/dist/lib/Coscine.Api.Tree/api.js +1 -1
  50. package/dist/lib/Coscine.Api.Tree/base.js +2 -2
  51. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  52. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  53. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  54. package/dist/lib/Coscine.Api.User/api.js +1 -1
  55. package/dist/lib/Coscine.Api.User/base.js +2 -2
  56. package/dist/lib/Coscine.Api.User/common.js +1 -1
  57. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  58. package/dist/lib/Coscine.Api.User/index.js +1 -1
  59. package/dist/lib/axios-basic.js +5 -30
  60. package/dist/lib/axios-basic.js.map +1 -1
  61. package/dist/types/Coscine.Api.Admin/api.d.ts +13 -13
  62. package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
  63. package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
  64. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  65. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  66. package/dist/types/Coscine.Api.Blob/api.d.ts +1 -1
  67. package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
  68. package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
  69. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  70. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  71. package/dist/types/Coscine.Api.Metadata/api.d.ts +1 -1
  72. package/dist/types/Coscine.Api.Metadata/base.d.ts +1 -1
  73. package/dist/types/Coscine.Api.Metadata/common.d.ts +1 -1
  74. package/dist/types/Coscine.Api.Metadata/configuration.d.ts +1 -1
  75. package/dist/types/Coscine.Api.Metadata/index.d.ts +1 -1
  76. package/dist/types/Coscine.Api.Notices/api.d.ts +1 -1
  77. package/dist/types/Coscine.Api.Notices/base.d.ts +1 -1
  78. package/dist/types/Coscine.Api.Notices/common.d.ts +1 -1
  79. package/dist/types/Coscine.Api.Notices/configuration.d.ts +1 -1
  80. package/dist/types/Coscine.Api.Notices/index.d.ts +1 -1
  81. package/dist/types/Coscine.Api.Project/api.d.ts +366 -1717
  82. package/dist/types/Coscine.Api.Quota/api.d.ts +1 -1
  83. package/dist/types/Coscine.Api.Quota/base.d.ts +1 -1
  84. package/dist/types/Coscine.Api.Quota/common.d.ts +1 -1
  85. package/dist/types/Coscine.Api.Quota/configuration.d.ts +1 -1
  86. package/dist/types/Coscine.Api.Quota/index.d.ts +1 -1
  87. package/dist/types/Coscine.Api.Resources/api.d.ts +1 -1
  88. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  89. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  90. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  91. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  92. package/dist/types/Coscine.Api.Search/api.d.ts +1 -1
  93. package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
  94. package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
  95. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  96. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  97. package/dist/types/Coscine.Api.Token/api.d.ts +48 -0
  98. package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
  99. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  100. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  101. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  102. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  103. package/dist/types/Coscine.Api.User/api.d.ts +1 -1
  104. package/dist/types/Coscine.Api.User/base.d.ts +1 -1
  105. package/dist/types/Coscine.Api.User/common.d.ts +1 -1
  106. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  107. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  108. package/dist/types/apis.d.ts +9 -9
  109. package/dist/types/index.d.ts +18 -18
  110. package/package.json +1 -1
@@ -15,1833 +15,534 @@ import { RequestArgs, BaseAPI } from './base';
15
15
  /**
16
16
  *
17
17
  * @export
18
- * @interface ActivatedFeature
18
+ * @interface DisciplineObject
19
19
  */
20
- export interface ActivatedFeature {
20
+ export interface DisciplineObject {
21
21
  /**
22
22
  *
23
23
  * @type {string}
24
- * @memberof ActivatedFeature
24
+ * @memberof DisciplineObject
25
25
  */
26
26
  id?: string;
27
27
  /**
28
28
  *
29
29
  * @type {string}
30
- * @memberof ActivatedFeature
30
+ * @memberof DisciplineObject
31
31
  */
32
- projectId?: string;
32
+ url?: string | null;
33
33
  /**
34
34
  *
35
35
  * @type {string}
36
- * @memberof ActivatedFeature
37
- */
38
- featureId?: string;
39
- /**
40
- *
41
- * @type {Feature}
42
- * @memberof ActivatedFeature
36
+ * @memberof DisciplineObject
43
37
  */
44
- feature?: Feature | null;
38
+ displayNameDe?: string | null;
45
39
  /**
46
40
  *
47
- * @type {Project}
48
- * @memberof ActivatedFeature
41
+ * @type {string}
42
+ * @memberof DisciplineObject
49
43
  */
50
- project?: Project | null;
44
+ displayNameEn?: string | null;
51
45
  }
52
46
  /**
53
47
  *
54
48
  * @export
55
- * @interface ApiToken
49
+ * @interface ExternalAuthenticatorsObject
56
50
  */
57
- export interface ApiToken {
51
+ export interface ExternalAuthenticatorsObject {
58
52
  /**
59
53
  *
60
54
  * @type {string}
61
- * @memberof ApiToken
55
+ * @memberof ExternalAuthenticatorsObject
62
56
  */
63
57
  id?: string;
64
58
  /**
65
59
  *
66
60
  * @type {string}
67
- * @memberof ApiToken
68
- */
69
- name?: string | null;
70
- /**
71
- *
72
- * @type {string}
73
- * @memberof ApiToken
74
- */
75
- userId?: string;
76
- /**
77
- *
78
- * @type {string}
79
- * @memberof ApiToken
80
- */
81
- issuedAt?: string;
82
- /**
83
- *
84
- * @type {string}
85
- * @memberof ApiToken
86
- */
87
- expiration?: string;
88
- /**
89
- *
90
- * @type {User}
91
- * @memberof ApiToken
61
+ * @memberof ExternalAuthenticatorsObject
92
62
  */
93
- user?: User | null;
63
+ displayName?: string | null;
94
64
  }
95
65
  /**
96
- *
66
+ * Return object for an invitation.
97
67
  * @export
98
- * @interface ContactChange
68
+ * @interface InvitationReturnObject
99
69
  */
100
- export interface ContactChange {
70
+ export interface InvitationReturnObject {
101
71
  /**
102
- *
72
+ * The invitation id.
103
73
  * @type {string}
104
- * @memberof ContactChange
74
+ * @memberof InvitationReturnObject
105
75
  */
106
- relationId?: string;
76
+ id?: string;
107
77
  /**
108
- *
78
+ * When the invite will expire.
109
79
  * @type {string}
110
- * @memberof ContactChange
80
+ * @memberof InvitationReturnObject
111
81
  */
112
- userId?: string;
82
+ expiration?: string;
113
83
  /**
114
- *
84
+ * Email of the invitee.
115
85
  * @type {string}
116
- * @memberof ContactChange
86
+ * @memberof InvitationReturnObject
117
87
  */
118
- newEmail?: string | null;
88
+ userMail?: string | null;
119
89
  /**
120
- *
90
+ * Id of the issuer.
121
91
  * @type {string}
122
- * @memberof ContactChange
92
+ * @memberof InvitationReturnObject
123
93
  */
124
- editDate?: string | null;
94
+ issuer?: string;
125
95
  /**
126
- *
96
+ * Id of the project.
127
97
  * @type {string}
128
- * @memberof ContactChange
98
+ * @memberof InvitationReturnObject
129
99
  */
130
- confirmationToken?: string;
100
+ projectId?: string;
131
101
  /**
132
- *
133
- * @type {User}
134
- * @memberof ContactChange
102
+ * Id of the target Role.
103
+ * @type {string}
104
+ * @memberof InvitationReturnObject
135
105
  */
136
- user?: User | null;
106
+ roleId?: string;
137
107
  }
138
108
  /**
139
109
  *
140
110
  * @export
141
- * @interface Discipline
111
+ * @interface LanguageObject
142
112
  */
143
- export interface Discipline {
113
+ export interface LanguageObject {
144
114
  /**
145
115
  *
146
116
  * @type {string}
147
- * @memberof Discipline
117
+ * @memberof LanguageObject
148
118
  */
149
119
  id?: string;
150
120
  /**
151
121
  *
152
122
  * @type {string}
153
- * @memberof Discipline
154
- */
155
- url?: string | null;
156
- /**
157
- *
158
- * @type {string}
159
- * @memberof Discipline
123
+ * @memberof LanguageObject
160
124
  */
161
- displayNameDe?: string | null;
125
+ displayName?: string | null;
162
126
  /**
163
127
  *
164
128
  * @type {string}
165
- * @memberof Discipline
166
- */
167
- displayNameEn?: string | null;
168
- /**
169
- *
170
- * @type {Array<ProjectDiscipline>}
171
- * @memberof Discipline
172
- */
173
- projectDisciplines?: Array<ProjectDiscipline> | null;
174
- /**
175
- *
176
- * @type {Array<ResourceDiscipline>}
177
- * @memberof Discipline
178
- */
179
- resourceDisciplines?: Array<ResourceDiscipline> | null;
180
- /**
181
- *
182
- * @type {Array<UserDiscipline>}
183
- * @memberof Discipline
129
+ * @memberof LanguageObject
184
130
  */
185
- userDisciplines?: Array<UserDiscipline> | null;
131
+ abbreviation?: string | null;
186
132
  }
187
133
  /**
188
134
  *
189
135
  * @export
190
- * @interface DisciplineObject
136
+ * @interface LicenseObject
191
137
  */
192
- export interface DisciplineObject {
138
+ export interface LicenseObject {
193
139
  /**
194
140
  *
195
141
  * @type {string}
196
- * @memberof DisciplineObject
142
+ * @memberof LicenseObject
197
143
  */
198
144
  id?: string;
199
145
  /**
200
146
  *
201
147
  * @type {string}
202
- * @memberof DisciplineObject
203
- */
204
- url?: string | null;
205
- /**
206
- *
207
- * @type {string}
208
- * @memberof DisciplineObject
209
- */
210
- displayNameDe?: string | null;
211
- /**
212
- *
213
- * @type {string}
214
- * @memberof DisciplineObject
148
+ * @memberof LicenseObject
215
149
  */
216
- displayNameEn?: string | null;
150
+ displayName?: string | null;
217
151
  }
218
152
  /**
219
- *
153
+ * Return object containing the maximum project quota.
220
154
  * @export
221
- * @interface ExternalAuthenticator
155
+ * @interface MaxProjectQuota
222
156
  */
223
- export interface ExternalAuthenticator {
157
+ export interface MaxProjectQuota {
224
158
  /**
225
- *
159
+ * The resource type id.
226
160
  * @type {string}
227
- * @memberof ExternalAuthenticator
161
+ * @memberof MaxProjectQuota
228
162
  */
229
163
  id?: string;
230
164
  /**
231
- *
232
- * @type {string}
233
- * @memberof ExternalAuthenticator
234
- */
235
- displayName?: string | null;
236
- /**
237
- *
238
- * @type {Array<ExternalId>}
239
- * @memberof ExternalAuthenticator
165
+ * Available amount in gb.
166
+ * @type {number}
167
+ * @memberof MaxProjectQuota
240
168
  */
241
- externalIds?: Array<ExternalId> | null;
169
+ available?: number;
242
170
  }
243
171
  /**
244
172
  *
245
173
  * @export
246
- * @interface ExternalAuthenticatorsObject
174
+ * @interface OrganizationObject
247
175
  */
248
- export interface ExternalAuthenticatorsObject {
176
+ export interface OrganizationObject {
249
177
  /**
250
178
  *
251
179
  * @type {string}
252
- * @memberof ExternalAuthenticatorsObject
180
+ * @memberof OrganizationObject
253
181
  */
254
- id?: string;
182
+ url?: string | null;
255
183
  /**
256
184
  *
257
185
  * @type {string}
258
- * @memberof ExternalAuthenticatorsObject
186
+ * @memberof OrganizationObject
259
187
  */
260
188
  displayName?: string | null;
261
189
  }
262
190
  /**
263
191
  *
264
192
  * @export
265
- * @interface ExternalId
193
+ * @interface ProjectObject
266
194
  */
267
- export interface ExternalId {
195
+ export interface ProjectObject {
268
196
  /**
269
197
  *
270
198
  * @type {string}
271
- * @memberof ExternalId
199
+ * @memberof ProjectObject
272
200
  */
273
- relationId?: string;
201
+ id?: string;
274
202
  /**
275
203
  *
276
204
  * @type {string}
277
- * @memberof ExternalId
205
+ * @memberof ProjectObject
278
206
  */
279
- userId?: string;
207
+ description?: string | null;
280
208
  /**
281
209
  *
282
210
  * @type {string}
283
- * @memberof ExternalId
211
+ * @memberof ProjectObject
284
212
  */
285
- externalAuthenticatorId?: string;
213
+ displayName?: string | null;
286
214
  /**
287
215
  *
288
216
  * @type {string}
289
- * @memberof ExternalId
217
+ * @memberof ProjectObject
290
218
  */
291
- externalId1?: string | null;
219
+ startDate?: string;
292
220
  /**
293
221
  *
294
222
  * @type {string}
295
- * @memberof ExternalId
296
- */
297
- organization?: string | null;
298
- /**
299
- *
300
- * @type {ExternalAuthenticator}
301
- * @memberof ExternalId
223
+ * @memberof ProjectObject
302
224
  */
303
- externalAuthenticator?: ExternalAuthenticator | null;
225
+ endDate?: string;
304
226
  /**
305
227
  *
306
- * @type {User}
307
- * @memberof ExternalId
228
+ * @type {string}
229
+ * @memberof ProjectObject
308
230
  */
309
- user?: User | null;
310
- }
311
- /**
312
- *
313
- * @export
314
- * @interface Feature
315
- */
316
- export interface Feature {
231
+ keywords?: string | null;
317
232
  /**
318
233
  *
319
234
  * @type {string}
320
- * @memberof Feature
235
+ * @memberof ProjectObject
321
236
  */
322
- id?: string;
237
+ projectName?: string | null;
323
238
  /**
324
239
  *
325
240
  * @type {string}
326
- * @memberof Feature
241
+ * @memberof ProjectObject
327
242
  */
328
- sharepointId?: string | null;
243
+ principleInvestigators?: string | null;
329
244
  /**
330
245
  *
331
246
  * @type {string}
332
- * @memberof Feature
247
+ * @memberof ProjectObject
333
248
  */
334
- displaynameEn?: string | null;
249
+ grantId?: string | null;
335
250
  /**
336
251
  *
337
252
  * @type {string}
338
- * @memberof Feature
253
+ * @memberof ProjectObject
339
254
  */
340
- displaynameDe?: string | null;
255
+ slug?: string | null;
341
256
  /**
342
257
  *
343
- * @type {Array<ActivatedFeature>}
344
- * @memberof Feature
258
+ * @type {Array<DisciplineObject>}
259
+ * @memberof ProjectObject
345
260
  */
346
- activatedFeatures?: Array<ActivatedFeature> | null;
347
- }
348
- /**
349
- *
350
- * @export
351
- * @interface Group
352
- */
353
- export interface Group {
261
+ disciplines?: Array<DisciplineObject> | null;
354
262
  /**
355
263
  *
356
- * @type {string}
357
- * @memberof Group
264
+ * @type {Array<OrganizationObject>}
265
+ * @memberof ProjectObject
358
266
  */
359
- id?: string;
267
+ organizations?: Array<OrganizationObject> | null;
360
268
  /**
361
269
  *
362
- * @type {string}
363
- * @memberof Group
270
+ * @type {VisibilityObject}
271
+ * @memberof ProjectObject
364
272
  */
365
- displayName?: string | null;
273
+ visibility?: VisibilityObject | null;
366
274
  /**
367
275
  *
368
- * @type {Array<GroupMembership>}
369
- * @memberof Group
276
+ * @type {string}
277
+ * @memberof ProjectObject
370
278
  */
371
- groupMemberships?: Array<GroupMembership> | null;
279
+ parentId?: string;
372
280
  }
373
281
  /**
374
- *
282
+ * Contains information about the quota of a project by resource type.
375
283
  * @export
376
- * @interface GroupMembership
284
+ * @interface ProjectQuotaReturnObject
377
285
  */
378
- export interface GroupMembership {
286
+ export interface ProjectQuotaReturnObject {
379
287
  /**
380
- *
288
+ * Id of the resoure type.
381
289
  * @type {string}
382
- * @memberof GroupMembership
290
+ * @memberof ProjectQuotaReturnObject
383
291
  */
384
- relationId?: string;
292
+ id?: string;
385
293
  /**
386
- *
294
+ * Display name of the resource type.
387
295
  * @type {string}
388
- * @memberof GroupMembership
296
+ * @memberof ProjectQuotaReturnObject
389
297
  */
390
- groupId?: string;
298
+ name?: string | null;
391
299
  /**
392
- *
393
- * @type {string}
394
- * @memberof GroupMembership
300
+ * How much space is used by the resources (in gb).
301
+ * @type {number}
302
+ * @memberof ProjectQuotaReturnObject
395
303
  */
396
- userId?: string;
304
+ used?: number;
397
305
  /**
398
- *
399
- * @type {Group}
400
- * @memberof GroupMembership
306
+ * How much space is availabe to be taken by resources (in gb).
307
+ * @type {number}
308
+ * @memberof ProjectQuotaReturnObject
401
309
  */
402
- group?: Group | null;
310
+ allocated?: number;
403
311
  /**
404
- *
405
- * @type {User}
406
- * @memberof GroupMembership
312
+ * Maximum amount of quota (in gb).
313
+ * @type {number}
314
+ * @memberof ProjectQuotaReturnObject
407
315
  */
408
- user?: User | null;
316
+ maximum?: number;
409
317
  }
410
318
  /**
411
319
  *
412
320
  * @export
413
- * @interface Invitation
321
+ * @interface ProjectRoleObject
414
322
  */
415
- export interface Invitation {
416
- /**
417
- *
418
- * @type {string}
419
- * @memberof Invitation
420
- */
421
- id?: string;
422
- /**
423
- *
424
- * @type {string}
425
- * @memberof Invitation
426
- */
427
- project?: string;
428
- /**
429
- *
430
- * @type {string}
431
- * @memberof Invitation
432
- */
433
- issuer?: string;
434
- /**
435
- *
436
- * @type {string}
437
- * @memberof Invitation
438
- */
439
- role?: string;
440
- /**
441
- *
442
- * @type {string}
443
- * @memberof Invitation
444
- */
445
- inviteeEmail?: string | null;
446
- /**
447
- *
448
- * @type {string}
449
- * @memberof Invitation
450
- */
451
- expiration?: string;
323
+ export interface ProjectRoleObject {
452
324
  /**
453
325
  *
454
326
  * @type {string}
455
- * @memberof Invitation
456
- */
457
- token?: string;
458
- /**
459
- *
460
- * @type {User}
461
- * @memberof Invitation
327
+ * @memberof ProjectRoleObject
462
328
  */
463
- issuerNavigation?: User | null;
329
+ projectId?: string;
464
330
  /**
465
331
  *
466
- * @type {Project}
467
- * @memberof Invitation
332
+ * @type {UserObject}
333
+ * @memberof ProjectRoleObject
468
334
  */
469
- projectNavigation?: Project | null;
470
- /**
471
- *
472
- * @type {Role}
473
- * @memberof Invitation
474
- */
475
- roleNavigation?: Role | null;
476
- }
477
- /**
478
- * Return object for an invitation.
479
- * @export
480
- * @interface InvitationReturnObject
481
- */
482
- export interface InvitationReturnObject {
483
- /**
484
- * The invitation id.
485
- * @type {string}
486
- * @memberof InvitationReturnObject
487
- */
488
- id?: string;
489
- /**
490
- * When the invite will expire.
491
- * @type {string}
492
- * @memberof InvitationReturnObject
493
- */
494
- expiration?: string;
495
- /**
496
- * Email of the invitee.
497
- * @type {string}
498
- * @memberof InvitationReturnObject
499
- */
500
- userMail?: string | null;
501
- /**
502
- * Id of the issuer.
503
- * @type {string}
504
- * @memberof InvitationReturnObject
505
- */
506
- issuer?: string;
507
- /**
508
- * Id of the project.
509
- * @type {string}
510
- * @memberof InvitationReturnObject
511
- */
512
- projectId?: string;
513
- /**
514
- * Id of the target Role.
515
- * @type {string}
516
- * @memberof InvitationReturnObject
517
- */
518
- roleId?: string;
519
- }
520
- /**
521
- *
522
- * @export
523
- * @interface Language
524
- */
525
- export interface Language {
526
- /**
527
- *
528
- * @type {string}
529
- * @memberof Language
530
- */
531
- id?: string;
532
- /**
533
- *
534
- * @type {string}
535
- * @memberof Language
536
- */
537
- displayName?: string | null;
538
- /**
539
- *
540
- * @type {string}
541
- * @memberof Language
542
- */
543
- abbreviation?: string | null;
544
- /**
545
- *
546
- * @type {Array<User>}
547
- * @memberof Language
548
- */
549
- users?: Array<User> | null;
550
- }
551
- /**
552
- *
553
- * @export
554
- * @interface LanguageObject
555
- */
556
- export interface LanguageObject {
557
- /**
558
- *
559
- * @type {string}
560
- * @memberof LanguageObject
561
- */
562
- id?: string;
563
- /**
564
- *
565
- * @type {string}
566
- * @memberof LanguageObject
567
- */
568
- displayName?: string | null;
569
- /**
570
- *
571
- * @type {string}
572
- * @memberof LanguageObject
573
- */
574
- abbreviation?: string | null;
575
- }
576
- /**
577
- *
578
- * @export
579
- * @interface License
580
- */
581
- export interface License {
582
- /**
583
- *
584
- * @type {string}
585
- * @memberof License
586
- */
587
- id?: string;
588
- /**
589
- *
590
- * @type {string}
591
- * @memberof License
592
- */
593
- displayName?: string | null;
594
- /**
595
- *
596
- * @type {Array<Resource>}
597
- * @memberof License
598
- */
599
- resources?: Array<Resource> | null;
600
- }
601
- /**
602
- *
603
- * @export
604
- * @interface LicenseObject
605
- */
606
- export interface LicenseObject {
607
- /**
608
- *
609
- * @type {string}
610
- * @memberof LicenseObject
611
- */
612
- id?: string;
613
- /**
614
- *
615
- * @type {string}
616
- * @memberof LicenseObject
617
- */
618
- displayName?: string | null;
619
- }
620
- /**
621
- * Return object containing the maximum project quota.
622
- * @export
623
- * @interface MaxProjectQuota
624
- */
625
- export interface MaxProjectQuota {
626
- /**
627
- * The resource type id.
628
- * @type {string}
629
- * @memberof MaxProjectQuota
630
- */
631
- id?: string;
632
- /**
633
- * Available amount in gb.
634
- * @type {number}
635
- * @memberof MaxProjectQuota
636
- */
637
- available?: number;
638
- }
639
- /**
640
- *
641
- * @export
642
- * @interface OrganizationObject
643
- */
644
- export interface OrganizationObject {
645
- /**
646
- *
647
- * @type {string}
648
- * @memberof OrganizationObject
649
- */
650
- url?: string | null;
651
- /**
652
- *
653
- * @type {string}
654
- * @memberof OrganizationObject
655
- */
656
- displayName?: string | null;
657
- }
658
- /**
659
- *
660
- * @export
661
- * @interface Project
662
- */
663
- export interface Project {
664
- /**
665
- *
666
- * @type {string}
667
- * @memberof Project
668
- */
669
- id?: string;
670
- /**
671
- *
672
- * @type {string}
673
- * @memberof Project
674
- */
675
- projectName?: string | null;
676
- /**
677
- *
678
- * @type {string}
679
- * @memberof Project
680
- */
681
- description?: string | null;
682
- /**
683
- *
684
- * @type {string}
685
- * @memberof Project
686
- */
687
- startDate?: string;
688
- /**
689
- *
690
- * @type {string}
691
- * @memberof Project
692
- */
693
- endDate?: string;
694
- /**
695
- *
696
- * @type {string}
697
- * @memberof Project
698
- */
699
- keywords?: string | null;
700
- /**
701
- *
702
- * @type {string}
703
- * @memberof Project
704
- */
705
- displayName?: string | null;
706
- /**
707
- *
708
- * @type {string}
709
- * @memberof Project
710
- */
711
- principleInvestigators?: string | null;
712
- /**
713
- *
714
- * @type {string}
715
- * @memberof Project
716
- */
717
- grantId?: string | null;
718
- /**
719
- *
720
- * @type {string}
721
- * @memberof Project
722
- */
723
- visibilityId?: string | null;
724
- /**
725
- *
726
- * @type {boolean}
727
- * @memberof Project
728
- */
729
- deleted?: boolean;
730
- /**
731
- *
732
- * @type {string}
733
- * @memberof Project
734
- */
735
- slug?: string | null;
736
- /**
737
- *
738
- * @type {Visibility}
739
- * @memberof Project
740
- */
741
- visibility?: Visibility | null;
742
- /**
743
- *
744
- * @type {Array<ActivatedFeature>}
745
- * @memberof Project
746
- */
747
- activatedFeatures?: Array<ActivatedFeature> | null;
748
- /**
749
- *
750
- * @type {Array<Invitation>}
751
- * @memberof Project
752
- */
753
- invitations?: Array<Invitation> | null;
754
- /**
755
- *
756
- * @type {Array<ProjectDiscipline>}
757
- * @memberof Project
758
- */
759
- projectDisciplines?: Array<ProjectDiscipline> | null;
760
- /**
761
- *
762
- * @type {Array<ProjectInstitute>}
763
- * @memberof Project
764
- */
765
- projectInstitutes?: Array<ProjectInstitute> | null;
766
- /**
767
- *
768
- * @type {Array<ProjectQuota>}
769
- * @memberof Project
770
- */
771
- projectQuotas?: Array<ProjectQuota> | null;
772
- /**
773
- *
774
- * @type {Array<ProjectResource>}
775
- * @memberof Project
776
- */
777
- projectResources?: Array<ProjectResource> | null;
778
- /**
779
- *
780
- * @type {Array<ProjectRole>}
781
- * @memberof Project
782
- */
783
- projectRoles?: Array<ProjectRole> | null;
784
- /**
785
- *
786
- * @type {Array<SubProject>}
787
- * @memberof Project
788
- */
789
- subProjectProjects?: Array<SubProject> | null;
790
- /**
791
- *
792
- * @type {Array<SubProject>}
793
- * @memberof Project
794
- */
795
- subProjectSubProjectNavigations?: Array<SubProject> | null;
796
- }
797
- /**
798
- *
799
- * @export
800
- * @interface ProjectDiscipline
801
- */
802
- export interface ProjectDiscipline {
803
- /**
804
- *
805
- * @type {string}
806
- * @memberof ProjectDiscipline
807
- */
808
- relationId?: string;
809
- /**
810
- *
811
- * @type {string}
812
- * @memberof ProjectDiscipline
813
- */
814
- disciplineId?: string;
815
- /**
816
- *
817
- * @type {string}
818
- * @memberof ProjectDiscipline
819
- */
820
- projectId?: string;
821
- /**
822
- *
823
- * @type {Discipline}
824
- * @memberof ProjectDiscipline
825
- */
826
- discipline?: Discipline | null;
827
- /**
828
- *
829
- * @type {Project}
830
- * @memberof ProjectDiscipline
831
- */
832
- project?: Project | null;
833
- }
834
- /**
835
- *
836
- * @export
837
- * @interface ProjectInstitute
838
- */
839
- export interface ProjectInstitute {
840
- /**
841
- *
842
- * @type {string}
843
- * @memberof ProjectInstitute
844
- */
845
- relationId?: string;
846
- /**
847
- *
848
- * @type {string}
849
- * @memberof ProjectInstitute
850
- */
851
- projectId?: string;
852
- /**
853
- *
854
- * @type {string}
855
- * @memberof ProjectInstitute
856
- */
857
- organizationUrl?: string | null;
858
- /**
859
- *
860
- * @type {Project}
861
- * @memberof ProjectInstitute
862
- */
863
- project?: Project | null;
864
- }
865
- /**
866
- *
867
- * @export
868
- * @interface ProjectObject
869
- */
870
- export interface ProjectObject {
871
- /**
872
- *
873
- * @type {string}
874
- * @memberof ProjectObject
875
- */
876
- id?: string;
877
- /**
878
- *
879
- * @type {string}
880
- * @memberof ProjectObject
881
- */
882
- description?: string | null;
883
- /**
884
- *
885
- * @type {string}
886
- * @memberof ProjectObject
887
- */
888
- displayName?: string | null;
889
- /**
890
- *
891
- * @type {string}
892
- * @memberof ProjectObject
893
- */
894
- startDate?: string;
895
- /**
896
- *
897
- * @type {string}
898
- * @memberof ProjectObject
899
- */
900
- endDate?: string;
901
- /**
902
- *
903
- * @type {string}
904
- * @memberof ProjectObject
905
- */
906
- keywords?: string | null;
907
- /**
908
- *
909
- * @type {string}
910
- * @memberof ProjectObject
911
- */
912
- projectName?: string | null;
913
- /**
914
- *
915
- * @type {string}
916
- * @memberof ProjectObject
917
- */
918
- principleInvestigators?: string | null;
919
- /**
920
- *
921
- * @type {string}
922
- * @memberof ProjectObject
923
- */
924
- grantId?: string | null;
925
- /**
926
- *
927
- * @type {string}
928
- * @memberof ProjectObject
929
- */
930
- slug?: string | null;
931
- /**
932
- *
933
- * @type {Array<DisciplineObject>}
934
- * @memberof ProjectObject
935
- */
936
- disciplines?: Array<DisciplineObject> | null;
937
- /**
938
- *
939
- * @type {Array<OrganizationObject>}
940
- * @memberof ProjectObject
941
- */
942
- organizations?: Array<OrganizationObject> | null;
943
- /**
944
- *
945
- * @type {VisibilityObject}
946
- * @memberof ProjectObject
947
- */
948
- visibility?: VisibilityObject | null;
949
- /**
950
- *
951
- * @type {string}
952
- * @memberof ProjectObject
953
- */
954
- parentId?: string;
955
- }
956
- /**
957
- *
958
- * @export
959
- * @interface ProjectQuota
960
- */
961
- export interface ProjectQuota {
962
- /**
963
- *
964
- * @type {string}
965
- * @memberof ProjectQuota
966
- */
967
- relationId?: string;
968
- /**
969
- *
970
- * @type {string}
971
- * @memberof ProjectQuota
972
- */
973
- projectId?: string;
974
- /**
975
- *
976
- * @type {string}
977
- * @memberof ProjectQuota
978
- */
979
- resourceTypeId?: string;
980
- /**
981
- *
982
- * @type {number}
983
- * @memberof ProjectQuota
984
- */
985
- quota?: number;
986
- /**
987
- *
988
- * @type {number}
989
- * @memberof ProjectQuota
990
- */
991
- maxQuota?: number;
992
- /**
993
- *
994
- * @type {Project}
995
- * @memberof ProjectQuota
996
- */
997
- project?: Project | null;
998
- /**
999
- *
1000
- * @type {ResourceType}
1001
- * @memberof ProjectQuota
1002
- */
1003
- resourceType?: ResourceType | null;
1004
- }
1005
- /**
1006
- * Contains information about the quota of a project by resource type.
1007
- * @export
1008
- * @interface ProjectQuotaReturnObject
1009
- */
1010
- export interface ProjectQuotaReturnObject {
1011
- /**
1012
- * Id of the resoure type.
1013
- * @type {string}
1014
- * @memberof ProjectQuotaReturnObject
1015
- */
1016
- id?: string;
1017
- /**
1018
- * Display name of the resource type.
1019
- * @type {string}
1020
- * @memberof ProjectQuotaReturnObject
1021
- */
1022
- name?: string | null;
1023
- /**
1024
- * How much space is used by the resources (in gb).
1025
- * @type {number}
1026
- * @memberof ProjectQuotaReturnObject
1027
- */
1028
- used?: number;
1029
- /**
1030
- * How much space is availabe to be taken by resources (in gb).
1031
- * @type {number}
1032
- * @memberof ProjectQuotaReturnObject
1033
- */
1034
- allocated?: number;
1035
- /**
1036
- * Maximum amount of quota (in gb).
1037
- * @type {number}
1038
- * @memberof ProjectQuotaReturnObject
1039
- */
1040
- maximum?: number;
1041
- }
1042
- /**
1043
- *
1044
- * @export
1045
- * @interface ProjectResource
1046
- */
1047
- export interface ProjectResource {
1048
- /**
1049
- *
1050
- * @type {string}
1051
- * @memberof ProjectResource
1052
- */
1053
- relationId?: string;
1054
- /**
1055
- *
1056
- * @type {string}
1057
- * @memberof ProjectResource
1058
- */
1059
- resourceId?: string;
1060
- /**
1061
- *
1062
- * @type {string}
1063
- * @memberof ProjectResource
1064
- */
1065
- projectId?: string;
1066
- /**
1067
- *
1068
- * @type {Project}
1069
- * @memberof ProjectResource
1070
- */
1071
- project?: Project | null;
1072
- /**
1073
- *
1074
- * @type {Resource}
1075
- * @memberof ProjectResource
1076
- */
1077
- resource?: Resource | null;
1078
- }
1079
- /**
1080
- *
1081
- * @export
1082
- * @interface ProjectRole
1083
- */
1084
- export interface ProjectRole {
1085
- /**
1086
- *
1087
- * @type {string}
1088
- * @memberof ProjectRole
1089
- */
1090
- relationId?: string;
1091
- /**
1092
- *
1093
- * @type {string}
1094
- * @memberof ProjectRole
1095
- */
1096
- projectId?: string;
1097
- /**
1098
- *
1099
- * @type {string}
1100
- * @memberof ProjectRole
1101
- */
1102
- userId?: string;
1103
- /**
1104
- *
1105
- * @type {string}
1106
- * @memberof ProjectRole
1107
- */
1108
- roleId?: string;
1109
- /**
1110
- *
1111
- * @type {Project}
1112
- * @memberof ProjectRole
1113
- */
1114
- project?: Project | null;
1115
- /**
1116
- *
1117
- * @type {Role}
1118
- * @memberof ProjectRole
1119
- */
1120
- role?: Role | null;
1121
- /**
1122
- *
1123
- * @type {User}
1124
- * @memberof ProjectRole
1125
- */
1126
- user?: User | null;
1127
- }
1128
- /**
1129
- *
1130
- * @export
1131
- * @interface ProjectRoleObject
1132
- */
1133
- export interface ProjectRoleObject {
1134
- /**
1135
- *
1136
- * @type {string}
1137
- * @memberof ProjectRoleObject
1138
- */
1139
- projectId?: string;
1140
- /**
1141
- *
1142
- * @type {UserObject}
1143
- * @memberof ProjectRoleObject
1144
- */
1145
- user?: UserObject | null;
1146
- /**
1147
- *
1148
- * @type {RoleObject}
1149
- * @memberof ProjectRoleObject
1150
- */
1151
- role?: RoleObject | null;
1152
- }
1153
- /**
1154
- *
1155
- * @export
1156
- * @interface Resource
1157
- */
1158
- export interface Resource {
1159
- /**
1160
- *
1161
- * @type {string}
1162
- * @memberof Resource
1163
- */
1164
- id?: string;
1165
- /**
1166
- *
1167
- * @type {string}
1168
- * @memberof Resource
1169
- */
1170
- typeId?: string;
1171
- /**
1172
- *
1173
- * @type {string}
1174
- * @memberof Resource
1175
- */
1176
- resourceName?: string | null;
1177
- /**
1178
- *
1179
- * @type {string}
1180
- * @memberof Resource
1181
- */
1182
- displayName?: string | null;
1183
- /**
1184
- *
1185
- * @type {string}
1186
- * @memberof Resource
1187
- */
1188
- visibilityId?: string | null;
1189
- /**
1190
- *
1191
- * @type {string}
1192
- * @memberof Resource
1193
- */
1194
- licenseId?: string | null;
1195
- /**
1196
- *
1197
- * @type {string}
1198
- * @memberof Resource
1199
- */
1200
- keywords?: string | null;
1201
- /**
1202
- *
1203
- * @type {string}
1204
- * @memberof Resource
1205
- */
1206
- usageRights?: string | null;
1207
- /**
1208
- *
1209
- * @type {string}
1210
- * @memberof Resource
1211
- */
1212
- resourceTypeOptionId?: string | null;
1213
- /**
1214
- *
1215
- * @type {string}
1216
- * @memberof Resource
1217
- */
1218
- description?: string | null;
1219
- /**
1220
- *
1221
- * @type {string}
1222
- * @memberof Resource
1223
- */
1224
- applicationProfile?: string | null;
1225
- /**
1226
- *
1227
- * @type {string}
1228
- * @memberof Resource
1229
- */
1230
- fixedValues?: string | null;
1231
- /**
1232
- *
1233
- * @type {string}
1234
- * @memberof Resource
1235
- */
1236
- creator?: string | null;
1237
- /**
1238
- *
1239
- * @type {string}
1240
- * @memberof Resource
1241
- */
1242
- archived?: string | null;
1243
- /**
1244
- *
1245
- * @type {License}
1246
- * @memberof Resource
1247
- */
1248
- license?: License | null;
1249
- /**
1250
- *
1251
- * @type {ResourceType}
1252
- * @memberof Resource
1253
- */
1254
- type?: ResourceType | null;
1255
- /**
1256
- *
1257
- * @type {Visibility}
1258
- * @memberof Resource
1259
- */
1260
- visibility?: Visibility | null;
1261
- /**
1262
- *
1263
- * @type {Array<ProjectResource>}
1264
- * @memberof Resource
1265
- */
1266
- projectResources?: Array<ProjectResource> | null;
1267
- /**
1268
- *
1269
- * @type {Array<ResourceDiscipline>}
1270
- * @memberof Resource
1271
- */
1272
- resourceDisciplines?: Array<ResourceDiscipline> | null;
1273
- }
1274
- /**
1275
- *
1276
- * @export
1277
- * @interface ResourceDiscipline
1278
- */
1279
- export interface ResourceDiscipline {
1280
- /**
1281
- *
1282
- * @type {string}
1283
- * @memberof ResourceDiscipline
1284
- */
1285
- relationId?: string;
1286
- /**
1287
- *
1288
- * @type {string}
1289
- * @memberof ResourceDiscipline
1290
- */
1291
- disciplineId?: string;
1292
- /**
1293
- *
1294
- * @type {string}
1295
- * @memberof ResourceDiscipline
1296
- */
1297
- resourceId?: string;
1298
- /**
1299
- *
1300
- * @type {Discipline}
1301
- * @memberof ResourceDiscipline
1302
- */
1303
- discipline?: Discipline | null;
1304
- /**
1305
- *
1306
- * @type {Resource}
1307
- * @memberof ResourceDiscipline
1308
- */
1309
- resource?: Resource | null;
1310
- }
1311
- /**
1312
- *
1313
- * @export
1314
- * @interface ResourceObject
1315
- */
1316
- export interface ResourceObject {
1317
- /**
1318
- *
1319
- * @type {string}
1320
- * @memberof ResourceObject
1321
- */
1322
- id?: string;
1323
- /**
1324
- *
1325
- * @type {string}
1326
- * @memberof ResourceObject
1327
- */
1328
- pid?: string | null;
1329
- /**
1330
- *
1331
- * @type {string}
1332
- * @memberof ResourceObject
1333
- */
1334
- displayName?: string | null;
1335
- /**
1336
- *
1337
- * @type {string}
1338
- * @memberof ResourceObject
1339
- */
1340
- resourceName?: string | null;
1341
- /**
1342
- *
1343
- * @type {string}
1344
- * @memberof ResourceObject
1345
- */
1346
- description?: string | null;
1347
- /**
1348
- *
1349
- * @type {string}
1350
- * @memberof ResourceObject
1351
- */
1352
- keywords?: string | null;
1353
- /**
1354
- *
1355
- * @type {string}
1356
- * @memberof ResourceObject
1357
- */
1358
- usageRights?: string | null;
1359
- /**
1360
- *
1361
- * @type {ResourceTypeObject}
1362
- * @memberof ResourceObject
1363
- */
1364
- type?: ResourceTypeObject | null;
1365
- /**
1366
- *
1367
- * @type {Array<DisciplineObject>}
1368
- * @memberof ResourceObject
1369
- */
1370
- disciplines?: Array<DisciplineObject> | null;
1371
- /**
1372
- *
1373
- * @type {VisibilityObject}
1374
- * @memberof ResourceObject
1375
- */
1376
- visibility?: VisibilityObject | null;
1377
- /**
1378
- *
1379
- * @type {LicenseObject}
1380
- * @memberof ResourceObject
1381
- */
1382
- license?: LicenseObject | null;
1383
- /**
1384
- *
1385
- * @type {any}
1386
- * @memberof ResourceObject
1387
- */
1388
- resourceTypeOption?: any | null;
1389
- /**
1390
- *
1391
- * @type {string}
1392
- * @memberof ResourceObject
1393
- */
1394
- applicationProfile?: string | null;
1395
- /**
1396
- *
1397
- * @type {any}
1398
- * @memberof ResourceObject
1399
- */
1400
- fixedValues?: any | null;
1401
- /**
1402
- *
1403
- * @type {string}
1404
- * @memberof ResourceObject
1405
- */
1406
- creator?: string | null;
1407
- /**
1408
- *
1409
- * @type {boolean}
1410
- * @memberof ResourceObject
1411
- */
1412
- archived?: boolean;
1413
- }
1414
- /**
1415
- *
1416
- * @export
1417
- * @interface ResourceType
1418
- */
1419
- export interface ResourceType {
1420
- /**
1421
- *
1422
- * @type {string}
1423
- * @memberof ResourceType
1424
- */
1425
- id?: string;
1426
- /**
1427
- *
1428
- * @type {string}
1429
- * @memberof ResourceType
1430
- */
1431
- displayName?: string | null;
1432
- /**
1433
- *
1434
- * @type {boolean}
1435
- * @memberof ResourceType
1436
- */
1437
- enabled?: boolean | null;
1438
- /**
1439
- *
1440
- * @type {Array<ProjectQuota>}
1441
- * @memberof ResourceType
1442
- */
1443
- projectQuotas?: Array<ProjectQuota> | null;
1444
- /**
1445
- *
1446
- * @type {Array<Resource>}
1447
- * @memberof ResourceType
1448
- */
1449
- resources?: Array<Resource> | null;
1450
- }
1451
- /**
1452
- *
1453
- * @export
1454
- * @interface ResourceTypeObject
1455
- */
1456
- export interface ResourceTypeObject {
1457
- /**
1458
- *
1459
- * @type {string}
1460
- * @memberof ResourceTypeObject
1461
- */
1462
- id?: string;
1463
- /**
1464
- *
1465
- * @type {string}
1466
- * @memberof ResourceTypeObject
1467
- */
1468
- displayName?: string | null;
1469
- }
1470
- /**
1471
- *
1472
- * @export
1473
- * @interface Role
1474
- */
1475
- export interface Role {
1476
- /**
1477
- *
1478
- * @type {string}
1479
- * @memberof Role
1480
- */
1481
- id?: string;
1482
- /**
1483
- *
1484
- * @type {string}
1485
- * @memberof Role
1486
- */
1487
- displayName?: string | null;
1488
- /**
1489
- *
1490
- * @type {string}
1491
- * @memberof Role
1492
- */
1493
- description?: string | null;
1494
- /**
1495
- *
1496
- * @type {Array<Invitation>}
1497
- * @memberof Role
1498
- */
1499
- invitations?: Array<Invitation> | null;
1500
- /**
1501
- *
1502
- * @type {Array<ProjectRole>}
1503
- * @memberof Role
1504
- */
1505
- projectRoles?: Array<ProjectRole> | null;
1506
- }
1507
- /**
1508
- *
1509
- * @export
1510
- * @interface RoleObject
1511
- */
1512
- export interface RoleObject {
1513
- /**
1514
- *
1515
- * @type {string}
1516
- * @memberof RoleObject
1517
- */
1518
- id?: string;
1519
- /**
1520
- *
1521
- * @type {string}
1522
- * @memberof RoleObject
1523
- */
1524
- displayName?: string | null;
1525
- }
1526
- /**
1527
- * Parameter object containing the invitation informations.
1528
- * @export
1529
- * @interface SendInvitationObject
1530
- */
1531
- export interface SendInvitationObject {
1532
- /**
1533
- * Id of the project
1534
- * @type {string}
1535
- * @memberof SendInvitationObject
1536
- */
1537
- projectId?: string;
1538
- /**
1539
- * Id of the target role
1540
- * @type {string}
1541
- * @memberof SendInvitationObject
1542
- */
1543
- role?: string;
1544
- /**
1545
- * Email of the target user
1546
- * @type {string}
1547
- * @memberof SendInvitationObject
1548
- */
1549
- email?: string | null;
1550
- }
1551
- /**
1552
- *
1553
- * @export
1554
- * @interface SubProject
1555
- */
1556
- export interface SubProject {
1557
- /**
1558
- *
1559
- * @type {string}
1560
- * @memberof SubProject
1561
- */
1562
- relationId?: string;
1563
- /**
1564
- *
1565
- * @type {string}
1566
- * @memberof SubProject
1567
- */
1568
- projectId?: string;
1569
- /**
1570
- *
1571
- * @type {string}
1572
- * @memberof SubProject
1573
- */
1574
- subProjectId?: string;
1575
- /**
1576
- *
1577
- * @type {Project}
1578
- * @memberof SubProject
1579
- */
1580
- project?: Project | null;
1581
- /**
1582
- *
1583
- * @type {Project}
1584
- * @memberof SubProject
1585
- */
1586
- subProjectNavigation?: Project | null;
1587
- }
1588
- /**
1589
- *
1590
- * @export
1591
- * @interface Title
1592
- */
1593
- export interface Title {
1594
- /**
1595
- *
1596
- * @type {string}
1597
- * @memberof Title
1598
- */
1599
- id?: string;
1600
- /**
1601
- *
1602
- * @type {string}
1603
- * @memberof Title
1604
- */
1605
- displayName?: string | null;
1606
- /**
1607
- *
1608
- * @type {Array<User>}
1609
- * @memberof Title
1610
- */
1611
- users?: Array<User> | null;
1612
- }
1613
- /**
1614
- *
1615
- * @export
1616
- * @interface TitleObject
1617
- */
1618
- export interface TitleObject {
1619
- /**
1620
- *
1621
- * @type {string}
1622
- * @memberof TitleObject
1623
- */
1624
- id?: string;
1625
- /**
1626
- *
1627
- * @type {string}
1628
- * @memberof TitleObject
1629
- */
1630
- displayName?: string | null;
1631
- }
1632
- /**
1633
- *
1634
- * @export
1635
- * @interface Tosaccepted
1636
- */
1637
- export interface Tosaccepted {
1638
- /**
1639
- *
1640
- * @type {string}
1641
- * @memberof Tosaccepted
1642
- */
1643
- relationId?: string;
1644
- /**
1645
- *
1646
- * @type {string}
1647
- * @memberof Tosaccepted
1648
- */
1649
- userId?: string;
1650
- /**
1651
- *
1652
- * @type {string}
1653
- * @memberof Tosaccepted
1654
- */
1655
- version?: string | null;
1656
- /**
1657
- *
1658
- * @type {User}
1659
- * @memberof Tosaccepted
1660
- */
1661
- user?: User | null;
1662
- }
1663
- /**
1664
- * Parameter object containing the update informations.
1665
- * @export
1666
- * @interface UpdateProjectQuotaObject
1667
- */
1668
- export interface UpdateProjectQuotaObject {
1669
- /**
1670
- * Id of the resourceType
1671
- * @type {string}
1672
- * @memberof UpdateProjectQuotaObject
1673
- */
1674
- id?: string;
335
+ user?: UserObject | null;
1675
336
  /**
1676
- * New Quota value.
1677
- * @type {number}
1678
- * @memberof UpdateProjectQuotaObject
337
+ *
338
+ * @type {RoleObject}
339
+ * @memberof ProjectRoleObject
1679
340
  */
1680
- allocated?: number;
341
+ role?: RoleObject | null;
1681
342
  }
1682
343
  /**
1683
344
  *
1684
345
  * @export
1685
- * @interface User
346
+ * @interface ResourceObject
1686
347
  */
1687
- export interface User {
348
+ export interface ResourceObject {
1688
349
  /**
1689
350
  *
1690
351
  * @type {string}
1691
- * @memberof User
352
+ * @memberof ResourceObject
1692
353
  */
1693
354
  id?: string;
1694
355
  /**
1695
356
  *
1696
357
  * @type {string}
1697
- * @memberof User
358
+ * @memberof ResourceObject
1698
359
  */
1699
- emailAddress?: string | null;
360
+ pid?: string | null;
1700
361
  /**
1701
362
  *
1702
363
  * @type {string}
1703
- * @memberof User
364
+ * @memberof ResourceObject
1704
365
  */
1705
366
  displayName?: string | null;
1706
367
  /**
1707
368
  *
1708
369
  * @type {string}
1709
- * @memberof User
370
+ * @memberof ResourceObject
1710
371
  */
1711
- givenname?: string | null;
372
+ resourceName?: string | null;
1712
373
  /**
1713
374
  *
1714
375
  * @type {string}
1715
- * @memberof User
376
+ * @memberof ResourceObject
1716
377
  */
1717
- surname?: string | null;
378
+ description?: string | null;
1718
379
  /**
1719
380
  *
1720
381
  * @type {string}
1721
- * @memberof User
382
+ * @memberof ResourceObject
1722
383
  */
1723
- entitlement?: string | null;
384
+ keywords?: string | null;
1724
385
  /**
1725
386
  *
1726
387
  * @type {string}
1727
- * @memberof User
388
+ * @memberof ResourceObject
1728
389
  */
1729
- organization?: string | null;
390
+ usageRights?: string | null;
1730
391
  /**
1731
392
  *
1732
- * @type {string}
1733
- * @memberof User
393
+ * @type {ResourceTypeObject}
394
+ * @memberof ResourceObject
1734
395
  */
1735
- titleId?: string | null;
396
+ type?: ResourceTypeObject | null;
1736
397
  /**
1737
398
  *
1738
- * @type {string}
1739
- * @memberof User
399
+ * @type {Array<DisciplineObject>}
400
+ * @memberof ResourceObject
1740
401
  */
1741
- languageId?: string | null;
402
+ disciplines?: Array<DisciplineObject> | null;
1742
403
  /**
1743
404
  *
1744
- * @type {string}
1745
- * @memberof User
405
+ * @type {VisibilityObject}
406
+ * @memberof ResourceObject
1746
407
  */
1747
- institute?: string | null;
408
+ visibility?: VisibilityObject | null;
1748
409
  /**
1749
410
  *
1750
- * @type {Language}
1751
- * @memberof User
411
+ * @type {LicenseObject}
412
+ * @memberof ResourceObject
1752
413
  */
1753
- language?: Language | null;
414
+ license?: LicenseObject | null;
1754
415
  /**
1755
416
  *
1756
- * @type {Title}
1757
- * @memberof User
417
+ * @type {any}
418
+ * @memberof ResourceObject
1758
419
  */
1759
- title?: Title | null;
420
+ resourceTypeOption?: any | null;
1760
421
  /**
1761
422
  *
1762
- * @type {Array<ApiToken>}
1763
- * @memberof User
423
+ * @type {string}
424
+ * @memberof ResourceObject
1764
425
  */
1765
- apiTokens?: Array<ApiToken> | null;
426
+ applicationProfile?: string | null;
1766
427
  /**
1767
428
  *
1768
- * @type {Array<ContactChange>}
1769
- * @memberof User
429
+ * @type {any}
430
+ * @memberof ResourceObject
1770
431
  */
1771
- contactChanges?: Array<ContactChange> | null;
432
+ fixedValues?: any | null;
1772
433
  /**
1773
434
  *
1774
- * @type {Array<ExternalId>}
1775
- * @memberof User
435
+ * @type {string}
436
+ * @memberof ResourceObject
1776
437
  */
1777
- externalIds?: Array<ExternalId> | null;
438
+ creator?: string | null;
1778
439
  /**
1779
440
  *
1780
- * @type {Array<GroupMembership>}
1781
- * @memberof User
441
+ * @type {boolean}
442
+ * @memberof ResourceObject
1782
443
  */
1783
- groupMemberships?: Array<GroupMembership> | null;
444
+ archived?: boolean;
445
+ }
446
+ /**
447
+ *
448
+ * @export
449
+ * @interface ResourceTypeObject
450
+ */
451
+ export interface ResourceTypeObject {
1784
452
  /**
1785
453
  *
1786
- * @type {Array<Invitation>}
1787
- * @memberof User
454
+ * @type {string}
455
+ * @memberof ResourceTypeObject
1788
456
  */
1789
- invitations?: Array<Invitation> | null;
457
+ id?: string;
1790
458
  /**
1791
459
  *
1792
- * @type {Array<ProjectRole>}
1793
- * @memberof User
460
+ * @type {string}
461
+ * @memberof ResourceTypeObject
1794
462
  */
1795
- projectRoles?: Array<ProjectRole> | null;
463
+ displayName?: string | null;
464
+ }
465
+ /**
466
+ *
467
+ * @export
468
+ * @interface RoleObject
469
+ */
470
+ export interface RoleObject {
1796
471
  /**
1797
472
  *
1798
- * @type {Array<Tosaccepted>}
1799
- * @memberof User
473
+ * @type {string}
474
+ * @memberof RoleObject
1800
475
  */
1801
- tosaccepteds?: Array<Tosaccepted> | null;
476
+ id?: string;
1802
477
  /**
1803
478
  *
1804
- * @type {Array<UserDiscipline>}
1805
- * @memberof User
479
+ * @type {string}
480
+ * @memberof RoleObject
1806
481
  */
1807
- userDisciplines?: Array<UserDiscipline> | null;
482
+ displayName?: string | null;
1808
483
  }
1809
484
  /**
1810
- *
485
+ * Parameter object containing the invitation informations.
1811
486
  * @export
1812
- * @interface UserDiscipline
487
+ * @interface SendInvitationObject
1813
488
  */
1814
- export interface UserDiscipline {
489
+ export interface SendInvitationObject {
1815
490
  /**
1816
- *
491
+ * Id of the project
1817
492
  * @type {string}
1818
- * @memberof UserDiscipline
493
+ * @memberof SendInvitationObject
1819
494
  */
1820
- relationId?: string;
495
+ projectId?: string;
1821
496
  /**
1822
- *
497
+ * Id of the target role
498
+ * @type {string}
499
+ * @memberof SendInvitationObject
500
+ */
501
+ role?: string;
502
+ /**
503
+ * Email of the target user
1823
504
  * @type {string}
1824
- * @memberof UserDiscipline
505
+ * @memberof SendInvitationObject
1825
506
  */
1826
- disciplineId?: string;
507
+ email?: string | null;
508
+ }
509
+ /**
510
+ *
511
+ * @export
512
+ * @interface TitleObject
513
+ */
514
+ export interface TitleObject {
1827
515
  /**
1828
516
  *
1829
517
  * @type {string}
1830
- * @memberof UserDiscipline
518
+ * @memberof TitleObject
1831
519
  */
1832
- userId?: string;
520
+ id?: string;
1833
521
  /**
1834
522
  *
1835
- * @type {Discipline}
1836
- * @memberof UserDiscipline
523
+ * @type {string}
524
+ * @memberof TitleObject
525
+ */
526
+ displayName?: string | null;
527
+ }
528
+ /**
529
+ * Parameter object containing the update informations.
530
+ * @export
531
+ * @interface UpdateProjectQuotaObject
532
+ */
533
+ export interface UpdateProjectQuotaObject {
534
+ /**
535
+ * Id of the resourceType
536
+ * @type {string}
537
+ * @memberof UpdateProjectQuotaObject
1837
538
  */
1838
- discipline?: Discipline | null;
539
+ id?: string;
1839
540
  /**
1840
- *
1841
- * @type {User}
1842
- * @memberof UserDiscipline
541
+ * New Quota value.
542
+ * @type {number}
543
+ * @memberof UpdateProjectQuotaObject
1843
544
  */
1844
- user?: User | null;
545
+ allocated?: number;
1845
546
  }
1846
547
  /**
1847
548
  *
@@ -1928,37 +629,6 @@ export interface UserObject {
1928
629
  */
1929
630
  externalAuthenticators?: Array<ExternalAuthenticatorsObject> | null;
1930
631
  }
1931
- /**
1932
- *
1933
- * @export
1934
- * @interface Visibility
1935
- */
1936
- export interface Visibility {
1937
- /**
1938
- *
1939
- * @type {string}
1940
- * @memberof Visibility
1941
- */
1942
- id?: string;
1943
- /**
1944
- *
1945
- * @type {string}
1946
- * @memberof Visibility
1947
- */
1948
- displayName?: string | null;
1949
- /**
1950
- *
1951
- * @type {Array<Project>}
1952
- * @memberof Visibility
1953
- */
1954
- projects?: Array<Project> | null;
1955
- /**
1956
- *
1957
- * @type {Array<Resource>}
1958
- * @memberof Visibility
1959
- */
1960
- resources?: Array<Resource> | null;
1961
- }
1962
632
  /**
1963
633
  *
1964
634
  * @export
@@ -2104,15 +774,15 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
2104
774
  /**
2105
775
  *
2106
776
  * @summary Deletes the selected project
2107
- * @param {string} id Id of the resource
777
+ * @param {string} id Id of the project
2108
778
  * @param {*} [options] Override http request option.
2109
779
  * @throws {RequiredError}
2110
780
  */
2111
781
  projectDelete: (id: string, options?: any) => Promise<RequestArgs>;
2112
782
  /**
2113
783
  *
2114
- * @summary Deletes an invitation.
2115
- * @param {string} invitationId Id of a invitation
784
+ * @summary Deletes a project invitation.
785
+ * @param {string} invitationId Id of an invitation
2116
786
  * @param {*} [options] Override http request option.
2117
787
  * @throws {RequiredError}
2118
788
  */
@@ -2125,19 +795,27 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
2125
795
  * @throws {RequiredError}
2126
796
  */
2127
797
  projectGet: (id: string, options?: any) => Promise<RequestArgs>;
798
+ /**
799
+ *
800
+ * @summary This returns the project if the user has access to it
801
+ * @param {string} slug Slug of the project
802
+ * @param {*} [options] Override http request option.
803
+ * @throws {RequiredError}
804
+ */
805
+ projectGetBySlug: (slug: string, options?: any) => Promise<RequestArgs>;
2128
806
  /**
2129
807
  *
2130
808
  * @summary Get the max quota for a resource type.
2131
- * @param {string} projectId Id of the project.
809
+ * @param {string} id Id of the project.
2132
810
  * @param {string} resourceTypeId Id of the resource
2133
811
  * @param {*} [options] Override http request option.
2134
812
  * @throws {RequiredError}
2135
813
  */
2136
- projectGetQuotaMax: (projectId: string, resourceTypeId: string, options?: any) => Promise<RequestArgs>;
814
+ projectGetQuotaMax: (id: string, resourceTypeId: string, options?: any) => Promise<RequestArgs>;
2137
815
  /**
2138
816
  *
2139
817
  * @summary Gets the resources
2140
- * @param {string} id Id of the resource
818
+ * @param {string} id Id of the project
2141
819
  * @param {*} [options] Override http request option.
2142
820
  * @throws {RequiredError}
2143
821
  */
@@ -2159,7 +837,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
2159
837
  /**
2160
838
  *
2161
839
  * @summary List all invitations of a project.
2162
- * @param {string} projectId Project id of the project
840
+ * @param {string} projectId Id of the project
2163
841
  * @param {*} [options] Override http request option.
2164
842
  * @throws {RequiredError}
2165
843
  */
@@ -2167,32 +845,32 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
2167
845
  /**
2168
846
  *
2169
847
  * @summary Retrieves the quota for the selected project and resource Type.
2170
- * @param {string} projectId Id of the project
848
+ * @param {string} id Id of the project
2171
849
  * @param {string} resourceTypeId Id of the resource type
2172
850
  * @param {*} [options] Override http request option.
2173
851
  * @throws {RequiredError}
2174
852
  */
2175
- projectQuota: (projectId: string, resourceTypeId: string, options?: any) => Promise<RequestArgs>;
853
+ projectQuota: (id: string, resourceTypeId: string, options?: any) => Promise<RequestArgs>;
2176
854
  /**
2177
855
  *
2178
856
  * @summary Retrieves the quota for the selected project.
2179
- * @param {string} projectId Id of the project.
857
+ * @param {string} id Id of the project
2180
858
  * @param {*} [options] Override http request option.
2181
859
  * @throws {RequiredError}
2182
860
  */
2183
- projectQuotas: (projectId: string, options?: any) => Promise<RequestArgs>;
861
+ projectQuotas: (id: string, options?: any) => Promise<RequestArgs>;
2184
862
  /**
2185
863
  *
2186
- * @summary Resolve an invitation for the current user.
2187
- * @param {string} token Token of a invitation
864
+ * @summary Resolve a project invitation for the current user.
865
+ * @param {string} invitationToken Token for a project invitation stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;
2188
866
  * @param {*} [options] Override http request option.
2189
867
  * @throws {RequiredError}
2190
868
  */
2191
- projectResolveInvitation: (token: string, options?: any) => Promise<RequestArgs>;
869
+ projectResolveInvitation: (invitationToken: string, options?: any) => Promise<RequestArgs>;
2192
870
  /**
2193
871
  *
2194
- * @summary Create and send an invitation to specified mail.
2195
- * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation
872
+ * @summary Create and send a project invitation to a specified mail.
873
+ * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation. The invitation token is stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;.
2196
874
  * @param {*} [options] Override http request option.
2197
875
  * @throws {RequiredError}
2198
876
  */
@@ -2200,28 +878,30 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
2200
878
  /**
2201
879
  *
2202
880
  * @summary Creates a project
881
+ * @param {ProjectObject} projectObject A Project Object
2203
882
  * @param {*} [options] Override http request option.
2204
883
  * @throws {RequiredError}
2205
884
  */
2206
- projectStore: (options?: any) => Promise<RequestArgs>;
885
+ projectStore: (projectObject: ProjectObject, options?: any) => Promise<RequestArgs>;
2207
886
  /**
2208
887
  *
2209
888
  * @summary Updates the selected project
2210
- * @param {string} id Id of the resource
889
+ * @param {string} id Id of the project
890
+ * @param {ProjectObject} projectObject A Project Object
2211
891
  * @param {*} [options] Override http request option.
2212
892
  * @throws {RequiredError}
2213
893
  */
2214
- projectUpdate: (id: string, options?: any) => Promise<RequestArgs>;
894
+ projectUpdate: (id: string, projectObject: ProjectObject, options?: any) => Promise<RequestArgs>;
2215
895
  /**
2216
896
  *
2217
897
  * @summary Update the project quota.
2218
- * @param {string} projectId Id of the project.
898
+ * @param {string} id Id of the project.
2219
899
  * @param {string} resourceTypeId Id of the resource.
2220
900
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
2221
901
  * @param {*} [options] Override http request option.
2222
902
  * @throws {RequiredError}
2223
903
  */
2224
- projectUpdateQuota: (projectId: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any) => Promise<RequestArgs>;
904
+ projectUpdateQuota: (id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any) => Promise<RequestArgs>;
2225
905
  };
2226
906
  /**
2227
907
  * ProjectApi - functional programming interface
@@ -2239,15 +919,15 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
2239
919
  /**
2240
920
  *
2241
921
  * @summary Deletes the selected project
2242
- * @param {string} id Id of the resource
922
+ * @param {string} id Id of the project
2243
923
  * @param {*} [options] Override http request option.
2244
924
  * @throws {RequiredError}
2245
925
  */
2246
926
  projectDelete(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2247
927
  /**
2248
928
  *
2249
- * @summary Deletes an invitation.
2250
- * @param {string} invitationId Id of a invitation
929
+ * @summary Deletes a project invitation.
930
+ * @param {string} invitationId Id of an invitation
2251
931
  * @param {*} [options] Override http request option.
2252
932
  * @throws {RequiredError}
2253
933
  */
@@ -2260,19 +940,27 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
2260
940
  * @throws {RequiredError}
2261
941
  */
2262
942
  projectGet(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>>;
943
+ /**
944
+ *
945
+ * @summary This returns the project if the user has access to it
946
+ * @param {string} slug Slug of the project
947
+ * @param {*} [options] Override http request option.
948
+ * @throws {RequiredError}
949
+ */
950
+ projectGetBySlug(slug: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>>;
2263
951
  /**
2264
952
  *
2265
953
  * @summary Get the max quota for a resource type.
2266
- * @param {string} projectId Id of the project.
954
+ * @param {string} id Id of the project.
2267
955
  * @param {string} resourceTypeId Id of the resource
2268
956
  * @param {*} [options] Override http request option.
2269
957
  * @throws {RequiredError}
2270
958
  */
2271
- projectGetQuotaMax(projectId: string, resourceTypeId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MaxProjectQuota>>;
959
+ projectGetQuotaMax(id: string, resourceTypeId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MaxProjectQuota>>;
2272
960
  /**
2273
961
  *
2274
962
  * @summary Gets the resources
2275
- * @param {string} id Id of the resource
963
+ * @param {string} id Id of the project
2276
964
  * @param {*} [options] Override http request option.
2277
965
  * @throws {RequiredError}
2278
966
  */
@@ -2294,7 +982,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
2294
982
  /**
2295
983
  *
2296
984
  * @summary List all invitations of a project.
2297
- * @param {string} projectId Project id of the project
985
+ * @param {string} projectId Id of the project
2298
986
  * @param {*} [options] Override http request option.
2299
987
  * @throws {RequiredError}
2300
988
  */
@@ -2302,32 +990,32 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
2302
990
  /**
2303
991
  *
2304
992
  * @summary Retrieves the quota for the selected project and resource Type.
2305
- * @param {string} projectId Id of the project
993
+ * @param {string} id Id of the project
2306
994
  * @param {string} resourceTypeId Id of the resource type
2307
995
  * @param {*} [options] Override http request option.
2308
996
  * @throws {RequiredError}
2309
997
  */
2310
- projectQuota(projectId: string, resourceTypeId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectQuotaReturnObject>>;
998
+ projectQuota(id: string, resourceTypeId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectQuotaReturnObject>>;
2311
999
  /**
2312
1000
  *
2313
1001
  * @summary Retrieves the quota for the selected project.
2314
- * @param {string} projectId Id of the project.
1002
+ * @param {string} id Id of the project
2315
1003
  * @param {*} [options] Override http request option.
2316
1004
  * @throws {RequiredError}
2317
1005
  */
2318
- projectQuotas(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectQuotaReturnObject>>>;
1006
+ projectQuotas(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectQuotaReturnObject>>>;
2319
1007
  /**
2320
1008
  *
2321
- * @summary Resolve an invitation for the current user.
2322
- * @param {string} token Token of a invitation
1009
+ * @summary Resolve a project invitation for the current user.
1010
+ * @param {string} invitationToken Token for a project invitation stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;
2323
1011
  * @param {*} [options] Override http request option.
2324
1012
  * @throws {RequiredError}
2325
1013
  */
2326
- projectResolveInvitation(token: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1014
+ projectResolveInvitation(invitationToken: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2327
1015
  /**
2328
1016
  *
2329
- * @summary Create and send an invitation to specified mail.
2330
- * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation
1017
+ * @summary Create and send a project invitation to a specified mail.
1018
+ * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation. The invitation token is stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;.
2331
1019
  * @param {*} [options] Override http request option.
2332
1020
  * @throws {RequiredError}
2333
1021
  */
@@ -2335,28 +1023,30 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
2335
1023
  /**
2336
1024
  *
2337
1025
  * @summary Creates a project
1026
+ * @param {ProjectObject} projectObject A Project Object
2338
1027
  * @param {*} [options] Override http request option.
2339
1028
  * @throws {RequiredError}
2340
1029
  */
2341
- projectStore(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1030
+ projectStore(projectObject: ProjectObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2342
1031
  /**
2343
1032
  *
2344
1033
  * @summary Updates the selected project
2345
- * @param {string} id Id of the resource
1034
+ * @param {string} id Id of the project
1035
+ * @param {ProjectObject} projectObject A Project Object
2346
1036
  * @param {*} [options] Override http request option.
2347
1037
  * @throws {RequiredError}
2348
1038
  */
2349
- projectUpdate(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1039
+ projectUpdate(id: string, projectObject: ProjectObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2350
1040
  /**
2351
1041
  *
2352
1042
  * @summary Update the project quota.
2353
- * @param {string} projectId Id of the project.
1043
+ * @param {string} id Id of the project.
2354
1044
  * @param {string} resourceTypeId Id of the resource.
2355
1045
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
2356
1046
  * @param {*} [options] Override http request option.
2357
1047
  * @throws {RequiredError}
2358
1048
  */
2359
- projectUpdateQuota(projectId: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1049
+ projectUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2360
1050
  };
2361
1051
  /**
2362
1052
  * ProjectApi - factory interface
@@ -2374,15 +1064,15 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
2374
1064
  /**
2375
1065
  *
2376
1066
  * @summary Deletes the selected project
2377
- * @param {string} id Id of the resource
1067
+ * @param {string} id Id of the project
2378
1068
  * @param {*} [options] Override http request option.
2379
1069
  * @throws {RequiredError}
2380
1070
  */
2381
1071
  projectDelete(id: string, options?: any): AxiosPromise<any>;
2382
1072
  /**
2383
1073
  *
2384
- * @summary Deletes an invitation.
2385
- * @param {string} invitationId Id of a invitation
1074
+ * @summary Deletes a project invitation.
1075
+ * @param {string} invitationId Id of an invitation
2386
1076
  * @param {*} [options] Override http request option.
2387
1077
  * @throws {RequiredError}
2388
1078
  */
@@ -2395,19 +1085,27 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
2395
1085
  * @throws {RequiredError}
2396
1086
  */
2397
1087
  projectGet(id: string, options?: any): AxiosPromise<ProjectObject>;
1088
+ /**
1089
+ *
1090
+ * @summary This returns the project if the user has access to it
1091
+ * @param {string} slug Slug of the project
1092
+ * @param {*} [options] Override http request option.
1093
+ * @throws {RequiredError}
1094
+ */
1095
+ projectGetBySlug(slug: string, options?: any): AxiosPromise<ProjectObject>;
2398
1096
  /**
2399
1097
  *
2400
1098
  * @summary Get the max quota for a resource type.
2401
- * @param {string} projectId Id of the project.
1099
+ * @param {string} id Id of the project.
2402
1100
  * @param {string} resourceTypeId Id of the resource
2403
1101
  * @param {*} [options] Override http request option.
2404
1102
  * @throws {RequiredError}
2405
1103
  */
2406
- projectGetQuotaMax(projectId: string, resourceTypeId: string, options?: any): AxiosPromise<MaxProjectQuota>;
1104
+ projectGetQuotaMax(id: string, resourceTypeId: string, options?: any): AxiosPromise<MaxProjectQuota>;
2407
1105
  /**
2408
1106
  *
2409
1107
  * @summary Gets the resources
2410
- * @param {string} id Id of the resource
1108
+ * @param {string} id Id of the project
2411
1109
  * @param {*} [options] Override http request option.
2412
1110
  * @throws {RequiredError}
2413
1111
  */
@@ -2429,7 +1127,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
2429
1127
  /**
2430
1128
  *
2431
1129
  * @summary List all invitations of a project.
2432
- * @param {string} projectId Project id of the project
1130
+ * @param {string} projectId Id of the project
2433
1131
  * @param {*} [options] Override http request option.
2434
1132
  * @throws {RequiredError}
2435
1133
  */
@@ -2437,32 +1135,32 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
2437
1135
  /**
2438
1136
  *
2439
1137
  * @summary Retrieves the quota for the selected project and resource Type.
2440
- * @param {string} projectId Id of the project
1138
+ * @param {string} id Id of the project
2441
1139
  * @param {string} resourceTypeId Id of the resource type
2442
1140
  * @param {*} [options] Override http request option.
2443
1141
  * @throws {RequiredError}
2444
1142
  */
2445
- projectQuota(projectId: string, resourceTypeId: string, options?: any): AxiosPromise<ProjectQuotaReturnObject>;
1143
+ projectQuota(id: string, resourceTypeId: string, options?: any): AxiosPromise<ProjectQuotaReturnObject>;
2446
1144
  /**
2447
1145
  *
2448
1146
  * @summary Retrieves the quota for the selected project.
2449
- * @param {string} projectId Id of the project.
1147
+ * @param {string} id Id of the project
2450
1148
  * @param {*} [options] Override http request option.
2451
1149
  * @throws {RequiredError}
2452
1150
  */
2453
- projectQuotas(projectId: string, options?: any): AxiosPromise<Array<ProjectQuotaReturnObject>>;
1151
+ projectQuotas(id: string, options?: any): AxiosPromise<Array<ProjectQuotaReturnObject>>;
2454
1152
  /**
2455
1153
  *
2456
- * @summary Resolve an invitation for the current user.
2457
- * @param {string} token Token of a invitation
1154
+ * @summary Resolve a project invitation for the current user.
1155
+ * @param {string} invitationToken Token for a project invitation stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;
2458
1156
  * @param {*} [options] Override http request option.
2459
1157
  * @throws {RequiredError}
2460
1158
  */
2461
- projectResolveInvitation(token: string, options?: any): AxiosPromise<any>;
1159
+ projectResolveInvitation(invitationToken: string, options?: any): AxiosPromise<any>;
2462
1160
  /**
2463
1161
  *
2464
- * @summary Create and send an invitation to specified mail.
2465
- * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation
1162
+ * @summary Create and send a project invitation to a specified mail.
1163
+ * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation. The invitation token is stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;.
2466
1164
  * @param {*} [options] Override http request option.
2467
1165
  * @throws {RequiredError}
2468
1166
  */
@@ -2470,28 +1168,30 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
2470
1168
  /**
2471
1169
  *
2472
1170
  * @summary Creates a project
1171
+ * @param {ProjectObject} projectObject A Project Object
2473
1172
  * @param {*} [options] Override http request option.
2474
1173
  * @throws {RequiredError}
2475
1174
  */
2476
- projectStore(options?: any): AxiosPromise<any>;
1175
+ projectStore(projectObject: ProjectObject, options?: any): AxiosPromise<any>;
2477
1176
  /**
2478
1177
  *
2479
1178
  * @summary Updates the selected project
2480
- * @param {string} id Id of the resource
1179
+ * @param {string} id Id of the project
1180
+ * @param {ProjectObject} projectObject A Project Object
2481
1181
  * @param {*} [options] Override http request option.
2482
1182
  * @throws {RequiredError}
2483
1183
  */
2484
- projectUpdate(id: string, options?: any): AxiosPromise<any>;
1184
+ projectUpdate(id: string, projectObject: ProjectObject, options?: any): AxiosPromise<any>;
2485
1185
  /**
2486
1186
  *
2487
1187
  * @summary Update the project quota.
2488
- * @param {string} projectId Id of the project.
1188
+ * @param {string} id Id of the project.
2489
1189
  * @param {string} resourceTypeId Id of the resource.
2490
1190
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
2491
1191
  * @param {*} [options] Override http request option.
2492
1192
  * @throws {RequiredError}
2493
1193
  */
2494
- projectUpdateQuota(projectId: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): AxiosPromise<any>;
1194
+ projectUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): AxiosPromise<any>;
2495
1195
  };
2496
1196
  /**
2497
1197
  * ProjectApi - object-oriented interface
@@ -2512,7 +1212,7 @@ export declare class ProjectApi extends BaseAPI {
2512
1212
  /**
2513
1213
  *
2514
1214
  * @summary Deletes the selected project
2515
- * @param {string} id Id of the resource
1215
+ * @param {string} id Id of the project
2516
1216
  * @param {*} [options] Override http request option.
2517
1217
  * @throws {RequiredError}
2518
1218
  * @memberof ProjectApi
@@ -2520,8 +1220,8 @@ export declare class ProjectApi extends BaseAPI {
2520
1220
  projectDelete(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
2521
1221
  /**
2522
1222
  *
2523
- * @summary Deletes an invitation.
2524
- * @param {string} invitationId Id of a invitation
1223
+ * @summary Deletes a project invitation.
1224
+ * @param {string} invitationId Id of an invitation
2525
1225
  * @param {*} [options] Override http request option.
2526
1226
  * @throws {RequiredError}
2527
1227
  * @memberof ProjectApi
@@ -2536,20 +1236,29 @@ export declare class ProjectApi extends BaseAPI {
2536
1236
  * @memberof ProjectApi
2537
1237
  */
2538
1238
  projectGet(id: string, options?: any): Promise<import("axios").AxiosResponse<ProjectObject>>;
1239
+ /**
1240
+ *
1241
+ * @summary This returns the project if the user has access to it
1242
+ * @param {string} slug Slug of the project
1243
+ * @param {*} [options] Override http request option.
1244
+ * @throws {RequiredError}
1245
+ * @memberof ProjectApi
1246
+ */
1247
+ projectGetBySlug(slug: string, options?: any): Promise<import("axios").AxiosResponse<ProjectObject>>;
2539
1248
  /**
2540
1249
  *
2541
1250
  * @summary Get the max quota for a resource type.
2542
- * @param {string} projectId Id of the project.
1251
+ * @param {string} id Id of the project.
2543
1252
  * @param {string} resourceTypeId Id of the resource
2544
1253
  * @param {*} [options] Override http request option.
2545
1254
  * @throws {RequiredError}
2546
1255
  * @memberof ProjectApi
2547
1256
  */
2548
- projectGetQuotaMax(projectId: string, resourceTypeId: string, options?: any): Promise<import("axios").AxiosResponse<MaxProjectQuota>>;
1257
+ projectGetQuotaMax(id: string, resourceTypeId: string, options?: any): Promise<import("axios").AxiosResponse<MaxProjectQuota>>;
2549
1258
  /**
2550
1259
  *
2551
1260
  * @summary Gets the resources
2552
- * @param {string} id Id of the resource
1261
+ * @param {string} id Id of the project
2553
1262
  * @param {*} [options] Override http request option.
2554
1263
  * @throws {RequiredError}
2555
1264
  * @memberof ProjectApi
@@ -2574,7 +1283,7 @@ export declare class ProjectApi extends BaseAPI {
2574
1283
  /**
2575
1284
  *
2576
1285
  * @summary List all invitations of a project.
2577
- * @param {string} projectId Project id of the project
1286
+ * @param {string} projectId Id of the project
2578
1287
  * @param {*} [options] Override http request option.
2579
1288
  * @throws {RequiredError}
2580
1289
  * @memberof ProjectApi
@@ -2583,35 +1292,35 @@ export declare class ProjectApi extends BaseAPI {
2583
1292
  /**
2584
1293
  *
2585
1294
  * @summary Retrieves the quota for the selected project and resource Type.
2586
- * @param {string} projectId Id of the project
1295
+ * @param {string} id Id of the project
2587
1296
  * @param {string} resourceTypeId Id of the resource type
2588
1297
  * @param {*} [options] Override http request option.
2589
1298
  * @throws {RequiredError}
2590
1299
  * @memberof ProjectApi
2591
1300
  */
2592
- projectQuota(projectId: string, resourceTypeId: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaReturnObject>>;
1301
+ projectQuota(id: string, resourceTypeId: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaReturnObject>>;
2593
1302
  /**
2594
1303
  *
2595
1304
  * @summary Retrieves the quota for the selected project.
2596
- * @param {string} projectId Id of the project.
1305
+ * @param {string} id Id of the project
2597
1306
  * @param {*} [options] Override http request option.
2598
1307
  * @throws {RequiredError}
2599
1308
  * @memberof ProjectApi
2600
1309
  */
2601
- projectQuotas(projectId: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaReturnObject[]>>;
1310
+ projectQuotas(id: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaReturnObject[]>>;
2602
1311
  /**
2603
1312
  *
2604
- * @summary Resolve an invitation for the current user.
2605
- * @param {string} token Token of a invitation
1313
+ * @summary Resolve a project invitation for the current user.
1314
+ * @param {string} invitationToken Token for a project invitation stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;
2606
1315
  * @param {*} [options] Override http request option.
2607
1316
  * @throws {RequiredError}
2608
1317
  * @memberof ProjectApi
2609
1318
  */
2610
- projectResolveInvitation(token: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1319
+ projectResolveInvitation(invitationToken: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
2611
1320
  /**
2612
1321
  *
2613
- * @summary Create and send an invitation to specified mail.
2614
- * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation
1322
+ * @summary Create and send a project invitation to a specified mail.
1323
+ * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation. The invitation token is stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;.
2615
1324
  * @param {*} [options] Override http request option.
2616
1325
  * @throws {RequiredError}
2617
1326
  * @memberof ProjectApi
@@ -2620,31 +1329,33 @@ export declare class ProjectApi extends BaseAPI {
2620
1329
  /**
2621
1330
  *
2622
1331
  * @summary Creates a project
1332
+ * @param {ProjectObject} projectObject A Project Object
2623
1333
  * @param {*} [options] Override http request option.
2624
1334
  * @throws {RequiredError}
2625
1335
  * @memberof ProjectApi
2626
1336
  */
2627
- projectStore(options?: any): Promise<import("axios").AxiosResponse<any>>;
1337
+ projectStore(projectObject: ProjectObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
2628
1338
  /**
2629
1339
  *
2630
1340
  * @summary Updates the selected project
2631
- * @param {string} id Id of the resource
1341
+ * @param {string} id Id of the project
1342
+ * @param {ProjectObject} projectObject A Project Object
2632
1343
  * @param {*} [options] Override http request option.
2633
1344
  * @throws {RequiredError}
2634
1345
  * @memberof ProjectApi
2635
1346
  */
2636
- projectUpdate(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1347
+ projectUpdate(id: string, projectObject: ProjectObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
2637
1348
  /**
2638
1349
  *
2639
1350
  * @summary Update the project quota.
2640
- * @param {string} projectId Id of the project.
1351
+ * @param {string} id Id of the project.
2641
1352
  * @param {string} resourceTypeId Id of the resource.
2642
1353
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
2643
1354
  * @param {*} [options] Override http request option.
2644
1355
  * @throws {RequiredError}
2645
1356
  * @memberof ProjectApi
2646
1357
  */
2647
- projectUpdateQuota(projectId: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
1358
+ projectUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
2648
1359
  }
2649
1360
  /**
2650
1361
  * ProjectRoleApi - axios parameter creator
@@ -2909,13 +1620,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
2909
1620
  * @throws {RequiredError}
2910
1621
  */
2911
1622
  searchSearch: (encodedSearchWord: string, options?: any) => Promise<RequestArgs>;
2912
- /**
2913
- *
2914
- * @summary Searchs no filter
2915
- * @param {*} [options] Override http request option.
2916
- * @throws {RequiredError}
2917
- */
2918
- searchSearchNoFilter: (options?: any) => Promise<RequestArgs>;
2919
1623
  /**
2920
1624
  *
2921
1625
  * @summary Returns searched projects
@@ -2925,14 +1629,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
2925
1629
  * @throws {RequiredError}
2926
1630
  */
2927
1631
  searchSearchProject: (projectId: string, encodedSearchWord: string, options?: any) => Promise<RequestArgs>;
2928
- /**
2929
- *
2930
- * @summary Returns searched projects with no filter
2931
- * @param {string} projectId Id of the project
2932
- * @param {*} [options] Override http request option.
2933
- * @throws {RequiredError}
2934
- */
2935
- searchSearchProjectNoFilter: (projectId: string, options?: any) => Promise<RequestArgs>;
2936
1632
  };
2937
1633
  /**
2938
1634
  * SearchApi - functional programming interface
@@ -2947,13 +1643,6 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
2947
1643
  * @throws {RequiredError}
2948
1644
  */
2949
1645
  searchSearch(encodedSearchWord: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2950
- /**
2951
- *
2952
- * @summary Searchs no filter
2953
- * @param {*} [options] Override http request option.
2954
- * @throws {RequiredError}
2955
- */
2956
- searchSearchNoFilter(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2957
1646
  /**
2958
1647
  *
2959
1648
  * @summary Returns searched projects
@@ -2963,14 +1652,6 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
2963
1652
  * @throws {RequiredError}
2964
1653
  */
2965
1654
  searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2966
- /**
2967
- *
2968
- * @summary Returns searched projects with no filter
2969
- * @param {string} projectId Id of the project
2970
- * @param {*} [options] Override http request option.
2971
- * @throws {RequiredError}
2972
- */
2973
- searchSearchProjectNoFilter(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2974
1655
  };
2975
1656
  /**
2976
1657
  * SearchApi - factory interface
@@ -2985,13 +1666,6 @@ export declare const SearchApiFactory: (configuration?: Configuration, basePath?
2985
1666
  * @throws {RequiredError}
2986
1667
  */
2987
1668
  searchSearch(encodedSearchWord: string, options?: any): AxiosPromise<any>;
2988
- /**
2989
- *
2990
- * @summary Searchs no filter
2991
- * @param {*} [options] Override http request option.
2992
- * @throws {RequiredError}
2993
- */
2994
- searchSearchNoFilter(options?: any): AxiosPromise<any>;
2995
1669
  /**
2996
1670
  *
2997
1671
  * @summary Returns searched projects
@@ -3001,14 +1675,6 @@ export declare const SearchApiFactory: (configuration?: Configuration, basePath?
3001
1675
  * @throws {RequiredError}
3002
1676
  */
3003
1677
  searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): AxiosPromise<any>;
3004
- /**
3005
- *
3006
- * @summary Returns searched projects with no filter
3007
- * @param {string} projectId Id of the project
3008
- * @param {*} [options] Override http request option.
3009
- * @throws {RequiredError}
3010
- */
3011
- searchSearchProjectNoFilter(projectId: string, options?: any): AxiosPromise<any>;
3012
1678
  };
3013
1679
  /**
3014
1680
  * SearchApi - object-oriented interface
@@ -3026,14 +1692,6 @@ export declare class SearchApi extends BaseAPI {
3026
1692
  * @memberof SearchApi
3027
1693
  */
3028
1694
  searchSearch(encodedSearchWord: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
3029
- /**
3030
- *
3031
- * @summary Searchs no filter
3032
- * @param {*} [options] Override http request option.
3033
- * @throws {RequiredError}
3034
- * @memberof SearchApi
3035
- */
3036
- searchSearchNoFilter(options?: any): Promise<import("axios").AxiosResponse<any>>;
3037
1695
  /**
3038
1696
  *
3039
1697
  * @summary Returns searched projects
@@ -3044,15 +1702,6 @@ export declare class SearchApi extends BaseAPI {
3044
1702
  * @memberof SearchApi
3045
1703
  */
3046
1704
  searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
3047
- /**
3048
- *
3049
- * @summary Returns searched projects with no filter
3050
- * @param {string} projectId Id of the project
3051
- * @param {*} [options] Override http request option.
3052
- * @throws {RequiredError}
3053
- * @memberof SearchApi
3054
- */
3055
- searchSearchProjectNoFilter(projectId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
3056
1705
  }
3057
1706
  /**
3058
1707
  * SubProjectApi - axios parameter creator