@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
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { DashboardClass } from './dashboard-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface ListDashboardsResponseClass {
18
19
  /**
19
20
  * Dashboards
20
- * @type {Array<string>}
21
+ * @type {Array<DashboardClass>}
21
22
  * @memberof ListDashboardsResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<DashboardClass>;
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 { InsuranceCompanyResponseClass } from './insurance-company-response-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,8 +18,8 @@
17
18
  export interface ListInsuranceCompaniesResponseClass {
18
19
  /**
19
20
  * List of insurance companies
20
- * @type {Array<string>}
21
+ * @type {Array<InsuranceCompanyResponseClass>}
21
22
  * @memberof ListInsuranceCompaniesResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<InsuranceCompanyResponseClass>;
24
25
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { InviteClass } from './invite-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface ListInvitesResponseClass {
18
19
  /**
19
20
  * Pending invites
20
- * @type {Array<string>}
21
+ * @type {Array<InviteClass>}
21
22
  * @memberof ListInvitesResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<InviteClass>;
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 { ReportHistoryClass } from './report-history-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface ListReportHistoryResponseClass {
18
19
  /**
19
20
  * Report history
20
- * @type {Array<string>}
21
+ * @type {Array<ReportHistoryClass>}
21
22
  * @memberof ListReportHistoryResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<ReportHistoryClass>;
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 { ReportClass } from './report-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface ListReportsResponseClass {
18
19
  /**
19
20
  * Reports
20
- * @type {Array<string>}
21
+ * @type {Array<ReportClass>}
21
22
  * @memberof ListReportsResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<ReportClass>;
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 { ScenarioAnalysisClass } from './scenario-analysis-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface ListScenarioAnalysesResponseClass {
18
19
  /**
19
20
  * Scenario analyses
20
- * @type {Array<string>}
21
+ * @type {Array<ScenarioAnalysisClass>}
21
22
  * @memberof ListScenarioAnalysesResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<ScenarioAnalysisClass>;
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 { ScenarioAnalysisDateResponseClass } from './scenario-analysis-date-response-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,8 +18,8 @@
17
18
  export interface ListScenarioAnalysisDatesResponseClass {
18
19
  /**
19
20
  * List of scenario analysis dates
20
- * @type {Array<string>}
21
+ * @type {Array<ScenarioAnalysisDateResponseClass>}
21
22
  * @memberof ListScenarioAnalysisDatesResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<ScenarioAnalysisDateResponseClass>;
24
25
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { InsuranceResponseClass } from './insurance-response-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,8 +18,8 @@
17
18
  export interface ListTariffInsuranceCompaniesResponseClass {
18
19
  /**
19
20
  * List of insurance companies
20
- * @type {Array<string>}
21
+ * @type {Array<InsuranceResponseClass>}
21
22
  * @memberof ListTariffInsuranceCompaniesResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<InsuranceResponseClass>;
24
25
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { InsuranceResponseClass } from './insurance-response-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,8 +18,8 @@
17
18
  export interface ListTariffsResponseClass {
18
19
  /**
19
20
  * List of tariffs
20
- * @type {Array<string>}
21
+ * @type {Array<InsuranceResponseClass>}
21
22
  * @memberof ListTariffsResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<InsuranceResponseClass>;
24
25
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { UserClass } from './user-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface ListUsersResponseClass {
18
19
  /**
19
20
  * Users
20
- * @type {Array<string>}
21
+ * @type {Array<UserClass>}
21
22
  * @memberof ListUsersResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<UserClass>;
24
25
  /**
25
26
  * Next page token
26
27
  * @type {string}
@@ -0,0 +1,48 @@
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 ReportHistoryClass
16
+ */
17
+ export interface ReportHistoryClass {
18
+ /**
19
+ * Report history id
20
+ * @type {number}
21
+ * @memberof ReportHistoryClass
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * Report id
26
+ * @type {number}
27
+ * @memberof ReportHistoryClass
28
+ */
29
+ 'reportId': number;
30
+ /**
31
+ * Report document key
32
+ * @type {string}
33
+ * @memberof ReportHistoryClass
34
+ */
35
+ 'documentKey': string;
36
+ /**
37
+ * Created at
38
+ * @type {string}
39
+ * @memberof ReportHistoryClass
40
+ */
41
+ 'createdAt': string;
42
+ /**
43
+ * Updated at
44
+ * @type {string}
45
+ * @memberof ReportHistoryClass
46
+ */
47
+ 'updatedAt': string;
48
+ }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { DataReportFilterValueDto } from './data-report-filter-value-dto';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -23,8 +24,8 @@ export interface RunDataReportRequestDto {
23
24
  'reportSlug': string;
24
25
  /**
25
26
  * Array with the report filter values
26
- * @type {Array<string>}
27
+ * @type {Array<DataReportFilterValueDto>}
27
28
  * @memberof RunDataReportRequestDto
28
29
  */
29
- 'filterValues': Array<string>;
30
+ 'filterValues': Array<DataReportFilterValueDto>;
30
31
  }
