@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
package/models/index.ts
CHANGED
|
@@ -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 './
|
|
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';
|
|
@@ -13,19 +13,18 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
import { RoleClass } from './role-class';
|
|
17
16
|
|
|
18
17
|
/**
|
|
19
18
|
*
|
|
20
19
|
* @export
|
|
21
|
-
* @interface
|
|
20
|
+
* @interface InsuranceCompanyResponseClass
|
|
22
21
|
*/
|
|
23
|
-
export interface
|
|
22
|
+
export interface InsuranceCompanyResponseClass {
|
|
24
23
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {
|
|
27
|
-
* @memberof
|
|
24
|
+
* insurance company name
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof InsuranceCompanyResponseClass
|
|
28
27
|
*/
|
|
29
|
-
'
|
|
28
|
+
'name': string;
|
|
30
29
|
}
|
|
31
30
|
|
|
@@ -13,19 +13,18 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
import { RoleClass } from './role-class';
|
|
17
16
|
|
|
18
17
|
/**
|
|
19
18
|
*
|
|
20
19
|
* @export
|
|
21
|
-
* @interface
|
|
20
|
+
* @interface InsuranceResponseClass
|
|
22
21
|
*/
|
|
23
|
-
export interface
|
|
22
|
+
export interface InsuranceResponseClass {
|
|
24
23
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {
|
|
27
|
-
* @memberof
|
|
24
|
+
* Insurance name
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof InsuranceResponseClass
|
|
28
27
|
*/
|
|
29
|
-
'
|
|
28
|
+
'name': string;
|
|
30
29
|
}
|
|
31
30
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { AlertHistoryClass } from './alert-history-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,10 +23,10 @@
|
|
|
22
23
|
export interface ListAlertHistoryResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* Alert history
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<AlertHistoryClass>}
|
|
26
27
|
* @memberof ListAlertHistoryResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<AlertHistoryClass>;
|
|
29
30
|
/**
|
|
30
31
|
* Next page token
|
|
31
32
|
* @type {string}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { AlertClass } from './alert-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,10 +23,10 @@
|
|
|
22
23
|
export interface ListAlertsResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* Alerts
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<AlertClass>}
|
|
26
27
|
* @memberof ListAlertsResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<AlertClass>;
|
|
29
30
|
/**
|
|
30
31
|
* Next page token
|
|
31
32
|
* @type {string}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { ChannelResponseClass } from './channel-response-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,9 +23,9 @@
|
|
|
22
23
|
export interface ListChannelsResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* List of channels
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<ChannelResponseClass>}
|
|
26
27
|
* @memberof ListChannelsResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<ChannelResponseClass>;
|
|
29
30
|
}
|
|
30
31
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { DashboardClass } from './dashboard-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,10 +23,10 @@
|
|
|
22
23
|
export interface ListDashboardsResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* Dashboards
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<DashboardClass>}
|
|
26
27
|
* @memberof ListDashboardsResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<DashboardClass>;
|
|
29
30
|
/**
|
|
30
31
|
* Next page token
|
|
31
32
|
* @type {string}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { InsuranceCompanyResponseClass } from './insurance-company-response-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,9 +23,9 @@
|
|
|
22
23
|
export interface ListInsuranceCompaniesResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* List of insurance companies
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<InsuranceCompanyResponseClass>}
|
|
26
27
|
* @memberof ListInsuranceCompaniesResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<InsuranceCompanyResponseClass>;
|
|
29
30
|
}
|
|
30
31
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { InviteClass } from './invite-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,10 +23,10 @@
|
|
|
22
23
|
export interface ListInvitesResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* Pending invites
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<InviteClass>}
|
|
26
27
|
* @memberof ListInvitesResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<InviteClass>;
|
|
29
30
|
/**
|
|
30
31
|
* Next page token
|
|
31
32
|
* @type {string}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { ReportHistoryClass } from './report-history-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,10 +23,10 @@
|
|
|
22
23
|
export interface ListReportHistoryResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* Report history
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<ReportHistoryClass>}
|
|
26
27
|
* @memberof ListReportHistoryResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<ReportHistoryClass>;
|
|
29
30
|
/**
|
|
30
31
|
* Next page token
|
|
31
32
|
* @type {string}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { ReportClass } from './report-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,10 +23,10 @@
|
|
|
22
23
|
export interface ListReportsResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* Reports
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<ReportClass>}
|
|
26
27
|
* @memberof ListReportsResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<ReportClass>;
|
|
29
30
|
/**
|
|
30
31
|
* Next page token
|
|
31
32
|
* @type {string}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { ScenarioAnalysisClass } from './scenario-analysis-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,10 +23,10 @@
|
|
|
22
23
|
export interface ListScenarioAnalysesResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* Scenario analyses
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<ScenarioAnalysisClass>}
|
|
26
27
|
* @memberof ListScenarioAnalysesResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<ScenarioAnalysisClass>;
|
|
29
30
|
/**
|
|
30
31
|
* Next page token
|
|
31
32
|
* @type {string}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { ScenarioAnalysisDateResponseClass } from './scenario-analysis-date-response-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,9 +23,9 @@
|
|
|
22
23
|
export interface ListScenarioAnalysisDatesResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* List of scenario analysis dates
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<ScenarioAnalysisDateResponseClass>}
|
|
26
27
|
* @memberof ListScenarioAnalysisDatesResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<ScenarioAnalysisDateResponseClass>;
|
|
29
30
|
}
|
|
30
31
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { InsuranceResponseClass } from './insurance-response-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,9 +23,9 @@
|
|
|
22
23
|
export interface ListTariffInsuranceCompaniesResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* List of insurance companies
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<InsuranceResponseClass>}
|
|
26
27
|
* @memberof ListTariffInsuranceCompaniesResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<InsuranceResponseClass>;
|
|
29
30
|
}
|
|
30
31
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { InsuranceResponseClass } from './insurance-response-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,9 +23,9 @@
|
|
|
22
23
|
export interface ListTariffsResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* List of tariffs
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<InsuranceResponseClass>}
|
|
26
27
|
* @memberof ListTariffsResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<InsuranceResponseClass>;
|
|
29
30
|
}
|
|
30
31
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { UserClass } from './user-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -22,10 +23,10 @@
|
|
|
22
23
|
export interface ListUsersResponseClass {
|
|
23
24
|
/**
|
|
24
25
|
* Users
|
|
25
|
-
* @type {Array<
|
|
26
|
+
* @type {Array<UserClass>}
|
|
26
27
|
* @memberof ListUsersResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'items': Array<
|
|
29
|
+
'items': Array<UserClass>;
|
|
29
30
|
/**
|
|
30
31
|
* Next page token
|
|
31
32
|
* @type {string}
|
|
@@ -17,32 +17,38 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface ReportHistoryClass
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface ReportHistoryClass {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Report history id
|
|
25
25
|
* @type {number}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof ReportHistoryClass
|
|
27
27
|
*/
|
|
28
28
|
'id': number;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Report id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ReportHistoryClass
|
|
33
|
+
*/
|
|
34
|
+
'reportId': number;
|
|
35
|
+
/**
|
|
36
|
+
* Report document key
|
|
31
37
|
* @type {string}
|
|
32
|
-
* @memberof
|
|
38
|
+
* @memberof ReportHistoryClass
|
|
33
39
|
*/
|
|
34
|
-
'
|
|
40
|
+
'documentKey': string;
|
|
35
41
|
/**
|
|
36
|
-
*
|
|
42
|
+
* Created at
|
|
37
43
|
* @type {string}
|
|
38
|
-
* @memberof
|
|
44
|
+
* @memberof ReportHistoryClass
|
|
39
45
|
*/
|
|
40
|
-
'
|
|
46
|
+
'createdAt': string;
|
|
41
47
|
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {
|
|
44
|
-
* @memberof
|
|
48
|
+
* Updated at
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ReportHistoryClass
|
|
45
51
|
*/
|
|
46
|
-
'
|
|
52
|
+
'updatedAt': string;
|
|
47
53
|
}
|
|
48
54
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { DataReportFilterValueDto } from './data-report-filter-value-dto';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -28,9 +29,9 @@ export interface RunDataReportRequestDto {
|
|
|
28
29
|
'reportSlug': string;
|
|
29
30
|
/**
|
|
30
31
|
* Array with the report filter values
|
|
31
|
-
* @type {Array<
|
|
32
|
+
* @type {Array<DataReportFilterValueDto>}
|
|
32
33
|
* @memberof RunDataReportRequestDto
|
|
33
34
|
*/
|
|
34
|
-
'filterValues': Array<
|
|
35
|
+
'filterValues': Array<DataReportFilterValueDto>;
|
|
35
36
|
}
|
|
36
37
|
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
|
|
17
16
|
/**
|
|
18
17
|
*
|
|
19
18
|
* @export
|
|
@@ -22,9 +21,9 @@
|
|
|
22
21
|
export interface RunDataReportResponseClass {
|
|
23
22
|
/**
|
|
24
23
|
* Report results as an array of objects (each row is an object)
|
|
25
|
-
* @type {Array<
|
|
24
|
+
* @type {Array<any>}
|
|
26
25
|
* @memberof RunDataReportResponseClass
|
|
27
26
|
*/
|
|
28
|
-
'data': Array<
|
|
27
|
+
'data': Array<any>;
|
|
29
28
|
}
|
|
30
29
|
|
|
@@ -0,0 +1,42 @@
|
|
|
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 ScenarioAnalysisDateResponseClass
|
|
21
|
+
*/
|
|
22
|
+
export interface ScenarioAnalysisDateResponseClass {
|
|
23
|
+
/**
|
|
24
|
+
* List of days
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof ScenarioAnalysisDateResponseClass
|
|
27
|
+
*/
|
|
28
|
+
'days': Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
* Week number
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ScenarioAnalysisDateResponseClass
|
|
33
|
+
*/
|
|
34
|
+
'week': number;
|
|
35
|
+
/**
|
|
36
|
+
* year
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ScenarioAnalysisDateResponseClass
|
|
39
|
+
*/
|
|
40
|
+
'year': number;
|
|
41
|
+
}
|
|
42
|
+
|