@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.
- package/.openapi-generator/FILES +9 -12
- package/README.md +6 -6
- package/api/custom-schema-api.ts +16 -16
- package/api/data-report-executor-api.ts +4 -8
- package/api.ts +0 -6
- package/base.ts +1 -1
- package/dist/api/custom-schema-api.d.ts +16 -16
- package/dist/api/custom-schema-api.js +16 -16
- package/dist/api/data-report-executor-api.d.ts +4 -8
- package/dist/api/data-report-executor-api.js +4 -8
- package/dist/api.d.ts +0 -3
- package/dist/api.js +0 -3
- package/dist/base.js +1 -1
- package/dist/models/alert-history-class.d.ts +108 -0
- package/dist/models/{create-permission-response-class.js → alert-history-class.js} +0 -0
- package/dist/models/{list-permissions-response-class.d.ts → channel-response-class.d.ts} +9 -9
- package/dist/models/{create-role-response-class.js → channel-response-class.js} +0 -0
- package/dist/models/compare-tariffs-response-class.d.ts +3 -2
- package/dist/models/data-report-filter-single-value-dto.d.ts +42 -0
- package/dist/models/{create-tenant-response-class.js → data-report-filter-single-value-dto.js} +0 -0
- package/dist/models/data-report-filter-value-dto.d.ts +31 -0
- package/dist/models/{get-role-response-class.js → data-report-filter-value-dto.js} +0 -0
- package/dist/models/{list-roles-response-class.d.ts → grouped-tariff-class.d.ts} +10 -10
- package/dist/models/{list-permissions-response-class.js → grouped-tariff-class.js} +0 -0
- package/dist/models/index.d.ts +9 -9
- package/dist/models/index.js +9 -9
- package/dist/models/{get-role-response-class.d.ts → insurance-company-response-class.d.ts} +6 -7
- package/dist/models/{list-roles-response-class.js → insurance-company-response-class.js} +0 -0
- package/dist/models/{update-role-response-class.d.ts → insurance-response-class.d.ts} +6 -7
- package/dist/models/{permission-class.js → insurance-response-class.js} +0 -0
- package/dist/models/list-alert-history-response-class.d.ts +3 -2
- package/dist/models/list-alerts-response-class.d.ts +3 -2
- package/dist/models/list-channels-response-class.d.ts +3 -2
- package/dist/models/list-custom-schemas-response-class.d.ts +1 -1
- package/dist/models/list-dashboards-response-class.d.ts +3 -2
- package/dist/models/list-insurance-companies-response-class.d.ts +3 -2
- package/dist/models/list-invites-response-class.d.ts +3 -2
- package/dist/models/list-report-history-response-class.d.ts +3 -2
- package/dist/models/list-reports-response-class.d.ts +3 -2
- package/dist/models/list-scenario-analyses-response-class.d.ts +3 -2
- package/dist/models/list-scenario-analysis-dates-response-class.d.ts +3 -2
- package/dist/models/list-tariff-insurance-companies-response-class.d.ts +3 -2
- package/dist/models/list-tariffs-response-class.d.ts +3 -2
- package/dist/models/list-users-response-class.d.ts +3 -2
- package/dist/models/report-history-class.d.ts +48 -0
- package/dist/models/{role-class.js → report-history-class.js} +0 -0
- package/dist/models/run-data-report-request-dto.d.ts +3 -2
- package/dist/models/run-data-report-response-class.d.ts +2 -2
- package/dist/models/scenario-analysis-date-response-class.d.ts +36 -0
- package/dist/models/{update-role-response-class.js → scenario-analysis-date-response-class.js} +0 -0
- package/models/alert-history-class.ts +114 -0
- package/models/{list-permissions-response-class.ts → channel-response-class.ts} +9 -9
- package/models/compare-tariffs-response-class.ts +3 -2
- package/models/data-report-filter-single-value-dto.ts +48 -0
- package/models/data-report-filter-value-dto.ts +37 -0
- package/models/{list-roles-response-class.ts → grouped-tariff-class.ts} +10 -10
- package/models/index.ts +9 -9
- package/models/{get-role-response-class.ts → insurance-company-response-class.ts} +6 -7
- package/models/{create-role-response-class.ts → insurance-response-class.ts} +6 -7
- package/models/list-alert-history-response-class.ts +3 -2
- package/models/list-alerts-response-class.ts +3 -2
- package/models/list-channels-response-class.ts +3 -2
- package/models/list-custom-schemas-response-class.ts +1 -1
- package/models/list-dashboards-response-class.ts +3 -2
- package/models/list-insurance-companies-response-class.ts +3 -2
- package/models/list-invites-response-class.ts +3 -2
- package/models/list-report-history-response-class.ts +3 -2
- package/models/list-reports-response-class.ts +3 -2
- package/models/list-scenario-analyses-response-class.ts +3 -2
- package/models/list-scenario-analysis-dates-response-class.ts +3 -2
- package/models/list-tariff-insurance-companies-response-class.ts +3 -2
- package/models/list-tariffs-response-class.ts +3 -2
- package/models/list-users-response-class.ts +3 -2
- package/models/{create-tenant-response-class.ts → report-history-class.ts} +20 -14
- package/models/run-data-report-request-dto.ts +3 -2
- package/models/run-data-report-response-class.ts +2 -3
- package/models/scenario-analysis-date-response-class.ts +42 -0
- package/package.json +1 -1
- package/api/permissions-api.ts +0 -307
- package/api/roles-api.ts +0 -564
- package/api/tenants-api.ts +0 -514
- package/dist/api/permissions-api.d.ts +0 -172
- package/dist/api/permissions-api.js +0 -331
- package/dist/api/roles-api.d.ts +0 -301
- package/dist/api/roles-api.js +0 -578
- package/dist/api/tenants-api.d.ts +0 -282
- package/dist/api/tenants-api.js +0 -514
- package/dist/models/create-permission-response-class.d.ts +0 -25
- package/dist/models/create-role-response-class.d.ts +0 -25
- package/dist/models/create-tenant-response-class.d.ts +0 -42
- package/dist/models/permission-class.d.ts +0 -66
- package/dist/models/role-class.d.ts +0 -60
- package/models/create-permission-response-class.ts +0 -31
- package/models/permission-class.ts +0 -72
- package/models/role-class.ts +0 -66
- 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<
|
|
21
|
+
* @type {Array<DashboardClass>}
|
|
21
22
|
* @memberof ListDashboardsResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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<
|
|
21
|
+
* @type {Array<InsuranceCompanyResponseClass>}
|
|
21
22
|
* @memberof ListInsuranceCompaniesResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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<
|
|
21
|
+
* @type {Array<InviteClass>}
|
|
21
22
|
* @memberof ListInvitesResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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<
|
|
21
|
+
* @type {Array<ReportHistoryClass>}
|
|
21
22
|
* @memberof ListReportHistoryResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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<
|
|
21
|
+
* @type {Array<ReportClass>}
|
|
21
22
|
* @memberof ListReportsResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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<
|
|
21
|
+
* @type {Array<ScenarioAnalysisClass>}
|
|
21
22
|
* @memberof ListScenarioAnalysesResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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<
|
|
21
|
+
* @type {Array<ScenarioAnalysisDateResponseClass>}
|
|
21
22
|
* @memberof ListScenarioAnalysisDatesResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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<
|
|
21
|
+
* @type {Array<InsuranceResponseClass>}
|
|
21
22
|
* @memberof ListTariffInsuranceCompaniesResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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<
|
|
21
|
+
* @type {Array<InsuranceResponseClass>}
|
|
21
22
|
* @memberof ListTariffsResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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<
|
|
21
|
+
* @type {Array<UserClass>}
|
|
21
22
|
* @memberof ListUsersResponseClass
|
|
22
23
|
*/
|
|
23
|
-
'items': Array<
|
|
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
|
+
}
|
|
File without changes
|
|
@@ -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<
|
|
27
|
+
* @type {Array<DataReportFilterValueDto>}
|
|
27
28
|
* @memberof RunDataReportRequestDto
|
|
28
29
|
*/
|
|
29
|
-
'filterValues': Array<
|
|
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<
|
|
20
|
+
* @type {Array<any>}
|
|
21
21
|
* @memberof RunDataReportResponseClass
|
|
22
22
|
*/
|
|
23
|
-
'data': Array<
|
|
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
|
+
}
|
package/dist/models/{update-role-response-class.js → scenario-analysis-date-response-class.js}
RENAMED
|
File without changes
|
|
@@ -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
|
|
20
|
+
* @interface ChannelResponseClass
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface ChannelResponseClass {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {
|
|
26
|
-
* @memberof
|
|
24
|
+
* Channel id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ChannelResponseClass
|
|
27
27
|
*/
|
|
28
|
-
'
|
|
28
|
+
'id': number;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Channel name
|
|
31
31
|
* @type {string}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof ChannelResponseClass
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
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<
|
|
26
|
+
* @type {Array<GroupedTariffClass>}
|
|
26
27
|
* @memberof CompareTariffsResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
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
|
|
20
|
+
* @interface GroupedTariffClass
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface GroupedTariffClass {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {
|
|
26
|
-
* @memberof
|
|
24
|
+
* Insurer Name
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GroupedTariffClass
|
|
27
27
|
*/
|
|
28
|
-
'
|
|
28
|
+
'groupTitle': string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof
|
|
30
|
+
* Tariff info
|
|
31
|
+
* @type {Array<string>}
|
|
32
|
+
* @memberof GroupedTariffClass
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'infoItems': Array<string>;
|
|
35
35
|
}
|
|
36
36
|
|