@emilgroup/tenant-sdk-node 1.28.0 → 1.28.1-beta.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 (68) hide show
  1. package/.openapi-generator/FILES +3 -0
  2. package/README.md +2 -2
  3. package/api/custom-schema-api.ts +16 -16
  4. package/api/dashboard-api.ts +338 -39
  5. package/api/dashboard-group-api.ts +20 -20
  6. package/api/data-report-api.ts +16 -16
  7. package/api/data-report-executor-api.ts +4 -4
  8. package/api/delete-organization-invitations-api.ts +4 -4
  9. package/api/invite-organizations-api.ts +4 -4
  10. package/api/invite-users-api.ts +16 -16
  11. package/api/list-organization-invitations-api.ts +4 -4
  12. package/api/organizations-api.ts +12 -12
  13. package/api/re-invite-an-organization-api.ts +4 -4
  14. package/api/roles-api.ts +4 -4
  15. package/api/settings-api.ts +4 -4
  16. package/api/users-api.ts +28 -28
  17. package/base.ts +1 -1
  18. package/common.ts +2 -2
  19. package/configuration.ts +9 -0
  20. package/dist/api/custom-schema-api.d.ts +16 -16
  21. package/dist/api/custom-schema-api.js +16 -16
  22. package/dist/api/dashboard-api.d.ts +189 -34
  23. package/dist/api/dashboard-api.js +300 -34
  24. package/dist/api/dashboard-group-api.d.ts +20 -20
  25. package/dist/api/dashboard-group-api.js +20 -20
  26. package/dist/api/data-report-api.d.ts +16 -16
  27. package/dist/api/data-report-api.js +16 -16
  28. package/dist/api/data-report-executor-api.d.ts +4 -4
  29. package/dist/api/data-report-executor-api.js +4 -4
  30. package/dist/api/delete-organization-invitations-api.d.ts +4 -4
  31. package/dist/api/delete-organization-invitations-api.js +4 -4
  32. package/dist/api/invite-organizations-api.d.ts +4 -4
  33. package/dist/api/invite-organizations-api.js +4 -4
  34. package/dist/api/invite-users-api.d.ts +16 -16
  35. package/dist/api/invite-users-api.js +16 -16
  36. package/dist/api/list-organization-invitations-api.d.ts +4 -4
  37. package/dist/api/list-organization-invitations-api.js +4 -4
  38. package/dist/api/organizations-api.d.ts +12 -12
  39. package/dist/api/organizations-api.js +12 -12
  40. package/dist/api/re-invite-an-organization-api.d.ts +4 -4
  41. package/dist/api/re-invite-an-organization-api.js +4 -4
  42. package/dist/api/roles-api.d.ts +4 -4
  43. package/dist/api/roles-api.js +4 -4
  44. package/dist/api/settings-api.d.ts +4 -4
  45. package/dist/api/settings-api.js +4 -4
  46. package/dist/api/users-api.d.ts +28 -28
  47. package/dist/api/users-api.js +28 -28
  48. package/dist/base.js +1 -1
  49. package/dist/common.js +2 -2
  50. package/dist/configuration.d.ts +6 -0
  51. package/dist/configuration.js +8 -0
  52. package/dist/models/create-tenant-db-config-request-dto.d.ts +30 -0
  53. package/dist/models/create-tenant-db-config-request-dto.js +15 -0
  54. package/dist/models/index.d.ts +3 -0
  55. package/dist/models/index.js +3 -0
  56. package/dist/models/invite-class.d.ts +12 -12
  57. package/dist/models/publish-dashboard-request-dto.d.ts +34 -0
  58. package/dist/models/publish-dashboard-request-dto.js +19 -0
  59. package/dist/models/revert-analysis-request-dto.d.ts +34 -0
  60. package/dist/models/revert-analysis-request-dto.js +19 -0
  61. package/dist/models/user-class.d.ts +8 -8
  62. package/models/create-tenant-db-config-request-dto.ts +36 -0
  63. package/models/index.ts +3 -0
  64. package/models/invite-class.ts +12 -12
  65. package/models/publish-dashboard-request-dto.ts +43 -0
  66. package/models/revert-analysis-request-dto.ts +43 -0
  67. package/models/user-class.ts +8 -8
  68. package/package.json +1 -1
