@coscine/api-client 1.3.0 → 1.5.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 (125) hide show
  1. package/dist/index.js +282 -227
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.umd.js +282 -227
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/lib/Coscine.Api.ActivatedFeatures/base.js +1 -1
  6. package/dist/lib/Coscine.Api.Admin/api.js +13 -13
  7. package/dist/lib/Coscine.Api.Admin/base.js +2 -2
  8. package/dist/lib/Coscine.Api.Admin/common.js +1 -1
  9. package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
  10. package/dist/lib/Coscine.Api.Admin/index.js +1 -1
  11. package/dist/lib/Coscine.Api.Blob/api.js +1 -1
  12. package/dist/lib/Coscine.Api.Blob/base.js +2 -2
  13. package/dist/lib/Coscine.Api.Blob/common.js +1 -1
  14. package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
  15. package/dist/lib/Coscine.Api.Blob/index.js +1 -1
  16. package/dist/lib/Coscine.Api.Metadata/api.js +1 -1
  17. package/dist/lib/Coscine.Api.Metadata/base.js +2 -2
  18. package/dist/lib/Coscine.Api.Metadata/common.js +1 -1
  19. package/dist/lib/Coscine.Api.Metadata/configuration.js +1 -1
  20. package/dist/lib/Coscine.Api.Metadata/index.js +1 -1
  21. package/dist/lib/Coscine.Api.Notices/api.js +1 -1
  22. package/dist/lib/Coscine.Api.Notices/base.js +2 -2
  23. package/dist/lib/Coscine.Api.Notices/common.js +1 -1
  24. package/dist/lib/Coscine.Api.Notices/configuration.js +1 -1
  25. package/dist/lib/Coscine.Api.Notices/index.js +1 -1
  26. package/dist/lib/Coscine.Api.Organization/base.js +1 -1
  27. package/dist/lib/Coscine.Api.Project/api.js +241 -218
  28. package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
  29. package/dist/lib/Coscine.Api.Project/base.js +2 -2
  30. package/dist/lib/Coscine.Api.Project/common.js +1 -1
  31. package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
  32. package/dist/lib/Coscine.Api.Project/index.js +1 -1
  33. package/dist/lib/Coscine.Api.Quota/api.js +1 -1
  34. package/dist/lib/Coscine.Api.Quota/base.js +2 -2
  35. package/dist/lib/Coscine.Api.Quota/common.js +1 -1
  36. package/dist/lib/Coscine.Api.Quota/configuration.js +1 -1
  37. package/dist/lib/Coscine.Api.Quota/index.js +1 -1
  38. package/dist/lib/Coscine.Api.Resources/api.js +29 -29
  39. package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
  40. package/dist/lib/Coscine.Api.Resources/base.js +2 -2
  41. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  42. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  43. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  44. package/dist/lib/Coscine.Api.Search/api.js +1 -1
  45. package/dist/lib/Coscine.Api.Search/base.js +2 -2
  46. package/dist/lib/Coscine.Api.Search/common.js +1 -1
  47. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  48. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  49. package/dist/lib/Coscine.Api.Token/api.js +1 -1
  50. package/dist/lib/Coscine.Api.Token/base.js +2 -2
  51. package/dist/lib/Coscine.Api.Token/common.js +1 -1
  52. package/dist/lib/Coscine.Api.Token/configuration.js +1 -1
  53. package/dist/lib/Coscine.Api.Token/index.js +1 -1
  54. package/dist/lib/Coscine.Api.Tree/api.js +1 -1
  55. package/dist/lib/Coscine.Api.Tree/base.js +2 -2
  56. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  57. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  58. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  59. package/dist/lib/Coscine.Api.User/api.js +1 -1
  60. package/dist/lib/Coscine.Api.User/base.js +2 -2
  61. package/dist/lib/Coscine.Api.User/common.js +1 -1
  62. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  63. package/dist/lib/Coscine.Api.User/index.js +1 -1
  64. package/dist/lib/apis.js +8 -1
  65. package/dist/lib/apis.js.map +1 -1
  66. package/dist/lib/axios-basic.js +36 -8
  67. package/dist/lib/axios-basic.js.map +1 -1
  68. package/dist/types/Coscine.Api.Admin/api.d.ts +13 -13
  69. package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
  70. package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
  71. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  72. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  73. package/dist/types/Coscine.Api.Blob/api.d.ts +1 -1
  74. package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
  75. package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
  76. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  77. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  78. package/dist/types/Coscine.Api.Metadata/api.d.ts +1 -1
  79. package/dist/types/Coscine.Api.Metadata/base.d.ts +1 -1
  80. package/dist/types/Coscine.Api.Metadata/common.d.ts +1 -1
  81. package/dist/types/Coscine.Api.Metadata/configuration.d.ts +1 -1
  82. package/dist/types/Coscine.Api.Metadata/index.d.ts +1 -1
  83. package/dist/types/Coscine.Api.Notices/api.d.ts +1 -1
  84. package/dist/types/Coscine.Api.Notices/base.d.ts +1 -1
  85. package/dist/types/Coscine.Api.Notices/common.d.ts +1 -1
  86. package/dist/types/Coscine.Api.Notices/configuration.d.ts +1 -1
  87. package/dist/types/Coscine.Api.Notices/index.d.ts +1 -1
  88. package/dist/types/Coscine.Api.Project/api.d.ts +376 -1694
  89. package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
  90. package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
  91. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  92. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  93. package/dist/types/Coscine.Api.Quota/api.d.ts +1 -1
  94. package/dist/types/Coscine.Api.Quota/base.d.ts +1 -1
  95. package/dist/types/Coscine.Api.Quota/common.d.ts +1 -1
  96. package/dist/types/Coscine.Api.Quota/configuration.d.ts +1 -1
  97. package/dist/types/Coscine.Api.Quota/index.d.ts +1 -1
  98. package/dist/types/Coscine.Api.Resources/api.d.ts +176 -38
  99. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  100. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  101. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  102. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  103. package/dist/types/Coscine.Api.Search/api.d.ts +1 -1
  104. package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
  105. package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
  106. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  107. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  108. package/dist/types/Coscine.Api.Token/api.d.ts +1 -1
  109. package/dist/types/Coscine.Api.Token/base.d.ts +1 -1
  110. package/dist/types/Coscine.Api.Token/common.d.ts +1 -1
  111. package/dist/types/Coscine.Api.Token/configuration.d.ts +1 -1
  112. package/dist/types/Coscine.Api.Token/index.d.ts +1 -1
  113. package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
  114. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  115. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  116. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  117. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  118. package/dist/types/Coscine.Api.User/api.d.ts +1 -1
  119. package/dist/types/Coscine.Api.User/base.d.ts +1 -1
  120. package/dist/types/Coscine.Api.User/common.d.ts +1 -1
  121. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  122. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  123. package/dist/types/apis.d.ts +11 -11
  124. package/dist/types/index.d.ts +22 -22
  125. package/package.json +2 -2
