@emilgroup/tenant-sdk-node 1.34.1-beta.38 → 1.34.1-beta.39
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 +0 -19
- package/README.md +2 -2
- package/api/dashboard-api.ts +0 -103
- package/api.ts +0 -4
- package/base.ts +0 -1
- package/dist/api/dashboard-api.d.ts +0 -56
- package/dist/api/dashboard-api.js +0 -92
- package/dist/api.d.ts +0 -2
- package/dist/api.js +0 -2
- package/dist/base.d.ts +1 -2
- package/dist/base.js +0 -1
- package/dist/models/index.d.ts +0 -17
- package/dist/models/index.js +0 -17
- package/models/index.ts +0 -17
- package/package.json +2 -2
- package/api/report-schedule-api.ts +0 -697
- package/api/report-schedule-logs-api.ts +0 -250
- package/dist/api/report-schedule-api.d.ts +0 -394
- package/dist/api/report-schedule-api.js +0 -646
- package/dist/api/report-schedule-logs-api.d.ts +0 -150
- package/dist/api/report-schedule-logs-api.js +0 -264
- package/dist/models/admin-initial-tenant-config-dto.d.ts +0 -30
- package/dist/models/admin-initial-tenant-config-dto.js +0 -15
- package/dist/models/create-admin-tenant-request-dto.d.ts +0 -57
- package/dist/models/create-admin-tenant-request-dto.js +0 -15
- package/dist/models/create-report-schedule-request-dto.d.ts +0 -115
- package/dist/models/create-report-schedule-request-dto.js +0 -15
- package/dist/models/create-report-schedule-response-class.d.ts +0 -25
- package/dist/models/create-report-schedule-response-class.js +0 -15
- package/dist/models/dashboard-metadata-class.d.ts +0 -43
- package/dist/models/dashboard-metadata-class.js +0 -15
- package/dist/models/get-dashboard-metadata-response-class.d.ts +0 -25
- package/dist/models/get-dashboard-metadata-response-class.js +0 -15
- package/dist/models/get-report-schedule-response-class.d.ts +0 -25
- package/dist/models/get-report-schedule-response-class.js +0 -15
- package/dist/models/list-report-schedule-logs-response-class.d.ts +0 -43
- package/dist/models/list-report-schedule-logs-response-class.js +0 -15
- package/dist/models/list-report-schedules-response-class.d.ts +0 -43
- package/dist/models/list-report-schedules-response-class.js +0 -15
- package/dist/models/quick-sight-analysis-parameter-class.d.ts +0 -36
- package/dist/models/quick-sight-analysis-parameter-class.js +0 -15
- package/dist/models/report-schedule-class.d.ts +0 -157
- package/dist/models/report-schedule-class.js +0 -15
- package/dist/models/report-schedule-log-class.d.ts +0 -133
- package/dist/models/report-schedule-log-class.js +0 -15
- package/dist/models/report-schedule-parameter-class.d.ts +0 -42
- package/dist/models/report-schedule-parameter-class.js +0 -15
- package/dist/models/report-schedule-parameter-dto.d.ts +0 -42
- package/dist/models/report-schedule-parameter-dto.js +0 -15
- package/dist/models/report-schedule-parameter-value-class.d.ts +0 -30
- package/dist/models/report-schedule-parameter-value-class.js +0 -15
- package/dist/models/update-report-schedule-request-dto.d.ts +0 -121
- package/dist/models/update-report-schedule-request-dto.js +0 -15
- package/dist/models/update-report-schedule-response-class.d.ts +0 -25
- package/dist/models/update-report-schedule-response-class.js +0 -15
- package/models/admin-initial-tenant-config-dto.ts +0 -36
- package/models/create-admin-tenant-request-dto.ts +0 -63
- package/models/create-report-schedule-request-dto.ts +0 -121
- package/models/create-report-schedule-response-class.ts +0 -31
- package/models/dashboard-metadata-class.ts +0 -49
- package/models/get-dashboard-metadata-response-class.ts +0 -31
- package/models/get-report-schedule-response-class.ts +0 -31
- package/models/list-report-schedule-logs-response-class.ts +0 -49
- package/models/list-report-schedules-response-class.ts +0 -49
- package/models/quick-sight-analysis-parameter-class.ts +0 -42
- package/models/report-schedule-class.ts +0 -163
- package/models/report-schedule-log-class.ts +0 -139
- package/models/report-schedule-parameter-class.ts +0 -48
- package/models/report-schedule-parameter-dto.ts +0 -48
- package/models/report-schedule-parameter-value-class.ts +0 -36
- package/models/update-report-schedule-request-dto.ts +0 -127
- package/models/update-report-schedule-response-class.ts +0 -31
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Tenant Service
|
|
6
|
-
* The EMIL TenantService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Tenant Service
|
|
3
|
-
* The EMIL TenantService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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 ReportScheduleParameterClass
|
|
16
|
-
*/
|
|
17
|
-
export interface ReportScheduleParameterClass {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ReportScheduleParameterClass
|
|
22
|
-
*/
|
|
23
|
-
'name': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ReportScheduleParameterClass
|
|
28
|
-
*/
|
|
29
|
-
'type': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof ReportScheduleParameterClass
|
|
34
|
-
*/
|
|
35
|
-
'isMultiValue': boolean;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ReportScheduleParameterClass
|
|
40
|
-
*/
|
|
41
|
-
'expression': string;
|
|
42
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Tenant Service
|
|
6
|
-
* The EMIL TenantService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Tenant Service
|
|
3
|
-
* The EMIL TenantService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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 ReportScheduleParameterDto
|
|
16
|
-
*/
|
|
17
|
-
export interface ReportScheduleParameterDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ReportScheduleParameterDto
|
|
22
|
-
*/
|
|
23
|
-
'name': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ReportScheduleParameterDto
|
|
28
|
-
*/
|
|
29
|
-
'type': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof ReportScheduleParameterDto
|
|
34
|
-
*/
|
|
35
|
-
'isMultiValue': boolean;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ReportScheduleParameterDto
|
|
40
|
-
*/
|
|
41
|
-
'expression': string;
|
|
42
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Tenant Service
|
|
6
|
-
* The EMIL TenantService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Tenant Service
|
|
3
|
-
* The EMIL TenantService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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 ReportScheduleParameterValueClass
|
|
16
|
-
*/
|
|
17
|
-
export interface ReportScheduleParameterValueClass {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ReportScheduleParameterValueClass
|
|
22
|
-
*/
|
|
23
|
-
'name': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ReportScheduleParameterValueClass
|
|
28
|
-
*/
|
|
29
|
-
'value': string;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Tenant Service
|
|
6
|
-
* The EMIL TenantService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Tenant Service
|
|
3
|
-
* The EMIL TenantService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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 { ReportScheduleParameterDto } from './report-schedule-parameter-dto';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface UpdateReportScheduleRequestDto
|
|
17
|
-
*/
|
|
18
|
-
export interface UpdateReportScheduleRequestDto {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
23
|
-
*/
|
|
24
|
-
'code': string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
29
|
-
*/
|
|
30
|
-
'name': string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
35
|
-
*/
|
|
36
|
-
'description'?: string;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
41
|
-
*/
|
|
42
|
-
'reportCode': string;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
47
|
-
*/
|
|
48
|
-
'reportName': string;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
53
|
-
*/
|
|
54
|
-
'exportFormat': string;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
59
|
-
*/
|
|
60
|
-
'reportSheet'?: string;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {boolean}
|
|
64
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
65
|
-
*/
|
|
66
|
-
'skipHeaderRow': boolean;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {string}
|
|
70
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
71
|
-
*/
|
|
72
|
-
'frequency': string;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {Array<number>}
|
|
76
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
77
|
-
*/
|
|
78
|
-
'periods': Array<number>;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {string}
|
|
82
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
83
|
-
*/
|
|
84
|
-
'executionTime': string;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {string}
|
|
88
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
89
|
-
*/
|
|
90
|
-
'adminUrl': string;
|
|
91
|
-
/**
|
|
92
|
-
*
|
|
93
|
-
* @type {string}
|
|
94
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
95
|
-
*/
|
|
96
|
-
'emailRecipients': string;
|
|
97
|
-
/**
|
|
98
|
-
*
|
|
99
|
-
* @type {string}
|
|
100
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
101
|
-
*/
|
|
102
|
-
'emailSubject'?: string;
|
|
103
|
-
/**
|
|
104
|
-
*
|
|
105
|
-
* @type {string}
|
|
106
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
107
|
-
*/
|
|
108
|
-
'emailTemplateSlug': string;
|
|
109
|
-
/**
|
|
110
|
-
*
|
|
111
|
-
* @type {boolean}
|
|
112
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
113
|
-
*/
|
|
114
|
-
'isActive': boolean;
|
|
115
|
-
/**
|
|
116
|
-
*
|
|
117
|
-
* @type {Array<ReportScheduleParameterDto>}
|
|
118
|
-
* @memberof UpdateReportScheduleRequestDto
|
|
119
|
-
*/
|
|
120
|
-
'parameters': Array<ReportScheduleParameterDto>;
|
|
121
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Tenant Service
|
|
6
|
-
* The EMIL TenantService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Tenant Service
|
|
3
|
-
* The EMIL TenantService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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 { ReportScheduleClass } from './report-schedule-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface UpdateReportScheduleResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface UpdateReportScheduleResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The report-schedule response.
|
|
21
|
-
* @type {ReportScheduleClass}
|
|
22
|
-
* @memberof UpdateReportScheduleResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'reportSchedule': ReportScheduleClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Tenant Service
|
|
6
|
-
* The EMIL TenantService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,36 +0,0 @@
|
|
|
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
|
-
* Contact: kontakt@emil.de
|
|
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 AdminInitialTenantConfigDto
|
|
21
|
-
*/
|
|
22
|
-
export interface AdminInitialTenantConfigDto {
|
|
23
|
-
/**
|
|
24
|
-
* Initial role names to provision
|
|
25
|
-
* @type {Array<string>}
|
|
26
|
-
* @memberof AdminInitialTenantConfigDto
|
|
27
|
-
*/
|
|
28
|
-
'roles'?: Array<string>;
|
|
29
|
-
/**
|
|
30
|
-
* Initial tenant settings (free-form configuration objects)
|
|
31
|
-
* @type {object}
|
|
32
|
-
* @memberof AdminInitialTenantConfigDto
|
|
33
|
-
*/
|
|
34
|
-
'tenantSettings': object;
|
|
35
|
-
}
|
|
36
|
-
|
|
@@ -1,63 +0,0 @@
|
|
|
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
|
-
* Contact: kontakt@emil.de
|
|
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 { AdminInitialTenantConfigDto } from './admin-initial-tenant-config-dto';
|
|
17
|
-
import { DBConfigDto } from './dbconfig-dto';
|
|
18
|
-
import { TenantAdminUserDto } from './tenant-admin-user-dto';
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @export
|
|
23
|
-
* @interface CreateAdminTenantRequestDto
|
|
24
|
-
*/
|
|
25
|
-
export interface CreateAdminTenantRequestDto {
|
|
26
|
-
/**
|
|
27
|
-
* Tenant\'s name
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof CreateAdminTenantRequestDto
|
|
30
|
-
*/
|
|
31
|
-
'name': string;
|
|
32
|
-
/**
|
|
33
|
-
* Optional slug; derived from the name when omitted. The environment suffix is appended automatically.
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof CreateAdminTenantRequestDto
|
|
36
|
-
*/
|
|
37
|
-
'slug'?: string;
|
|
38
|
-
/**
|
|
39
|
-
* Id of the tenant\'s tier
|
|
40
|
-
* @type {number}
|
|
41
|
-
* @memberof CreateAdminTenantRequestDto
|
|
42
|
-
*/
|
|
43
|
-
'tierId': number;
|
|
44
|
-
/**
|
|
45
|
-
* The tenant\'s admin user account
|
|
46
|
-
* @type {TenantAdminUserDto}
|
|
47
|
-
* @memberof CreateAdminTenantRequestDto
|
|
48
|
-
*/
|
|
49
|
-
'adminUser': TenantAdminUserDto;
|
|
50
|
-
/**
|
|
51
|
-
* Description of the tenant\'s dedicated database. If omitted, the default pooled database is used.
|
|
52
|
-
* @type {DBConfigDto}
|
|
53
|
-
* @memberof CreateAdminTenantRequestDto
|
|
54
|
-
*/
|
|
55
|
-
'dbConfig'?: DBConfigDto;
|
|
56
|
-
/**
|
|
57
|
-
* Initial roles and tenant settings
|
|
58
|
-
* @type {AdminInitialTenantConfigDto}
|
|
59
|
-
* @memberof CreateAdminTenantRequestDto
|
|
60
|
-
*/
|
|
61
|
-
'initialConfig': AdminInitialTenantConfigDto;
|
|
62
|
-
}
|
|
63
|
-
|
|
@@ -1,121 +0,0 @@
|
|
|
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
|
-
* Contact: kontakt@emil.de
|
|
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 { ReportScheduleParameterDto } from './report-schedule-parameter-dto';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface CreateReportScheduleRequestDto
|
|
22
|
-
*/
|
|
23
|
-
export interface CreateReportScheduleRequestDto {
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreateReportScheduleRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'name': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof CreateReportScheduleRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'description'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof CreateReportScheduleRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'reportCode': string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof CreateReportScheduleRequestDto
|
|
46
|
-
*/
|
|
47
|
-
'reportName': string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof CreateReportScheduleRequestDto
|
|
52
|
-
*/
|
|
53
|
-
'exportFormat': string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof CreateReportScheduleRequestDto
|
|
58
|
-
*/
|
|
59
|
-
'reportSheet'?: string;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @type {boolean}
|
|
63
|
-
* @memberof CreateReportScheduleRequestDto
|
|
64
|
-
*/
|
|
65
|
-
'skipHeaderRow': boolean;
|
|
66
|
-
/**
|
|
67
|
-
*
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof CreateReportScheduleRequestDto
|
|
70
|
-
*/
|
|
71
|
-
'frequency': string;
|
|
72
|
-
/**
|
|
73
|
-
*
|
|
74
|
-
* @type {Array<number>}
|
|
75
|
-
* @memberof CreateReportScheduleRequestDto
|
|
76
|
-
*/
|
|
77
|
-
'periods': Array<number>;
|
|
78
|
-
/**
|
|
79
|
-
*
|
|
80
|
-
* @type {string}
|
|
81
|
-
* @memberof CreateReportScheduleRequestDto
|
|
82
|
-
*/
|
|
83
|
-
'executionTime': string;
|
|
84
|
-
/**
|
|
85
|
-
*
|
|
86
|
-
* @type {string}
|
|
87
|
-
* @memberof CreateReportScheduleRequestDto
|
|
88
|
-
*/
|
|
89
|
-
'adminUrl': string;
|
|
90
|
-
/**
|
|
91
|
-
*
|
|
92
|
-
* @type {string}
|
|
93
|
-
* @memberof CreateReportScheduleRequestDto
|
|
94
|
-
*/
|
|
95
|
-
'emailRecipients': string;
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* @type {string}
|
|
99
|
-
* @memberof CreateReportScheduleRequestDto
|
|
100
|
-
*/
|
|
101
|
-
'emailSubject'?: string;
|
|
102
|
-
/**
|
|
103
|
-
*
|
|
104
|
-
* @type {string}
|
|
105
|
-
* @memberof CreateReportScheduleRequestDto
|
|
106
|
-
*/
|
|
107
|
-
'emailTemplateSlug': string;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
* @type {boolean}
|
|
111
|
-
* @memberof CreateReportScheduleRequestDto
|
|
112
|
-
*/
|
|
113
|
-
'isActive': boolean;
|
|
114
|
-
/**
|
|
115
|
-
*
|
|
116
|
-
* @type {Array<ReportScheduleParameterDto>}
|
|
117
|
-
* @memberof CreateReportScheduleRequestDto
|
|
118
|
-
*/
|
|
119
|
-
'parameters': Array<ReportScheduleParameterDto>;
|
|
120
|
-
}
|
|
121
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
* Contact: kontakt@emil.de
|
|
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 { ReportScheduleClass } from './report-schedule-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface CreateReportScheduleResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface CreateReportScheduleResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* The report-schedule response.
|
|
26
|
-
* @type {ReportScheduleClass}
|
|
27
|
-
* @memberof CreateReportScheduleResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'reportSchedule': ReportScheduleClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
* Contact: kontakt@emil.de
|
|
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 { QuickSightAnalysisParameterClass } from './quick-sight-analysis-parameter-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface DashboardMetadataClass
|
|
22
|
-
*/
|
|
23
|
-
export interface DashboardMetadataClass {
|
|
24
|
-
/**
|
|
25
|
-
* QuickSight analysis display name
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof DashboardMetadataClass
|
|
28
|
-
*/
|
|
29
|
-
'name': string;
|
|
30
|
-
/**
|
|
31
|
-
* QuickSight analysis identifier
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof DashboardMetadataClass
|
|
34
|
-
*/
|
|
35
|
-
'quicksightAnalysisId': string;
|
|
36
|
-
/**
|
|
37
|
-
* Sheet names defined on the analysis
|
|
38
|
-
* @type {Array<string>}
|
|
39
|
-
* @memberof DashboardMetadataClass
|
|
40
|
-
*/
|
|
41
|
-
'sheets': Array<string>;
|
|
42
|
-
/**
|
|
43
|
-
* Analysis parameters exposed for embedding or filtering
|
|
44
|
-
* @type {Array<QuickSightAnalysisParameterClass>}
|
|
45
|
-
* @memberof DashboardMetadataClass
|
|
46
|
-
*/
|
|
47
|
-
'parameters': Array<QuickSightAnalysisParameterClass>;
|
|
48
|
-
}
|
|
49
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
* Contact: kontakt@emil.de
|
|
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 { DashboardMetadataClass } from './dashboard-metadata-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface GetDashboardMetadataResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface GetDashboardMetadataResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* QuickSight dashboard analysis metadata when available
|
|
26
|
-
* @type {DashboardMetadataClass}
|
|
27
|
-
* @memberof GetDashboardMetadataResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'metadata'?: DashboardMetadataClass;
|
|
30
|
-
}
|
|
31
|
-
|