@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,163 +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 { ReportScheduleParameterClass } from './report-schedule-parameter-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ReportScheduleClass
22
- */
23
- export interface ReportScheduleClass {
24
- /**
25
- * Internal unique identifier for the object. You should not have to use this, use code instead.
26
- * @type {number}
27
- * @memberof ReportScheduleClass
28
- */
29
- 'id': number;
30
- /**
31
- * Unique identifier for the object.
32
- * @type {string}
33
- * @memberof ReportScheduleClass
34
- */
35
- 'code': string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof ReportScheduleClass
40
- */
41
- 'name': string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof ReportScheduleClass
46
- */
47
- 'description'?: string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof ReportScheduleClass
52
- */
53
- 'reportCode': string;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof ReportScheduleClass
58
- */
59
- 'reportName': string;
60
- /**
61
- *
62
- * @type {string}
63
- * @memberof ReportScheduleClass
64
- */
65
- 'exportFormat': string;
66
- /**
67
- *
68
- * @type {string}
69
- * @memberof ReportScheduleClass
70
- */
71
- 'reportSheet'?: string;
72
- /**
73
- *
74
- * @type {boolean}
75
- * @memberof ReportScheduleClass
76
- */
77
- 'skipHeaderRow': boolean;
78
- /**
79
- *
80
- * @type {string}
81
- * @memberof ReportScheduleClass
82
- */
83
- 'frequency': string;
84
- /**
85
- *
86
- * @type {Array<number>}
87
- * @memberof ReportScheduleClass
88
- */
89
- 'periods': Array<number>;
90
- /**
91
- *
92
- * @type {string}
93
- * @memberof ReportScheduleClass
94
- */
95
- 'executionTime': string;
96
- /**
97
- * Code of the schedulerservice.schedule_jobs created for this schedule
98
- * @type {string}
99
- * @memberof ReportScheduleClass
100
- */
101
- 'scheduleJobCode'?: string;
102
- /**
103
- *
104
- * @type {string}
105
- * @memberof ReportScheduleClass
106
- */
107
- 'adminUrl': string;
108
- /**
109
- *
110
- * @type {string}
111
- * @memberof ReportScheduleClass
112
- */
113
- 'emailRecipients': string;
114
- /**
115
- *
116
- * @type {string}
117
- * @memberof ReportScheduleClass
118
- */
119
- 'emailSubject'?: string;
120
- /**
121
- *
122
- * @type {string}
123
- * @memberof ReportScheduleClass
124
- */
125
- 'emailTemplateSlug': string;
126
- /**
127
- *
128
- * @type {boolean}
129
- * @memberof ReportScheduleClass
130
- */
131
- 'isActive': boolean;
132
- /**
133
- *
134
- * @type {Array<ReportScheduleParameterClass>}
135
- * @memberof ReportScheduleClass
136
- */
137
- 'parameters': Array<ReportScheduleParameterClass>;
138
- /**
139
- * Time at which the object was created.
140
- * @type {string}
141
- * @memberof ReportScheduleClass
142
- */
143
- 'createdAt': string;
144
- /**
145
- * Time at which the object was updated.
146
- * @type {string}
147
- * @memberof ReportScheduleClass
148
- */
149
- 'updatedAt': string;
150
- /**
151
- * Identifier of the user who created the record.
152
- * @type {string}
153
- * @memberof ReportScheduleClass
154
- */
155
- 'createdBy': string;
156
- /**
157
- * Identifier of the user who last updated the record.
158
- * @type {string}
159
- * @memberof ReportScheduleClass
160
- */
161
- 'updatedBy': string;
162
- }
163
-
@@ -1,139 +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 { ReportScheduleParameterValueClass } from './report-schedule-parameter-value-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ReportScheduleLogClass
22
- */
23
- export interface ReportScheduleLogClass {
24
- /**
25
- * Internal unique identifier for the object. You should not have to use this, use code instead.
26
- * @type {number}
27
- * @memberof ReportScheduleLogClass
28
- */
29
- 'id': number;
30
- /**
31
- * Unique identifier for the object.
32
- * @type {string}
33
- * @memberof ReportScheduleLogClass
34
- */
35
- 'code': string;
36
- /**
37
- * Unique identifier referencing the report schedule.
38
- * @type {number}
39
- * @memberof ReportScheduleLogClass
40
- */
41
- 'reportScheduleId': number;
42
- /**
43
- * Unique identifier of the report schedule that this object belongs to.
44
- * @type {string}
45
- * @memberof ReportScheduleLogClass
46
- */
47
- 'reportScheduleCode': string;
48
- /**
49
- * Name of the parent report schedule
50
- * @type {string}
51
- * @memberof ReportScheduleLogClass
52
- */
53
- 'reportScheduleName': string;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof ReportScheduleLogClass
58
- */
59
- 'adminUrl': string;
60
- /**
61
- *
62
- * @type {string}
63
- * @memberof ReportScheduleLogClass
64
- */
65
- 'exportFormat': string;
66
- /**
67
- *
68
- * @type {string}
69
- * @memberof ReportScheduleLogClass
70
- */
71
- 's3FilePath'?: string;
72
- /**
73
- * Pre-signed URL for downloading the report file from S3
74
- * @type {string}
75
- * @memberof ReportScheduleLogClass
76
- */
77
- 'signedS3FileUrl'?: string;
78
- /**
79
- * ECS task ARN that executed the scheduled report export
80
- * @type {string}
81
- * @memberof ReportScheduleLogClass
82
- */
83
- 'ecsTaskArn'?: string;
84
- /**
85
- *
86
- * @type {boolean}
87
- * @memberof ReportScheduleLogClass
88
- */
89
- 'isSuccess'?: boolean;
90
- /**
91
- *
92
- * @type {string}
93
- * @memberof ReportScheduleLogClass
94
- */
95
- 'errorMessage'?: string;
96
- /**
97
- *
98
- * @type {string}
99
- * @memberof ReportScheduleLogClass
100
- */
101
- 'errorStack'?: string;
102
- /**
103
- * When the scheduled report was executed
104
- * @type {string}
105
- * @memberof ReportScheduleLogClass
106
- */
107
- 'executionMoment': string;
108
- /**
109
- *
110
- * @type {Array<ReportScheduleParameterValueClass>}
111
- * @memberof ReportScheduleLogClass
112
- */
113
- 'parameters': Array<ReportScheduleParameterValueClass>;
114
- /**
115
- * Time at which the object was created.
116
- * @type {string}
117
- * @memberof ReportScheduleLogClass
118
- */
119
- 'createdAt': string;
120
- /**
121
- * Time at which the object was updated.
122
- * @type {string}
123
- * @memberof ReportScheduleLogClass
124
- */
125
- 'updatedAt': string;
126
- /**
127
- * Identifier of the user who created the record.
128
- * @type {string}
129
- * @memberof ReportScheduleLogClass
130
- */
131
- 'createdBy': string;
132
- /**
133
- * Identifier of the user who last updated the record.
134
- * @type {string}
135
- * @memberof ReportScheduleLogClass
136
- */
137
- 'updatedBy': string;
138
- }
139
-
@@ -1,48 +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 ReportScheduleParameterClass
21
- */
22
- export interface ReportScheduleParameterClass {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof ReportScheduleParameterClass
27
- */
28
- 'name': string;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof ReportScheduleParameterClass
33
- */
34
- 'type': string;
35
- /**
36
- *
37
- * @type {boolean}
38
- * @memberof ReportScheduleParameterClass
39
- */
40
- 'isMultiValue': boolean;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof ReportScheduleParameterClass
45
- */
46
- 'expression': string;
47
- }
48
-
@@ -1,48 +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 ReportScheduleParameterDto
21
- */
22
- export interface ReportScheduleParameterDto {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof ReportScheduleParameterDto
27
- */
28
- 'name': string;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof ReportScheduleParameterDto
33
- */
34
- 'type': string;
35
- /**
36
- *
37
- * @type {boolean}
38
- * @memberof ReportScheduleParameterDto
39
- */
40
- 'isMultiValue': boolean;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof ReportScheduleParameterDto
45
- */
46
- 'expression': string;
47
- }
48
-
@@ -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 ReportScheduleParameterValueClass
21
- */
22
- export interface ReportScheduleParameterValueClass {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof ReportScheduleParameterValueClass
27
- */
28
- 'name': string;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof ReportScheduleParameterValueClass
33
- */
34
- 'value': string;
35
- }
36
-
@@ -1,127 +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 UpdateReportScheduleRequestDto
22
- */
23
- export interface UpdateReportScheduleRequestDto {
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof UpdateReportScheduleRequestDto
28
- */
29
- 'code': string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof UpdateReportScheduleRequestDto
34
- */
35
- 'name': string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof UpdateReportScheduleRequestDto
40
- */
41
- 'description'?: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof UpdateReportScheduleRequestDto
46
- */
47
- 'reportCode': string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof UpdateReportScheduleRequestDto
52
- */
53
- 'reportName': string;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof UpdateReportScheduleRequestDto
58
- */
59
- 'exportFormat': string;
60
- /**
61
- *
62
- * @type {string}
63
- * @memberof UpdateReportScheduleRequestDto
64
- */
65
- 'reportSheet'?: string;
66
- /**
67
- *
68
- * @type {boolean}
69
- * @memberof UpdateReportScheduleRequestDto
70
- */
71
- 'skipHeaderRow': boolean;
72
- /**
73
- *
74
- * @type {string}
75
- * @memberof UpdateReportScheduleRequestDto
76
- */
77
- 'frequency': string;
78
- /**
79
- *
80
- * @type {Array<number>}
81
- * @memberof UpdateReportScheduleRequestDto
82
- */
83
- 'periods': Array<number>;
84
- /**
85
- *
86
- * @type {string}
87
- * @memberof UpdateReportScheduleRequestDto
88
- */
89
- 'executionTime': string;
90
- /**
91
- *
92
- * @type {string}
93
- * @memberof UpdateReportScheduleRequestDto
94
- */
95
- 'adminUrl': string;
96
- /**
97
- *
98
- * @type {string}
99
- * @memberof UpdateReportScheduleRequestDto
100
- */
101
- 'emailRecipients': string;
102
- /**
103
- *
104
- * @type {string}
105
- * @memberof UpdateReportScheduleRequestDto
106
- */
107
- 'emailSubject'?: string;
108
- /**
109
- *
110
- * @type {string}
111
- * @memberof UpdateReportScheduleRequestDto
112
- */
113
- 'emailTemplateSlug': string;
114
- /**
115
- *
116
- * @type {boolean}
117
- * @memberof UpdateReportScheduleRequestDto
118
- */
119
- 'isActive': boolean;
120
- /**
121
- *
122
- * @type {Array<ReportScheduleParameterDto>}
123
- * @memberof UpdateReportScheduleRequestDto
124
- */
125
- 'parameters': Array<ReportScheduleParameterDto>;
126
- }
127
-
@@ -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 UpdateReportScheduleResponseClass
22
- */
23
- export interface UpdateReportScheduleResponseClass {
24
- /**
25
- * The report-schedule response.
26
- * @type {ReportScheduleClass}
27
- * @memberof UpdateReportScheduleResponseClass
28
- */
29
- 'reportSchedule': ReportScheduleClass;
30
- }
31
-