@@ -2,7 +2,7 @@
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: 2.4.3
5
+ * The version of the OpenAPI document: 2.7.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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
462
- */
463
- issuerNavigation?: User | null;
464
- /**
465
- *
466
- * @type {Project}
467
- * @memberof Invitation
468
- */
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
327
+ * @memberof ProjectRoleObject
1567
328
  */
1568
329
  projectId?: string;
1569
330
  /**
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
331
+ *
332
+ * @type {UserObject}
333
+ * @memberof ProjectRoleObject
1673
334
  */
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
1823
498
  * @type {string}
1824
- * @memberof UserDiscipline
499
+ * @memberof SendInvitationObject
1825
500
  */
1826
- disciplineId?: string;
501
+ role?: string;
1827
502
  /**
1828
- *
503
+ * Email of the target user
1829
504
  * @type {string}
1830
- * @memberof UserDiscipline
505
+ * @memberof SendInvitationObject
1831
506
  */
1832
- userId?: string;
507
+ email?: string | null;
508
+ }
509
+ /**
510
+ *
511
+ * @export
512
+ * @interface TitleObject
513
+ */
514
+ export interface TitleObject {
1833
515
  /**
1834
516
  *
1835
- * @type {Discipline}
1836
- * @memberof UserDiscipline
517
+ * @type {string}
518
+ * @memberof TitleObject
1837
519
  */
1838
- discipline?: Discipline | null;
520
+ id?: string;
1839
521
  /**
1840
522
  *
1841
- * @type {User}
1842
- * @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
538
+ */
539
+ id?: string;
540
+ /**
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
@@ -2093,10 +763,18 @@ export declare class LicenseApi extends BaseAPI {
2093
763
  * @export
2094
764
  */
2095
765
  export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration) => {
766
+ /**
767
+ *
768
+ * @summary Call to analytics logger.
769
+ * @param {string} projectId Project id of the project
770
+ * @param {*} [options] Override http request option.
771
+ * @throws {RequiredError}
772
+ */
773
+ projectCreateApplicationProfile: (projectId: string, options?: any) => Promise<RequestArgs>;
2096
774
  /**
2097
775
  *
2098
776
  * @summary Deletes the selected project
2099
- * @param {string} id Id of the resource
777
+ * @param {string} id Id of the project
2100
778
  * @param {*} [options] Override http request option.
2101
779
  * @throws {RequiredError}
2102
780
  */
@@ -2111,25 +789,33 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
2111
789
  projectDeleteInvitation: (invitationId: string, options?: any) => Promise<RequestArgs>;
2112
790
  /**
2113
791
  *
2114
- * @summary This returns the the project if the user has access to it
2115
- * @param {string} id Id of the resource
792
+ * @summary This returns the project if the user has access to it
793
+ * @param {string} id Id of the project
2116
794
  * @param {*} [options] Override http request option.
2117
795
  * @throws {RequiredError}
2118
796
  */
2119
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>;
2120
806
  /**
2121
807
  *
2122
808
  * @summary Get the max quota for a resource type.
2123
- * @param {string} projectId Id of the project.
809
+ * @param {string} id Id of the project.
2124
810
  * @param {string} resourceTypeId Id of the resource
2125
811
  * @param {*} [options] Override http request option.
2126
812
  * @throws {RequiredError}
2127
813
  */
2128
- projectGetQuotaMax: (projectId: string, resourceTypeId: string, options?: any) => Promise<RequestArgs>;
814
+ projectGetQuotaMax: (id: string, resourceTypeId: string, options?: any) => Promise<RequestArgs>;
2129
815
  /**
2130
816
  *
2131
817
  * @summary Gets the resources
2132
- * @param {string} id Id of the resource
818
+ * @param {string} id Id of the project
2133
819
  * @param {*} [options] Override http request option.
2134
820
  * @throws {RequiredError}
2135
821
  */
@@ -2159,20 +845,20 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
2159
845
  /**
2160
846
  *
2161
847
  * @summary Retrieves the quota for the selected project and resource Type.
2162
- * @param {string} projectId Id of the project
848
+ * @param {string} id Id of the project
2163
849
  * @param {string} resourceTypeId Id of the resource type
2164
850
  * @param {*} [options] Override http request option.
2165
851
  * @throws {RequiredError}
2166
852
  */
2167
- projectQuota: (projectId: string, resourceTypeId: string, options?: any) => Promise<RequestArgs>;
853
+ projectQuota: (id: string, resourceTypeId: string, options?: any) => Promise<RequestArgs>;
2168
854
  /**
2169
855
  *
2170
856
  * @summary Retrieves the quota for the selected project.
2171
- * @param {string} projectId Id of the project.
857
+ * @param {string} id Id of the project
2172
858
  * @param {*} [options] Override http request option.
2173
859
  * @throws {RequiredError}
2174
860
  */
2175
- projectQuotas: (projectId: string, options?: any) => Promise<RequestArgs>;
861
+ projectQuotas: (id: string, options?: any) => Promise<RequestArgs>;
2176
862
  /**
2177
863
  *
2178
864
  * @summary Resolve an invitation for the current user.
@@ -2192,38 +878,48 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
2192
878
  /**
2193
879
  *
2194
880
  * @summary Creates a project
881
+ * @param {ProjectObject} projectObject A Project Object
2195
882
  * @param {*} [options] Override http request option.
2196
883
  * @throws {RequiredError}
2197
884
  */
2198
- projectStore: (options?: any) => Promise<RequestArgs>;
885
+ projectStore: (projectObject: ProjectObject, options?: any) => Promise<RequestArgs>;
2199
886
  /**
2200
887
  *
2201
888
  * @summary Updates the selected project
2202
- * @param {string} id Id of the resource
889
+ * @param {string} id Id of the project
890
+ * @param {ProjectObject} projectObject A Project Object
2203
891
  * @param {*} [options] Override http request option.
2204
892
  * @throws {RequiredError}
2205
893
  */
2206
- projectUpdate: (id: string, options?: any) => Promise<RequestArgs>;
894
+ projectUpdate: (id: string, projectObject: ProjectObject, options?: any) => Promise<RequestArgs>;
2207
895
  /**
2208
896
  *
2209
897
  * @summary Update the project quota.
2210
- * @param {string} projectId Id of the project.
898
+ * @param {string} id Id of the project.
2211
899
  * @param {string} resourceTypeId Id of the resource.
2212
900
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
2213
901
  * @param {*} [options] Override http request option.
2214
902
  * @throws {RequiredError}
2215
903
  */
2216
- projectUpdateQuota: (projectId: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any) => Promise<RequestArgs>;
904
+ projectUpdateQuota: (id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any) => Promise<RequestArgs>;
2217
905
  };
