@emilgroup/tenant-sdk-node 1.34.1-beta.20 → 1.34.1-beta.21
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 -30
- package/README.md +2 -2
- package/api/dashboard-api.ts +0 -103
- package/api.ts +0 -6
- 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 -3
- package/dist/api.js +0 -3
- package/dist/base.d.ts +1 -2
- package/dist/base.js +0 -1
- package/dist/models/index.d.ts +0 -27
- package/dist/models/index.js +0 -27
- package/models/index.ts +0 -27
- package/package.json +2 -2
- package/api/report-schedule-api.ts +0 -697
- package/api/report-schedule-logs-api.ts +0 -250
- package/api/user-group-api.ts +0 -1090
- 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/api/user-group-api.d.ts +0 -603
- package/dist/api/user-group-api.js +0 -940
- package/dist/models/add-users-to-group-request-dto.d.ts +0 -24
- package/dist/models/add-users-to-group-request-dto.js +0 -15
- package/dist/models/add-users-to-group-response-class.d.ts +0 -25
- package/dist/models/add-users-to-group-response-class.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/create-user-group-request-dto.d.ts +0 -36
- package/dist/models/create-user-group-request-dto.js +0 -15
- package/dist/models/create-user-group-response-class.d.ts +0 -25
- package/dist/models/create-user-group-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/get-user-group-response-class.d.ts +0 -25
- package/dist/models/get-user-group-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/list-user-group-members-response-class.d.ts +0 -43
- package/dist/models/list-user-group-members-response-class.js +0 -15
- package/dist/models/list-user-groups-response-class.d.ts +0 -43
- package/dist/models/list-user-groups-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/remove-users-from-group-request-dto.d.ts +0 -24
- package/dist/models/remove-users-from-group-request-dto.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/dist/models/update-user-group-request-dto.d.ts +0 -36
- package/dist/models/update-user-group-request-dto.js +0 -15
- package/dist/models/update-user-group-response-class.d.ts +0 -25
- package/dist/models/update-user-group-response-class.js +0 -15
- package/dist/models/user-group-class.d.ts +0 -72
- package/dist/models/user-group-class.js +0 -15
- package/dist/models/user-group-member-class.d.ts +0 -42
- package/dist/models/user-group-member-class.js +0 -15
- package/models/add-users-to-group-request-dto.ts +0 -30
- package/models/add-users-to-group-response-class.ts +0 -31
- package/models/create-report-schedule-request-dto.ts +0 -121
- package/models/create-report-schedule-response-class.ts +0 -31
- package/models/create-user-group-request-dto.ts +0 -42
- package/models/create-user-group-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/get-user-group-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/list-user-group-members-response-class.ts +0 -49
- package/models/list-user-groups-response-class.ts +0 -49
- package/models/quick-sight-analysis-parameter-class.ts +0 -42
- package/models/remove-users-from-group-request-dto.ts +0 -30
- 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
- package/models/update-user-group-request-dto.ts +0 -42
- package/models/update-user-group-response-class.ts +0 -31
- package/models/user-group-class.ts +0 -78
- package/models/user-group-member-class.ts +0 -48
|
@@ -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
|
-
/**
|
|
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 UpdateUserGroupRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface UpdateUserGroupRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* New slug. Slug remains unique per tenant. Must match /^[a-z0-9-]+$/.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UpdateUserGroupRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'slug'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* New display name.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UpdateUserGroupRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'name'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* New free-text description.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof UpdateUserGroupRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'description'?: string;
|
|
36
|
-
}
|
|
@@ -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 { UserGroupClass } from './user-group-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface UpdateUserGroupResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface UpdateUserGroupResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The updated user group.
|
|
21
|
-
* @type {UserGroupClass}
|
|
22
|
-
* @memberof UpdateUserGroupResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'userGroup': UserGroupClass;
|
|
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,72 +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 UserGroupClass
|
|
16
|
-
*/
|
|
17
|
-
export interface UserGroupClass {
|
|
18
|
-
/**
|
|
19
|
-
* Internal numeric id.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof UserGroupClass
|
|
22
|
-
*/
|
|
23
|
-
'id': number;
|
|
24
|
-
/**
|
|
25
|
-
* Auto-generated immutable identifier. Used for cross-service references.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UserGroupClass
|
|
28
|
-
*/
|
|
29
|
-
'code': string;
|
|
30
|
-
/**
|
|
31
|
-
* Human-readable, renameable identifier. Unique per tenant.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof UserGroupClass
|
|
34
|
-
*/
|
|
35
|
-
'slug': string;
|
|
36
|
-
/**
|
|
37
|
-
* Display name.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof UserGroupClass
|
|
40
|
-
*/
|
|
41
|
-
'name': string;
|
|
42
|
-
/**
|
|
43
|
-
* Free-text description.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof UserGroupClass
|
|
46
|
-
*/
|
|
47
|
-
'description'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* Time at which the object was created.
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof UserGroupClass
|
|
52
|
-
*/
|
|
53
|
-
'createdAt': string;
|
|
54
|
-
/**
|
|
55
|
-
* Time at which the object was updated.
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof UserGroupClass
|
|
58
|
-
*/
|
|
59
|
-
'updatedAt': string;
|
|
60
|
-
/**
|
|
61
|
-
* Identifier of the user who created the record.
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof UserGroupClass
|
|
64
|
-
*/
|
|
65
|
-
'createdBy': string;
|
|
66
|
-
/**
|
|
67
|
-
* Identifier of the user who last updated the record.
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof UserGroupClass
|
|
70
|
-
*/
|
|
71
|
-
'updatedBy': string;
|
|
72
|
-
}
|
|
@@ -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 UserGroupMemberClass
|
|
16
|
-
*/
|
|
17
|
-
export interface UserGroupMemberClass {
|
|
18
|
-
/**
|
|
19
|
-
* Code of the user who is a member.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UserGroupMemberClass
|
|
22
|
-
*/
|
|
23
|
-
'userCode': string;
|
|
24
|
-
/**
|
|
25
|
-
* Display name of the user (first + last). Snapshot at member-add time; not kept in sync with subsequent user-profile edits.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UserGroupMemberClass
|
|
28
|
-
*/
|
|
29
|
-
'name'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Time at which the object was created.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof UserGroupMemberClass
|
|
34
|
-
*/
|
|
35
|
-
'createdAt': string;
|
|
36
|
-
/**
|
|
37
|
-
* Identifier of the user who created the record.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof UserGroupMemberClass
|
|
40
|
-
*/
|
|
41
|
-
'createdBy': 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
|
-
/* 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 AddUsersToGroupRequestDto
|
|
21
|
-
*/
|
|
22
|
-
export interface AddUsersToGroupRequestDto {
|
|
23
|
-
/**
|
|
24
|
-
* User codes to add as members. Idempotent per user. Max 50 per call.
|
|
25
|
-
* @type {Array<string>}
|
|
26
|
-
* @memberof AddUsersToGroupRequestDto
|
|
27
|
-
*/
|
|
28
|
-
'userCodes': Array<string>;
|
|
29
|
-
}
|
|
30
|
-
|
|
@@ -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 { UserGroupMemberClass } from './user-group-member-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface AddUsersToGroupResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface AddUsersToGroupResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* Members added by the request (full resulting set).
|
|
26
|
-
* @type {Array<UserGroupMemberClass>}
|
|
27
|
-
* @memberof AddUsersToGroupResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'items': Array<UserGroupMemberClass>;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -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,42 +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 CreateUserGroupRequestDto
|
|
21
|
-
*/
|
|
22
|
-
export interface CreateUserGroupRequestDto {
|
|
23
|
-
/**
|
|
24
|
-
* Human-readable, renameable identifier for the user group. Unique per tenant. Must match /^[a-z0-9-]+$/.
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof CreateUserGroupRequestDto
|
|
27
|
-
*/
|
|
28
|
-
'slug': string;
|
|
29
|
-
/**
|
|
30
|
-
* Display name for the user group.
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof CreateUserGroupRequestDto
|
|
33
|
-
*/
|
|
34
|
-
'name': string;
|
|
35
|
-
/**
|
|
36
|
-
* Optional free-text description.
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof CreateUserGroupRequestDto
|
|
39
|
-
*/
|
|
40
|
-
'description'?: string;
|
|
41
|
-
}
|
|
42
|
-
|