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