@emilgroup/tenant-sdk-node 1.34.1-beta.15 → 1.34.1-beta.19
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 +17 -0
- package/README.md +2 -2
- package/api/dashboard-api.ts +103 -0
- package/api/report-schedule-api.ts +697 -0
- package/api/report-schedule-logs-api.ts +250 -0
- package/api/user-group-api.ts +40 -40
- package/api.ts +4 -0
- package/dist/api/dashboard-api.d.ts +56 -0
- package/dist/api/dashboard-api.js +92 -0
- package/dist/api/report-schedule-api.d.ts +394 -0
- package/dist/api/report-schedule-api.js +646 -0
- package/dist/api/report-schedule-logs-api.d.ts +150 -0
- package/dist/api/report-schedule-logs-api.js +264 -0
- package/dist/api/user-group-api.d.ts +40 -40
- package/dist/api/user-group-api.js +30 -30
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/models/create-report-schedule-request-dto.d.ts +115 -0
- package/dist/models/create-report-schedule-request-dto.js +15 -0
- package/dist/models/create-report-schedule-response-class.d.ts +25 -0
- package/dist/models/create-report-schedule-response-class.js +15 -0
- package/dist/models/create-user-group-request-dto.d.ts +1 -1
- package/dist/models/dashboard-metadata-class.d.ts +43 -0
- package/dist/models/dashboard-metadata-class.js +15 -0
- package/dist/models/get-dashboard-metadata-response-class.d.ts +25 -0
- package/dist/models/get-dashboard-metadata-response-class.js +15 -0
- package/dist/models/get-report-schedule-response-class.d.ts +25 -0
- package/dist/models/get-report-schedule-response-class.js +15 -0
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.js +15 -0
- package/dist/models/list-report-schedule-logs-response-class.d.ts +43 -0
- package/dist/models/list-report-schedule-logs-response-class.js +15 -0
- package/dist/models/list-report-schedules-response-class.d.ts +43 -0
- package/dist/models/list-report-schedules-response-class.js +15 -0
- package/dist/models/quick-sight-analysis-parameter-class.d.ts +36 -0
- package/dist/models/quick-sight-analysis-parameter-class.js +15 -0
- package/dist/models/report-schedule-class.d.ts +157 -0
- package/dist/models/report-schedule-class.js +15 -0
- package/dist/models/report-schedule-log-class.d.ts +133 -0
- package/dist/models/report-schedule-log-class.js +15 -0
- package/dist/models/report-schedule-parameter-class.d.ts +42 -0
- package/dist/models/report-schedule-parameter-class.js +15 -0
- package/dist/models/report-schedule-parameter-dto.d.ts +42 -0
- package/dist/models/report-schedule-parameter-dto.js +15 -0
- package/dist/models/report-schedule-parameter-value-class.d.ts +30 -0
- package/dist/models/report-schedule-parameter-value-class.js +15 -0
- package/dist/models/update-report-schedule-request-dto.d.ts +121 -0
- package/dist/models/update-report-schedule-request-dto.js +15 -0
- package/dist/models/update-report-schedule-response-class.d.ts +25 -0
- package/dist/models/update-report-schedule-response-class.js +15 -0
- package/dist/models/update-user-group-request-dto.d.ts +1 -1
- package/models/create-report-schedule-request-dto.ts +121 -0
- package/models/create-report-schedule-response-class.ts +31 -0
- package/models/create-user-group-request-dto.ts +1 -1
- package/models/dashboard-metadata-class.ts +49 -0
- package/models/get-dashboard-metadata-response-class.ts +31 -0
- package/models/get-report-schedule-response-class.ts +31 -0
- package/models/index.ts +15 -0
- package/models/list-report-schedule-logs-response-class.ts +49 -0
- package/models/list-report-schedules-response-class.ts +49 -0
- package/models/quick-sight-analysis-parameter-class.ts +42 -0
- package/models/report-schedule-class.ts +163 -0
- package/models/report-schedule-log-class.ts +139 -0
- package/models/report-schedule-parameter-class.ts +48 -0
- package/models/report-schedule-parameter-dto.ts +48 -0
- package/models/report-schedule-parameter-value-class.ts +36 -0
- package/models/update-report-schedule-request-dto.ts +127 -0
- package/models/update-report-schedule-response-class.ts +31 -0
- package/models/update-user-group-request-dto.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,250 @@
|
|
|
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 globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
17
|
+
import { Configuration } from '../configuration';
|
|
18
|
+
// Some imports not used depending on template conditions
|
|
19
|
+
// @ts-ignore
|
|
20
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
|
+
// @ts-ignore
|
|
22
|
+
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { ListReportScheduleLogsResponseClass } from '../models';
|
|
25
|
+
// URLSearchParams not necessarily used
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import { URL, URLSearchParams } from 'url';
|
|
28
|
+
const FormData = require('form-data');
|
|
29
|
+
/**
|
|
30
|
+
* ReportScheduleLogsApi - axios parameter creator
|
|
31
|
+
* @export
|
|
32
|
+
*/
|
|
33
|
+
export const ReportScheduleLogsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
34
|
+
return {
|
|
35
|
+
/**
|
|
36
|
+
* Lists execution logs for scheduled reports **Required Permissions** \"reporting.dashboards.view\"
|
|
37
|
+
* @summary List report-schedule-logs
|
|
38
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
39
|
+
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
40
|
+
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
41
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
42
|
+
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
43
|
+
* @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
44
|
+
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
45
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
46
|
+
* @param {*} [options] Override http request option.
|
|
47
|
+
* @throws {RequiredError}
|
|
48
|
+
*/
|
|
49
|
+
listReportScheduleLogs: async (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
50
|
+
const localVarPath = `/tenantservice/v1/report-schedule-logs`;
|
|
51
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
52
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
53
|
+
let baseOptions;
|
|
54
|
+
let baseAccessToken;
|
|
55
|
+
if (configuration) {
|
|
56
|
+
baseOptions = configuration.baseOptions;
|
|
57
|
+
baseAccessToken = configuration.accessToken;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
61
|
+
const localVarHeaderParameter = {} as any;
|
|
62
|
+
const localVarQueryParameter = {} as any;
|
|
63
|
+
|
|
64
|
+
// authentication bearer required
|
|
65
|
+
// http bearer authentication required
|
|
66
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
67
|
+
|
|
68
|
+
if (pageSize !== undefined) {
|
|
69
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
if (pageToken !== undefined) {
|
|
73
|
+
localVarQueryParameter['pageToken'] = pageToken;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
if (filter !== undefined) {
|
|
77
|
+
localVarQueryParameter['filter'] = filter;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
if (search !== undefined) {
|
|
81
|
+
localVarQueryParameter['search'] = search;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
if (order !== undefined) {
|
|
85
|
+
localVarQueryParameter['order'] = order;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
if (expand !== undefined) {
|
|
89
|
+
localVarQueryParameter['expand'] = expand;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
if (filters !== undefined) {
|
|
93
|
+
localVarQueryParameter['filters'] = filters;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
97
|
+
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
104
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
105
|
+
|
|
106
|
+
return {
|
|
107
|
+
url: toPathString(localVarUrlObj),
|
|
108
|
+
options: localVarRequestOptions,
|
|
109
|
+
};
|
|
110
|
+
},
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* ReportScheduleLogsApi - functional programming interface
|
|
116
|
+
* @export
|
|
117
|
+
*/
|
|
118
|
+
export const ReportScheduleLogsApiFp = function(configuration?: Configuration) {
|
|
119
|
+
const localVarAxiosParamCreator = ReportScheduleLogsApiAxiosParamCreator(configuration)
|
|
120
|
+
return {
|
|
121
|
+
/**
|
|
122
|
+
* Lists execution logs for scheduled reports **Required Permissions** \"reporting.dashboards.view\"
|
|
123
|
+
* @summary List report-schedule-logs
|
|
124
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
125
|
+
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
126
|
+
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
127
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
128
|
+
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
129
|
+
* @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
130
|
+
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
131
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
132
|
+
* @param {*} [options] Override http request option.
|
|
133
|
+
* @throws {RequiredError}
|
|
134
|
+
*/
|
|
135
|
+
async listReportScheduleLogs(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListReportScheduleLogsResponseClass>> {
|
|
136
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listReportScheduleLogs(authorization, pageSize, pageToken, filter, search, order, expand, filters, options);
|
|
137
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
138
|
+
},
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* ReportScheduleLogsApi - factory interface
|
|
144
|
+
* @export
|
|
145
|
+
*/
|
|
146
|
+
export const ReportScheduleLogsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
147
|
+
const localVarFp = ReportScheduleLogsApiFp(configuration)
|
|
148
|
+
return {
|
|
149
|
+
/**
|
|
150
|
+
* Lists execution logs for scheduled reports **Required Permissions** \"reporting.dashboards.view\"
|
|
151
|
+
* @summary List report-schedule-logs
|
|
152
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
153
|
+
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
154
|
+
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
155
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
156
|
+
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
157
|
+
* @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
158
|
+
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
159
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
160
|
+
* @param {*} [options] Override http request option.
|
|
161
|
+
* @throws {RequiredError}
|
|
162
|
+
*/
|
|
163
|
+
listReportScheduleLogs(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListReportScheduleLogsResponseClass> {
|
|
164
|
+
return localVarFp.listReportScheduleLogs(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
165
|
+
},
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Request parameters for listReportScheduleLogs operation in ReportScheduleLogsApi.
|
|
171
|
+
* @export
|
|
172
|
+
* @interface ReportScheduleLogsApiListReportScheduleLogsRequest
|
|
173
|
+
*/
|
|
174
|
+
export interface ReportScheduleLogsApiListReportScheduleLogsRequest {
|
|
175
|
+
/**
|
|
176
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
177
|
+
* @type {string}
|
|
178
|
+
* @memberof ReportScheduleLogsApiListReportScheduleLogs
|
|
179
|
+
*/
|
|
180
|
+
readonly authorization?: string
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
184
|
+
* @type {number}
|
|
185
|
+
* @memberof ReportScheduleLogsApiListReportScheduleLogs
|
|
186
|
+
*/
|
|
187
|
+
readonly pageSize?: number
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
191
|
+
* @type {string}
|
|
192
|
+
* @memberof ReportScheduleLogsApiListReportScheduleLogs
|
|
193
|
+
*/
|
|
194
|
+
readonly pageToken?: string
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
198
|
+
* @type {string}
|
|
199
|
+
* @memberof ReportScheduleLogsApiListReportScheduleLogs
|
|
200
|
+
*/
|
|
201
|
+
readonly filter?: string
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* To search the list by any field, pass search=xxx to fetch the result.
|
|
205
|
+
* @type {string}
|
|
206
|
+
* @memberof ReportScheduleLogsApiListReportScheduleLogs
|
|
207
|
+
*/
|
|
208
|
+
readonly search?: string
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
212
|
+
* @type {string}
|
|
213
|
+
* @memberof ReportScheduleLogsApiListReportScheduleLogs
|
|
214
|
+
*/
|
|
215
|
+
readonly order?: string
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
219
|
+
* @type {string}
|
|
220
|
+
* @memberof ReportScheduleLogsApiListReportScheduleLogs
|
|
221
|
+
*/
|
|
222
|
+
readonly expand?: string
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
226
|
+
* @type {string}
|
|
227
|
+
* @memberof ReportScheduleLogsApiListReportScheduleLogs
|
|
228
|
+
*/
|
|
229
|
+
readonly filters?: string
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* ReportScheduleLogsApi - object-oriented interface
|
|
234
|
+
* @export
|
|
235
|
+
* @class ReportScheduleLogsApi
|
|
236
|
+
* @extends {BaseAPI}
|
|
237
|
+
*/
|
|
238
|
+
export class ReportScheduleLogsApi extends BaseAPI {
|
|
239
|
+
/**
|
|
240
|
+
* Lists execution logs for scheduled reports **Required Permissions** \"reporting.dashboards.view\"
|
|
241
|
+
* @summary List report-schedule-logs
|
|
242
|
+
* @param {ReportScheduleLogsApiListReportScheduleLogsRequest} requestParameters Request parameters.
|
|
243
|
+
* @param {*} [options] Override http request option.
|
|
244
|
+
* @throws {RequiredError}
|
|
245
|
+
* @memberof ReportScheduleLogsApi
|
|
246
|
+
*/
|
|
247
|
+
public listReportScheduleLogs(requestParameters: ReportScheduleLogsApiListReportScheduleLogsRequest = {}, options?: AxiosRequestConfig) {
|
|
248
|
+
return ReportScheduleLogsApiFp(this.configuration).listReportScheduleLogs(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then((request) => request(this.axios, this.basePath));
|
|
249
|
+
}
|
|
250
|
+
}
|
package/api/user-group-api.ts
CHANGED
|
@@ -240,12 +240,12 @@ export const UserGroupApiAxiosParamCreator = function (configuration?: Configura
|
|
|
240
240
|
* undefined **Required Permissions** \"identity-management.user-groups.view\"
|
|
241
241
|
* @param {string} code
|
|
242
242
|
* @param {string} [authorization] Bearer Token
|
|
243
|
-
* @param {number} [pageSize]
|
|
244
|
-
* @param {string} [pageToken]
|
|
245
|
-
* @param {string} [filter] Filter
|
|
243
|
+
* @param {number} [pageSize] Number of items per page.
|
|
244
|
+
* @param {string} [pageToken] Opaque token for the next page (returned in a previous response).
|
|
245
|
+
* @param {string} [filter] Filter members by one or more fields (in addition to the parent group). Allowed fields are declared in user-group-membership.config.
|
|
246
246
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
247
|
-
* @param {string} [order]
|
|
248
|
-
* @param {string} [expand]
|
|
247
|
+
* @param {string} [order] Sort the response by allowed columns (see paginate config).
|
|
248
|
+
* @param {string} [expand] Comma-separated list of related objects to embed in each member (e.g. user details).
|
|
249
249
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
250
250
|
* @param {*} [options] Override http request option.
|
|
251
251
|
* @throws {RequiredError}
|
|
@@ -318,11 +318,11 @@ export const UserGroupApiAxiosParamCreator = function (configuration?: Configura
|
|
|
318
318
|
/**
|
|
319
319
|
* undefined **Required Permissions** \"identity-management.user-groups.view\"
|
|
320
320
|
* @param {string} [authorization] Bearer Token
|
|
321
|
-
* @param {number} [pageSize]
|
|
322
|
-
* @param {string} [pageToken]
|
|
323
|
-
* @param {string} [filter] Filter
|
|
324
|
-
* @param {string} [search]
|
|
325
|
-
* @param {string} [order]
|
|
321
|
+
* @param {number} [pageSize] Number of items per page.
|
|
322
|
+
* @param {string} [pageToken] Opaque token for the next page (returned in a previous response).
|
|
323
|
+
* @param {string} [filter] Filter user groups by one or more fields. Allowed: id, name, slug, createdAt, updatedAt.
|
|
324
|
+
* @param {string} [search] Free-text search over searchable columns.
|
|
325
|
+
* @param {string} [order] Sort the response. Allowed columns: id, name, slug, createdAt, updatedAt.
|
|
326
326
|
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
327
327
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
328
328
|
* @param {*} [options] Override http request option.
|
|
@@ -549,12 +549,12 @@ export const UserGroupApiFp = function(configuration?: Configuration) {
|
|
|
549
549
|
* undefined **Required Permissions** \"identity-management.user-groups.view\"
|
|
550
550
|
* @param {string} code
|
|
551
551
|
* @param {string} [authorization] Bearer Token
|
|
552
|
-
* @param {number} [pageSize]
|
|
553
|
-
* @param {string} [pageToken]
|
|
554
|
-
* @param {string} [filter] Filter
|
|
552
|
+
* @param {number} [pageSize] Number of items per page.
|
|
553
|
+
* @param {string} [pageToken] Opaque token for the next page (returned in a previous response).
|
|
554
|
+
* @param {string} [filter] Filter members by one or more fields (in addition to the parent group). Allowed fields are declared in user-group-membership.config.
|
|
555
555
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
556
|
-
* @param {string} [order]
|
|
557
|
-
* @param {string} [expand]
|
|
556
|
+
* @param {string} [order] Sort the response by allowed columns (see paginate config).
|
|
557
|
+
* @param {string} [expand] Comma-separated list of related objects to embed in each member (e.g. user details).
|
|
558
558
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
559
559
|
* @param {*} [options] Override http request option.
|
|
560
560
|
* @throws {RequiredError}
|
|
@@ -566,11 +566,11 @@ export const UserGroupApiFp = function(configuration?: Configuration) {
|
|
|
566
566
|
/**
|
|
567
567
|
* undefined **Required Permissions** \"identity-management.user-groups.view\"
|
|
568
568
|
* @param {string} [authorization] Bearer Token
|
|
569
|
-
* @param {number} [pageSize]
|
|
570
|
-
* @param {string} [pageToken]
|
|
571
|
-
* @param {string} [filter] Filter
|
|
572
|
-
* @param {string} [search]
|
|
573
|
-
* @param {string} [order]
|
|
569
|
+
* @param {number} [pageSize] Number of items per page.
|
|
570
|
+
* @param {string} [pageToken] Opaque token for the next page (returned in a previous response).
|
|
571
|
+
* @param {string} [filter] Filter user groups by one or more fields. Allowed: id, name, slug, createdAt, updatedAt.
|
|
572
|
+
* @param {string} [search] Free-text search over searchable columns.
|
|
573
|
+
* @param {string} [order] Sort the response. Allowed columns: id, name, slug, createdAt, updatedAt.
|
|
574
574
|
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
575
575
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
576
576
|
* @param {*} [options] Override http request option.
|
|
@@ -659,12 +659,12 @@ export const UserGroupApiFactory = function (configuration?: Configuration, base
|
|
|
659
659
|
* undefined **Required Permissions** \"identity-management.user-groups.view\"
|
|
660
660
|
* @param {string} code
|
|
661
661
|
* @param {string} [authorization] Bearer Token
|
|
662
|
-
* @param {number} [pageSize]
|
|
663
|
-
* @param {string} [pageToken]
|
|
664
|
-
* @param {string} [filter] Filter
|
|
662
|
+
* @param {number} [pageSize] Number of items per page.
|
|
663
|
+
* @param {string} [pageToken] Opaque token for the next page (returned in a previous response).
|
|
664
|
+
* @param {string} [filter] Filter members by one or more fields (in addition to the parent group). Allowed fields are declared in user-group-membership.config.
|
|
665
665
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
666
|
-
* @param {string} [order]
|
|
667
|
-
* @param {string} [expand]
|
|
666
|
+
* @param {string} [order] Sort the response by allowed columns (see paginate config).
|
|
667
|
+
* @param {string} [expand] Comma-separated list of related objects to embed in each member (e.g. user details).
|
|
668
668
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
669
669
|
* @param {*} [options] Override http request option.
|
|
670
670
|
* @throws {RequiredError}
|
|
@@ -675,11 +675,11 @@ export const UserGroupApiFactory = function (configuration?: Configuration, base
|
|
|
675
675
|
/**
|
|
676
676
|
* undefined **Required Permissions** \"identity-management.user-groups.view\"
|
|
677
677
|
* @param {string} [authorization] Bearer Token
|
|
678
|
-
* @param {number} [pageSize]
|
|
679
|
-
* @param {string} [pageToken]
|
|
680
|
-
* @param {string} [filter] Filter
|
|
681
|
-
* @param {string} [search]
|
|
682
|
-
* @param {string} [order]
|
|
678
|
+
* @param {number} [pageSize] Number of items per page.
|
|
679
|
+
* @param {string} [pageToken] Opaque token for the next page (returned in a previous response).
|
|
680
|
+
* @param {string} [filter] Filter user groups by one or more fields. Allowed: id, name, slug, createdAt, updatedAt.
|
|
681
|
+
* @param {string} [search] Free-text search over searchable columns.
|
|
682
|
+
* @param {string} [order] Sort the response. Allowed columns: id, name, slug, createdAt, updatedAt.
|
|
683
683
|
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
684
684
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
685
685
|
* @param {*} [options] Override http request option.
|
|
@@ -825,21 +825,21 @@ export interface UserGroupApiListUserGroupMembersRequest {
|
|
|
825
825
|
readonly authorization?: string
|
|
826
826
|
|
|
827
827
|
/**
|
|
828
|
-
*
|
|
828
|
+
* Number of items per page.
|
|
829
829
|
* @type {number}
|
|
830
830
|
* @memberof UserGroupApiListUserGroupMembers
|
|
831
831
|
*/
|
|
832
832
|
readonly pageSize?: number
|
|
833
833
|
|
|
834
834
|
/**
|
|
835
|
-
*
|
|
835
|
+
* Opaque token for the next page (returned in a previous response).
|
|
836
836
|
* @type {string}
|
|
837
837
|
* @memberof UserGroupApiListUserGroupMembers
|
|
838
838
|
*/
|
|
839
839
|
readonly pageToken?: string
|
|
840
840
|
|
|
841
841
|
/**
|
|
842
|
-
* Filter
|
|
842
|
+
* Filter members by one or more fields (in addition to the parent group). Allowed fields are declared in user-group-membership.config.
|
|
843
843
|
* @type {string}
|
|
844
844
|
* @memberof UserGroupApiListUserGroupMembers
|
|
845
845
|
*/
|
|
@@ -853,14 +853,14 @@ export interface UserGroupApiListUserGroupMembersRequest {
|
|
|
853
853
|
readonly search?: string
|
|
854
854
|
|
|
855
855
|
/**
|
|
856
|
-
*
|
|
856
|
+
* Sort the response by allowed columns (see paginate config).
|
|
857
857
|
* @type {string}
|
|
858
858
|
* @memberof UserGroupApiListUserGroupMembers
|
|
859
859
|
*/
|
|
860
860
|
readonly order?: string
|
|
861
861
|
|
|
862
862
|
/**
|
|
863
|
-
*
|
|
863
|
+
* Comma-separated list of related objects to embed in each member (e.g. user details).
|
|
864
864
|
* @type {string}
|
|
865
865
|
* @memberof UserGroupApiListUserGroupMembers
|
|
866
866
|
*/
|
|
@@ -888,35 +888,35 @@ export interface UserGroupApiListUserGroupsRequest {
|
|
|
888
888
|
readonly authorization?: string
|
|
889
889
|
|
|
890
890
|
/**
|
|
891
|
-
*
|
|
891
|
+
* Number of items per page.
|
|
892
892
|
* @type {number}
|
|
893
893
|
* @memberof UserGroupApiListUserGroups
|
|
894
894
|
*/
|
|
895
895
|
readonly pageSize?: number
|
|
896
896
|
|
|
897
897
|
/**
|
|
898
|
-
*
|
|
898
|
+
* Opaque token for the next page (returned in a previous response).
|
|
899
899
|
* @type {string}
|
|
900
900
|
* @memberof UserGroupApiListUserGroups
|
|
901
901
|
*/
|
|
902
902
|
readonly pageToken?: string
|
|
903
903
|
|
|
904
904
|
/**
|
|
905
|
-
* Filter
|
|
905
|
+
* Filter user groups by one or more fields. Allowed: id, name, slug, createdAt, updatedAt.
|
|
906
906
|
* @type {string}
|
|
907
907
|
* @memberof UserGroupApiListUserGroups
|
|
908
908
|
*/
|
|
909
909
|
readonly filter?: string
|
|
910
910
|
|
|
911
911
|
/**
|
|
912
|
-
*
|
|
912
|
+
* Free-text search over searchable columns.
|
|
913
913
|
* @type {string}
|
|
914
914
|
* @memberof UserGroupApiListUserGroups
|
|
915
915
|
*/
|
|
916
916
|
readonly search?: string
|
|
917
917
|
|
|
918
918
|
/**
|
|
919
|
-
*
|
|
919
|
+
* Sort the response. Allowed columns: id, name, slug, createdAt, updatedAt.
|
|
920
920
|
* @type {string}
|
|
921
921
|
* @memberof UserGroupApiListUserGroups
|
|
922
922
|
*/
|
package/api.ts
CHANGED
|
@@ -38,6 +38,8 @@ import { ListOrganizationInvitationsApi } from './api';
|
|
|
38
38
|
import { OrganizationMigrationApi } from './api';
|
|
39
39
|
import { OrganizationsApi } from './api';
|
|
40
40
|
import { ReInviteAnOrganizationApi } from './api';
|
|
41
|
+
import { ReportScheduleApi } from './api';
|
|
42
|
+
import { ReportScheduleLogsApi } from './api';
|
|
41
43
|
import { RolesApi } from './api';
|
|
42
44
|
import { SettingsApi } from './api';
|
|
43
45
|
import { UserControllerRestApi } from './api';
|
|
@@ -59,6 +61,8 @@ export * from './api/list-organization-invitations-api';
|
|
|
59
61
|
export * from './api/organization-migration-api';
|
|
60
62
|
export * from './api/organizations-api';
|
|
61
63
|
export * from './api/re-invite-an-organization-api';
|
|
64
|
+
export * from './api/report-schedule-api';
|
|
65
|
+
export * from './api/report-schedule-logs-api';
|
|
62
66
|
export * from './api/roles-api';
|
|
63
67
|
export * from './api/settings-api';
|
|
64
68
|
export * from './api/user-controller-rest-api';
|
|
@@ -18,6 +18,7 @@ import { CreateDashboardV2RequestDto } from '../models';
|
|
|
18
18
|
import { CreateDashboardV2ResponseClass } from '../models';
|
|
19
19
|
import { DeleteResponseClass } from '../models';
|
|
20
20
|
import { DuplicateDashboardResponseClass } from '../models';
|
|
21
|
+
import { GetDashboardMetadataResponseClass } from '../models';
|
|
21
22
|
import { GetDashboardResponseClass } from '../models';
|
|
22
23
|
import { GetEmbeddedUrlResponseClass } from '../models';
|
|
23
24
|
import { ListDashboardsResponseClass } from '../models';
|
|
@@ -94,6 +95,15 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
|
|
|
94
95
|
* @throws {RequiredError}
|
|
95
96
|
*/
|
|
96
97
|
getDashboardEmbeddedUrl: (providerDashboardId: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
98
|
+
/**
|
|
99
|
+
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
100
|
+
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
101
|
+
* @param {string} code
|
|
102
|
+
* @param {string} [authorization] Bearer Token
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
*/
|
|
106
|
+
getDashboardMetadata: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
107
|
/**
|
|
98
108
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
99
109
|
* @summary Retrieves a list of dashboards
|
|
@@ -207,6 +217,15 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
|
207
217
|
* @throws {RequiredError}
|
|
208
218
|
*/
|
|
209
219
|
getDashboardEmbeddedUrl(providerDashboardId: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetEmbeddedUrlResponseClass>>;
|
|
220
|
+
/**
|
|
221
|
+
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
222
|
+
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
223
|
+
* @param {string} code
|
|
224
|
+
* @param {string} [authorization] Bearer Token
|
|
225
|
+
* @param {*} [options] Override http request option.
|
|
226
|
+
* @throws {RequiredError}
|
|
227
|
+
*/
|
|
228
|
+
getDashboardMetadata(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDashboardMetadataResponseClass>>;
|
|
210
229
|
/**
|
|
211
230
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
212
231
|
* @summary Retrieves a list of dashboards
|
|
@@ -320,6 +339,15 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
|
|
|
320
339
|
* @throws {RequiredError}
|
|
321
340
|
*/
|
|
322
341
|
getDashboardEmbeddedUrl(providerDashboardId: string, authorization?: string, options?: any): AxiosPromise<GetEmbeddedUrlResponseClass>;
|
|
342
|
+
/**
|
|
343
|
+
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
344
|
+
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
345
|
+
* @param {string} code
|
|
346
|
+
* @param {string} [authorization] Bearer Token
|
|
347
|
+
* @param {*} [options] Override http request option.
|
|
348
|
+
* @throws {RequiredError}
|
|
349
|
+
*/
|
|
350
|
+
getDashboardMetadata(code: string, authorization?: string, options?: any): AxiosPromise<GetDashboardMetadataResponseClass>;
|
|
323
351
|
/**
|
|
324
352
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
325
353
|
* @summary Retrieves a list of dashboards
|
|
@@ -497,6 +525,25 @@ export interface DashboardApiGetDashboardEmbeddedUrlRequest {
|
|
|
497
525
|
*/
|
|
498
526
|
readonly authorization?: string;
|
|
499
527
|
}
|
|
528
|
+
/**
|
|
529
|
+
* Request parameters for getDashboardMetadata operation in DashboardApi.
|
|
530
|
+
* @export
|
|
531
|
+
* @interface DashboardApiGetDashboardMetadataRequest
|
|
532
|
+
*/
|
|
533
|
+
export interface DashboardApiGetDashboardMetadataRequest {
|
|
534
|
+
/**
|
|
535
|
+
*
|
|
536
|
+
* @type {string}
|
|
537
|
+
* @memberof DashboardApiGetDashboardMetadata
|
|
538
|
+
*/
|
|
539
|
+
readonly code: string;
|
|
540
|
+
/**
|
|
541
|
+
* Bearer Token
|
|
542
|
+
* @type {string}
|
|
543
|
+
* @memberof DashboardApiGetDashboardMetadata
|
|
544
|
+
*/
|
|
545
|
+
readonly authorization?: string;
|
|
546
|
+
}
|
|
500
547
|
/**
|
|
501
548
|
* Request parameters for listDashboards operation in DashboardApi.
|
|
502
549
|
* @export
|
|
@@ -686,6 +733,15 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
686
733
|
* @memberof DashboardApi
|
|
687
734
|
*/
|
|
688
735
|
getDashboardEmbeddedUrl(requestParameters: DashboardApiGetDashboardEmbeddedUrlRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetEmbeddedUrlResponseClass, any, {}>>;
|
|
736
|
+
/**
|
|
737
|
+
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
738
|
+
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
739
|
+
* @param {DashboardApiGetDashboardMetadataRequest} requestParameters Request parameters.
|
|
740
|
+
* @param {*} [options] Override http request option.
|
|
741
|
+
* @throws {RequiredError}
|
|
742
|
+
* @memberof DashboardApi
|
|
743
|
+
*/
|
|
744
|
+
getDashboardMetadata(requestParameters: DashboardApiGetDashboardMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardMetadataResponseClass, any, {}>>;
|
|
689
745
|
/**
|
|
690
746
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
691
747
|
* @summary Retrieves a list of dashboards
|