@@ -17,8 +17,8 @@
17
17
  export interface RunDataReportResponseClass {
18
18
  /**
19
19
  * Report results as an array of objects (each row is an object)
20
- * @type {Array<string>}
20
+ * @type {Array<any>}
21
21
  * @memberof RunDataReportResponseClass
22
22
  */
23
- 'data': Array<string>;
23
+ 'data': Array<any>;
24
24
  }
@@ -0,0 +1,36 @@
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 ScenarioAnalysisDateResponseClass
16
+ */
17
+ export interface ScenarioAnalysisDateResponseClass {
18
+ /**
19
+ * List of days
20
+ * @type {Array<string>}
21
+ * @memberof ScenarioAnalysisDateResponseClass
22
+ */
23
+ 'days': Array<string>;
24
+ /**
25
+ * Week number
26
+ * @type {number}
27
+ * @memberof ScenarioAnalysisDateResponseClass
28
+ */
29
+ 'week': number;
30
+ /**
31
+ * year
32
+ * @type {number}
33
+ * @memberof ScenarioAnalysisDateResponseClass
34
+ */
35
+ 'year': number;
36
+ }
@@ -0,0 +1,114 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL Tenant Service
5
+ * The EMIL TenantService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface AlertHistoryClass
21
+ */
22
+ export interface AlertHistoryClass {
23
+ /**
24
+ * Alert id
25
+ * @type {number}
26
+ * @memberof AlertHistoryClass
27
+ */
28
+ 'id': number;
29
+ /**
30
+ * Alert name
31
+ * @type {string}
32
+ * @memberof AlertHistoryClass
33
+ */
34
+ 'name': string;
35
+ /**
36
+ * Alert type
37
+ * @type {string}
38
+ * @memberof AlertHistoryClass
39
+ */
40
+ 'type': string;
41
+ /**
42
+ * Alert description
43
+ * @type {string}
44
+ * @memberof AlertHistoryClass
45
+ */
46
+ 'description': string;
47
+ /**
48
+ * Alert insurers
49
+ * @type {Array<string>}
50
+ * @memberof AlertHistoryClass
51
+ */
52
+ 'insurers': Array<string>;
53
+ /**
54
+ * Alert channels
55
+ * @type {Array<string>}
56
+ * @memberof AlertHistoryClass
57
+ */
58
+ 'channels': Array<string>;
59
+ /**
60
+ * Alert minimum factor
61
+ * @type {number}
62
+ * @memberof AlertHistoryClass
63
+ */
64
+ 'minFactor': number;
65
+ /**
66
+ * Alert maximum factor
67
+ * @type {number}
68
+ * @memberof AlertHistoryClass
69
+ */
70
+ 'maxFactor': number;
71
+ /**
72
+ * Alert product
73
+ * @type {string}
74
+ * @memberof AlertHistoryClass
75
+ */
76
+ 'product': string;
77
+ /**
78
+ * Created at
79
+ * @type {string}
80
+ * @memberof AlertHistoryClass
81
+ */
82
+ 'createdAt': string;
83
+ /**
84
+ * Updated at
85
+ * @type {string}
86
+ * @memberof AlertHistoryClass
87
+ */
88
+ 'updatedAt': string;
89
+ /**
90
+ * Alert id
91
+ * @type {number}
92
+ * @memberof AlertHistoryClass
93
+ */
94
+ 'alertId': number;
95
+ /**
96
+ * Alert week
97
+ * @type {number}
98
+ * @memberof AlertHistoryClass
99
+ */
100
+ 'week': number;
101
+ /**
102
+ * Alert year
103
+ * @type {number}
104
+ * @memberof AlertHistoryClass
105
+ */
106
+ 'year': number;
107
+ /**
108
+ * Alert day
109
+ * @type {number}
110
+ * @memberof AlertHistoryClass
111
+ */
112
+ 'day': number;
113
+ }
114
+
@@ -17,20 +17,20 @@
17
17
  /**
18
18
  *
19
19
  * @export
20
- * @interface ListPermissionsResponseClass
20
+ * @interface ChannelResponseClass
21
21
  */
