@emilgroup/tenant-sdk-node 1.0.0-beta.0 → 1.0.0-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 (96) hide show
  1. package/.openapi-generator/FILES +9 -12
  2. package/README.md +6 -6
  3. package/api/custom-schema-api.ts +16 -16
  4. package/api/data-report-executor-api.ts +4 -8
  5. package/api.ts +0 -6
  6. package/base.ts +1 -1
  7. package/dist/api/custom-schema-api.d.ts +16 -16
  8. package/dist/api/custom-schema-api.js +16 -16
  9. package/dist/api/data-report-executor-api.d.ts +4 -8
  10. package/dist/api/data-report-executor-api.js +4 -8
  11. package/dist/api.d.ts +0 -3
  12. package/dist/api.js +0 -3
  13. package/dist/base.js +1 -1
  14. package/dist/models/alert-history-class.d.ts +108 -0
  15. package/dist/models/{create-permission-response-class.js → alert-history-class.js} +0 -0
  16. package/dist/models/{list-permissions-response-class.d.ts → channel-response-class.d.ts} +9 -9
  17. package/dist/models/{create-role-response-class.js → channel-response-class.js} +0 -0
  18. package/dist/models/compare-tariffs-response-class.d.ts +3 -2
  19. package/dist/models/data-report-filter-single-value-dto.d.ts +42 -0
  20. package/dist/models/{create-tenant-response-class.js → data-report-filter-single-value-dto.js} +0 -0
  21. package/dist/models/data-report-filter-value-dto.d.ts +31 -0
  22. package/dist/models/{get-role-response-class.js → data-report-filter-value-dto.js} +0 -0
  23. package/dist/models/{list-roles-response-class.d.ts → grouped-tariff-class.d.ts} +10 -10
  24. package/dist/models/{list-permissions-response-class.js → grouped-tariff-class.js} +0 -0
  25. package/dist/models/index.d.ts +9 -9
  26. package/dist/models/index.js +9 -9
  27. package/dist/models/{get-role-response-class.d.ts → insurance-company-response-class.d.ts} +6 -7
  28. package/dist/models/{list-roles-response-class.js → insurance-company-response-class.js} +0 -0
  29. package/dist/models/{update-role-response-class.d.ts → insurance-response-class.d.ts} +6 -7
  30. package/dist/models/{permission-class.js → insurance-response-class.js} +0 -0
  31. package/dist/models/list-alert-history-response-class.d.ts +3 -2
  32. package/dist/models/list-alerts-response-class.d.ts +3 -2
  33. package/dist/models/list-channels-response-class.d.ts +3 -2
  34. package/dist/models/list-custom-schemas-response-class.d.ts +1 -1
  35. package/dist/models/list-dashboards-response-class.d.ts +3 -2
  36. package/dist/models/list-insurance-companies-response-class.d.ts +3 -2
  37. package/dist/models/list-invites-response-class.d.ts +3 -2
  38. package/dist/models/list-report-history-response-class.d.ts +3 -2
  39. package/dist/models/list-reports-response-class.d.ts +3 -2
  40. package/dist/models/list-scenario-analyses-response-class.d.ts +3 -2
  41. package/dist/models/list-scenario-analysis-dates-response-class.d.ts +3 -2
  42. package/dist/models/list-tariff-insurance-companies-response-class.d.ts +3 -2
  43. package/dist/models/list-tariffs-response-class.d.ts +3 -2
  44. package/dist/models/list-users-response-class.d.ts +3 -2
  45. package/dist/models/report-history-class.d.ts +48 -0
  46. package/dist/models/{role-class.js → report-history-class.js} +0 -0
  47. package/dist/models/run-data-report-request-dto.d.ts +3 -2
  48. package/dist/models/run-data-report-response-class.d.ts +2 -2
  49. package/dist/models/scenario-analysis-date-response-class.d.ts +36 -0
  50. package/dist/models/{update-role-response-class.js → scenario-analysis-date-response-class.js} +0 -0
  51. package/models/alert-history-class.ts +114 -0
  52. package/models/{list-permissions-response-class.ts → channel-response-class.ts} +9 -9
  53. package/models/compare-tariffs-response-class.ts +3 -2
  54. package/models/data-report-filter-single-value-dto.ts +48 -0
  55. package/models/data-report-filter-value-dto.ts +37 -0
  56. package/models/{list-roles-response-class.ts → grouped-tariff-class.ts} +10 -10
  57. package/models/index.ts +9 -9
  58. package/models/{get-role-response-class.ts → insurance-company-response-class.ts} +6 -7
  59. package/models/{create-role-response-class.ts → insurance-response-class.ts} +6 -7
  60. package/models/list-alert-history-response-class.ts +3 -2
  61. package/models/list-alerts-response-class.ts +3 -2
  62. package/models/list-channels-response-class.ts +3 -2
  63. package/models/list-custom-schemas-response-class.ts +1 -1
  64. package/models/list-dashboards-response-class.ts +3 -2
  65. package/models/list-insurance-companies-response-class.ts +3 -2
  66. package/models/list-invites-response-class.ts +3 -2
  67. package/models/list-report-history-response-class.ts +3 -2
  68. package/models/list-reports-response-class.ts +3 -2
  69. package/models/list-scenario-analyses-response-class.ts +3 -2
  70. package/models/list-scenario-analysis-dates-response-class.ts +3 -2
  71. package/models/list-tariff-insurance-companies-response-class.ts +3 -2
  72. package/models/list-tariffs-response-class.ts +3 -2
  73. package/models/list-users-response-class.ts +3 -2
  74. package/models/{create-tenant-response-class.ts → report-history-class.ts} +20 -14
  75. package/models/run-data-report-request-dto.ts +3 -2
  76. package/models/run-data-report-response-class.ts +2 -3
  77. package/models/scenario-analysis-date-response-class.ts +42 -0
  78. package/package.json +1 -1
  79. package/api/permissions-api.ts +0 -307
  80. package/api/roles-api.ts +0 -564
  81. package/api/tenants-api.ts +0 -514
  82. package/dist/api/permissions-api.d.ts +0 -172
  83. package/dist/api/permissions-api.js +0 -331
  84. package/dist/api/roles-api.d.ts +0 -301
  85. package/dist/api/roles-api.js +0 -578
  86. package/dist/api/tenants-api.d.ts +0 -282
  87. package/dist/api/tenants-api.js +0 -514
  88. package/dist/models/create-permission-response-class.d.ts +0 -25
  89. package/dist/models/create-role-response-class.d.ts +0 -25
  90. package/dist/models/create-tenant-response-class.d.ts +0 -42
  91. package/dist/models/permission-class.d.ts +0 -66
  92. package/dist/models/role-class.d.ts +0 -60
  93. package/models/create-permission-response-class.ts +0 -31
  94. package/models/permission-class.ts +0 -72
  95. package/models/role-class.ts +0 -66
  96. package/models/update-role-response-class.ts +0 -31
