@emilgroup/tenant-sdk-node 1.34.1-beta.36 → 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.
Files changed (72) hide show
  1. package/.openapi-generator/FILES +0 -19
  2. package/README.md +2 -2
  3. package/api/dashboard-api.ts +0 -103
  4. package/api.ts +0 -4
  5. package/base.ts +0 -1
  6. package/dist/api/dashboard-api.d.ts +0 -56
  7. package/dist/api/dashboard-api.js +0 -92
  8. package/dist/api.d.ts +0 -2
  9. package/dist/api.js +0 -2
  10. package/dist/base.d.ts +1 -2
  11. package/dist/base.js +0 -1
  12. package/dist/models/index.d.ts +0 -17
  13. package/dist/models/index.js +0 -17
  14. package/models/index.ts +0 -17
  15. package/package.json +2 -2
  16. package/api/report-schedule-api.ts +0 -697
  17. package/api/report-schedule-logs-api.ts +0 -250
  18. package/dist/api/report-schedule-api.d.ts +0 -394
  19. package/dist/api/report-schedule-api.js +0 -646
  20. package/dist/api/report-schedule-logs-api.d.ts +0 -150
  21. package/dist/api/report-schedule-logs-api.js +0 -264
  22. package/dist/models/admin-initial-tenant-config-dto.d.ts +0 -30
  23. package/dist/models/admin-initial-tenant-config-dto.js +0 -15
  24. package/dist/models/create-admin-tenant-request-dto.d.ts +0 -57
  25. package/dist/models/create-admin-tenant-request-dto.js +0 -15
  26. package/dist/models/create-report-schedule-request-dto.d.ts +0 -115
  27. package/dist/models/create-report-schedule-request-dto.js +0 -15
  28. package/dist/models/create-report-schedule-response-class.d.ts +0 -25
  29. package/dist/models/create-report-schedule-response-class.js +0 -15
  30. package/dist/models/dashboard-metadata-class.d.ts +0 -43
  31. package/dist/models/dashboard-metadata-class.js +0 -15
  32. package/dist/models/get-dashboard-metadata-response-class.d.ts +0 -25
  33. package/dist/models/get-dashboard-metadata-response-class.js +0 -15
  34. package/dist/models/get-report-schedule-response-class.d.ts +0 -25
  35. package/dist/models/get-report-schedule-response-class.js +0 -15
  36. package/dist/models/list-report-schedule-logs-response-class.d.ts +0 -43
  37. package/dist/models/list-report-schedule-logs-response-class.js +0 -15
  38. package/dist/models/list-report-schedules-response-class.d.ts +0 -43
  39. package/dist/models/list-report-schedules-response-class.js +0 -15
  40. package/dist/models/quick-sight-analysis-parameter-class.d.ts +0 -36
  41. package/dist/models/quick-sight-analysis-parameter-class.js +0 -15
  42. package/dist/models/report-schedule-class.d.ts +0 -157
  43. package/dist/models/report-schedule-class.js +0 -15
  44. package/dist/models/report-schedule-log-class.d.ts +0 -133
  45. package/dist/models/report-schedule-log-class.js +0 -15
  46. package/dist/models/report-schedule-parameter-class.d.ts +0 -42
  47. package/dist/models/report-schedule-parameter-class.js +0 -15
  48. package/dist/models/report-schedule-parameter-dto.d.ts +0 -42
  49. package/dist/models/report-schedule-parameter-dto.js +0 -15
  50. package/dist/models/report-schedule-parameter-value-class.d.ts +0 -30
  51. package/dist/models/report-schedule-parameter-value-class.js +0 -15
  52. package/dist/models/update-report-schedule-request-dto.d.ts +0 -121
  53. package/dist/models/update-report-schedule-request-dto.js +0 -15
  54. package/dist/models/update-report-schedule-response-class.d.ts +0 -25
  55. package/dist/models/update-report-schedule-response-class.js +0 -15
  56. package/models/admin-initial-tenant-config-dto.ts +0 -36
  57. package/models/create-admin-tenant-request-dto.ts +0 -63
  58. package/models/create-report-schedule-request-dto.ts +0 -121
  59. package/models/create-report-schedule-response-class.ts +0 -31
  60. package/models/dashboard-metadata-class.ts +0 -49
  61. package/models/get-dashboard-metadata-response-class.ts +0 -31
  62. package/models/get-report-schedule-response-class.ts +0 -31
  63. package/models/list-report-schedule-logs-response-class.ts +0 -49
  64. package/models/list-report-schedules-response-class.ts +0 -49
  65. package/models/quick-sight-analysis-parameter-class.ts +0 -42
  66. package/models/report-schedule-class.ts +0 -163
  67. package/models/report-schedule-log-class.ts +0 -139
  68. package/models/report-schedule-parameter-class.ts +0 -48
  69. package/models/report-schedule-parameter-dto.ts +0 -48
  70. package/models/report-schedule-parameter-value-class.ts +0 -36
  71. package/models/update-report-schedule-request-dto.ts +0 -127
  72. package/models/update-report-schedule-response-class.ts +0 -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
-
@@ -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
-