@coscine/api-client 3.5.0 → 3.6.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 (60) hide show
  1. package/dist/index.js +2523 -2215
  2. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +136 -24
  3. package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +16 -16
  4. package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +16 -16
  5. package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +8 -8
  6. package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +187 -0
  7. package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +8 -8
  8. package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +8 -8
  9. package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +4 -4
  10. package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +18 -10
  11. package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +142 -55
  12. package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +20 -20
  13. package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +16 -16
  14. package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +20 -20
  15. package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +142 -0
  16. package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +12 -12
  17. package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +20 -20
  18. package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +4 -4
  19. package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +4 -4
  20. package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +4 -4
  21. package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +20 -20
  22. package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +8 -8
  23. package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +4 -4
  24. package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +16 -16
  25. package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +24 -24
  26. package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +8 -8
  27. package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +4 -4
  28. package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +108 -14
  29. package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +4 -4
  30. package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +8 -8
  31. package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +8 -8
  32. package/dist/types/Coscine.Api/@coscine/model/{language-dto-paged-response.d.ts → activity-log-dto-paged-response.d.ts} +10 -10
  33. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +60 -0
  34. package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +24 -0
  35. package/dist/types/Coscine.Api/@coscine/model/{pid-validation-dto-response.d.ts → handle-dto-response.d.ts} +9 -9
  36. package/dist/types/Coscine.Api/@coscine/model/{pid-validation-dto.d.ts → handle-dto.d.ts} +12 -11
  37. package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +25 -0
  38. package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +72 -0
  39. package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +36 -0
  40. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +15 -2
  41. package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +6 -0
  42. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +7 -0
  43. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +50 -0
  44. package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +7 -0
  45. package/dist/types/Coscine.Api/@coscine/model/{title-dto-paged-response.d.ts → pid-dto-paged-response.d.ts} +10 -10
  46. package/dist/types/Coscine.Api/@coscine/model/{user-dto-ienumerable-paged-response.d.ts → pid-dto-response.d.ts} +9 -16
  47. package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +49 -0
  48. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +1 -1
  49. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +30 -0
  50. package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto-response.d.ts +43 -0
  51. package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +36 -0
  52. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +6 -0
  53. package/dist/types/Coscine.Api/@coscine/model/user-institute-dto.d.ts +7 -0
  54. package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +7 -0
  55. package/dist/types/Coscine.Api/api.d.ts +2 -0
  56. package/dist/types/apis.d.ts +9 -1
  57. package/dist/types/index.d.ts +18 -2
  58. package/package.json +2 -2
  59. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-ienumerable-paged-response.d.ts +0 -50
  60. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-ienumerable-paged-response.d.ts +0 -50
@@ -12,6 +12,8 @@
12
12
  import type { Configuration } from '../../configuration';
13
13
  import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
14
  import { RequestArgs, BaseAPI } from '../../base';
15
+ import { ActivityLogDtoPagedResponse } from '../../@coscine/model';
16
+ import { CoscineHttpMethod } from '../../@coscine/model';
15
17
  import { MetadataUpdateAdminParameters } from '../../@coscine/model';
16
18
  import { ProjectAdminDtoPagedResponse } from '../../@coscine/model';
17
19
  import { RdfDefinitionDtoResponse } from '../../@coscine/model';
@@ -32,7 +34,23 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
32
34
  */
33
35
  apiV2AdminOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