@@ -7,13 +7,10 @@ api/alerts-api.ts
7
7
  api/custom-schema-api.ts
8
8
  api/dashboard-api.ts
9
9
  api/data-report-executor-api.ts
10
- api/permissions-api.ts
11
10
  api/reports-api.ts
12
- api/roles-api.ts
13
11
  api/scenario-analysis-api.ts
14
12
  api/settings-api.ts
15
13
  api/tariff-comparisons-api.ts
16
- api/tenants-api.ts
17
14
  api/user-subscription-api.ts
18
15
  api/users-api.ts
19
16
  base.ts
@@ -22,9 +19,11 @@ configuration.ts
22
19
  git_push.sh
23
20
  index.ts
24
21
  models/alert-class.ts
22
+ models/alert-history-class.ts
25
23
  models/assign-user-roles-request-dto.ts
26
24
  models/assign-user-roles-response-class.ts
27
25
  models/batch-delete-request-dto.ts
26
+ models/channel-response-class.ts
28
27
  models/compare-tariffs-request-dto.ts
29
28
  models/compare-tariffs-response-class.ts
30
29
  models/condition-dto.ts
@@ -35,18 +34,17 @@ models/create-custom-schema-response-class.ts
35
34
  models/create-dashboard-request-dto.ts
36
35
  models/create-dashboard-response-class.ts