2218
906
  /**
2219
907
  * ProjectApi - functional programming interface
2220
908
  * @export
2221
909
  */
2222
910
  export declare const ProjectApiFp: (configuration?: Configuration) => {
911
+ /**
912
+ *
913
+ * @summary Call to analytics logger.
914
+ * @param {string} projectId Project id of the project
915
+ * @param {*} [options] Override http request option.
916
+ * @throws {RequiredError}
917
+ */
918
+ projectCreateApplicationProfile(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2223
919
  /**
2224
920
  *
2225
921
  * @summary Deletes the selected project
2226
- * @param {string} id Id of the resource
922
+ * @param {string} id Id of the project
2227
923
  * @param {*} [options] Override http request option.
2228
924
  * @throws {RequiredError}
2229
925
  */
@@ -2238,25 +934,33 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
2238
934
  projectDeleteInvitation(invitationId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2239
935
  /**
2240
936
  *
2241
- * @summary This returns the the project if the user has access to it
2242
- * @param {string} id Id of the resource
937
+ * @summary This returns the project if the user has access to it
938
+ * @param {string} id Id of the project
2243
939
  * @param {*} [options] Override http request option.
2244
940
  * @throws {RequiredError}
2245
941
  */
2246
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>>;
2247
951
  /**
2248
952
  *
2249
953
  * @summary Get the max quota for a resource type.
2250
- * @param {string} projectId Id of the project.
954
+ * @param {string} id Id of the project.
2251
955
  * @param {string} resourceTypeId Id of the resource
2252
956
  * @param {*} [options] Override http request option.
2253
957
  * @throws {RequiredError}
2254
958
  */
2255
- 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>>;
2256
960
  /**
2257
961
  *
2258
962
  * @summary Gets the resources
2259
- * @param {string} id Id of the resource
963
+ * @param {string} id Id of the project
2260
964
  * @param {*} [options] Override http request option.
2261
965
  * @throws {RequiredError}
2262
966
  */
@@ -2286,20 +990,20 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
2286
990
  /**
2287
991
  *
2288
992
  * @summary Retrieves the quota for the selected project and resource Type.
2289
- * @param {string} projectId Id of the project
993
+ * @param {string} id Id of the project
2290
994
  * @param {string} resourceTypeId Id of the resource type
2291
995
  * @param {*} [options] Override http request option.
2292
996
  * @throws {RequiredError}
2293
997
  */
2294
- 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>>;
2295
999
  /**
2296
1000
  *
2297
1001
  * @summary Retrieves the quota for the selected project.
2298
- * @param {string} projectId Id of the project.
1002
+ * @param {string} id Id of the project
2299
1003
  * @param {*} [options] Override http request option.
2300
1004
  * @throws {RequiredError}
2301
1005
  */
2302
- projectQuotas(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectQuota>>>;
1006
+ projectQuotas(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectQuotaReturnObject>>>;
2303
1007
  /**
2304
1008
  *
2305
1009
  * @summary Resolve an invitation for the current user.
@@ -2319,38 +1023,48 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
2319
1023
  /**
2320
1024
  *
2321
1025
  * @summary Creates a project
1026
+ * @param {ProjectObject} projectObject A Project Object
2322
1027
  * @param {*} [options] Override http request option.
2323
1028
  * @throws {RequiredError}
2324
1029
  */
2325
- projectStore(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1030
+ projectStore(projectObject: ProjectObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2326
1031
  /**
2327
1032
  *
2328
1033
  * @summary Updates the selected project
2329
- * @param {string} id Id of the resource
1034
+ * @param {string} id Id of the project
1035
+ * @param {ProjectObject} projectObject A Project Object
2330
1036
  * @param {*} [options] Override http request option.
2331
1037
  * @throws {RequiredError}
2332
1038
  */
2333
- 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>>;
2334
1040
  /**
2335
1041
  *
2336
1042
  * @summary Update the project quota.
2337
- * @param {string} projectId Id of the project.
1043
+ * @param {string} id Id of the project.
2338
1044
  * @param {string} resourceTypeId Id of the resource.
2339
1045
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
2340
1046
  * @param {*} [options] Override http request option.
2341
1047
  * @throws {RequiredError}
2342
1048
  */
2343
- 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>>;
2344
1050
  };
2345
1051
  /**
2346
1052
  * ProjectApi - factory interface
2347
1053
  * @export
2348
1054
  */
2349
1055
  export declare const ProjectApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1056
+ /**
1057
+ *
1058
+ * @summary Call to analytics logger.
1059
+ * @param {string} projectId Project id of the project
1060
+ * @param {*} [options] Override http request option.
1061
+ * @throws {RequiredError}
1062
+ */
1063
+ projectCreateApplicationProfile(projectId: string, options?: any): AxiosPromise<any>;
2350
1064
  /**
2351
1065
  *
2352
1066
  * @summary Deletes the selected project
2353
- * @param {string} id Id of the resource
1067
+ * @param {string} id Id of the project
2354
1068
  * @param {*} [options] Override http request option.
2355
1069
  * @throws {RequiredError}
2356
1070
  */
@@ -2365,25 +1079,33 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
2365
1079
  projectDeleteInvitation(invitationId: string, options?: any): AxiosPromise<any>;
2366
1080
  /**
2367
1081
  *
2368
- * @summary This returns the the project if the user has access to it
2369
- * @param {string} id Id of the resource
1082
+ * @summary This returns the project if the user has access to it
1083
+ * @param {string} id Id of the project
2370
1084
  * @param {*} [options] Override http request option.
2371
1085
  * @throws {RequiredError}
2372
1086
  */
2373
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>;
2374
1096
  /**
2375
1097
  *
2376
1098
  * @summary Get the max quota for a resource type.
2377
- * @param {string} projectId Id of the project.
1099
+ * @param {string} id Id of the project.
2378
1100
  * @param {string} resourceTypeId Id of the resource
2379
1101
  * @param {*} [options] Override http request option.
2380
1102
  * @throws {RequiredError}
2381
1103
  */
2382
- projectGetQuotaMax(projectId: string, resourceTypeId: string, options?: any): AxiosPromise<MaxProjectQuota>;
1104
+ projectGetQuotaMax(id: string, resourceTypeId: string, options?: any): AxiosPromise<MaxProjectQuota>;
2383
1105
  /**
2384
1106
  *
2385
1107
  * @summary Gets the resources
2386
- * @param {string} id Id of the resource
1108
+ * @param {string} id Id of the project
2387
1109
  * @param {*} [options] Override http request option.
2388
1110
  * @throws {RequiredError}
2389
1111
  */
@@ -2413,20 +1135,20 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
2413
1135
  /**
2414
1136
  *
2415
1137
  * @summary Retrieves the quota for the selected project and resource Type.
2416
- * @param {string} projectId Id of the project
1138
+ * @param {string} id Id of the project
2417
1139
  * @param {string} resourceTypeId Id of the resource type
2418
1140
  * @param {*} [options] Override http request option.
2419
1141
  * @throws {RequiredError}
2420
1142
  */
2421
- projectQuota(projectId: string, resourceTypeId: string, options?: any): AxiosPromise<ProjectQuotaReturnObject>;
1143
+ projectQuota(id: string, resourceTypeId: string, options?: any): AxiosPromise<ProjectQuotaReturnObject>;
2422
1144
  /**
2423
1145
  *
2424
1146
  * @summary Retrieves the quota for the selected project.
2425
- * @param {string} projectId Id of the project.
1147
+ * @param {string} id Id of the project
2426
1148
  * @param {*} [options] Override http request option.
2427
1149
  * @throws {RequiredError}
2428
1150
  */
2429
- projectQuotas(projectId: string, options?: any): AxiosPromise<Array<ProjectQuota>>;
1151
+ projectQuotas(id: string, options?: any): AxiosPromise<Array<ProjectQuotaReturnObject>>;
2430
1152
  /**
2431
1153
  *
2432
1154
  * @summary Resolve an invitation for the current user.
@@ -2446,28 +1168,30 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
2446
1168
  /**
2447
1169
  *
2448
1170
  * @summary Creates a project
1171
+ * @param {ProjectObject} projectObject A Project Object
2449
1172
  * @param {*} [options] Override http request option.
2450
1173
  * @throws {RequiredError}
2451
1174
  */
2452
- projectStore(options?: any): AxiosPromise<any>;
1175
+ projectStore(projectObject: ProjectObject, options?: any): AxiosPromise<any>;
2453
1176
  /**
2454
1177
  *
2455
1178
  * @summary Updates the selected project
2456
- * @param {string} id Id of the resource
1179
+ * @param {string} id Id of the project
1180
+ * @param {ProjectObject} projectObject A Project Object
2457
1181
  * @param {*} [options] Override http request option.
2458
1182
  * @throws {RequiredError}
2459
1183
  */
2460
- projectUpdate(id: string, options?: any): AxiosPromise<any>;
1184
+ projectUpdate(id: string, projectObject: ProjectObject, options?: any): AxiosPromise<any>;
2461
1185
  /**
2462
1186
  *
2463
1187
  * @summary Update the project quota.
2464
- * @param {string} projectId Id of the project.
1188
+ * @param {string} id Id of the project.
2465
1189
  * @param {string} resourceTypeId Id of the resource.
2466
1190
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
2467
1191
  * @param {*} [options] Override http request option.
2468
1192
  * @throws {RequiredError}
2469
1193
  */
2470
- projectUpdateQuota(projectId: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): AxiosPromise<any>;
1194
+ projectUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): AxiosPromise<any>;
2471
1195
  };
2472
1196
  /**
2473
1197
  * ProjectApi - object-oriented interface
@@ -2476,10 +1200,19 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
2476
1200
  * @extends {BaseAPI}
2477
1201
  */
2478
1202
  export declare class ProjectApi extends BaseAPI {
1203
+ /**
1204
+ *
1205
+ * @summary Call to analytics logger.
1206
+ * @param {string} projectId Project id of the project
1207
+ * @param {*} [options] Override http request option.
1208
+ * @throws {RequiredError}
1209
+ * @memberof ProjectApi
1210
+ */
1211
+ projectCreateApplicationProfile(projectId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
2479
1212
  /**
2480
1213
  *
2481
1214
  * @summary Deletes the selected project
2482
- * @param {string} id Id of the resource
1215
+ * @param {string} id Id of the project
2483
1216
  * @param {*} [options] Override http request option.
2484
1217
  * @throws {RequiredError}
2485
1218
  * @memberof ProjectApi
@@ -2496,27 +1229,36 @@ export declare class ProjectApi extends BaseAPI {
2496
1229
  projectDeleteInvitation(invitationId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
2497
1230
  /**
2498
1231
  *
2499
- * @summary This returns the the project if the user has access to it
2500
- * @param {string} id Id of the resource
1232
+ * @summary This returns the project if the user has access to it
1233
+ * @param {string} id Id of the project
2501
1234
  * @param {*} [options] Override http request option.
2502
1235
  * @throws {RequiredError}
2503
1236
  * @memberof ProjectApi
2504
1237
  */
2505
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>>;
2506
1248
  /**
2507
1249
  *
2508
1250
  * @summary Get the max quota for a resource type.
2509
- * @param {string} projectId Id of the project.
1251
+ * @param {string} id Id of the project.
2510
1252
  * @param {string} resourceTypeId Id of the resource
2511
1253
  * @param {*} [options] Override http request option.
2512
1254
  * @throws {RequiredError}
2513
1255
  * @memberof ProjectApi
2514
1256
  */
2515
- 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>>;
2516
1258
  /**
2517
1259
  *
2518
1260
  * @summary Gets the resources
2519
- * @param {string} id Id of the resource
1261
+ * @param {string} id Id of the project
2520
1262
  * @param {*} [options] Override http request option.
2521
1263
  * @throws {RequiredError}
2522
1264
  * @memberof ProjectApi
@@ -2550,22 +1292,22 @@ export declare class ProjectApi extends BaseAPI {
2550
1292
  /**
2551
1293
  *
2552
1294
  * @summary Retrieves the quota for the selected project and resource Type.
2553
- * @param {string} projectId Id of the project
1295
+ * @param {string} id Id of the project
2554
1296
  * @param {string} resourceTypeId Id of the resource type
2555
1297
  * @param {*} [options] Override http request option.
2556
1298
  * @throws {RequiredError}
2557
1299
  * @memberof ProjectApi
2558
1300
  */
2559
- 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>>;
2560
1302
  /**
2561
1303
  *
2562
1304
  * @summary Retrieves the quota for the selected project.
2563
- * @param {string} projectId Id of the project.
1305
+ * @param {string} id Id of the project
2564
1306
  * @param {*} [options] Override http request option.
2565
1307
  * @throws {RequiredError}
2566
1308
  * @memberof ProjectApi
2567
1309
  */
2568
- projectQuotas(projectId: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuota[]>>;
1310
+ projectQuotas(id: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaReturnObject[]>>;
2569
1311
  /**
2570
1312
  *
2571
1313
  * @summary Resolve an invitation for the current user.
@@ -2587,31 +1329,33 @@ export declare class ProjectApi extends BaseAPI {
2587
1329
  /**
2588
1330
  *
2589
1331
  * @summary Creates a project
1332
+ * @param {ProjectObject} projectObject A Project Object
2590
1333
  * @param {*} [options] Override http request option.
2591
1334
  * @throws {RequiredError}
2592
1335
  * @memberof ProjectApi
2593
1336
  */
2594
- projectStore(options?: any): Promise<import("axios").AxiosResponse<any>>;
1337
+ projectStore(projectObject: ProjectObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
2595
1338
  /**
2596
1339
  *
2597
1340
  * @summary Updates the selected project
2598
- * @param {string} id Id of the resource
1341
+ * @param {string} id Id of the project
1342
+ * @param {ProjectObject} projectObject A Project Object
2599
1343
  * @param {*} [options] Override http request option.
2600
1344
  * @throws {RequiredError}
2601
1345
  * @memberof ProjectApi
2602
1346
  */
2603
- projectUpdate(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1347
+ projectUpdate(id: string, projectObject: ProjectObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
2604
1348
  /**
2605
1349
  *
2606
1350
  * @summary Update the project quota.
2607
- * @param {string} projectId Id of the project.
1351
+ * @param {string} id Id of the project.
2608
1352
  * @param {string} resourceTypeId Id of the resource.
2609
1353
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
2610
1354
  * @param {*} [options] Override http request option.
2611
1355
  * @throws {RequiredError}
2612
1356
  * @memberof ProjectApi
2613
1357
  */
2614
- 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>>;
2615
1359
  }
2616
1360
  /**
2617
1361
  * ProjectRoleApi - axios parameter creator
@@ -2876,13 +1620,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
2876
1620
  * @throws {RequiredError}
2877
1621
  */
2878
1622
  searchSearch: (encodedSearchWord: string, options?: any) => Promise<RequestArgs>;
2879
- /**
2880
- *
2881
- * @summary Searchs no filter
2882
- * @param {*} [options] Override http request option.
2883
- * @throws {RequiredError}
2884
- */
2885
- searchSearchNoFilter: (options?: any) => Promise<RequestArgs>;
2886
1623
  /**
2887
1624
  *
2888
1625
  * @summary Returns searched projects
@@ -2892,14 +1629,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
2892
1629
  * @throws {RequiredError}
2893
1630
  */
2894
1631
  searchSearchProject: (projectId: string, encodedSearchWord: string, options?: any) => Promise<RequestArgs>;
2895
- /**
2896
- *
2897
- * @summary Returns searched projects with no filter
2898
- * @param {string} projectId Id of the project
2899
- * @param {*} [options] Override http request option.
2900
- * @throws {RequiredError}
2901
- */
2902
- searchSearchProjectNoFilter: (projectId: string, options?: any) => Promise<RequestArgs>;
2903
1632
  };
2904
1633
  /**
2905
1634
  * SearchApi - functional programming interface
@@ -2914,13 +1643,6 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
2914
1643
  * @throws {RequiredError}
2915
1644
  */
2916
1645
  searchSearch(encodedSearchWord: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2917
- /**
2918
- *
2919
- * @summary Searchs no filter
2920
- * @param {*} [options] Override http request option.
2921
- * @throws {RequiredError}
2922
- */
2923
- searchSearchNoFilter(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2924
1646
  /**
2925
1647
  *
2926
1648
  * @summary Returns searched projects
@@ -2930,14 +1652,6 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
2930
1652
  * @throws {RequiredError}
2931
1653
  */
2932
1654
  searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2933
- /**
2934
- *
2935
- * @summary Returns searched projects with no filter
2936
- * @param {string} projectId Id of the project
2937
- * @param {*} [options] Override http request option.
2938
- * @throws {RequiredError}
2939
- */
2940
- searchSearchProjectNoFilter(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
2941
1655
  };
2942
1656
  /**
2943
1657
  * SearchApi - factory interface
@@ -2952,13 +1666,6 @@ export declare const SearchApiFactory: (configuration?: Configuration, basePath?
2952
1666
  * @throws {RequiredError}
2953
1667
  */
2954
1668
  searchSearch(encodedSearchWord: string, options?: any): AxiosPromise<any>;
2955
- /**
2956
- *
2957
- * @summary Searchs no filter
2958
- * @param {*} [options] Override http request option.
2959
- * @throws {RequiredError}
2960
- */
2961
- searchSearchNoFilter(options?: any): AxiosPromise<any>;
2962
1669
  /**
2963
1670
  *
2964
1671
  * @summary Returns searched projects
@@ -2968,14 +1675,6 @@ export declare const SearchApiFactory: (configuration?: Configuration, basePath?
2968
1675
  * @throws {RequiredError}
2969
1676
  */
2970
1677
  searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): AxiosPromise<any>;
2971
- /**
2972
- *
2973
- * @summary Returns searched projects with no filter
2974
- * @param {string} projectId Id of the project
2975
- * @param {*} [options] Override http request option.
2976
- * @throws {RequiredError}
2977
- */
2978
- searchSearchProjectNoFilter(projectId: string, options?: any): AxiosPromise<any>;
2979
1678
  };
2980
1679
  /**
2981
1680
  * SearchApi - object-oriented interface
@@ -2993,14 +1692,6 @@ export declare class SearchApi extends BaseAPI {
2993
1692
  * @memberof SearchApi
2994
1693
  */
2995
1694
  searchSearch(encodedSearchWord: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
2996
- /**
2997
- *
2998
- * @summary Searchs no filter
2999
- * @param {*} [options] Override http request option.
3000
- * @throws {RequiredError}
3001
- * @memberof SearchApi
3002
- */
3003
- searchSearchNoFilter(options?: any): Promise<import("axios").AxiosResponse<any>>;
3004
1695
  /**
3005
1696
  *
3006
1697
  * @summary Returns searched projects
@@ -3011,15 +1702,6 @@ export declare class SearchApi extends BaseAPI {
3011
1702
  * @memberof SearchApi
3012
1703
  */
3013
1704
  searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
3014
- /**
3015
- *
3016
- * @summary Returns searched projects with no filter
3017
- * @param {string} projectId Id of the project
3018
- * @param {*} [options] Override http request option.
3019
- * @throws {RequiredError}
3020
- * @memberof SearchApi
3021
- */
3022
- searchSearchProjectNoFilter(projectId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
3023
1705
  }
3024
1706
  /**
3025
1707
  * SubProjectApi - axios parameter creator