@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
@@ -97,8 +97,7 @@ var DataReportExecutorApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
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
100
+ *
102
101
  * @param {RunDataReportRequestDto} runDataReportRequestDto
103
102
  * @param {string} [authorization] Bearer Token
104
103
  * @param {string} [authorization2] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -160,8 +159,7 @@ var DataReportExecutorApiFp = function (configuration) {
160
159
  var localVarAxiosParamCreator = (0, exports.DataReportExecutorApiAxiosParamCreator)(configuration);
161
160
  return {
162
161
  /**
163
- * This will execute the data report with the given slug using filter values as the report parameters
164
- * @summary Create the data-report-executor
162
+ *
165
163
  * @param {RunDataReportRequestDto} runDataReportRequestDto
166
164
  * @param {string} [authorization] Bearer Token
167
165
  * @param {string} [authorization2] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -192,8 +190,7 @@ var DataReportExecutorApiFactory = function (configuration, basePath, axios) {
192
190
  var localVarFp = (0, exports.DataReportExecutorApiFp)(configuration);
193
191
  return {
194
192
  /**
195
- * This will execute the data report with the given slug using filter values as the report parameters
196
- * @summary Create the data-report-executor
193
+ *
197
194
  * @param {RunDataReportRequestDto} runDataReportRequestDto
198
195
  * @param {string} [authorization] Bearer Token
199
196
  * @param {string} [authorization2] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -218,8 +215,7 @@ var DataReportExecutorApi = /** @class */ (function (_super) {
218
215
  return _super !== null && _super.apply(this, arguments) || this;
219
216
  }
220
217
  /**
221
- * This will execute the data report with the given slug using filter values as the report parameters
222
- * @summary Create the data-report-executor
218
+ *
223
219
  * @param {DataReportExecutorApiRunDataReportRequest} requestParameters Request parameters.
224
220
  * @param {*} [options] Override http request option.
225
221
  * @throws {RequiredError}
package/dist/api.d.ts CHANGED
@@ -13,13 +13,10 @@ export * from './api/alerts-api';
13
13
  export * from './api/custom-schema-api';
14
14
  export * from './api/dashboard-api';
15
15
  export * from './api/data-report-executor-api';
16
- export * from './api/permissions-api';
17
16
  export * from './api/reports-api';
18
- export * from './api/roles-api';
19
17
  export * from './api/scenario-analysis-api';
20
18
  export * from './api/settings-api';
21
19
  export * from './api/tariff-comparisons-api';
22
- export * from './api/tenants-api';
23
20
  export * from './api/user-subscription-api';
24
21
  export * from './api/users-api';
25
22
  export declare enum Environment {
package/dist/api.js CHANGED
@@ -32,13 +32,10 @@ __exportStar(require("./api/alerts-api"), exports);
32
32
  __exportStar(require("./api/custom-schema-api"), exports);
33
33
  __exportStar(require("./api/dashboard-api"), exports);
34
34
  __exportStar(require("./api/data-report-executor-api"), exports);
35
- __exportStar(require("./api/permissions-api"), exports);
36
35
  __exportStar(require("./api/reports-api"), exports);
37
- __exportStar(require("./api/roles-api"), exports);
38
36
  __exportStar(require("./api/scenario-analysis-api"), exports);
39
37
  __exportStar(require("./api/settings-api"), exports);
40
38
  __exportStar(require("./api/tariff-comparisons-api"), exports);
41
- __exportStar(require("./api/tenants-api"), exports);
42
39
  __exportStar(require("./api/user-subscription-api"), exports);
43
40
  __exportStar(require("./api/users-api"), exports);
44
41
  var Environment;
package/dist/base.js CHANGED
@@ -109,7 +109,7 @@ var axios_1 = __importDefault(require("axios"));
109
109
  var fs = __importStar(require("fs"));
110
110
  var path = __importStar(require("path"));
111
111
  var os = __importStar(require("os"));
112
- exports.BASE_PATH = "https://apiv2.emil.de".replace(/\/+$/, "");
112
+ exports.BASE_PATH = "http://localhost".replace(/\/+$/, "");
113
113
  var CONFIG_DIRECTORY = '.emil';
114
114
  var CONFIG_FILENAME = 'credentials';
115
115
  var KEY_USERNAME = 'emil_username';
@@ -0,0 +1,108 @@
1
+ /**
2
+ * EMIL Tenant Service
3
+ * The EMIL TenantService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface AlertHistoryClass
16
+ */
17
+ export interface AlertHistoryClass {
18
+ /**
19
+ * Alert id
20
+ * @type {number}
21
+ * @memberof AlertHistoryClass
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * Alert name
26
+ * @type {string}
27
+ * @memberof AlertHistoryClass
28
+ */
29
+ 'name': string;
30
+ /**
31
+ * Alert type
32
+ * @type {string}
33
+ * @memberof AlertHistoryClass
34
+ */
35
+ 'type': string;
36
+ /**
37
+ * Alert description
38
+ * @type {string}
39
+ * @memberof AlertHistoryClass
40
+ */
41
+ 'description': string;
42
+ /**
43
+ * Alert insurers
44
+ * @type {Array<string>}
45
+ * @memberof AlertHistoryClass
46
+ */
47
+ 'insurers': Array<string>;
48
+ /**
49
+ * Alert channels
50
+ * @type {Array<string>}
51
+ * @memberof AlertHistoryClass
52
+ */
53
+ 'channels': Array<string>;
54
+ /**
55
+ * Alert minimum factor
56
+ * @type {number}
57
+ * @memberof AlertHistoryClass
58
+ */
59
+ 'minFactor': number;
60
+ /**
61
+ * Alert maximum factor
62
+ * @type {number}
63
+ * @memberof AlertHistoryClass
64
+ */
65
+ 'maxFactor': number;
66
+ /**
67
+ * Alert product
68
+ * @type {string}
69
+ * @memberof AlertHistoryClass
70
+ */
71
+ 'product': string;
72
+ /**
73
+ * Created at
74
+ * @type {string}
75
+ * @memberof AlertHistoryClass
76
+ */
77
+ 'createdAt': string;
78
+ /**
79
+ * Updated at
80
+ * @type {string}
81
+ * @memberof AlertHistoryClass
82
+ */
83
+ 'updatedAt': string;
84
+ /**
85
+ * Alert id
86
+ * @type {number}
87
+ * @memberof AlertHistoryClass
88
+ */
89
+ 'alertId': number;
90
+ /**
91
+ * Alert week
92
+ * @type {number}
93
+ * @memberof AlertHistoryClass
94
+ */
95
+ 'week': number;
96
+ /**
97
+ * Alert year
98
+ * @type {number}
99
+ * @memberof AlertHistoryClass
100
+ */
101
+ 'year': number;
102
+ /**
103
+ * Alert day
104
+ * @type {number}
105
+ * @memberof AlertHistoryClass
106
+ */
107
+ 'day': number;
108
+ }
@@ -12,19 +12,19 @@
12
12
  /**
13
13
  *
14
14
  * @export
15
- * @interface ListPermissionsResponseClass
15
+ * @interface ChannelResponseClass
16
16
  */
17
- export interface ListPermissionsResponseClass {
17
+ export interface ChannelResponseClass {
18
18
  /**
19
- * Permissions
20
- * @type {Array<string>}
21
- * @memberof ListPermissionsResponseClass
19
+ * Channel id
20
+ * @type {number}
21
+ * @memberof ChannelResponseClass
22
22
  */
23
- 'items': Array<string>;
23
+ 'id': number;
24
24
  /**
25
- * Next page token
25
+ * Channel name
26
26
  * @type {string}
27
- * @memberof ListPermissionsResponseClass
27
+ * @memberof ChannelResponseClass
28
28
  */
29
- 'nextPageToken': string;
29
+ 'name': string;
30
30
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { GroupedTariffClass } from './grouped-tariff-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface CompareTariffsResponseClass {
18
19
  /**
19
20
  * Tariff comparisons
20
- * @type {Array<string>}
21
+ * @type {Array<GroupedTariffClass>}
21
22
  * @memberof CompareTariffsResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<GroupedTariffClass>;
24
25
  /**
25
26
  * Tariffs document information
26
27
  * @type {Array<string>}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * EMIL Tenant Service
3
+ * The EMIL TenantService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface DataReportFilterSingleValueDto
16
+ */
17
+ export interface DataReportFilterSingleValueDto {
18
+ /**
19
+ * Integer value of the filter
20
+ * @type {number}
21
+ * @memberof DataReportFilterSingleValueDto
22
+ */
23
+ 'valueAsInt'?: number;
24
+ /**
25
+ * Float value of the filter
26
+ * @type {number}
27
+ * @memberof DataReportFilterSingleValueDto
28
+ */
29
+ 'valueAsFloat'?: number;
30
+ /**
31
+ * String value of the filter
32
+ * @type {string}
33
+ * @memberof DataReportFilterSingleValueDto
34
+ */
35
+ 'valueAsString'?: string;
36
+ /**
37
+ * String value of the filter
38
+ * @type {string}
39
+ * @memberof DataReportFilterSingleValueDto
40
+ */
41
+ 'valueAsDate'?: string;
42
+ }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * EMIL Tenant Service
3
+ * The EMIL TenantService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DataReportFilterSingleValueDto } from './data-report-filter-single-value-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DataReportFilterValueDto
17
+ */
18
+ export interface DataReportFilterValueDto {
19
+ /**
20
+ * Name of the filter
21
+ * @type {string}
22
+ * @memberof DataReportFilterValueDto
23
+ */
24
+ 'name': string;
25
+ /**
26
+ * Array with the values to use in the report filter condition (a single value array for the \"equality\" filters, a two value array for the \"between\" filter, an array with one or more values for the \"multiselect\" filters)
27
+ * @type {Array<DataReportFilterSingleValueDto>}
28
+ * @memberof DataReportFilterValueDto
29
+ */
30
+ 'values': Array<DataReportFilterSingleValueDto>;
31
+ }
@@ -12,19 +12,19 @@
12
12
  /**
13
13
  *
14
14
  * @export
15
- * @interface ListRolesResponseClass
15
+ * @interface GroupedTariffClass
16
16
  */
17
- export interface ListRolesResponseClass {
17
+ export interface GroupedTariffClass {
18
18
  /**
19
- * Roles
20
- * @type {Array<string>}
21
- * @memberof ListRolesResponseClass
19
+ * Insurer Name
20
+ * @type {string}
21
+ * @memberof GroupedTariffClass
22
22
  */
23
- 'items': Array<string>;
23
+ 'groupTitle': string;
24
24
  /**
25
- * Next page token
26
- * @type {string}
27
- * @memberof ListRolesResponseClass
25
+ * Tariff info
26
+ * @type {Array<string>}
27
+ * @memberof GroupedTariffClass
28
28
  */
29
- 'nextPageToken': string;
29
+ 'infoItems': Array<string>;
30
30
  }
@@ -1,7 +1,9 @@
1
1
  export * from './alert-class';
2
+ export * from './alert-history-class';
2
3
  export * from './assign-user-roles-request-dto';
3
4
  export * from './assign-user-roles-response-class';
4
5
  export * from './batch-delete-request-dto';
6
+ export * from './channel-response-class';
5
7
  export * from './compare-tariffs-request-dto';
6
8
  export * from './compare-tariffs-response-class';
7
9
  export * from './condition-dto';
@@ -12,19 +14,18 @@ export * from './create-custom-schema-response-class';
12
14
  export * from './create-dashboard-request-dto';
13
15
  export * from './create-dashboard-response-class';
14
16
  export * from './create-permission-request-dto';
15
- export * from './create-permission-response-class';
16
17
  export * from './create-report-request-dto';
17
18
  export * from './create-report-response-class';
18
19
  export * from './create-role-request-dto';
19
- export * from './create-role-response-class';
20
20
  export * from './create-scenario-analysis-request-dto';
21
21
  export * from './create-scenario-analysis-response-class';
22
22
  export * from './create-tenant-request-dto';
23
- export * from './create-tenant-response-class';
24
23
  export * from './custom-field-dto';
25
24
  export * from './custom-schema-class';
26
25
  export * from './dbconfig-dto';
27
26
  export * from './dashboard-class';
27
+ export * from './data-report-filter-single-value-dto';
28
+ export * from './data-report-filter-value-dto';
28
29
  export * from './disable-user-response-class';
29
30
  export * from './disable-users-request-dto';
30
31
  export * from './enable-user-response-class';
@@ -34,9 +35,11 @@ export * from './get-custom-schema-response-class';
34
35
  export * from './get-dashboard-response-class';
35
36
  export * from './get-embedded-url-response-class';
36
37
  export * from './get-report-response-class';
37
- export * from './get-role-response-class';
38
38
  export * from './get-scenario-analysis-response-class';
39
39
  export * from './get-user-response-class';
40
+ export * from './grouped-tariff-class';
41
+ export * from './insurance-company-response-class';
42
+ export * from './insurance-response-class';
40
43
  export * from './invite-class';
41
44
  export * from './invite-user-request-dto';
42
45
  export * from './invite-user-response-class';
@@ -48,10 +51,8 @@ export * from './list-custom-schemas-response-class';
48
51
  export * from './list-dashboards-response-class';
49
52
  export * from './list-insurance-companies-response-class';
50
53
  export * from './list-invites-response-class';
51
- export * from './list-permissions-response-class';
52
54
  export * from './list-report-history-response-class';
53
55
  export * from './list-reports-response-class';
54
- export * from './list-roles-response-class';
55
56
  export * from './list-scenario-analyses-response-class';
56
57
  export * from './list-scenario-analysis-dates-response-class';
57
58
  export * from './list-tariff-insurance-companies-response-class';
@@ -59,12 +60,12 @@ export * from './list-tariffs-response-class';
59
60
  export * from './list-users-response-class';
60
61
  export * from './manage-subscription-request-dto';
61
62
  export * from './manage-subscription-response-class';
62
- export * from './permission-class';
63
63
  export * from './report-class';
64
- export * from './role-class';
64
+ export * from './report-history-class';
65
65
  export * from './run-data-report-request-dto';
66
66
  export * from './run-data-report-response-class';
67
67
  export * from './scenario-analysis-class';
68
+ export * from './scenario-analysis-date-response-class';
68
69
  export * from './set-user-setting-request-dto';
69
70
  export * from './subscription-class';
70
71
  export * from './tenant-admin-user-dto';
@@ -77,7 +78,6 @@ export * from './update-dashboard-response-class';
77
78
  export * from './update-report-request-dto';
78
79
  export * from './update-report-response-class';
79
80
  export * from './update-role-request-dto';
80
- export * from './update-role-response-class';
81
81
  export * from './update-scenario-analysis-request-dto';
82
82
  export * from './update-scenario-analysis-response-class';
83
83
  export * from './user-class';
@@ -15,9 +15,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./alert-class"), exports);
18
+ __exportStar(require("./alert-history-class"), exports);
18
19
  __exportStar(require("./assign-user-roles-request-dto"), exports);
19
20
  __exportStar(require("./assign-user-roles-response-class"), exports);
20
21
  __exportStar(require("./batch-delete-request-dto"), exports);
22
+ __exportStar(require("./channel-response-class"), exports);
21
23
  __exportStar(require("./compare-tariffs-request-dto"), exports);
22
24
  __exportStar(require("./compare-tariffs-response-class"), exports);
23
25
  __exportStar(require("./condition-dto"), exports);
@@ -28,19 +30,18 @@ __exportStar(require("./create-custom-schema-response-class"), exports);
28
30
  __exportStar(require("./create-dashboard-request-dto"), exports);
29
31
  __exportStar(require("./create-dashboard-response-class"), exports);
30
32
  __exportStar(require("./create-permission-request-dto"), exports);
31
- __exportStar(require("./create-permission-response-class"), exports);
32
33
  __exportStar(require("./create-report-request-dto"), exports);
33
34
  __exportStar(require("./create-report-response-class"), exports);
34
35
  __exportStar(require("./create-role-request-dto"), exports);
35
- __exportStar(require("./create-role-response-class"), exports);
36
36
  __exportStar(require("./create-scenario-analysis-request-dto"), exports);
37
37
  __exportStar(require("./create-scenario-analysis-response-class"), exports);
38
38
  __exportStar(require("./create-tenant-request-dto"), exports);
39
- __exportStar(require("./create-tenant-response-class"), exports);
40
39
  __exportStar(require("./custom-field-dto"), exports);
41
40
  __exportStar(require("./custom-schema-class"), exports);
42
41
  __exportStar(require("./dbconfig-dto"), exports);
43
42
  __exportStar(require("./dashboard-class"), exports);
43
+ __exportStar(require("./data-report-filter-single-value-dto"), exports);
44
+ __exportStar(require("./data-report-filter-value-dto"), exports);
44
45
  __exportStar(require("./disable-user-response-class"), exports);
45
46
  __exportStar(require("./disable-users-request-dto"), exports);
46
47
  __exportStar(require("./enable-user-response-class"), exports);
@@ -50,9 +51,11 @@ __exportStar(require("./get-custom-schema-response-class"), exports);
50
51
  __exportStar(require("./get-dashboard-response-class"), exports);
51
52
  __exportStar(require("./get-embedded-url-response-class"), exports);
52
53
  __exportStar(require("./get-report-response-class"), exports);
53
- __exportStar(require("./get-role-response-class"), exports);
54
54
  __exportStar(require("./get-scenario-analysis-response-class"), exports);
55
55
  __exportStar(require("./get-user-response-class"), exports);
56
+ __exportStar(require("./grouped-tariff-class"), exports);
57
+ __exportStar(require("./insurance-company-response-class"), exports);
58
+ __exportStar(require("./insurance-response-class"), exports);
56
59
  __exportStar(require("./invite-class"), exports);
57
60
  __exportStar(require("./invite-user-request-dto"), exports);
58
61
  __exportStar(require("./invite-user-response-class"), exports);
@@ -64,10 +67,8 @@ __exportStar(require("./list-custom-schemas-response-class"), exports);
64
67
  __exportStar(require("./list-dashboards-response-class"), exports);
65
68
  __exportStar(require("./list-insurance-companies-response-class"), exports);
66
69
  __exportStar(require("./list-invites-response-class"), exports);
67
- __exportStar(require("./list-permissions-response-class"), exports);
68
70
  __exportStar(require("./list-report-history-response-class"), exports);
69
71
  __exportStar(require("./list-reports-response-class"), exports);
70
- __exportStar(require("./list-roles-response-class"), exports);
71
72
  __exportStar(require("./list-scenario-analyses-response-class"), exports);
72
73
  __exportStar(require("./list-scenario-analysis-dates-response-class"), exports);
73
74
  __exportStar(require("./list-tariff-insurance-companies-response-class"), exports);
@@ -75,12 +76,12 @@ __exportStar(require("./list-tariffs-response-class"), exports);
75
76
  __exportStar(require("./list-users-response-class"), exports);
76
77
  __exportStar(require("./manage-subscription-request-dto"), exports);
77
78
  __exportStar(require("./manage-subscription-response-class"), exports);
78
- __exportStar(require("./permission-class"), exports);
79
79
  __exportStar(require("./report-class"), exports);
80
- __exportStar(require("./role-class"), exports);
80
+ __exportStar(require("./report-history-class"), exports);
81
81
  __exportStar(require("./run-data-report-request-dto"), exports);
82
82
  __exportStar(require("./run-data-report-response-class"), exports);
83
83
  __exportStar(require("./scenario-analysis-class"), exports);
84
+ __exportStar(require("./scenario-analysis-date-response-class"), exports);
84
85
  __exportStar(require("./set-user-setting-request-dto"), exports);
85
86
  __exportStar(require("./subscription-class"), exports);
86
87
  __exportStar(require("./tenant-admin-user-dto"), exports);
@@ -93,7 +94,6 @@ __exportStar(require("./update-dashboard-response-class"), exports);
93
94
  __exportStar(require("./update-report-request-dto"), exports);
94
95
  __exportStar(require("./update-report-response-class"), exports);
95
96
  __exportStar(require("./update-role-request-dto"), exports);
96
- __exportStar(require("./update-role-response-class"), exports);
97
97
  __exportStar(require("./update-scenario-analysis-request-dto"), exports);
98
98
  __exportStar(require("./update-scenario-analysis-response-class"), exports);
99
99
  __exportStar(require("./user-class"), exports);
@@ -9,17 +9,16 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { RoleClass } from './role-class';
13
12
  /**
14
13
  *
15
14
  * @export
16
- * @interface GetRoleResponseClass
15
+ * @interface InsuranceCompanyResponseClass
17
16
  */
18
- export interface GetRoleResponseClass {
17
+ export interface InsuranceCompanyResponseClass {
19
18
  /**
20
- * role
21
- * @type {RoleClass}
22
- * @memberof GetRoleResponseClass
19
+ * insurance company name
20
+ * @type {string}
21
+ * @memberof InsuranceCompanyResponseClass
23
22
  */
24
- 'role': RoleClass;
23
+ 'name': string;
25
24
  }
@@ -9,17 +9,16 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { RoleClass } from './role-class';
13
12
  /**
14
13
  *
15
14
  * @export
16
- * @interface UpdateRoleResponseClass
15
+ * @interface InsuranceResponseClass
17
16
  */
18
- export interface UpdateRoleResponseClass {
17
+ export interface InsuranceResponseClass {
19
18
  /**
20
- * role
21
- * @type {RoleClass}
22
- * @memberof UpdateRoleResponseClass
19
+ * Insurance name
20
+ * @type {string}
21
+ * @memberof InsuranceResponseClass
23
22
  */
24
- 'role': RoleClass;
23
+ 'name': string;
25
24
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AlertHistoryClass } from './alert-history-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface ListAlertHistoryResponseClass {
18
19
  /**
19
20
  * Alert history
20
- * @type {Array<string>}
21
+ * @type {Array<AlertHistoryClass>}
21
22
  * @memberof ListAlertHistoryResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<AlertHistoryClass>;
24
25
  /**
25
26
  * Next page token
26
27
  * @type {string}
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AlertClass } from './alert-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface ListAlertsResponseClass {
18
19
  /**
19
20
  * Alerts
20
- * @type {Array<string>}
21
+ * @type {Array<AlertClass>}
21
22
  * @memberof ListAlertsResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<AlertClass>;
24
25
  /**
25
26
  * Next page token
26
27
  * @type {string}
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { ChannelResponseClass } from './channel-response-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,8 +18,8 @@
17
18
  export interface ListChannelsResponseClass {
18
19
  /**
19
20
  * List of channels
20
- * @type {Array<string>}
21
+ * @type {Array<ChannelResponseClass>}
21
22
  * @memberof ListChannelsResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<ChannelResponseClass>;
24
25
  }
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface ListCustomSchemasResponseClass {
18
18
  /**
19
- * The list of custom-scehmass.
19
+ * The list of custom-schemass.
20
20
  * @type {Array<string>}
21
21
  * @memberof ListCustomSchemasResponseClass
22
22
  */