37
36
  models/create-permission-request-dto.ts
38
- models/create-permission-response-class.ts
39
37
  models/create-report-request-dto.ts
40
38
  models/create-report-response-class.ts
41
39
  models/create-role-request-dto.ts
42
- models/create-role-response-class.ts
43
40
  models/create-scenario-analysis-request-dto.ts
44
41
  models/create-scenario-analysis-response-class.ts
45
42
  models/create-tenant-request-dto.ts
46
- models/create-tenant-response-class.ts
47
43
  models/custom-field-dto.ts
48
44
  models/custom-schema-class.ts
49
45
  models/dashboard-class.ts
46
+ models/data-report-filter-single-value-dto.ts
47
+ models/data-report-filter-value-dto.ts
50
48
  models/dbconfig-dto.ts
51
49
  models/disable-user-response-class.ts
52
50
  models/disable-users-request-dto.ts
@@ -57,10 +55,12 @@ models/get-custom-schema-response-class.ts
57
55
  models/get-dashboard-response-class.ts
58
56
  models/get-embedded-url-response-class.ts
59
57
  models/get-report-response-class.ts
60
- models/get-role-response-class.ts
61
58
  models/get-scenario-analysis-response-class.ts
62
59
  models/get-user-response-class.ts
60
+ models/grouped-tariff-class.ts
63
61
  models/index.ts
62
+ models/insurance-company-response-class.ts
63
+ models/insurance-response-class.ts
64
64
  models/invite-class.ts
65
65
  models/invite-user-request-dto.ts
66
66
  models/invite-user-response-class.ts
@@ -72,10 +72,8 @@ models/list-custom-schemas-response-class.ts
72
72
  models/list-dashboards-response-class.ts
73
73
  models/list-insurance-companies-response-class.ts
74
74
  models/list-invites-response-class.ts
75
- models/list-permissions-response-class.ts
76
75
  models/list-report-history-response-class.ts
77
76
  models/list-reports-response-class.ts
78
- models/list-roles-response-class.ts
79
77
  models/list-scenario-analyses-response-class.ts
80
78
  models/list-scenario-analysis-dates-response-class.ts
81
79
  models/list-tariff-insurance-companies-response-class.ts
@@ -83,12 +81,12 @@ models/list-tariffs-response-class.ts
83
81
  models/list-users-response-class.ts
84
82
  models/manage-subscription-request-dto.ts
85
83
  models/manage-subscription-response-class.ts
86
- models/permission-class.ts
87
84
  models/report-class.ts
88
- models/role-class.ts
85
+ models/report-history-class.ts
89
86
  models/run-data-report-request-dto.ts
90
87
  models/run-data-report-response-class.ts
91
88
  models/scenario-analysis-class.ts
89
+ models/scenario-analysis-date-response-class.ts
92
90
  models/set-user-setting-request-dto.ts
93
91
  models/subscription-class.ts
94
92
  models/tenant-admin-user-dto.ts
@@ -101,7 +99,6 @@ models/update-dashboard-response-class.ts
101
99
  models/update-report-request-dto.ts
102
100
  models/update-report-response-class.ts
103
101
  models/update-role-request-dto.ts
104
- models/update-role-response-class.ts
105
102
  models/update-scenario-analysis-request-dto.ts
106
103
  models/update-scenario-analysis-response-class.ts
107
104
  models/user-class.ts
package/README.md CHANGED
@@ -24,12 +24,12 @@ or
24
24
  yarn add @emilgroup/tenant-sdk-node@1.0.0
25
25
  ```
26
26
 
27
- And then you can import `TenantsApi`.
27
+ And then you can import `UsersApi`.
28
28
 
29
29
  ```ts
30
- import { TenantsApi } from '@emilgroup/tenant-sdk-node'
30
+ import { UsersApi } from '@emilgroup/tenant-sdk-node'
31
31
 
32
- const tenantsApi = new TenantsApi();
32
+ const usersApi = new UsersApi();
33
33
  ```
34
34
  ## Credentials
35
35
 
@@ -54,11 +54,11 @@ Here is a basic functionning example:
54
54
  ```ts