22
- export interface ListPermissionsResponseClass {
22
+ export interface ChannelResponseClass {
23
23
  /**
24
- * Permissions
25
- * @type {Array<string>}
26
- * @memberof ListPermissionsResponseClass
24
+ * Channel id
25
+ * @type {number}
26
+ * @memberof ChannelResponseClass
27
27
  */
28
- 'items': Array<string>;
28
+ 'id': number;
29
29
  /**
30
- * Next page token
30
+ * Channel name
31
31
  * @type {string}
32
- * @memberof ListPermissionsResponseClass
32
+ * @memberof ChannelResponseClass
33
33
  */
34
- 'nextPageToken': string;
34
+ 'name': string;
35
35
  }
36
36
 
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { GroupedTariffClass } from './grouped-tariff-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,10 +23,10 @@
22
23
  export interface CompareTariffsResponseClass {
23
24
  /**
24
25
  * Tariff comparisons
25
- * @type {Array<string>}
26
+ * @type {Array<GroupedTariffClass>}
26
27
  * @memberof CompareTariffsResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<GroupedTariffClass>;
29
30
  /**
30
31
  * Tariffs document information
31
32
  * @type {Array<string>}
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL Tenant Service
5
+ * The EMIL TenantService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface DataReportFilterSingleValueDto
21
+ */
22
+ export interface DataReportFilterSingleValueDto {
23
+ /**
24
+ * Integer value of the filter
25
+ * @type {number}
26
+ * @memberof DataReportFilterSingleValueDto
27
+ */
28
+ 'valueAsInt'?: number;
29
+ /**
30
+ * Float value of the filter
31
+ * @type {number}
32
+ * @memberof DataReportFilterSingleValueDto
33
+ */
34
+ 'valueAsFloat'?: number;
35
+ /**
36
+ * String value of the filter
37
+ * @type {string}
38
+ * @memberof DataReportFilterSingleValueDto
39
+ */
40
+ 'valueAsString'?: string;
41
+ /**
42
+ * String value of the filter
43
+ * @type {string}
44
+ * @memberof DataReportFilterSingleValueDto
45
+ */
46
+ 'valueAsDate'?: string;
47
+ }
48
+
@@ -0,0 +1,37 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL Tenant Service
5
+ * The EMIL TenantService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { DataReportFilterSingleValueDto } from './data-report-filter-single-value-dto';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface DataReportFilterValueDto
22
+ */
23
+ export interface DataReportFilterValueDto {
24
+ /**
25
+ * Name of the filter
26
+ * @type {string}
27
+ * @memberof DataReportFilterValueDto
28
+ */
29
+ 'name': string;
30
+ /**
31
+ * 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)
32
+ * @type {Array<DataReportFilterSingleValueDto>}
33
+ * @memberof DataReportFilterValueDto
34
+ */
35
+ 'values': Array<DataReportFilterSingleValueDto>;
36
+ }
37
+
@@ -17,20 +17,20 @@
17
17
  /**
18
18
  *
19
19
  * @export
20
- * @interface ListRolesResponseClass
20
+ * @interface GroupedTariffClass
21
21
  */
22
- export interface ListRolesResponseClass {
22
+ export interface GroupedTariffClass {
23
23
  /**
24
- * Roles
25
- * @type {Array<string>}
26
- * @memberof ListRolesResponseClass
24
+ * Insurer Name
25
+ * @type {string}
26
+ * @memberof GroupedTariffClass
27
27
  */
28
- 'items': Array<string>;
28
+ 'groupTitle': string;
29
29
  /**
30
- * Next page token
31
- * @type {string}
32
- * @memberof ListRolesResponseClass
30
+ * Tariff info
31
+ * @type {Array<string>}
32
+ * @memberof GroupedTariffClass
33
33
  */
34
- 'nextPageToken': string;
34
+ 'infoItems': Array<string>;
35
35
  }
36
36