@emilgroup/tenant-sdk-node 1.34.1-beta.49 → 1.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/.openapi-generator/FILES +0 -17
  2. package/README.md +2 -2
  3. package/api/dashboard-api.ts +0 -103
  4. package/api.ts +0 -4
  5. package/dist/api/dashboard-api.d.ts +0 -56
  6. package/dist/api/dashboard-api.js +0 -92
  7. package/dist/api.d.ts +0 -2
  8. package/dist/api.js +0 -2
  9. package/dist/models/dbconfig-dto.d.ts +0 -6
  10. package/dist/models/index.d.ts +0 -15
  11. package/dist/models/index.js +0 -15
  12. package/models/dbconfig-dto.ts +0 -6
  13. package/models/index.ts +0 -15
  14. package/package.json +1 -1
  15. package/api/report-schedule-api.ts +0 -697
  16. package/api/report-schedule-logs-api.ts +0 -250
  17. package/dist/api/report-schedule-api.d.ts +0 -394
  18. package/dist/api/report-schedule-api.js +0 -646
  19. package/dist/api/report-schedule-logs-api.d.ts +0 -150
  20. package/dist/api/report-schedule-logs-api.js +0 -264
  21. package/dist/models/create-report-schedule-request-dto.d.ts +0 -115
  22. package/dist/models/create-report-schedule-request-dto.js +0 -15
  23. package/dist/models/create-report-schedule-response-class.d.ts +0 -25
  24. package/dist/models/create-report-schedule-response-class.js +0 -15
  25. package/dist/models/dashboard-metadata-class.d.ts +0 -43
  26. package/dist/models/dashboard-metadata-class.js +0 -15
  27. package/dist/models/get-dashboard-metadata-response-class.d.ts +0 -25
  28. package/dist/models/get-dashboard-metadata-response-class.js +0 -15
  29. package/dist/models/get-report-schedule-response-class.d.ts +0 -25
  30. package/dist/models/get-report-schedule-response-class.js +0 -15
  31. package/dist/models/list-report-schedule-logs-response-class.d.ts +0 -43
  32. package/dist/models/list-report-schedule-logs-response-class.js +0 -15
  33. package/dist/models/list-report-schedules-response-class.d.ts +0 -43
  34. package/dist/models/list-report-schedules-response-class.js +0 -15
  35. package/dist/models/quick-sight-analysis-parameter-class.d.ts +0 -36
  36. package/dist/models/quick-sight-analysis-parameter-class.js +0 -15
  37. package/dist/models/report-schedule-class.d.ts +0 -157
  38. package/dist/models/report-schedule-class.js +0 -15
  39. package/dist/models/report-schedule-log-class.d.ts +0 -133
  40. package/dist/models/report-schedule-log-class.js +0 -15
  41. package/dist/models/report-schedule-parameter-class.d.ts +0 -42
  42. package/dist/models/report-schedule-parameter-class.js +0 -15
  43. package/dist/models/report-schedule-parameter-dto.d.ts +0 -42
  44. package/dist/models/report-schedule-parameter-dto.js +0 -15
  45. package/dist/models/report-schedule-parameter-value-class.d.ts +0 -30
  46. package/dist/models/report-schedule-parameter-value-class.js +0 -15
  47. package/dist/models/update-report-schedule-request-dto.d.ts +0 -121
  48. package/dist/models/update-report-schedule-request-dto.js +0 -15
  49. package/dist/models/update-report-schedule-response-class.d.ts +0 -25
  50. package/dist/models/update-report-schedule-response-class.js +0 -15
  51. package/models/create-report-schedule-request-dto.ts +0 -121
  52. package/models/create-report-schedule-response-class.ts +0 -31
  53. package/models/dashboard-metadata-class.ts +0 -49
  54. package/models/get-dashboard-metadata-response-class.ts +0 -31
  55. package/models/get-report-schedule-response-class.ts +0 -31
  56. package/models/list-report-schedule-logs-response-class.ts +0 -49
  57. package/models/list-report-schedules-response-class.ts +0 -49
  58. package/models/quick-sight-analysis-parameter-class.ts +0 -42
  59. package/models/report-schedule-class.ts +0 -163
  60. package/models/report-schedule-log-class.ts +0 -139
  61. package/models/report-schedule-parameter-class.ts +0 -48
  62. package/models/report-schedule-parameter-dto.ts +0 -48
  63. package/models/report-schedule-parameter-value-class.ts +0 -36
  64. package/models/update-report-schedule-request-dto.ts +0 -127
  65. 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,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,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
-
@@ -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 GetReportScheduleResponseClass
22
- */
23
- export interface GetReportScheduleResponseClass {
24
- /**
25
- * The report-schedule response.
26
- * @type {ReportScheduleClass}
27
- * @memberof GetReportScheduleResponseClass
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 { ReportScheduleLogClass } from './report-schedule-log-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ListReportScheduleLogsResponseClass
22
- */
23
- export interface ListReportScheduleLogsResponseClass {
24
- /**
25
- * The list of report-schedule-logs.
26
- * @type {Array<ReportScheduleLogClass>}
27
- * @memberof ListReportScheduleLogsResponseClass
28
- */
29
- 'items': Array<ReportScheduleLogClass>;
30
- /**
31
- * Next page token.
32
- * @type {string}
33
- * @memberof ListReportScheduleLogsResponseClass
34
- */
35
- 'nextPageToken': string;
36
- /**
37
- * Page size used for this result set
38
- * @type {number}
39
- * @memberof ListReportScheduleLogsResponseClass
40
- */
41
- 'itemsPerPage': number;
42
- /**
43
- * Total matching items for this query
44
- * @type {number}
45
- * @memberof ListReportScheduleLogsResponseClass
46
- */
47
- 'totalItems': number;
48
- }
49
-
@@ -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 { ReportScheduleClass } from './report-schedule-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ListReportSchedulesResponseClass
22
- */
23
- export interface ListReportSchedulesResponseClass {
24
- /**
25
- * The list of report-schedules.
26
- * @type {Array<ReportScheduleClass>}
27
- * @memberof ListReportSchedulesResponseClass
28
- */
29
- 'items': Array<ReportScheduleClass>;
30
- /**
31
- * Next page token.
32
- * @type {string}
33
- * @memberof ListReportSchedulesResponseClass
34
- */
35
- 'nextPageToken': string;
36
- /**
37
- * Page size used for this result set
38
- * @type {number}
39
- * @memberof ListReportSchedulesResponseClass
40
- */
41
- 'itemsPerPage': number;
42
- /**
43
- * Total matching items for this query
44
- * @type {number}
45
- * @memberof ListReportSchedulesResponseClass
46
- */
47
- 'totalItems': number;
48
- }
49
-
@@ -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 QuickSightAnalysisParameterClass
21
- */
22
- export interface QuickSightAnalysisParameterClass {
23
- /**
24
- * QuickSight parameter name
25
- * @type {string}
26
- * @memberof QuickSightAnalysisParameterClass
27
- */
28
- 'name': string;
29
- /**
30
- * Parameter value type (for example string, integer, decimal, datetime)
31
- * @type {string}
32
- * @memberof QuickSightAnalysisParameterClass
33
- */
34
- 'type': string;
35
- /**
36
- * Whether the parameter accepts multiple values
37
- * @type {boolean}
38
- * @memberof QuickSightAnalysisParameterClass
39
- */
40
- 'isMultiValue': boolean;
41
- }
42
-