55
55
  async function listUsers(): Promise<Void> {
56
56
  try {
57
- const tenantsApi = new TenantsApi();
57
+ const usersApi = new UsersApi();
58
58
 
59
- await tenantsApi.initialize(); // should be called only once per Api.
59
+ await usersApi.initialize(); // should be called only once per Api.
60
60
 
61
- const { data: { items } } = await tenantsApi.listUsers();
61
+ const { data: { items } } = await usersApi.listUsers();
62
62
 
63
63
  console.log(items);
64
64
  } catch(error) {
@@ -90,7 +90,7 @@ export const CustomSchemaApiAxiosParamCreator = function (configuration?: Config
90
90
  };
91
91
  },
92
92
  /**
93
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
93
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
94
94
  * @summary Retrieve the custom-schema
95
95
  * @param {string} code Unique identifier for the object.
96
96
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -140,8 +140,8 @@ export const CustomSchemaApiAxiosParamCreator = function (configuration?: Config
140
140
  };
141
141
  },
142
142
  /**
143
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
144
- * @summary List custom-schemass
143
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
144
+ * @summary List custom-schemas
145
145
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
146
146
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
147
147
  * @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.
@@ -211,7 +211,7 @@ export const CustomSchemaApiAxiosParamCreator = function (configuration?: Config
211
211
  };
212
212
  },
213
213
  /**
214
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
214
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
215
215
  * @summary Update the custom-schema
216
216
  * @param {string} code
217
217
  * @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
@@ -284,7 +284,7 @@ export const CustomSchemaApiFp = function(configuration?: Configuration) {
284
284
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
285
285
  },
286
286
  /**
287
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
287
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
288
288
  * @summary Retrieve the custom-schema
289
289
  * @param {string} code Unique identifier for the object.
290
290
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -297,8 +297,8 @@ export const CustomSchemaApiFp = function(configuration?: Configuration) {
297
297
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
298
298
  },
299
299
  /**
300
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
301
- * @summary List custom-schemass
300
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
301
+ * @summary List custom-schemas
302
302
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
303
303
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
304
304
  * @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.
@@ -314,7 +314,7 @@ export const CustomSchemaApiFp = function(configuration?: Configuration) {
314
314
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
315
315
  },
316
316
  /**
317
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
317
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
318
318
  * @summary Update the custom-schema
319
319
  * @param {string} code
320
320
  * @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
@@ -348,7 +348,7 @@ export const CustomSchemaApiFactory = function (configuration?: Configuration, b
348
348
  return localVarFp.createCustomSchema(createCustomSchemaRequestDto, authorization, options).then((request) => request(axios, basePath));
349
349
  },
350
350
  /**
351
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
351
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
352
352
  * @summary Retrieve the custom-schema
353
353
  * @param {string} code Unique identifier for the object.
354
354
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -360,8 +360,8 @@ export const CustomSchemaApiFactory = function (configuration?: Configuration, b
360
360
  return localVarFp.getCustomSchema(code, authorization, expand, options).then((request) => request(axios, basePath));
361
361
  },
362
362
  /**
363
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
364
- * @summary List custom-schemass
363
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
364
+ * @summary List custom-schemas
365
365
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
366
366
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
367
367
  * @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.
@@ -376,7 +376,7 @@ export const CustomSchemaApiFactory = function (configuration?: Configuration, b
376
376
  return localVarFp.listCustomSchemas(authorization, pageSize, pageToken, filter, search, order, expand, options).then((request) => request(axios, basePath));
377
377
  },
378
378
  /**
379
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
379
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
380
380
  * @summary Update the custom-schema
381
381
  * @param {string} code
382
382
  * @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
@@ -543,7 +543,7 @@ export class CustomSchemaApi extends BaseAPI {
543
543
  }
544
544
 
545
545
  /**
546
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
546
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
547
547
  * @summary Retrieve the custom-schema
548
548
  * @param {CustomSchemaApiGetCustomSchemaRequest} requestParameters Request parameters.
549
549
  * @param {*} [options] Override http request option.
@@ -555,8 +555,8 @@ export class CustomSchemaApi extends BaseAPI {
555
555
  }
556
556
 
557
557
  /**
558
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
559
- * @summary List custom-schemass
558
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
559
+ * @summary List custom-schemas
560
560
  * @param {CustomSchemaApiListCustomSchemasRequest} requestParameters Request parameters.
561
561
  * @param {*} [options] Override http request option.
562
562
  * @throws {RequiredError}
@@ -567,7 +567,7 @@ export class CustomSchemaApi extends BaseAPI {
567
567
  }
568
568
 
569
569
  /**
570
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
570
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
571
571
  * @summary Update the custom-schema
572
572
  * @param {CustomSchemaApiUpdateCustomSchemaRequest} requestParameters Request parameters.
573
573
  * @param {*} [options] Override http request option.
@@ -35,8 +35,7 @@ const FormData = require('form-data');
35
35
  export const DataReportExecutorApiAxiosParamCreator = function (configuration?: Configuration) {
36
36
  return {
37
37
  /**
38
- * This will execute the data report with the given slug using filter values as the report parameters
39
- * @summary Create the data-report-executor
38
+ *
40
39
  * @param {RunDataReportRequestDto} runDataReportRequestDto
41
40
  * @param {string} [authorization] Bearer Token
42
41
  * @param {string} [authorization2] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -97,8 +96,7 @@ export const DataReportExecutorApiFp = function(configuration?: Configuration) {
97
96
  const localVarAxiosParamCreator = DataReportExecutorApiAxiosParamCreator(configuration)
98
97
  return {
99
98
  /**
100
- * This will execute the data report with the given slug using filter values as the report parameters
101
- * @summary Create the data-report-executor
99
+ *
102
100
  * @param {RunDataReportRequestDto} runDataReportRequestDto
103
101
  * @param {string} [authorization] Bearer Token
104
102
  * @param {string} [authorization2] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -120,8 +118,7 @@ export const DataReportExecutorApiFactory = function (configuration?: Configurat
120
118
  const localVarFp = DataReportExecutorApiFp(configuration)
121
119
  return {
122
120
  /**
123
- * This will execute the data report with the given slug using filter values as the report parameters
124
- * @summary Create the data-report-executor
121
+ *
125
122
  * @param {RunDataReportRequestDto} runDataReportRequestDto
126
123
  * @param {string} [authorization] Bearer Token
127
124
  * @param {string} [authorization2] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -170,8 +167,7 @@ export interface DataReportExecutorApiRunDataReportRequest {
170
167
  */
171
168
  export class DataReportExecutorApi extends BaseAPI {
172
169
  /**
173
- * This will execute the data report with the given slug using filter values as the report parameters
174
- * @summary Create the data-report-executor
170
+ *
175
171
  * @param {DataReportExecutorApiRunDataReportRequest} requestParameters Request parameters.
176
172
  * @param {*} [options] Override http request option.
177
173
  * @throws {RequiredError}
package/api.ts CHANGED
@@ -28,13 +28,10 @@ import { AlertsApi } from './api';
28
28
  import { CustomSchemaApi } from './api';
29
29
  import { DashboardApi } from './api';
30
30
  import { DataReportExecutorApi } from './api';
31
- import { PermissionsApi } from './api';
32
31
  import { ReportsApi } from './api';
33
- import { RolesApi } from './api';
34
32
  import { ScenarioAnalysisApi } from './api';
35
33
  import { SettingsApi } from './api';
36
34
  import { TariffComparisonsApi } from './api';
37
- import { TenantsApi } from './api';
38
35
  import { UserSubscriptionApi } from './api';
39
36
  import { UsersApi } from './api';
40
37
 
@@ -43,13 +40,10 @@ export * from './api/alerts-api';
43
40
  export * from './api/custom-schema-api';
44
41
  export * from './api/dashboard-api';
45
42
  export * from './api/data-report-executor-api';
46
- export * from './api/permissions-api';
47
43
  export * from './api/reports-api';
48
- export * from './api/roles-api';
49
44
  export * from './api/scenario-analysis-api';
50
45
  export * from './api/settings-api';
51
46
  export * from './api/tariff-comparisons-api';
52
- export * from './api/tenants-api';
53
47
  export * from './api/user-subscription-api';
54
48
  export * from './api/users-api';
55
49
 
package/base.ts CHANGED
@@ -21,7 +21,7 @@ import * as fs from 'fs';
21
21
  import * as path from 'path';
22
22
  import * as os from 'os';
23
23
 
24
- export const BASE_PATH = "https://apiv2.emil.de".replace(/\/+$/, "");
24
+ export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
25
25
  const CONFIG_DIRECTORY = '.emil';
26
26
  const CONFIG_FILENAME = 'credentials';
27
27
  const KEY_USERNAME = 'emil_username';
@@ -33,7 +33,7 @@ export declare const CustomSchemaApiAxiosParamCreator: (configuration?: Configur
33
33
  */
34
34
  createCustomSchema: (createCustomSchemaRequestDto: CreateCustomSchemaRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
35
  /**
36
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
36
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
37
37
  * @summary Retrieve the custom-schema
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,8 +43,8 @@ export declare const CustomSchemaApiAxiosParamCreator: (configuration?: Configur
43
43
  */
44
44
  getCustomSchema: (code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
45
  /**
46
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
47
- * @summary List custom-schemass
46
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
47
+ * @summary List custom-schemas
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 100. Default: 10.
50
50
  * @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.
@@ -57,7 +57,7 @@ export declare const CustomSchemaApiAxiosParamCreator: (configuration?: Configur
57
57
  */
58
58
  listCustomSchemas: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
59
59
  /**
60
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
60
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
61
61
  * @summary Update the custom-schema
62
62
  * @param {string} code
63
63
  * @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
@@ -82,7 +82,7 @@ export declare const CustomSchemaApiFp: (configuration?: Configuration) => {
82
82
  */
83
83
  createCustomSchema(createCustomSchemaRequestDto: CreateCustomSchemaRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateCustomSchemaResponseClass>>;
84
84
  /**
85
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
85
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
86
86
  * @summary Retrieve the custom-schema
87
87
  * @param {string} code Unique identifier for the object.
88
88
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -92,8 +92,8 @@ export declare const CustomSchemaApiFp: (configuration?: Configuration) => {
92
92
  */
93
93
  getCustomSchema(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCustomSchemaResponseClass>>;
94
94
  /**
95
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
96
- * @summary List custom-schemass
95
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
96
+ * @summary List custom-schemas
97
97
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
98
98
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
99
99
  * @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.
@@ -106,7 +106,7 @@ export declare const CustomSchemaApiFp: (configuration?: Configuration) => {
106
106
  */
107
107
  listCustomSchemas(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListCustomSchemasResponseClass>>;
108
108
  /**
109
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
109
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
110
110
  * @summary Update the custom-schema
111
111
  * @param {string} code
112
112
  * @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
@@ -131,7 +131,7 @@ export declare const CustomSchemaApiFactory: (configuration?: Configuration, bas
131
131
  */
132
132
  createCustomSchema(createCustomSchemaRequestDto: CreateCustomSchemaRequestDto, authorization?: string, options?: any): AxiosPromise<CreateCustomSchemaResponseClass>;
133
133
  /**
134
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
134
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
135
135
  * @summary Retrieve the custom-schema
136
136
  * @param {string} code Unique identifier for the object.
137
137
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -141,8 +141,8 @@ export declare const CustomSchemaApiFactory: (configuration?: Configuration, bas
141
141
  */
142
142
  getCustomSchema(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetCustomSchemaResponseClass>;
143
143
  /**
144
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
145
- * @summary List custom-schemass
144
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
145
+ * @summary List custom-schemas
146
146
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
147
147
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
148
148
  * @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.
@@ -155,7 +155,7 @@ export declare const CustomSchemaApiFactory: (configuration?: Configuration, bas
155
155
  */
156
156
  listCustomSchemas(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: any): AxiosPromise<ListCustomSchemasResponseClass>;
157
157
  /**
158
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
158
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
159
159
  * @summary Update the custom-schema
160
160
  * @param {string} code
161
161
  * @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
@@ -300,7 +300,7 @@ export declare class CustomSchemaApi extends BaseAPI {
300
300
  */
301
301
  createCustomSchema(requestParameters: CustomSchemaApiCreateCustomSchemaRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateCustomSchemaResponseClass, any>>;
302
302
  /**
303
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
303
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
304
304
  * @summary Retrieve the custom-schema
305
305
  * @param {CustomSchemaApiGetCustomSchemaRequest} requestParameters Request parameters.
306
306
  * @param {*} [options] Override http request option.
@@ -309,8 +309,8 @@ export declare class CustomSchemaApi extends BaseAPI {
309
309
  */
310
310
  getCustomSchema(requestParameters: CustomSchemaApiGetCustomSchemaRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetCustomSchemaResponseClass, any>>;
311
311
  /**
312
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
313
- * @summary List custom-schemass
312
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
313
+ * @summary List custom-schemas
314
314
  * @param {CustomSchemaApiListCustomSchemasRequest} requestParameters Request parameters.
315
315
  * @param {*} [options] Override http request option.
316
316
  * @throws {RequiredError}
@@ -318,7 +318,7 @@ export declare class CustomSchemaApi extends BaseAPI {
318
318
  */
319
319
  listCustomSchemas(requestParameters?: CustomSchemaApiListCustomSchemasRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomSchemasResponseClass, any>>;
320
320
  /**
321
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
321
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
322
322
  * @summary Update the custom-schema
323
323
  * @param {CustomSchemaApiUpdateCustomSchemaRequest} requestParameters Request parameters.
324
324
  * @param {*} [options] Override http request option.
@@ -146,7 +146,7 @@ var CustomSchemaApiAxiosParamCreator = function (configuration) {
146
146
  });
147
147
  },
148
148
  /**
149
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
149
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
150
150
  * @summary Retrieve the custom-schema
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,8 +198,8 @@ var CustomSchemaApiAxiosParamCreator = function (configuration) {
198
198
  });
199
199
  },
200
200
  /**
201
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
202
- * @summary List custom-schemass
201
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
202
+ * @summary List custom-schemas
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 100. Default: 10.
205
205
  * @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.
@@ -266,7 +266,7 @@ var CustomSchemaApiAxiosParamCreator = function (configuration) {
266
266
  });
267
267
  },
268
268
  /**
269
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
269
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
270
270
  * @summary Update the custom-schema
271
271
  * @param {string} code
272
272
  * @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
@@ -350,7 +350,7 @@ var CustomSchemaApiFp = function (configuration) {
350
350
  });
351
351
  },
352
352
  /**
353
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
353
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
354
354
  * @summary Retrieve the custom-schema
355
355
  * @param {string} code Unique identifier for the object.
356
356
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -372,8 +372,8 @@ var CustomSchemaApiFp = function (configuration) {
372
372
  });
373
373
  },
374
374
  /**
375
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
376
- * @summary List custom-schemass
375
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
376
+ * @summary List custom-schemas
377
377
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
378
378
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
379
379
  * @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.
@@ -398,7 +398,7 @@ var CustomSchemaApiFp = function (configuration) {
398
398
  });
399
399
  },
400
400
  /**
401
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
401
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
402
402
  * @summary Update the custom-schema
403
403
  * @param {string} code
404
404
  * @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
@@ -441,7 +441,7 @@ var CustomSchemaApiFactory = function (configuration, basePath, axios) {
441
441
  return localVarFp.createCustomSchema(createCustomSchemaRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
442
442
  },
443
443
  /**
444
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
444
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
445
445
  * @summary Retrieve the custom-schema
446
446
  * @param {string} code Unique identifier for the object.
447
447
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -453,8 +453,8 @@ var CustomSchemaApiFactory = function (configuration, basePath, axios) {
453
453
  return localVarFp.getCustomSchema(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
454
454
  },
455
455
  /**
456
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
457
- * @summary List custom-schemass
456
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
457
+ * @summary List custom-schemas
458
458
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
459
459
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
460
460
  * @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.
@@ -469,7 +469,7 @@ var CustomSchemaApiFactory = function (configuration, basePath, axios) {
469
469
  return localVarFp.listCustomSchemas(authorization, pageSize, pageToken, filter, search, order, expand, options).then(function (request) { return request(axios, basePath); });
470
470
  },
471
471
  /**
472
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
472
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
473
473
  * @summary Update the custom-schema
474
474
  * @param {string} code
475
475
  * @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
@@ -507,7 +507,7 @@ var CustomSchemaApi = /** @class */ (function (_super) {
507
507
  return (0, exports.CustomSchemaApiFp)(this.configuration).createCustomSchema(requestParameters.createCustomSchemaRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
508
508
  };
509
509
  /**
510
- * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
510
+ * Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
511
511
  * @summary Retrieve the custom-schema
512
512
  * @param {CustomSchemaApiGetCustomSchemaRequest} requestParameters Request parameters.
513
513
  * @param {*} [options] Override http request option.
@@ -519,8 +519,8 @@ var CustomSchemaApi = /** @class */ (function (_super) {
519
519
  return (0, exports.CustomSchemaApiFp)(this.configuration).getCustomSchema(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
520
520
  };
521
521
  /**
522
- * Returns a list of custom-schemass you’ve previously created. The custom-schemass are returned in sorted order, with the oldest custom-schemas appearing first. For more information about pagination, read the Pagination documentation.
523
- * @summary List custom-schemass
522
+ * Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
523
+ * @summary List custom-schemas
524
524
  * @param {CustomSchemaApiListCustomSchemasRequest} requestParameters Request parameters.
525
525
  * @param {*} [options] Override http request option.
526
526
  * @throws {RequiredError}
@@ -532,7 +532,7 @@ var CustomSchemaApi = /** @class */ (function (_super) {
532
532
  return (0, exports.CustomSchemaApiFp)(this.configuration).listCustomSchemas(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
533
533
  };
534
534
  /**
535
- * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
535
+ * Updates the specified custom-schema by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
536
536
  * @summary Update the custom-schema
537
537
  * @param {CustomSchemaApiUpdateCustomSchemaRequest} requestParameters Request parameters.
538
538
  * @param {*} [options] Override http request option.
@@ -20,8 +20,7 @@ import { RunDataReportResponseClass } from '../models';
20
20
  */
21
21
  export declare const DataReportExecutorApiAxiosParamCreator: (configuration?: Configuration) => {
22
22
  /**
23
- * This will execute the data report with the given slug using filter values as the report parameters
24
- * @summary Create the data-report-executor
23
+ *
25
24
  * @param {RunDataReportRequestDto} runDataReportRequestDto
26
25
  * @param {string} [authorization] Bearer Token
27
26
  * @param {string} [authorization2] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -36,8 +35,7 @@ export declare const DataReportExecutorApiAxiosParamCreator: (configuration?: Co
36
35
  */
37
36
  export declare const DataReportExecutorApiFp: (configuration?: Configuration) => {
38
37
  /**
39
- * This will execute the data report with the given slug using filter values as the report parameters
40
- * @summary Create the data-report-executor
38
+ *
41
39
  * @param {RunDataReportRequestDto} runDataReportRequestDto
42
40
  * @param {string} [authorization] Bearer Token
43
41
  * @param {string} [authorization2] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -52,8 +50,7 @@ export declare const DataReportExecutorApiFp: (configuration?: Configuration) =>
52
50
  */
53
51
  export declare const DataReportExecutorApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
54
52
  /**
55
- * This will execute the data report with the given slug using filter values as the report parameters
56
- * @summary Create the data-report-executor
53
+ *
57
54
  * @param {RunDataReportRequestDto} runDataReportRequestDto
58
55
  * @param {string} [authorization] Bearer Token
59
56
  * @param {string} [authorization2] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -95,8 +92,7 @@ export interface DataReportExecutorApiRunDataReportRequest {
95
92
  */
96
93
  export declare class DataReportExecutorApi extends BaseAPI {
97
94
  /**
98
- * This will execute the data report with the given slug using filter values as the report parameters
99
- * @summary Create the data-report-executor
95
+ *
100
96
  * @param {DataReportExecutorApiRunDataReportRequest} requestParameters Request parameters.
101
97
  * @param {*} [options] Override http request option.
102
98
  * @throws {RequiredError}