@emilgroup/tenant-sdk 1.42.1-beta.65 → 1.42.1-beta.67
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 +0 -18
- package/README.md +2 -2
- package/api/dashboard-api.ts +0 -103
- package/api/invite-users-api.ts +8 -8
- package/api/user-controller-rest-api.ts +8 -8
- package/api.ts +0 -4
- package/dist/api/dashboard-api.d.ts +0 -56
- package/dist/api/dashboard-api.js +0 -92
- package/dist/api/invite-users-api.d.ts +8 -8
- package/dist/api/invite-users-api.js +6 -6
- package/dist/api/user-controller-rest-api.d.ts +8 -8
- package/dist/api/user-controller-rest-api.js +6 -6
- package/dist/api.d.ts +0 -2
- package/dist/api.js +0 -2
- package/dist/models/create-admin-tenant-request-dto.d.ts +0 -11
- package/dist/models/create-admin-tenant-request-dto.js +0 -5
- package/dist/models/create-tenant-request-dto.d.ts +0 -11
- package/dist/models/create-tenant-request-dto.js +0 -5
- package/dist/models/dbconfig-dto.d.ts +0 -6
- package/dist/models/index.d.ts +0 -16
- package/dist/models/index.js +0 -16
- package/dist/models/invite-class.d.ts +0 -6
- package/dist/models/org-invitation-class.d.ts +0 -6
- package/models/create-admin-tenant-request-dto.ts +0 -14
- package/models/create-tenant-request-dto.ts +0 -14
- package/models/dbconfig-dto.ts +0 -6
- package/models/index.ts +0 -16
- package/models/invite-class.ts +0 -6
- package/models/org-invitation-class.ts +0 -6
- package/package.json +1 -1
- package/api/report-schedule-api.ts +0 -693
- package/api/report-schedule-logs-api.ts +0 -246
- package/dist/api/report-schedule-api.d.ts +0 -394
- package/dist/api/report-schedule-api.js +0 -642
- package/dist/api/report-schedule-logs-api.d.ts +0 -150
- package/dist/api/report-schedule-logs-api.js +0 -260
- package/dist/models/create-report-schedule-request-dto.d.ts +0 -115
- package/dist/models/create-report-schedule-request-dto.js +0 -15
- package/dist/models/create-report-schedule-response-class.d.ts +0 -25
- package/dist/models/create-report-schedule-response-class.js +0 -15
- package/dist/models/dashboard-metadata-class.d.ts +0 -43
- package/dist/models/dashboard-metadata-class.js +0 -15
- package/dist/models/delete-tenant-request-dto.d.ts +0 -30
- package/dist/models/delete-tenant-request-dto.js +0 -15
- package/dist/models/get-dashboard-metadata-response-class.d.ts +0 -25
- package/dist/models/get-dashboard-metadata-response-class.js +0 -15
- package/dist/models/get-report-schedule-response-class.d.ts +0 -25
- package/dist/models/get-report-schedule-response-class.js +0 -15
- package/dist/models/list-report-schedule-logs-response-class.d.ts +0 -43
- package/dist/models/list-report-schedule-logs-response-class.js +0 -15
- package/dist/models/list-report-schedules-response-class.d.ts +0 -43
- package/dist/models/list-report-schedules-response-class.js +0 -15
- package/dist/models/quick-sight-analysis-parameter-class.d.ts +0 -36
- package/dist/models/quick-sight-analysis-parameter-class.js +0 -15
- package/dist/models/report-schedule-class.d.ts +0 -157
- package/dist/models/report-schedule-class.js +0 -15
- package/dist/models/report-schedule-log-class.d.ts +0 -133
- package/dist/models/report-schedule-log-class.js +0 -15
- package/dist/models/report-schedule-parameter-class.d.ts +0 -42
- package/dist/models/report-schedule-parameter-class.js +0 -15
- package/dist/models/report-schedule-parameter-dto.d.ts +0 -42
- package/dist/models/report-schedule-parameter-dto.js +0 -15
- package/dist/models/report-schedule-parameter-value-class.d.ts +0 -30
- package/dist/models/report-schedule-parameter-value-class.js +0 -15
- package/dist/models/update-report-schedule-request-dto.d.ts +0 -121
- package/dist/models/update-report-schedule-request-dto.js +0 -15
- package/dist/models/update-report-schedule-response-class.d.ts +0 -25
- package/dist/models/update-report-schedule-response-class.js +0 -15
- package/models/create-report-schedule-request-dto.ts +0 -121
- package/models/create-report-schedule-response-class.ts +0 -31
- package/models/dashboard-metadata-class.ts +0 -49
- package/models/delete-tenant-request-dto.ts +0 -36
- package/models/get-dashboard-metadata-response-class.ts +0 -31
- package/models/get-report-schedule-response-class.ts +0 -31
- package/models/list-report-schedule-logs-response-class.ts +0 -49
- package/models/list-report-schedules-response-class.ts +0 -49
- package/models/quick-sight-analysis-parameter-class.ts +0 -42
- package/models/report-schedule-class.ts +0 -163
- package/models/report-schedule-log-class.ts +0 -139
- package/models/report-schedule-parameter-class.ts +0 -48
- package/models/report-schedule-parameter-dto.ts +0 -48
- package/models/report-schedule-parameter-value-class.ts +0 -36
- package/models/update-report-schedule-request-dto.ts +0 -127
- package/models/update-report-schedule-response-class.ts +0 -31
package/.openapi-generator/FILES
CHANGED
|
@@ -17,8 +17,6 @@ api/list-organization-invitations-api.ts
|
|
|
17
17
|
api/organization-migration-api.ts
|
|
18
18
|
api/organizations-api.ts
|
|
19
19
|
api/re-invite-an-organization-api.ts
|
|
20
|
-
api/report-schedule-api.ts
|
|
21
|
-
api/report-schedule-logs-api.ts
|
|
22
20
|
api/roles-api.ts
|
|
23
21
|
api/settings-api.ts
|
|
24
22
|
api/ssoconnection-api.ts
|
|
@@ -51,8 +49,6 @@ models/create-data-report-request-dto.ts
|
|
|
51
49
|
models/create-data-report-response-class.ts
|
|
52
50
|
models/create-organization-migration-request-dto.ts
|
|
53
51
|
models/create-organization-migration-response-class.ts
|
|
54
|
-
models/create-report-schedule-request-dto.ts
|
|
55
|
-
models/create-report-schedule-response-class.ts
|
|
56
52
|
models/create-resources-migration-request-dto.ts
|
|
57
53
|
models/create-sso-connection-request-dto.ts
|
|
58
54
|
models/create-sso-connection-response-class.ts
|
|
@@ -65,7 +61,6 @@ models/custom-field-dto.ts
|
|
|
65
61
|
models/custom-schema-class.ts
|
|
66
62
|
models/dashboard-class.ts
|
|
67
63
|
models/dashboard-group-class.ts
|
|
68
|
-
models/dashboard-metadata-class.ts
|
|
69
64
|
models/data-report-class.ts
|
|
70
65
|
models/data-report-filter-class.ts
|
|
71
66
|
models/data-report-filter-dto.ts
|
|
@@ -74,7 +69,6 @@ models/data-report-filter-value-dto.ts
|
|
|
74
69
|
models/dbconfig-dto.ts
|
|
75
70
|
models/delete-by-code-response-class.ts
|
|
76
71
|
models/delete-response-class.ts
|
|
77
|
-
models/delete-tenant-request-dto.ts
|
|
78
72
|
models/disable-users-request-dto.ts
|
|
79
73
|
models/disable-users-response-class.ts
|
|
80
74
|
models/duplicate-dashboard-request-dto.ts
|
|
@@ -84,13 +78,11 @@ models/enable-users-response-class.ts
|
|
|
84
78
|
models/format-tenant-settings-class.ts
|
|
85
79
|
models/get-custom-schema-response-class.ts
|
|
86
80
|
models/get-dashboard-group-response-class.ts
|
|
87
|
-
models/get-dashboard-metadata-response-class.ts
|
|
88
81
|
models/get-dashboard-response-class.ts
|
|
89
82
|
models/get-data-report-response-class.ts
|
|
90
83
|
models/get-embedded-url-response-class.ts
|
|
91
84
|
models/get-organization-migration-response-class.ts
|
|
92
85
|
models/get-organization-response-class.ts
|
|
93
|
-
models/get-report-schedule-response-class.ts
|
|
94
86
|
models/get-settings-response-class.ts
|
|
95
87
|
models/get-sso-connection-response-class.ts
|
|
96
88
|
models/get-sso-connection-setup-response-class.ts
|
|
@@ -117,8 +109,6 @@ models/list-invites-response-class.ts
|
|
|
117
109
|
models/list-org-invitations-response-class.ts
|
|
118
110
|
models/list-organization-migrations-response-class.ts
|
|
119
111
|
models/list-organizations-response-class.ts
|
|
120
|
-
models/list-report-schedule-logs-response-class.ts
|
|
121
|
-
models/list-report-schedules-response-class.ts
|
|
122
112
|
models/list-roles-response-class.ts
|
|
123
113
|
models/list-sso-idp-groups-response-class.ts
|
|
124
114
|
models/list-user-group-members-response-class.ts
|
|
@@ -133,14 +123,8 @@ models/organization-class.ts
|
|
|
133
123
|
models/organization-migration-class.ts
|
|
134
124
|
models/permission-class.ts
|
|
135
125
|
models/publish-dashboard-request-dto.ts
|
|
136
|
-
models/quick-sight-analysis-parameter-class.ts
|
|
137
126
|
models/re-invite-org-request-dto.ts
|
|
138
127
|
models/remove-users-from-group-request-dto.ts
|
|
139
|
-
models/report-schedule-class.ts
|
|
140
|
-
models/report-schedule-log-class.ts
|
|
141
|
-
models/report-schedule-parameter-class.ts
|
|
142
|
-
models/report-schedule-parameter-dto.ts
|
|
143
|
-
models/report-schedule-parameter-value-class.ts
|
|
144
128
|
models/revert-analysis-request-dto.ts
|
|
145
129
|
models/revert-organization-migration-request-dto.ts
|
|
146
130
|
models/revert-organization-migration-response-class.ts
|
|
@@ -174,8 +158,6 @@ models/update-data-report-request-dto.ts
|
|
|
174
158
|
models/update-data-report-response-class.ts
|
|
175
159
|
models/update-organization-request-dto-rest.ts
|
|
176
160
|
models/update-organization-response-class.ts
|
|
177
|
-
models/update-report-schedule-request-dto.ts
|
|
178
|
-
models/update-report-schedule-response-class.ts
|
|
179
161
|
models/update-sso-connection-body-dto.ts
|
|
180
162
|
models/update-sso-connection-response-class.ts
|
|
181
163
|
models/update-sso-connection-status-body-dto.ts
|
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/tenant-sdk@1.42.1-beta.
|
|
20
|
+
npm install @emilgroup/tenant-sdk@1.42.1-beta.67 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/tenant-sdk@1.42.1-beta.
|
|
24
|
+
yarn add @emilgroup/tenant-sdk@1.42.1-beta.67
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `UsersApi`.
|
package/api/dashboard-api.ts
CHANGED
|
@@ -35,8 +35,6 @@ import { DuplicateDashboardRequestDto } from '../models';
|
|
|
35
35
|
// @ts-ignore
|
|
36
36
|
import { DuplicateDashboardResponseClass } from '../models';
|
|
37
37
|
// @ts-ignore
|
|
38
|
-
import { GetDashboardMetadataResponseClass } from '../models';
|
|
39
|
-
// @ts-ignore
|
|
40
38
|
import { GetDashboardResponseClass } from '../models';
|
|
41
39
|
// @ts-ignore
|
|
42
40
|
import { GetEmbeddedUrlResponseClass } from '../models';
|
|
@@ -373,51 +371,6 @@ export const DashboardApiAxiosParamCreator = function (configuration?: Configura
|
|
|
373
371
|
|
|
374
372
|
|
|
375
373
|
|
|
376
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
377
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
378
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
379
|
-
|
|
380
|
-
return {
|
|
381
|
-
url: toPathString(localVarUrlObj),
|
|
382
|
-
options: localVarRequestOptions,
|
|
383
|
-
};
|
|
384
|
-
},
|
|
385
|
-
/**
|
|
386
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
387
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
388
|
-
* @param {string} code
|
|
389
|
-
* @param {string} [authorization] Bearer Token
|
|
390
|
-
* @param {*} [options] Override http request option.
|
|
391
|
-
* @throws {RequiredError}
|
|
392
|
-
*/
|
|
393
|
-
getDashboardMetadata: async (code: string, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
394
|
-
// verify required parameter 'code' is not null or undefined
|
|
395
|
-
assertParamExists('getDashboardMetadata', 'code', code)
|
|
396
|
-
const localVarPath = `/tenantservice/v1/dashboards/{code}/metadata`
|
|
397
|
-
.replace(`{${"code"}}`, encodeURIComponent(String(code)));
|
|
398
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
399
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
400
|
-
let baseOptions;
|
|
401
|
-
let baseAccessToken;
|
|
402
|
-
if (configuration) {
|
|
403
|
-
baseOptions = configuration.baseOptions;
|
|
404
|
-
baseAccessToken = configuration.accessToken;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
408
|
-
const localVarHeaderParameter = {} as any;
|
|
409
|
-
const localVarQueryParameter = {} as any;
|
|
410
|
-
|
|
411
|
-
// authentication bearer required
|
|
412
|
-
// http bearer authentication required
|
|
413
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
414
|
-
|
|
415
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
416
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
374
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
422
375
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
423
376
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -744,18 +697,6 @@ export const DashboardApiFp = function(configuration?: Configuration) {
|
|
|
744
697
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getDashboardEmbeddedUrl(providerDashboardId, authorization, options);
|
|
745
698
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
746
699
|
},
|
|
747
|
-
/**
|
|
748
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
749
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
750
|
-
* @param {string} code
|
|
751
|
-
* @param {string} [authorization] Bearer Token
|
|
752
|
-
* @param {*} [options] Override http request option.
|
|
753
|
-
* @throws {RequiredError}
|
|
754
|
-
*/
|
|
755
|
-
async getDashboardMetadata(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDashboardMetadataResponseClass>> {
|
|
756
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getDashboardMetadata(code, authorization, options);
|
|
757
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
758
|
-
},
|
|
759
700
|
/**
|
|
760
701
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
761
702
|
* @summary Retrieves a list of dashboards
|
|
@@ -900,17 +841,6 @@ export const DashboardApiFactory = function (configuration?: Configuration, base
|
|
|
900
841
|
getDashboardEmbeddedUrl(providerDashboardId: string, authorization?: string, options?: any): AxiosPromise<GetEmbeddedUrlResponseClass> {
|
|
901
842
|
return localVarFp.getDashboardEmbeddedUrl(providerDashboardId, authorization, options).then((request) => request(axios, basePath));
|
|
902
843
|
},
|
|
903
|
-
/**
|
|
904
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
905
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
906
|
-
* @param {string} code
|
|
907
|
-
* @param {string} [authorization] Bearer Token
|
|
908
|
-
* @param {*} [options] Override http request option.
|
|
909
|
-
* @throws {RequiredError}
|
|
910
|
-
*/
|
|
911
|
-
getDashboardMetadata(code: string, authorization?: string, options?: any): AxiosPromise<GetDashboardMetadataResponseClass> {
|
|
912
|
-
return localVarFp.getDashboardMetadata(code, authorization, options).then((request) => request(axios, basePath));
|
|
913
|
-
},
|
|
914
844
|
/**
|
|
915
845
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
916
846
|
* @summary Retrieves a list of dashboards
|
|
@@ -1119,27 +1049,6 @@ export interface DashboardApiGetDashboardEmbeddedUrlRequest {
|
|
|
1119
1049
|
readonly authorization?: string
|
|
1120
1050
|
}
|
|
1121
1051
|
|
|
1122
|
-
/**
|
|
1123
|
-
* Request parameters for getDashboardMetadata operation in DashboardApi.
|
|
1124
|
-
* @export
|
|
1125
|
-
* @interface DashboardApiGetDashboardMetadataRequest
|
|
1126
|
-
*/
|
|
1127
|
-
export interface DashboardApiGetDashboardMetadataRequest {
|
|
1128
|
-
/**
|
|
1129
|
-
*
|
|
1130
|
-
* @type {string}
|
|
1131
|
-
* @memberof DashboardApiGetDashboardMetadata
|
|
1132
|
-
*/
|
|
1133
|
-
readonly code: string
|
|
1134
|
-
|
|
1135
|
-
/**
|
|
1136
|
-
* Bearer Token
|
|
1137
|
-
* @type {string}
|
|
1138
|
-
* @memberof DashboardApiGetDashboardMetadata
|
|
1139
|
-
*/
|
|
1140
|
-
readonly authorization?: string
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
1052
|
/**
|
|
1144
1053
|
* Request parameters for listDashboards operation in DashboardApi.
|
|
1145
1054
|
* @export
|
|
@@ -1365,18 +1274,6 @@ export class DashboardApi extends BaseAPI {
|
|
|
1365
1274
|
return DashboardApiFp(this.configuration).getDashboardEmbeddedUrl(requestParameters.providerDashboardId, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1366
1275
|
}
|
|
1367
1276
|
|
|
1368
|
-
/**
|
|
1369
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
1370
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
1371
|
-
* @param {DashboardApiGetDashboardMetadataRequest} requestParameters Request parameters.
|
|
1372
|
-
* @param {*} [options] Override http request option.
|
|
1373
|
-
* @throws {RequiredError}
|
|
1374
|
-
* @memberof DashboardApi
|
|
1375
|
-
*/
|
|
1376
|
-
public getDashboardMetadata(requestParameters: DashboardApiGetDashboardMetadataRequest, options?: AxiosRequestConfig) {
|
|
1377
|
-
return DashboardApiFp(this.configuration).getDashboardMetadata(requestParameters.code, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
1277
|
/**
|
|
1381
1278
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
1382
1279
|
* @summary Retrieves a list of dashboards
|
package/api/invite-users-api.ts
CHANGED
|
@@ -187,11 +187,11 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
|
|
|
187
187
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
188
188
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
189
189
|
* @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.
|
|
190
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id,
|
|
190
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
191
191
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
192
192
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, email, expiresOn</i>
|
|
193
193
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: organizations<i>
|
|
194
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id,
|
|
194
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
195
195
|
* @param {*} [options] Override http request option.
|
|
196
196
|
* @throws {RequiredError}
|
|
197
197
|
*/
|
|
@@ -309,11 +309,11 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
309
309
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
310
310
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
311
311
|
* @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.
|
|
312
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id,
|
|
312
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
313
313
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
314
314
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, email, expiresOn</i>
|
|
315
315
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: organizations<i>
|
|
316
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id,
|
|
316
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
317
317
|
* @param {*} [options] Override http request option.
|
|
318
318
|
* @throws {RequiredError}
|
|
319
319
|
*/
|
|
@@ -370,11 +370,11 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
370
370
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
371
371
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
372
372
|
* @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.
|
|
373
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id,
|
|
373
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
374
374
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
375
375
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, email, expiresOn</i>
|
|
376
376
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: organizations<i>
|
|
377
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id,
|
|
377
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
378
378
|
* @param {*} [options] Override http request option.
|
|
379
379
|
* @throws {RequiredError}
|
|
380
380
|
*/
|
|
@@ -475,7 +475,7 @@ export interface InviteUsersApiListInvitesRequest {
|
|
|
475
475
|
readonly pageToken?: string
|
|
476
476
|
|
|
477
477
|
/**
|
|
478
|
-
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id,
|
|
478
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
479
479
|
* @type {string}
|
|
480
480
|
* @memberof InviteUsersApiListInvites
|
|
481
481
|
*/
|
|
@@ -503,7 +503,7 @@ export interface InviteUsersApiListInvitesRequest {
|
|
|
503
503
|
readonly expand?: string
|
|
504
504
|
|
|
505
505
|
/**
|
|
506
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id,
|
|
506
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
507
507
|
* @type {string}
|
|
508
508
|
* @memberof InviteUsersApiListInvites
|
|
509
509
|
*/
|
|
@@ -495,11 +495,11 @@ export const UserControllerRestApiAxiosParamCreator = function (configuration?:
|
|
|
495
495
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
496
496
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
497
497
|
* @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.
|
|
498
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id,
|
|
498
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
499
499
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
500
500
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, email, expiresOn</i>
|
|
501
501
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: organizations<i>
|
|
502
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id,
|
|
502
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
503
503
|
* @param {*} [options] Override http request option.
|
|
504
504
|
* @throws {RequiredError}
|
|
505
505
|
*/
|
|
@@ -763,11 +763,11 @@ export const UserControllerRestApiFp = function(configuration?: Configuration) {
|
|
|
763
763
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
764
764
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
765
765
|
* @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.
|
|
766
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id,
|
|
766
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
767
767
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
768
768
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, email, expiresOn</i>
|
|
769
769
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: organizations<i>
|
|
770
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id,
|
|
770
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
771
771
|
* @param {*} [options] Override http request option.
|
|
772
772
|
* @throws {RequiredError}
|
|
773
773
|
*/
|
|
@@ -906,11 +906,11 @@ export const UserControllerRestApiFactory = function (configuration?: Configurat
|
|
|
906
906
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
907
907
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
908
908
|
* @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.
|
|
909
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id,
|
|
909
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
910
910
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
911
911
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, email, expiresOn</i>
|
|
912
912
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: organizations<i>
|
|
913
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id,
|
|
913
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
914
914
|
* @param {*} [options] Override http request option.
|
|
915
915
|
* @throws {RequiredError}
|
|
916
916
|
*/
|
|
@@ -1175,7 +1175,7 @@ export interface UserControllerRestApiListInvitesRequest {
|
|
|
1175
1175
|
readonly pageToken?: string
|
|
1176
1176
|
|
|
1177
1177
|
/**
|
|
1178
|
-
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id,
|
|
1178
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
1179
1179
|
* @type {string}
|
|
1180
1180
|
* @memberof UserControllerRestApiListInvites
|
|
1181
1181
|
*/
|
|
@@ -1203,7 +1203,7 @@ export interface UserControllerRestApiListInvitesRequest {
|
|
|
1203
1203
|
readonly expand?: string
|
|
1204
1204
|
|
|
1205
1205
|
/**
|
|
1206
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id,
|
|
1206
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, email, token, organizationId, ern, partnerCode</i>
|
|
1207
1207
|
* @type {string}
|
|
1208
1208
|
* @memberof UserControllerRestApiListInvites
|
|
1209
1209
|
*/
|
package/api.ts
CHANGED
|
@@ -34,8 +34,6 @@ import { ListOrganizationInvitationsApi } from './api';
|
|
|
34
34
|
import { OrganizationMigrationApi } from './api';
|
|
35
35
|
import { OrganizationsApi } from './api';
|
|
36
36
|
import { ReInviteAnOrganizationApi } from './api';
|
|
37
|
-
import { ReportScheduleApi } from './api';
|
|
38
|
-
import { ReportScheduleLogsApi } from './api';
|
|
39
37
|
import { RolesApi } from './api';
|
|
40
38
|
import { SSOConnectionApi } from './api';
|
|
41
39
|
import { SSOIdPGroupsApi } from './api';
|
|
@@ -59,8 +57,6 @@ export * from './api/list-organization-invitations-api';
|
|
|
59
57
|
export * from './api/organization-migration-api';
|
|
60
58
|
export * from './api/organizations-api';
|
|
61
59
|
export * from './api/re-invite-an-organization-api';
|
|
62
|
-
export * from './api/report-schedule-api';
|
|
63
|
-
export * from './api/report-schedule-logs-api';
|
|
64
60
|
export * from './api/roles-api';
|
|
65
61
|
export * from './api/ssoconnection-api';
|
|
66
62
|
export * from './api/ssoid-pgroups-api';
|
|
@@ -19,7 +19,6 @@ import { CreateDashboardV2ResponseClass } from '../models';
|
|
|
19
19
|
import { DeleteResponseClass } from '../models';
|
|
20
20
|
import { DuplicateDashboardRequestDto } from '../models';
|
|
21
21
|
import { DuplicateDashboardResponseClass } from '../models';
|
|
22
|
-
import { GetDashboardMetadataResponseClass } from '../models';
|
|
23
22
|
import { GetDashboardResponseClass } from '../models';
|
|
24
23
|
import { GetEmbeddedUrlResponseClass } from '../models';
|
|
25
24
|
import { ListDashboardsResponseClass } from '../models';
|
|
@@ -97,15 +96,6 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
|
|
|
97
96
|
* @throws {RequiredError}
|
|
98
97
|
*/
|
|
99
98
|
getDashboardEmbeddedUrl: (providerDashboardId: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
100
|
-
/**
|
|
101
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
102
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
103
|
-
* @param {string} code
|
|
104
|
-
* @param {string} [authorization] Bearer Token
|
|
105
|
-
* @param {*} [options] Override http request option.
|
|
106
|
-
* @throws {RequiredError}
|
|
107
|
-
*/
|
|
108
|
-
getDashboardMetadata: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
109
99
|
/**
|
|
110
100
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
111
101
|
* @summary Retrieves a list of dashboards
|
|
@@ -220,15 +210,6 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
|
220
210
|
* @throws {RequiredError}
|
|
221
211
|
*/
|
|
222
212
|
getDashboardEmbeddedUrl(providerDashboardId: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetEmbeddedUrlResponseClass>>;
|
|
223
|
-
/**
|
|
224
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
225
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
226
|
-
* @param {string} code
|
|
227
|
-
* @param {string} [authorization] Bearer Token
|
|
228
|
-
* @param {*} [options] Override http request option.
|
|
229
|
-
* @throws {RequiredError}
|
|
230
|
-
*/
|
|
231
|
-
getDashboardMetadata(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDashboardMetadataResponseClass>>;
|
|
232
213
|
/**
|
|
233
214
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
234
215
|
* @summary Retrieves a list of dashboards
|
|
@@ -343,15 +324,6 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
|
|
|
343
324
|
* @throws {RequiredError}
|
|
344
325
|
*/
|
|
345
326
|
getDashboardEmbeddedUrl(providerDashboardId: string, authorization?: string, options?: any): AxiosPromise<GetEmbeddedUrlResponseClass>;
|
|
346
|
-
/**
|
|
347
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
348
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
349
|
-
* @param {string} code
|
|
350
|
-
* @param {string} [authorization] Bearer Token
|
|
351
|
-
* @param {*} [options] Override http request option.
|
|
352
|
-
* @throws {RequiredError}
|
|
353
|
-
*/
|
|
354
|
-
getDashboardMetadata(code: string, authorization?: string, options?: any): AxiosPromise<GetDashboardMetadataResponseClass>;
|
|
355
327
|
/**
|
|
356
328
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
357
329
|
* @summary Retrieves a list of dashboards
|
|
@@ -535,25 +507,6 @@ export interface DashboardApiGetDashboardEmbeddedUrlRequest {
|
|
|
535
507
|
*/
|
|
536
508
|
readonly authorization?: string;
|
|
537
509
|
}
|
|
538
|
-
/**
|
|
539
|
-
* Request parameters for getDashboardMetadata operation in DashboardApi.
|
|
540
|
-
* @export
|
|
541
|
-
* @interface DashboardApiGetDashboardMetadataRequest
|
|
542
|
-
*/
|
|
543
|
-
export interface DashboardApiGetDashboardMetadataRequest {
|
|
544
|
-
/**
|
|
545
|
-
*
|
|
546
|
-
* @type {string}
|
|
547
|
-
* @memberof DashboardApiGetDashboardMetadata
|
|
548
|
-
*/
|
|
549
|
-
readonly code: string;
|
|
550
|
-
/**
|
|
551
|
-
* Bearer Token
|
|
552
|
-
* @type {string}
|
|
553
|
-
* @memberof DashboardApiGetDashboardMetadata
|
|
554
|
-
*/
|
|
555
|
-
readonly authorization?: string;
|
|
556
|
-
}
|
|
557
510
|
/**
|
|
558
511
|
* Request parameters for listDashboards operation in DashboardApi.
|
|
559
512
|
* @export
|
|
@@ -743,15 +696,6 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
743
696
|
* @memberof DashboardApi
|
|
744
697
|
*/
|
|
745
698
|
getDashboardEmbeddedUrl(requestParameters: DashboardApiGetDashboardEmbeddedUrlRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetEmbeddedUrlResponseClass, any, {}>>;
|
|
746
|
-
/**
|
|
747
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
748
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
749
|
-
* @param {DashboardApiGetDashboardMetadataRequest} requestParameters Request parameters.
|
|
750
|
-
* @param {*} [options] Override http request option.
|
|
751
|
-
* @throws {RequiredError}
|
|
752
|
-
* @memberof DashboardApi
|
|
753
|
-
*/
|
|
754
|
-
getDashboardMetadata(requestParameters: DashboardApiGetDashboardMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardMetadataResponseClass, any, {}>>;
|
|
755
699
|
/**
|
|
756
700
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
757
701
|
* @summary Retrieves a list of dashboards
|
|
@@ -436,54 +436,6 @@ var DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
436
436
|
});
|
|
437
437
|
});
|
|
438
438
|
},
|
|
439
|
-
/**
|
|
440
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
441
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
442
|
-
* @param {string} code
|
|
443
|
-
* @param {string} [authorization] Bearer Token
|
|
444
|
-
* @param {*} [options] Override http request option.
|
|
445
|
-
* @throws {RequiredError}
|
|
446
|
-
*/
|
|
447
|
-
getDashboardMetadata: function (code, authorization, options) {
|
|
448
|
-
if (options === void 0) { options = {}; }
|
|
449
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
450
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
451
|
-
return __generator(this, function (_a) {
|
|
452
|
-
switch (_a.label) {
|
|
453
|
-
case 0:
|
|
454
|
-
// verify required parameter 'code' is not null or undefined
|
|
455
|
-
(0, common_1.assertParamExists)('getDashboardMetadata', 'code', code);
|
|
456
|
-
localVarPath = "/tenantservice/v1/dashboards/{code}/metadata"
|
|
457
|
-
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
458
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
459
|
-
if (configuration) {
|
|
460
|
-
baseOptions = configuration.baseOptions;
|
|
461
|
-
baseAccessToken = configuration.accessToken;
|
|
462
|
-
}
|
|
463
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
464
|
-
localVarHeaderParameter = {};
|
|
465
|
-
localVarQueryParameter = {};
|
|
466
|
-
// authentication bearer required
|
|
467
|
-
// http bearer authentication required
|
|
468
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
469
|
-
case 1:
|
|
470
|
-
// authentication bearer required
|
|
471
|
-
// http bearer authentication required
|
|
472
|
-
_a.sent();
|
|
473
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
474
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
475
|
-
}
|
|
476
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
477
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
478
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
479
|
-
return [2 /*return*/, {
|
|
480
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
481
|
-
options: localVarRequestOptions,
|
|
482
|
-
}];
|
|
483
|
-
}
|
|
484
|
-
});
|
|
485
|
-
});
|
|
486
|
-
},
|
|
487
439
|
/**
|
|
488
440
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
489
441
|
* @summary Retrieves a list of dashboards
|
|
@@ -866,27 +818,6 @@ var DashboardApiFp = function (configuration) {
|
|
|
866
818
|
});
|
|
867
819
|
});
|
|
868
820
|
},
|
|
869
|
-
/**
|
|
870
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
871
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
872
|
-
* @param {string} code
|
|
873
|
-
* @param {string} [authorization] Bearer Token
|
|
874
|
-
* @param {*} [options] Override http request option.
|
|
875
|
-
* @throws {RequiredError}
|
|
876
|
-
*/
|
|
877
|
-
getDashboardMetadata: function (code, authorization, options) {
|
|
878
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
879
|
-
var localVarAxiosArgs;
|
|
880
|
-
return __generator(this, function (_a) {
|
|
881
|
-
switch (_a.label) {
|
|
882
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getDashboardMetadata(code, authorization, options)];
|
|
883
|
-
case 1:
|
|
884
|
-
localVarAxiosArgs = _a.sent();
|
|
885
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
886
|
-
}
|
|
887
|
-
});
|
|
888
|
-
});
|
|
889
|
-
},
|
|
890
821
|
/**
|
|
891
822
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
892
823
|
* @summary Retrieves a list of dashboards
|
|
@@ -1067,17 +998,6 @@ var DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
1067
998
|
getDashboardEmbeddedUrl: function (providerDashboardId, authorization, options) {
|
|
1068
999
|
return localVarFp.getDashboardEmbeddedUrl(providerDashboardId, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
1069
1000
|
},
|
|
1070
|
-
/**
|
|
1071
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
1072
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
1073
|
-
* @param {string} code
|
|
1074
|
-
* @param {string} [authorization] Bearer Token
|
|
1075
|
-
* @param {*} [options] Override http request option.
|
|
1076
|
-
* @throws {RequiredError}
|
|
1077
|
-
*/
|
|
1078
|
-
getDashboardMetadata: function (code, authorization, options) {
|
|
1079
|
-
return localVarFp.getDashboardMetadata(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
1080
|
-
},
|
|
1081
1001
|
/**
|
|
1082
1002
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
1083
1003
|
* @summary Retrieves a list of dashboards
|
|
@@ -1228,18 +1148,6 @@ var DashboardApi = /** @class */ (function (_super) {
|
|
|
1228
1148
|
var _this = this;
|
|
1229
1149
|
return (0, exports.DashboardApiFp)(this.configuration).getDashboardEmbeddedUrl(requestParameters.providerDashboardId, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1230
1150
|
};
|
|
1231
|
-
/**
|
|
1232
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
1233
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
1234
|
-
* @param {DashboardApiGetDashboardMetadataRequest} requestParameters Request parameters.
|
|
1235
|
-
* @param {*} [options] Override http request option.
|
|
1236
|
-
* @throws {RequiredError}
|
|
1237
|
-
* @memberof DashboardApi
|
|
1238
|
-
*/
|
|
1239
|
-
DashboardApi.prototype.getDashboardMetadata = function (requestParameters, options) {
|
|
1240
|
-
var _this = this;
|
|
1241
|
-
return (0, exports.DashboardApiFp)(this.configuration).getDashboardMetadata(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1242
|
-
};
|
|
1243
1151
|
/**
|
|
1244
1152
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
1245
1153
|
* @summary Retrieves a list of dashboards
|