@@ -25,7 +25,7 @@ import { UpdateDashboardGroupResponseClass } from '../models';
25
25
  */
26
26
  export declare const DashboardGroupApiAxiosParamCreator: (configuration?: Configuration) => {
27
27
  /**
28
- *
28
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
29
29
  * @param {CreateDashboardGroupRequestDto} createDashboardGroupRequestDto
30
30
  * @param {string} [authorization] Bearer Token
31
31
  * @param {*} [options] Override http request option.
@@ -33,7 +33,7 @@ export declare const DashboardGroupApiAxiosParamCreator: (configuration?: Config
33
33
  */
34
34
  createDashboardGroup: (createDashboardGroupRequestDto: CreateDashboardGroupRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
35
  /**
36
- *
36
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
37
37
  * @param {string} code
38
38
  * @param {string} [authorization] Bearer Token
39
39
  * @param {*} [options] Override http request option.
@@ -41,7 +41,7 @@ export declare const DashboardGroupApiAxiosParamCreator: (configuration?: Config
41
41
  */
42
42
  deleteDashboardGroup: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
43
43
  /**
44
- *
44
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
45
45
  * @param {string} code
46
46
  * @param {string} [authorization] Bearer Token
47
47
  * @param {*} [options] Override http request option.
@@ -49,7 +49,7 @@ export declare const DashboardGroupApiAxiosParamCreator: (configuration?: Config
49
49
  */
50
50
  getDashboardGroup: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
51
51
  /**
52
- *
52
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
53
53
  * @param {string} [authorization] Bearer Token
54
54
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
55
55
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
@@ -63,7 +63,7 @@ export declare const DashboardGroupApiAxiosParamCreator: (configuration?: Config
63
63
  */
64
64
  listDashboardGroups: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
65
65
  /**
66
- *
66
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
67
67
  * @param {string} code
68
68
  * @param {UpdateDashboardGroupRequestDto} updateDashboardGroupRequestDto
69
69
  * @param {string} [authorization] Bearer Token
@@ -78,7 +78,7 @@ export declare const DashboardGroupApiAxiosParamCreator: (configuration?: Config
78
78
  */
79
79
  export declare const DashboardGroupApiFp: (configuration?: Configuration) => {
80
80
  /**
81
- *
81
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
82
82
  * @param {CreateDashboardGroupRequestDto} createDashboardGroupRequestDto
83
83
  * @param {string} [authorization] Bearer Token
84
84
  * @param {*} [options] Override http request option.
@@ -86,7 +86,7 @@ export declare const DashboardGroupApiFp: (configuration?: Configuration) => {
86
86
  */
87
87
  createDashboardGroup(createDashboardGroupRequestDto: CreateDashboardGroupRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateDashboardGroupResponseClass>>;
88
88
  /**
89
- *
89
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
90
90
  * @param {string} code
91
91
  * @param {string} [authorization] Bearer Token
92
92
  * @param {*} [options] Override http request option.
@@ -94,7 +94,7 @@ export declare const DashboardGroupApiFp: (configuration?: Configuration) => {
94
94
  */
95
95
  deleteDashboardGroup(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
96
96
  /**
97
- *
97
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
98
98
  * @param {string} code
99
99
  * @param {string} [authorization] Bearer Token
100
100
  * @param {*} [options] Override http request option.
@@ -102,7 +102,7 @@ export declare const DashboardGroupApiFp: (configuration?: Configuration) => {
102
102
  */
103
103
  getDashboardGroup(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDashboardGroupResponseClass>>;
104
104
  /**
105
- *
105
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
106
106
  * @param {string} [authorization] Bearer Token
107
107
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
108
108
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
@@ -116,7 +116,7 @@ export declare const DashboardGroupApiFp: (configuration?: Configuration) => {
116
116
  */
117
117
  listDashboardGroups(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListDashboardGroupsResponseClass>>;
118
118
  /**
119
- *
119
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
120
120
  * @param {string} code
121
121
  * @param {UpdateDashboardGroupRequestDto} updateDashboardGroupRequestDto
122
122
  * @param {string} [authorization] Bearer Token
@@ -131,7 +131,7 @@ export declare const DashboardGroupApiFp: (configuration?: Configuration) => {
131
131
  */
132
132
  export declare const DashboardGroupApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
133
133
  /**
134
- *
134
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
135
135
  * @param {CreateDashboardGroupRequestDto} createDashboardGroupRequestDto
136
136
  * @param {string} [authorization] Bearer Token
137
137
  * @param {*} [options] Override http request option.
@@ -139,7 +139,7 @@ export declare const DashboardGroupApiFactory: (configuration?: Configuration, b
139
139
  */
140
140
  createDashboardGroup(createDashboardGroupRequestDto: CreateDashboardGroupRequestDto, authorization?: string, options?: any): AxiosPromise<CreateDashboardGroupResponseClass>;
141
141
  /**
142
- *
142
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
143
143
  * @param {string} code
144
144
  * @param {string} [authorization] Bearer Token
145
145
  * @param {*} [options] Override http request option.
@@ -147,7 +147,7 @@ export declare const DashboardGroupApiFactory: (configuration?: Configuration, b
147
147
  */
148
148
  deleteDashboardGroup(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
149
149
  /**
150
- *
150
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
151
151
  * @param {string} code
152
152
  * @param {string} [authorization] Bearer Token
153
153
  * @param {*} [options] Override http request option.
@@ -155,7 +155,7 @@ export declare const DashboardGroupApiFactory: (configuration?: Configuration, b
155
155
  */
156
156
  getDashboardGroup(code: string, authorization?: string, options?: any): AxiosPromise<GetDashboardGroupResponseClass>;
157
157
  /**
158
- *
158
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
159
159
  * @param {string} [authorization] Bearer Token
160
160
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
161
161
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
@@ -169,7 +169,7 @@ export declare const DashboardGroupApiFactory: (configuration?: Configuration, b
169
169
  */
170
170
  listDashboardGroups(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: any): AxiosPromise<ListDashboardGroupsResponseClass>;
171
171
  /**
172
- *
172
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
173
173
  * @param {string} code
174
174
  * @param {UpdateDashboardGroupRequestDto} updateDashboardGroupRequestDto
175
175
  * @param {string} [authorization] Bearer Token
@@ -323,7 +323,7 @@ export interface DashboardGroupApiUpdateDashboardGroupRequest {
323
323
  */
324
324
  export declare class DashboardGroupApi extends BaseAPI {
325
325
  /**
326
- *
326
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
327
327
  * @param {DashboardGroupApiCreateDashboardGroupRequest} requestParameters Request parameters.
328
328
  * @param {*} [options] Override http request option.
329
329
  * @throws {RequiredError}
@@ -331,7 +331,7 @@ export declare class DashboardGroupApi extends BaseAPI {
331
331
  */
332
332
  createDashboardGroup(requestParameters: DashboardGroupApiCreateDashboardGroupRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateDashboardGroupResponseClass, any>>;
333
333
  /**
334
- *
334
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
335
335
  * @param {DashboardGroupApiDeleteDashboardGroupRequest} requestParameters Request parameters.
336
336
  * @param {*} [options] Override http request option.
337
337
  * @throws {RequiredError}
@@ -339,7 +339,7 @@ export declare class DashboardGroupApi extends BaseAPI {
339
339
  */
340
340
  deleteDashboardGroup(requestParameters: DashboardGroupApiDeleteDashboardGroupRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
341
341
  /**
342
- *
342
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
343
343
  * @param {DashboardGroupApiGetDashboardGroupRequest} requestParameters Request parameters.
344
344
  * @param {*} [options] Override http request option.
345
345
  * @throws {RequiredError}
@@ -347,7 +347,7 @@ export declare class DashboardGroupApi extends BaseAPI {
347
347
  */
348
348
  getDashboardGroup(requestParameters: DashboardGroupApiGetDashboardGroupRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardGroupResponseClass, any>>;
349
349
  /**
350
- *
350
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
351
351
  * @param {DashboardGroupApiListDashboardGroupsRequest} requestParameters Request parameters.
352
352
  * @param {*} [options] Override http request option.
353
353
  * @throws {RequiredError}
@@ -355,7 +355,7 @@ export declare class DashboardGroupApi extends BaseAPI {
355
355
  */
356
356
  listDashboardGroups(requestParameters?: DashboardGroupApiListDashboardGroupsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDashboardGroupsResponseClass, any>>;
357
357
  /**
358
- *
358
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
359
359
  * @param {DashboardGroupApiUpdateDashboardGroupRequest} requestParameters Request parameters.
360
360
  * @param {*} [options] Override http request option.
361
361
  * @throws {RequiredError}
@@ -97,7 +97,7 @@ var DashboardGroupApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- *
100
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
101
101
  * @param {CreateDashboardGroupRequestDto} createDashboardGroupRequestDto
102
102
  * @param {string} [authorization] Bearer Token
103
103
  * @param {*} [options] Override http request option.
@@ -145,7 +145,7 @@ var DashboardGroupApiAxiosParamCreator = function (configuration) {
145
145
  });
146
146
  },
147
147
  /**
148
- *
148
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
149
149
  * @param {string} code
150
150
  * @param {string} [authorization] Bearer Token
151
151
  * @param {*} [options] Override http request option.
@@ -192,7 +192,7 @@ var DashboardGroupApiAxiosParamCreator = function (configuration) {
192
192
  });
193
193
  },
194
194
  /**
195
- *
195
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
196
196
  * @param {string} code
197
197
  * @param {string} [authorization] Bearer Token
198
198
  * @param {*} [options] Override http request option.
@@ -239,7 +239,7 @@ var DashboardGroupApiAxiosParamCreator = function (configuration) {
239
239
  });
240
240
  },
241
241
  /**
242
- *
242
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
243
243
  * @param {string} [authorization] Bearer Token
244
244
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
245
245
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
@@ -310,7 +310,7 @@ var DashboardGroupApiAxiosParamCreator = function (configuration) {
310
310
  });
311
311
  },
312
312
  /**
313
- *
313
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
314
314
  * @param {string} code
315
315
  * @param {UpdateDashboardGroupRequestDto} updateDashboardGroupRequestDto
316
316
  * @param {string} [authorization] Bearer Token
@@ -372,7 +372,7 @@ var DashboardGroupApiFp = function (configuration) {
372
372
  var localVarAxiosParamCreator = (0, exports.DashboardGroupApiAxiosParamCreator)(configuration);
373
373
  return {
374
374
  /**
375
- *
375
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
376
376
  * @param {CreateDashboardGroupRequestDto} createDashboardGroupRequestDto
377
377
  * @param {string} [authorization] Bearer Token
378
378
  * @param {*} [options] Override http request option.
@@ -392,7 +392,7 @@ var DashboardGroupApiFp = function (configuration) {
392
392
  });
393
393
  },
394
394
  /**
395
- *
395
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
396
396
  * @param {string} code
397
397
  * @param {string} [authorization] Bearer Token
398
398
  * @param {*} [options] Override http request option.
@@ -412,7 +412,7 @@ var DashboardGroupApiFp = function (configuration) {
412
412
  });
413
413
  },
414
414
  /**
415
- *
415
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
416
416
  * @param {string} code
417
417
  * @param {string} [authorization] Bearer Token
418
418
  * @param {*} [options] Override http request option.
@@ -432,7 +432,7 @@ var DashboardGroupApiFp = function (configuration) {
432
432
  });
433
433
  },
434
434
  /**
435
- *
435
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
436
436
  * @param {string} [authorization] Bearer Token
437
437
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
438
438
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
@@ -458,7 +458,7 @@ var DashboardGroupApiFp = function (configuration) {
458
458
  });
459
459
  },
460
460
  /**
461
- *
461
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
462
462
  * @param {string} code
463
463
  * @param {UpdateDashboardGroupRequestDto} updateDashboardGroupRequestDto
464
464
  * @param {string} [authorization] Bearer Token
@@ -489,7 +489,7 @@ var DashboardGroupApiFactory = function (configuration, basePath, axios) {
489
489
  var localVarFp = (0, exports.DashboardGroupApiFp)(configuration);
490
490
  return {
491
491
  /**
492
- *
492
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
493
493
  * @param {CreateDashboardGroupRequestDto} createDashboardGroupRequestDto
494
494
  * @param {string} [authorization] Bearer Token
495
495
  * @param {*} [options] Override http request option.
@@ -499,7 +499,7 @@ var DashboardGroupApiFactory = function (configuration, basePath, axios) {
499
499
  return localVarFp.createDashboardGroup(createDashboardGroupRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
500
500
  },
501
501
  /**
502
- *
502
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
503
503
  * @param {string} code
504
504
  * @param {string} [authorization] Bearer Token
505
505
  * @param {*} [options] Override http request option.
@@ -509,7 +509,7 @@ var DashboardGroupApiFactory = function (configuration, basePath, axios) {
509
509
  return localVarFp.deleteDashboardGroup(code, authorization, options).then(function (request) { return request(axios, basePath); });
510
510
  },
511
511
  /**
512
- *
512
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
513
513
  * @param {string} code
514
514
  * @param {string} [authorization] Bearer Token
515
515
  * @param {*} [options] Override http request option.
@@ -519,7 +519,7 @@ var DashboardGroupApiFactory = function (configuration, basePath, axios) {
519
519
  return localVarFp.getDashboardGroup(code, authorization, options).then(function (request) { return request(axios, basePath); });
520
520
  },
521
521
  /**
522
- *
522
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
523
523
  * @param {string} [authorization] Bearer Token
524
524
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
525
525
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
@@ -535,7 +535,7 @@ var DashboardGroupApiFactory = function (configuration, basePath, axios) {
535
535
  return localVarFp.listDashboardGroups(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
536
536
  },
537
537
  /**
538
- *
538
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
539
539
  * @param {string} code
540
540
  * @param {UpdateDashboardGroupRequestDto} updateDashboardGroupRequestDto
541
541
  * @param {string} [authorization] Bearer Token
@@ -560,7 +560,7 @@ var DashboardGroupApi = /** @class */ (function (_super) {
560
560
  return _super !== null && _super.apply(this, arguments) || this;
561
561
  }
562
562
  /**
563
- *
563
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
564
564
  * @param {DashboardGroupApiCreateDashboardGroupRequest} requestParameters Request parameters.
565
565
  * @param {*} [options] Override http request option.
566
566
  * @throws {RequiredError}
@@ -571,7 +571,7 @@ var DashboardGroupApi = /** @class */ (function (_super) {
571
571
  return (0, exports.DashboardGroupApiFp)(this.configuration).createDashboardGroup(requestParameters.createDashboardGroupRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
572
572
  };
573
573
  /**
574
- *
574
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
575
575
  * @param {DashboardGroupApiDeleteDashboardGroupRequest} requestParameters Request parameters.
576
576
  * @param {*} [options] Override http request option.
577
577
  * @throws {RequiredError}
@@ -582,7 +582,7 @@ var DashboardGroupApi = /** @class */ (function (_super) {
582
582
  return (0, exports.DashboardGroupApiFp)(this.configuration).deleteDashboardGroup(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
583
583
  };
584
584
  /**
585
- *
585
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
586
586
  * @param {DashboardGroupApiGetDashboardGroupRequest} requestParameters Request parameters.
587
587
  * @param {*} [options] Override http request option.
588
588
  * @throws {RequiredError}
@@ -593,7 +593,7 @@ var DashboardGroupApi = /** @class */ (function (_super) {
593
593
  return (0, exports.DashboardGroupApiFp)(this.configuration).getDashboardGroup(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
594
594
  };
595
595
  /**
596
- *
596
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
597
597
  * @param {DashboardGroupApiListDashboardGroupsRequest} requestParameters Request parameters.
598
598
  * @param {*} [options] Override http request option.
599
599
  * @throws {RequiredError}
@@ -605,7 +605,7 @@ var DashboardGroupApi = /** @class */ (function (_super) {
605
605
  return (0, exports.DashboardGroupApiFp)(this.configuration).listDashboardGroups(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
606
606
  };
607
607
  /**
608
- *
608
+ * undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
609
609
  * @param {DashboardGroupApiUpdateDashboardGroupRequest} requestParameters Request parameters.
610
610
  * @param {*} [options] Override http request option.
611
611
  * @throws {RequiredError}
@@ -24,7 +24,7 @@ import { UpdateDataReportResponseClass } from '../models';
24
24
  */
25
25
  export declare const DataReportApiAxiosParamCreator: (configuration?: Configuration) => {
26
26
  /**
27
- * This will create a data report for tenant in the database
27
+ * This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
28
28
  * @summary Create the data-report
29
29
  * @param {CreateDataReportRequestDto} createDataReportRequestDto
30
30
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -33,7 +33,7 @@ export declare const DataReportApiAxiosParamCreator: (configuration?: Configurat
33
33
  */
34
34
  createDataReport: (createDataReportRequestDto: CreateDataReportRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
35
  /**
36
- * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
36
+ * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
37
37
  * @summary Retrieve the data-report
38
38
  * @param {string} code Unique identifier for the object.
39
39
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -43,7 +43,7 @@ export declare const DataReportApiAxiosParamCreator: (configuration?: Configurat
43
43
  */
44
44
  getDataReport: (code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
45
  /**
46
- * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
46
+ * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
47
47
  * @summary List data-reports
48
48
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
49
49
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -58,7 +58,7 @@ export declare const DataReportApiAxiosParamCreator: (configuration?: Configurat
58
58
  */
59
59
  listDataReports: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
60
60
  /**
61
- * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
61
+ * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
62
62
  * @summary Update the data-report
63
63
  * @param {string} code
64
64
  * @param {UpdateDataReportRequestDto} updateDataReportRequestDto
@@ -74,7 +74,7 @@ export declare const DataReportApiAxiosParamCreator: (configuration?: Configurat
74
74
  */
75
75
  export declare const DataReportApiFp: (configuration?: Configuration) => {
76
76
  /**
77
- * This will create a data report for tenant in the database
77
+ * This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
78
78
  * @summary Create the data-report
79
79
  * @param {CreateDataReportRequestDto} createDataReportRequestDto
80
80
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -83,7 +83,7 @@ export declare const DataReportApiFp: (configuration?: Configuration) => {
83
83
  */
84
84
  createDataReport(createDataReportRequestDto: CreateDataReportRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateDataReportResponseClass>>;
85
85
  /**
86
- * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
86
+ * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
87
87
  * @summary Retrieve the data-report
88
88
  * @param {string} code Unique identifier for the object.
89
89
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -93,7 +93,7 @@ export declare const DataReportApiFp: (configuration?: Configuration) => {
93
93
  */
94
94
  getDataReport(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDataReportResponseClass>>;
95
95
  /**
96
- * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
96
+ * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
97
97
  * @summary List data-reports
98
98
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
99
99
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -108,7 +108,7 @@ export declare const DataReportApiFp: (configuration?: Configuration) => {
108
108
  */
109
109
  listDataReports(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListDataReportsResponseClass>>;
110
110
  /**
111
- * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
111
+ * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
112
112
  * @summary Update the data-report
113
113
  * @param {string} code
114
114
  * @param {UpdateDataReportRequestDto} updateDataReportRequestDto
@@ -124,7 +124,7 @@ export declare const DataReportApiFp: (configuration?: Configuration) => {
124
124
  */
125
125
  export declare const DataReportApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
126
126
  /**
127
- * This will create a data report for tenant in the database
127
+ * This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
128
128
  * @summary Create the data-report
129
129
  * @param {CreateDataReportRequestDto} createDataReportRequestDto
130
130
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -133,7 +133,7 @@ export declare const DataReportApiFactory: (configuration?: Configuration, baseP
133
133
  */
134
134
  createDataReport(createDataReportRequestDto: CreateDataReportRequestDto, authorization?: string, options?: any): AxiosPromise<CreateDataReportResponseClass>;
135
135
  /**
136
- * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
136
+ * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
137
137
  * @summary Retrieve the data-report
138
138
  * @param {string} code Unique identifier for the object.
139
139
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -143,7 +143,7 @@ export declare const DataReportApiFactory: (configuration?: Configuration, baseP
143
143
  */
144
144
  getDataReport(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetDataReportResponseClass>;
145
145
  /**
146
- * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
146
+ * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
147
147
  * @summary List data-reports
148
148
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
149
149
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -158,7 +158,7 @@ export declare const DataReportApiFactory: (configuration?: Configuration, baseP
158
158
  */
159
159
  listDataReports(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: any): AxiosPromise<ListDataReportsResponseClass>;
160
160
  /**
161
- * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
161
+ * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
162
162
  * @summary Update the data-report
163
163
  * @param {string} code
164
164
  * @param {UpdateDataReportRequestDto} updateDataReportRequestDto
@@ -300,7 +300,7 @@ export interface DataReportApiUpdateDataReportRequest {
300
300
  */
301
301
  export declare class DataReportApi extends BaseAPI {
302
302
  /**
303
- * This will create a data report for tenant in the database
303
+ * This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
304
304
  * @summary Create the data-report
305
305
  * @param {DataReportApiCreateDataReportRequest} requestParameters Request parameters.
306
306
  * @param {*} [options] Override http request option.
@@ -309,7 +309,7 @@ export declare class DataReportApi extends BaseAPI {
309
309
  */
310
310
  createDataReport(requestParameters: DataReportApiCreateDataReportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateDataReportResponseClass, any>>;
311
311
  /**
312
- * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
312
+ * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
313
313
  * @summary Retrieve the data-report
314
314
  * @param {DataReportApiGetDataReportRequest} requestParameters Request parameters.
315
315
  * @param {*} [options] Override http request option.
@@ -318,7 +318,7 @@ export declare class DataReportApi extends BaseAPI {
318
318
  */
319
319
  getDataReport(requestParameters: DataReportApiGetDataReportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDataReportResponseClass, any>>;
320
320
  /**
321
- * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
321
+ * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
322
322
  * @summary List data-reports
323
323
  * @param {DataReportApiListDataReportsRequest} requestParameters Request parameters.
324
324
  * @param {*} [options] Override http request option.
@@ -327,7 +327,7 @@ export declare class DataReportApi extends BaseAPI {
327
327
  */
328
328
  listDataReports(requestParameters?: DataReportApiListDataReportsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDataReportsResponseClass, any>>;
329
329
  /**
330
- * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
330
+ * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
331
331
  * @summary Update the data-report
332
332
  * @param {DataReportApiUpdateDataReportRequest} requestParameters Request parameters.
333
333
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var DataReportApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * This will create a data report for tenant in the database
100
+ * This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
101
101
  * @summary Create the data-report
102
102
  * @param {CreateDataReportRequestDto} createDataReportRequestDto
103
103
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -146,7 +146,7 @@ var DataReportApiAxiosParamCreator = function (configuration) {
146
146
  });
147
147
  },
148
148
  /**
149
- * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
149
+ * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
150
150
  * @summary Retrieve the data-report
151
151
  * @param {string} code Unique identifier for the object.
152
152
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -198,7 +198,7 @@ var DataReportApiAxiosParamCreator = function (configuration) {
198
198
  });
199
199
  },
200
200
  /**
201
- * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
201
+ * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
202
202
  * @summary List data-reports
203
203
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
204
204
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -270,7 +270,7 @@ var DataReportApiAxiosParamCreator = function (configuration) {
270
270
  });
271
271
  },
272
272
  /**
273
- * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
273
+ * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
274
274
  * @summary Update the data-report
275
275
  * @param {string} code
276
276
  * @param {UpdateDataReportRequestDto} updateDataReportRequestDto
@@ -333,7 +333,7 @@ var DataReportApiFp = function (configuration) {
333
333
  var localVarAxiosParamCreator = (0, exports.DataReportApiAxiosParamCreator)(configuration);
334
334
  return {
335
335
  /**
336
- * This will create a data report for tenant in the database
336
+ * This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
337
337
  * @summary Create the data-report
338
338
  * @param {CreateDataReportRequestDto} createDataReportRequestDto
339
339
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -354,7 +354,7 @@ var DataReportApiFp = function (configuration) {
354
354
  });
355
355
  },
356
356
  /**
357
- * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
357
+ * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
358
358
  * @summary Retrieve the data-report
359
359
  * @param {string} code Unique identifier for the object.
360
360
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -376,7 +376,7 @@ var DataReportApiFp = function (configuration) {
376
376
  });
377
377
  },
378
378
  /**
379
- * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
379
+ * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
380
380
  * @summary List data-reports
381
381
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
382
382
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -403,7 +403,7 @@ var DataReportApiFp = function (configuration) {
403
403
  });
404
404
  },
405
405
  /**
406
- * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
406
+ * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
407
407
  * @summary Update the data-report
408
408
  * @param {string} code
409
409
  * @param {UpdateDataReportRequestDto} updateDataReportRequestDto
@@ -435,7 +435,7 @@ var DataReportApiFactory = function (configuration, basePath, axios) {
435
435
  var localVarFp = (0, exports.DataReportApiFp)(configuration);
436
436
  return {
437
437
  /**
438
- * This will create a data report for tenant in the database
438
+ * This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
439
439
  * @summary Create the data-report
440
440
  * @param {CreateDataReportRequestDto} createDataReportRequestDto
441
441
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -446,7 +446,7 @@ var DataReportApiFactory = function (configuration, basePath, axios) {
446
446
  return localVarFp.createDataReport(createDataReportRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
447
447
  },
448
448
  /**
449
- * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
449
+ * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
450
450
  * @summary Retrieve the data-report
451
451
  * @param {string} code Unique identifier for the object.
452
452
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -458,7 +458,7 @@ var DataReportApiFactory = function (configuration, basePath, axios) {
458
458
  return localVarFp.getDataReport(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
459
459
  },
460
460
  /**
461
- * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
461
+ * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
462
462
  * @summary List data-reports
463
463
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
464
464
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -475,7 +475,7 @@ var DataReportApiFactory = function (configuration, basePath, axios) {
475
475
  return localVarFp.listDataReports(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
476
476
  },
477
477
  /**
478
- * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
478
+ * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
479
479
  * @summary Update the data-report
480
480
  * @param {string} code
481
481
  * @param {UpdateDataReportRequestDto} updateDataReportRequestDto
@@ -501,7 +501,7 @@ var DataReportApi = /** @class */ (function (_super) {
501
501
  return _super !== null && _super.apply(this, arguments) || this;
502
502
  }
503
503
  /**
504
- * This will create a data report for tenant in the database
504
+ * This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
505
505
  * @summary Create the data-report
506
506
  * @param {DataReportApiCreateDataReportRequest} requestParameters Request parameters.
507
507
  * @param {*} [options] Override http request option.
@@ -513,7 +513,7 @@ var DataReportApi = /** @class */ (function (_super) {
513
513
  return (0, exports.DataReportApiFp)(this.configuration).createDataReport(requestParameters.createDataReportRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
514
514
  };
515
515
  /**
516
- * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
516
+ * Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
517
517
  * @summary Retrieve the data-report
518
518
  * @param {DataReportApiGetDataReportRequest} requestParameters Request parameters.
519
519
  * @param {*} [options] Override http request option.
@@ -525,7 +525,7 @@ var DataReportApi = /** @class */ (function (_super) {
525
525
  return (0, exports.DataReportApiFp)(this.configuration).getDataReport(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
526
526
  };
527
527
  /**
528
- * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
528
+ * Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
529
529
  * @summary List data-reports
530
530
  * @param {DataReportApiListDataReportsRequest} requestParameters Request parameters.
531
531
  * @param {*} [options] Override http request option.
@@ -538,7 +538,7 @@ var DataReportApi = /** @class */ (function (_super) {
538
538
  return (0, exports.DataReportApiFp)(this.configuration).listDataReports(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
539
539
  };
540
540
  /**
541
- * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
541
+ * Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
542
542
  * @summary Update the data-report
543
543
  * @param {DataReportApiUpdateDataReportRequest} requestParameters Request parameters.
544
544
  * @param {*} [options] Override http request option.