34
36
  /**
35
- *
37
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
38
+ * @summary Retrieves all activity logs.
39
+ * @param {string} [activityTimestampBefore] The activity timestamp date before which activity logs should be retrieved.
40
+ * @param {string} [activityTimestampAfter] The activity timestamp date after which activity logs should be retrieved.
41
+ * @param {string} [guid] The GUID for which activity logs should be retrieved. Can be a project, resource or other ID.
42
+ * @param {string} [userId] The user ID for which activity logs should be retrieved.
43
+ * @param {string} [regularExpression] The regular expression to filter activity logs\&#39; API path by. The regex must be a valid, already escaped string.
44
+ * @param {CoscineHttpMethod} [httpMethod] The http method to filter activity logs by.
45
+ * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
46
+ * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
47
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
48
+ * @param {*} [options] Override http request option.
49
+ * @throws {RequiredError}
50
+ */
51
+ getAllActivityLogs: (activityTimestampBefore?: string, activityTimestampAfter?: string, guid?: string, userId?: string, regularExpression?: string, httpMethod?: CoscineHttpMethod, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
52
+ /**
53
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
36
54
  * @summary Retrieves all projects.
37
55
  * @param {boolean} [topLevel] Gets or sets a value indicating whether to filter top-level projects.
38
56
  * @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted projects in the results.
@@ -45,7 +63,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
45
63
  */
46
64
  getAllProjects: (topLevel?: boolean, includeDeleted?: boolean, includeQuotas?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
47
65
  /**
48
- *
66
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
49
67
  * @summary Retrieves all resources.
50
68
  * @param {boolean} [includeDeleted] Value indicating whether to include deleted resources.
51
69
  * @param {boolean} [includeQuotas] Value indicating whether to include individual resource quotas.
@@ -57,7 +75,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
57
75
  */
58
76
  getAllResources: (includeDeleted?: boolean, includeQuotas?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
59
77
  /**
60
- *
78
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
61
79
  * @summary Retrieves all users.
62
80
  * @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
63
81
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;250&#x60;.
@@ -68,7 +86,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
68
86
  */
69
87
  getAllUsers: (tosAccepted?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
70
88
  /**
71
- *
89
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
72
90
  * @summary Gets a metadata graph.
73
91
  * @param {string} graph The absolute URI of the graph to get.
74
92
  * @param {RdfFormat} [format] Gets or sets the RDF format.
@@ -77,7 +95,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
77
95
  */
78
96
  getMetadataGraph: (graph: string, format?: RdfFormat, options?: AxiosRequestConfig) => Promise<RequestArgs>;
79
97
  /**
80
- *
98
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
81
99
  * @summary Patches a metadata graph.
82
100
  * @param {string} graph The absolute URI of the graph to patch.
83
101
  * @param {RdfPatchDocumentDto} [rdfPatchDocumentDto] The well-formed RDF patch document containing the changes as operations to be applied to the graph.
@@ -86,7 +104,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
86
104
  */
87
105
  patchMetadata: (graph: string, rdfPatchDocumentDto?: RdfPatchDocumentDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
88
106
  /**
89
- *
107
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
90
108
  * @summary Updates a metadata graph.
91
109
  * @param {string} graph The absolute URI of the graph to update.
92
110
  * @param {MetadataUpdateAdminParameters} [metadataUpdateAdminParameters] The metadata update admin parameters.
@@ -108,7 +126,23 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
108
126
  */
109
127
  apiV2AdminOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
110
128
  /**
111
- *
129
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
130
+ * @summary Retrieves all activity logs.
131
+ * @param {string} [activityTimestampBefore] The activity timestamp date before which activity logs should be retrieved.
132
+ * @param {string} [activityTimestampAfter] The activity timestamp date after which activity logs should be retrieved.
133
+ * @param {string} [guid] The GUID for which activity logs should be retrieved. Can be a project, resource or other ID.
134
+ * @param {string} [userId] The user ID for which activity logs should be retrieved.
135
+ * @param {string} [regularExpression] The regular expression to filter activity logs\&#39; API path by. The regex must be a valid, already escaped string.
136
+ * @param {CoscineHttpMethod} [httpMethod] The http method to filter activity logs by.
137
+ * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
138
+ * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
139
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
140
+ * @param {*} [options] Override http request option.
141
+ * @throws {RequiredError}
142
+ */
143
+ getAllActivityLogs(activityTimestampBefore?: string, activityTimestampAfter?: string, guid?: string, userId?: string, regularExpression?: string, httpMethod?: CoscineHttpMethod, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ActivityLogDtoPagedResponse>>;
144
+ /**
145
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
112
146
  * @summary Retrieves all projects.
113
147
  * @param {boolean} [topLevel] Gets or sets a value indicating whether to filter top-level projects.
114
148
  * @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted projects in the results.
@@ -121,7 +155,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
121
155
  */
122
156
  getAllProjects(topLevel?: boolean, includeDeleted?: boolean, includeQuotas?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectAdminDtoPagedResponse>>;
123
157
  /**
124
- *
158
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
125
159
  * @summary Retrieves all resources.
126
160
  * @param {boolean} [includeDeleted] Value indicating whether to include deleted resources.
127
161
  * @param {boolean} [includeQuotas] Value indicating whether to include individual resource quotas.
@@ -133,7 +167,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
133
167
  */
134
168
  getAllResources(includeDeleted?: boolean, includeQuotas?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceAdminDtoPagedResponse>>;
135
169
  /**
136
- *
170
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
137
171
  * @summary Retrieves all users.
138
172
  * @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
139
173
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;250&#x60;.
@@ -144,7 +178,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
144
178
  */
145
179
  getAllUsers(tosAccepted?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserDtoPagedResponse>>;
146
180
  /**
147
- *
181
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
148
182
  * @summary Gets a metadata graph.
149
183
  * @param {string} graph The absolute URI of the graph to get.
150
184
  * @param {RdfFormat} [format] Gets or sets the RDF format.
@@ -153,7 +187,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
153
187
  */
154
188
  getMetadataGraph(graph: string, format?: RdfFormat, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RdfDefinitionDtoResponse>>;
155
189
  /**
156
- *
190
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
157
191
  * @summary Patches a metadata graph.
158
192
  * @param {string} graph The absolute URI of the graph to patch.
159
193
  * @param {RdfPatchDocumentDto} [rdfPatchDocumentDto] The well-formed RDF patch document containing the changes as operations to be applied to the graph.
@@ -162,7 +196,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
162
196
  */
163
197
  patchMetadata(graph: string, rdfPatchDocumentDto?: RdfPatchDocumentDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
164
198
  /**
165
- *
199
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
166
200
  * @summary Updates a metadata graph.
167
201
  * @param {string} graph The absolute URI of the graph to update.
168
202
  * @param {MetadataUpdateAdminParameters} [metadataUpdateAdminParameters] The metadata update admin parameters.
@@ -184,7 +218,15 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
184
218
  */
185
219
  apiV2AdminOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
186
220
  /**
187
- *
221
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
222
+ * @summary Retrieves all activity logs.
223
+ * @param {AdminApiGetAllActivityLogsRequest} requestParameters Request parameters.
224
+ * @param {*} [options] Override http request option.
225
+ * @throws {RequiredError}
226
+ */
227
+ getAllActivityLogs(requestParameters?: AdminApiGetAllActivityLogsRequest, options?: AxiosRequestConfig): AxiosPromise<ActivityLogDtoPagedResponse>;
228
+ /**
229
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
188
230
  * @summary Retrieves all projects.
189
231
  * @param {AdminApiGetAllProjectsRequest} requestParameters Request parameters.
190
232
  * @param {*} [options] Override http request option.
@@ -192,7 +234,7 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
192
234
  */
193
235
  getAllProjects(requestParameters?: AdminApiGetAllProjectsRequest, options?: AxiosRequestConfig): AxiosPromise<ProjectAdminDtoPagedResponse>;
194
236
  /**
195
- *
237
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
196
238
  * @summary Retrieves all resources.
197
239
  * @param {AdminApiGetAllResourcesRequest} requestParameters Request parameters.
198
240
  * @param {*} [options] Override http request option.
@@ -200,7 +242,7 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
200
242
  */
201
243
  getAllResources(requestParameters?: AdminApiGetAllResourcesRequest, options?: AxiosRequestConfig): AxiosPromise<ResourceAdminDtoPagedResponse>;
202
244
  /**
203
- *
245
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
204
246
  * @summary Retrieves all users.
205
247
  * @param {AdminApiGetAllUsersRequest} requestParameters Request parameters.
206
248
  * @param {*} [options] Override http request option.
@@ -208,7 +250,7 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
208
250
  */
209
251
  getAllUsers(requestParameters?: AdminApiGetAllUsersRequest, options?: AxiosRequestConfig): AxiosPromise<UserDtoPagedResponse>;
210
252
  /**
211
- *
253
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
212
254
  * @summary Gets a metadata graph.
213
255
  * @param {AdminApiGetMetadataGraphRequest} requestParameters Request parameters.
214
256
  * @param {*} [options] Override http request option.
@@ -216,7 +258,7 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
216
258
  */
217
259
  getMetadataGraph(requestParameters: AdminApiGetMetadataGraphRequest, options?: AxiosRequestConfig): AxiosPromise<RdfDefinitionDtoResponse>;
218
260
  /**
219
- *
261
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
220
262
  * @summary Patches a metadata graph.
221
263
  * @param {AdminApiPatchMetadataRequest} requestParameters Request parameters.
222
264
  * @param {*} [options] Override http request option.
@@ -224,7 +266,7 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
224
266
  */
225
267
  patchMetadata(requestParameters: AdminApiPatchMetadataRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
226
268
  /**
227
- *
269
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
228
270
  * @summary Updates a metadata graph.
229
271
  * @param {AdminApiUpdateMetadataGraphRequest} requestParameters Request parameters.
230
272
  * @param {*} [options] Override http request option.
@@ -232,6 +274,67 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
232
274
  */
233
275
  updateMetadataGraph(requestParameters: AdminApiUpdateMetadataGraphRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
234
276
  };
277
+ /**
278
+ * Request parameters for getAllActivityLogs operation in AdminApi.
279
+ * @export
280
+ * @interface AdminApiGetAllActivityLogsRequest
281
+ */
282
+ export interface AdminApiGetAllActivityLogsRequest {
283
+ /**
284
+ * The activity timestamp date before which activity logs should be retrieved.
285
+ * @type {string}
286
+ * @memberof AdminApiGetAllActivityLogs
287
+ */
288
+ readonly activityTimestampBefore?: string;
289
+ /**
290
+ * The activity timestamp date after which activity logs should be retrieved.
291
+ * @type {string}
292
+ * @memberof AdminApiGetAllActivityLogs
293
+ */
294
+ readonly activityTimestampAfter?: string;
295
+ /**
296
+ * The GUID for which activity logs should be retrieved. Can be a project, resource or other ID.
297
+ * @type {string}
298
+ * @memberof AdminApiGetAllActivityLogs
299
+ */
300
+ readonly guid?: string;
301
+ /**
302
+ * The user ID for which activity logs should be retrieved.
303
+ * @type {string}
304
+ * @memberof AdminApiGetAllActivityLogs
305
+ */
306
+ readonly userId?: string;
307
+ /**
308
+ * The regular expression to filter activity logs\&#39; API path by. The regex must be a valid, already escaped string.
309
+ * @type {string}
310
+ * @memberof AdminApiGetAllActivityLogs
311
+ */
312
+ readonly regularExpression?: string;
313
+ /**
314
+ * The http method to filter activity logs by.
315
+ * @type {CoscineHttpMethod}
316
+ * @memberof AdminApiGetAllActivityLogs
317
+ */
318
+ readonly httpMethod?: CoscineHttpMethod;
319
+ /**
320
+ * The desired page number. Should be greater than or equal to 1. Default is 1.
321
+ * @type {number}
322
+ * @memberof AdminApiGetAllActivityLogs
323
+ */
324
+ readonly pageNumber?: number;
325
+ /**
326
+ * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
327
+ * @type {number}
328
+ * @memberof AdminApiGetAllActivityLogs
329
+ */
330
+ readonly pageSize?: number;
331
+ /**
332
+ * Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
333
+ * @type {string}
334
+ * @memberof AdminApiGetAllActivityLogs
335
+ */
336
+ readonly orderBy?: string;
337
+ }
235
338
  /**
236
339
  * Request parameters for getAllProjects operation in AdminApi.
237
340
  * @export
@@ -416,7 +519,16 @@ export declare class AdminApi extends BaseAPI {
416
519
  */
417
520
  apiV2AdminOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
418
521
  /**
419
- *
522
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
523
+ * @summary Retrieves all activity logs.
524
+ * @param {AdminApiGetAllActivityLogsRequest} requestParameters Request parameters.
525
+ * @param {*} [options] Override http request option.
526
+ * @throws {RequiredError}
527
+ * @memberof AdminApi
528
+ */
529
+ getAllActivityLogs(requestParameters?: AdminApiGetAllActivityLogsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ActivityLogDtoPagedResponse, any>>;
530
+ /**
531
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
420
532
  * @summary Retrieves all projects.
421
533
  * @param {AdminApiGetAllProjectsRequest} requestParameters Request parameters.
422
534
  * @param {*} [options] Override http request option.
@@ -425,7 +537,7 @@ export declare class AdminApi extends BaseAPI {
425
537
  */
426
538
  getAllProjects(requestParameters?: AdminApiGetAllProjectsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectAdminDtoPagedResponse, any>>;
427
539
  /**
428
- *
540
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
429
541
  * @summary Retrieves all resources.
430
542
  * @param {AdminApiGetAllResourcesRequest} requestParameters Request parameters.
431
543
  * @param {*} [options] Override http request option.
@@ -434,7 +546,7 @@ export declare class AdminApi extends BaseAPI {
434
546
  */
435
547
  getAllResources(requestParameters?: AdminApiGetAllResourcesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceAdminDtoPagedResponse, any>>;
436
548
  /**
437
- *
549
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
438
550
  * @summary Retrieves all users.
439
551
  * @param {AdminApiGetAllUsersRequest} requestParameters Request parameters.
440
552
  * @param {*} [options] Override http request option.
@@ -443,7 +555,7 @@ export declare class AdminApi extends BaseAPI {
443
555
  */
444
556
  getAllUsers(requestParameters?: AdminApiGetAllUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserDtoPagedResponse, any>>;
445
557
  /**
446
- *
558
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
447
559
  * @summary Gets a metadata graph.
448
560
  * @param {AdminApiGetMetadataGraphRequest} requestParameters Request parameters.
449
561
  * @param {*} [options] Override http request option.
@@ -452,7 +564,7 @@ export declare class AdminApi extends BaseAPI {
452
564
  */
453
565
  getMetadataGraph(requestParameters: AdminApiGetMetadataGraphRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RdfDefinitionDtoResponse, any>>;
454
566
  /**
455
- *
567
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
456
568
  * @summary Patches a metadata graph.
457
569
  * @param {AdminApiPatchMetadataRequest} requestParameters Request parameters.
458
570
  * @param {*} [options] Override http request option.
@@ -461,7 +573,7 @@ export declare class AdminApi extends BaseAPI {
461
573
  */
462
574
  patchMetadata(requestParameters: AdminApiPatchMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
463
575
  /**
464
- *
576
+ * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
465
577
  * @summary Updates a metadata graph.
466
578
  * @param {AdminApiUpdateMetadataGraphRequest} requestParameters Request parameters.
467
579
  * @param {*} [options] Override http request option.
@@ -31,7 +31,7 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
31
31
  */
32
32
  apiV2ApplicationProfilesOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
33
33
  /**
34
- *
34
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
35
35
  * @summary Submits a request to create a new application profile.
36
36
  * @param {ApplicationProfileForCreationDto} [applicationProfileForCreationDto] The details required to create a new application profile.
37
37
  * @param {*} [options] Override http request option.
@@ -39,7 +39,7 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
39
39
  */
40
40
  createApplicationProfileRequest: (applicationProfileForCreationDto?: ApplicationProfileForCreationDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
41
41
  /**
42
- *
42
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
43
43
  * @summary Retrieves an application profile by its URI.
44
44
  * @param {string} profile The URI of the application profile to retrieve.
45
45
  * @param {RdfFormat} [format] The desired data format for the returned application profile.
@@ -49,7 +49,7 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
49
49
  */
50
50
  getApplicationProfile: (profile: string, format?: RdfFormat, acceptLanguage?: AcceptedLanguage, options?: AxiosRequestConfig) => Promise<RequestArgs>;
51
51
  /**
52
- *
52
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
53
53
  * @summary Retrieves all application profiles.
54
54
  * @param {string} [searchTerm] Gets or sets the search term used to filter application profiles.
55
55
  * @param {AcceptedLanguage} [language] Gets or sets the language for which the application profiles are requested.
@@ -62,7 +62,7 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
62
62
  */
63
63
  getApplicationProfiles: (searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
64
64
  /**
65
- *
65
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
66
66
  * @summary Retrieves the `raw` application profile definition by its URI.
67
67
  * @param {string} profile The URI of the application profile.
68
68
  * @param {*} [options] Override http request option.
@@ -83,7 +83,7 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
83
83
  */
84
84
  apiV2ApplicationProfilesOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
85
85
  /**
86
- *
86
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
87
87
  * @summary Submits a request to create a new application profile.
88
88
  * @param {ApplicationProfileForCreationDto} [applicationProfileForCreationDto] The details required to create a new application profile.
89
89
  * @param {*} [options] Override http request option.
@@ -91,7 +91,7 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
91
91
  */
92
92
  createApplicationProfileRequest(applicationProfileForCreationDto?: ApplicationProfileForCreationDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileForCreationDtoResponse>>;
93
93
  /**
94
- *
94
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
95
95
  * @summary Retrieves an application profile by its URI.
96
96
  * @param {string} profile The URI of the application profile to retrieve.
97
97
  * @param {RdfFormat} [format] The desired data format for the returned application profile.
@@ -101,7 +101,7 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
101
101
  */
102
102
  getApplicationProfile(profile: string, format?: RdfFormat, acceptLanguage?: AcceptedLanguage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileDtoResponse>>;
103
103
  /**
104
- *
104
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
105
105
  * @summary Retrieves all application profiles.
106
106
  * @param {string} [searchTerm] Gets or sets the search term used to filter application profiles.
107
107
  * @param {AcceptedLanguage} [language] Gets or sets the language for which the application profiles are requested.
@@ -114,7 +114,7 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
114
114
  */
115
115
  getApplicationProfiles(searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileDtoPagedResponse>>;
116
116
  /**
117
- *
117
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
118
118
  * @summary Retrieves the `raw` application profile definition by its URI.
119
119
  * @param {string} profile The URI of the application profile.
120
120
  * @param {*} [options] Override http request option.
@@ -135,7 +135,7 @@ export declare const ApplicationProfileApiFactory: (configuration?: Configuratio
135
135
  */
136
136
  apiV2ApplicationProfilesOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
137
137
  /**
138
- *
138
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
139
139
  * @summary Submits a request to create a new application profile.
140
140
  * @param {ApplicationProfileApiCreateApplicationProfileRequestRequest} requestParameters Request parameters.
141
141
  * @param {*} [options] Override http request option.
@@ -143,7 +143,7 @@ export declare const ApplicationProfileApiFactory: (configuration?: Configuratio
143
143
  */
144
144
  createApplicationProfileRequest(requestParameters?: ApplicationProfileApiCreateApplicationProfileRequestRequest, options?: AxiosRequestConfig): AxiosPromise<ApplicationProfileForCreationDtoResponse>;
145
145
  /**
146
- *
146
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
147
147
  * @summary Retrieves an application profile by its URI.
148
148
  * @param {ApplicationProfileApiGetApplicationProfileRequest} requestParameters Request parameters.
149
149
  * @param {*} [options] Override http request option.
@@ -151,7 +151,7 @@ export declare const ApplicationProfileApiFactory: (configuration?: Configuratio
151
151
  */
152
152
  getApplicationProfile(requestParameters: ApplicationProfileApiGetApplicationProfileRequest, options?: AxiosRequestConfig): AxiosPromise<ApplicationProfileDtoResponse>;
153
153
  /**
154
- *
154
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
155
155
  * @summary Retrieves all application profiles.
156
156
  * @param {ApplicationProfileApiGetApplicationProfilesRequest} requestParameters Request parameters.
157
157
  * @param {*} [options] Override http request option.
@@ -159,7 +159,7 @@ export declare const ApplicationProfileApiFactory: (configuration?: Configuratio
159
159
  */
160
160
  getApplicationProfiles(requestParameters?: ApplicationProfileApiGetApplicationProfilesRequest, options?: AxiosRequestConfig): AxiosPromise<ApplicationProfileDtoPagedResponse>;
161
161
  /**
162
- *
162
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
163
163
  * @summary Retrieves the `raw` application profile definition by its URI.
164
164
  * @param {ApplicationProfileApiGetRawApplicationProfileRequest} requestParameters Request parameters.
165
165
  * @param {*} [options] Override http request option.
@@ -277,7 +277,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
277
277
  */
278
278
  apiV2ApplicationProfilesOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
279
279
  /**
280
- *
280
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
281
281
  * @summary Submits a request to create a new application profile.
282
282
  * @param {ApplicationProfileApiCreateApplicationProfileRequestRequest} requestParameters Request parameters.
283
283
  * @param {*} [options] Override http request option.
@@ -286,7 +286,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
286
286
  */
287
287
  createApplicationProfileRequest(requestParameters?: ApplicationProfileApiCreateApplicationProfileRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileForCreationDtoResponse, any>>;
288
288
  /**
289
- *
289
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
290
290
  * @summary Retrieves an application profile by its URI.
291
291
  * @param {ApplicationProfileApiGetApplicationProfileRequest} requestParameters Request parameters.
292
292
  * @param {*} [options] Override http request option.
@@ -295,7 +295,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
295
295
  */
296
296
  getApplicationProfile(requestParameters: ApplicationProfileApiGetApplicationProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileDtoResponse, any>>;
297
297
  /**
298
- *
298
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
299
299
  * @summary Retrieves all application profiles.
300
300
  * @param {ApplicationProfileApiGetApplicationProfilesRequest} requestParameters Request parameters.
301
301
  * @param {*} [options] Override http request option.
@@ -304,7 +304,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
304
304
  */
305
305
  getApplicationProfiles(requestParameters?: ApplicationProfileApiGetApplicationProfilesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileDtoPagedResponse, any>>;
306
306
  /**
307
- *
307
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
308
308
  * @summary Retrieves the `raw` application profile definition by its URI.
309
309
  * @param {ApplicationProfileApiGetRawApplicationProfileRequest} requestParameters Request parameters.
310
310
  * @param {*} [options] Override http request option.
@@ -27,7 +27,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
27
27
  */
28
28
  apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions: (projectId: string, resourceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
29
29
  /**
30
- *
30
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
31
31
  * @summary Creates a new blob for a resource.
32
32
  * @param {string} projectId The identifier or slug of the project.
33
33
  * @param {string} resourceId The identifier of the resource.
@@ -38,7 +38,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
38
38
  */
39
39
  createBlob: (projectId: string, resourceId: string, key: string, file?: File, options?: AxiosRequestConfig) => Promise<RequestArgs>;
40
40
  /**
41
- *
41
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
42
42
  * @summary Deletes a blob from a resource.
43
43
  * @param {string} projectId The identifier or slug of the project.
44
44
  * @param {string} resourceId The identifier of the resource.
@@ -48,7 +48,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
48
48
  */
49
49
  deleteBlob: (projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
50
50
  /**
51
- *
51
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
52
52
  * @summary Download a blob from a resource.
53
53
  * @param {string} projectId The identifier or slug of the project.
54
54
  * @param {string} resourceId The identifier of the resource.
@@ -58,7 +58,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
58
58
  */
59
59
  getBlob: (projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
60
60
  /**
61
- *
61
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
62
62
  * @summary Updates an existing blob of a resource.
63
63
  * @param {string} projectId The identifier or slug of the project.
64
64
  * @param {string} resourceId The identifier of the resource.
@@ -84,7 +84,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
84
84
  */
85
85
  apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(projectId: string, resourceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
86
86
  /**
87
- *
87
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
88
88
  * @summary Creates a new blob for a resource.
89
89
  * @param {string} projectId The identifier or slug of the project.
90
90
  * @param {string} resourceId The identifier of the resource.
@@ -95,7 +95,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
95
95
  */
96
96
  createBlob(projectId: string, resourceId: string, key: string, file?: File, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
97
97
  /**
98
- *
98
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
99
99
  * @summary Deletes a blob from a resource.
100
100
  * @param {string} projectId The identifier or slug of the project.
101
101
  * @param {string} resourceId The identifier of the resource.
@@ -105,7 +105,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
105
105
  */
106
106
  deleteBlob(projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
107
107
  /**
108
- *
108
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
109
109
  * @summary Download a blob from a resource.
110
110
  * @param {string} projectId The identifier or slug of the project.
111
111
  * @param {string} resourceId The identifier of the resource.
@@ -115,7 +115,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
115
115
  */
116
116
  getBlob(projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
117
117
  /**
118
- *
118
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
119
119
  * @summary Updates an existing blob of a resource.
120
120
  * @param {string} projectId The identifier or slug of the project.
121
121
  * @param {string} resourceId The identifier of the resource.
@@ -140,7 +140,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
140
140
  */
141
141
  apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(requestParameters: BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
142
142
  /**
143
- *
143
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
144
144
  * @summary Creates a new blob for a resource.
145
145
  * @param {BlobApiCreateBlobRequest} requestParameters Request parameters.
146
146
  * @param {*} [options] Override http request option.
@@ -148,7 +148,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
148
148
  */
149
149
  createBlob(requestParameters: BlobApiCreateBlobRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
150
150
  /**
151
- *
151
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
152
152
  * @summary Deletes a blob from a resource.
153
153
  * @param {BlobApiDeleteBlobRequest} requestParameters Request parameters.
154
154
  * @param {*} [options] Override http request option.
@@ -156,7 +156,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
156
156
  */
157
157
  deleteBlob(requestParameters: BlobApiDeleteBlobRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
158
158
  /**
159
- *
159
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
160
160
  * @summary Download a blob from a resource.
161
161
  * @param {BlobApiGetBlobRequest} requestParameters Request parameters.
162
162
  * @param {*} [options] Override http request option.
@@ -164,7 +164,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
164
164
  */
165
165
  getBlob(requestParameters: BlobApiGetBlobRequest, options?: AxiosRequestConfig): AxiosPromise<File>;
166
166
  /**
167
- *
167
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
168
168
  * @summary Updates an existing blob of a resource.
169
169
  * @param {BlobApiUpdateBlobRequest} requestParameters Request parameters.
170
170
  * @param {*} [options] Override http request option.
@@ -320,7 +320,7 @@ export declare class BlobApi extends BaseAPI {
320
320
  */
321
321
  apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(requestParameters: BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
322
322
  /**
323
- *
323
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
324
324
  * @summary Creates a new blob for a resource.
325
325
  * @param {BlobApiCreateBlobRequest} requestParameters Request parameters.
326
326
  * @param {*} [options] Override http request option.
@@ -329,7 +329,7 @@ export declare class BlobApi extends BaseAPI {
329
329
  */
330
330
  createBlob(requestParameters: BlobApiCreateBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
331
331
  /**
332
- *
332
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
333
333
  * @summary Deletes a blob from a resource.
334
334
  * @param {BlobApiDeleteBlobRequest} requestParameters Request parameters.
335
335
  * @param {*} [options] Override http request option.
@@ -338,7 +338,7 @@ export declare class BlobApi extends BaseAPI {
338
338
  */
339
339
  deleteBlob(requestParameters: BlobApiDeleteBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
340
340
  /**
341
- *
341
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
342
342
  * @summary Download a blob from a resource.
343
343
  * @param {BlobApiGetBlobRequest} requestParameters Request parameters.
344
344
  * @param {*} [options] Override http request option.
@@ -347,7 +347,7 @@ export declare class BlobApi extends BaseAPI {
347
347
  */
348
348
  getBlob(requestParameters: BlobApiGetBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
349
349
  /**
350
- *
350
+ * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
351
351
  * @summary Updates an existing blob of a resource.
352
352
  * @param {BlobApiUpdateBlobRequest} requestParameters Request parameters.
353
353
  * @param {*} [options] Override http request option.