@emilgroup/tenant-sdk 1.36.1-beta.50 → 1.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -17
- package/README.md +2 -2
- package/api/dashboard-api.ts +0 -103
- 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.d.ts +0 -2
- package/dist/api.js +0 -2
- package/dist/models/dbconfig-dto.d.ts +0 -6
- package/dist/models/index.d.ts +0 -15
- package/dist/models/index.js +0 -15
- package/models/dbconfig-dto.ts +0 -6
- package/models/index.ts +0 -15
- 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/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/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/user-controller-rest-api.ts
|
|
@@ -49,8 +47,6 @@ models/create-data-report-request-dto.ts
|
|
|
49
47
|
models/create-data-report-response-class.ts
|
|
50
48
|
models/create-organization-migration-request-dto.ts
|
|
51
49
|
models/create-organization-migration-response-class.ts
|
|
52
|
-
models/create-report-schedule-request-dto.ts
|
|
53
|
-
models/create-report-schedule-response-class.ts
|
|
54
50
|
models/create-resources-migration-request-dto.ts
|
|
55
51
|
models/create-tenant-request-dto.ts
|
|
56
52
|
models/create-user-group-request-dto.ts
|
|
@@ -59,7 +55,6 @@ models/custom-field-dto.ts
|
|
|
59
55
|
models/custom-schema-class.ts
|
|
60
56
|
models/dashboard-class.ts
|
|
61
57
|
models/dashboard-group-class.ts
|
|
62
|
-
models/dashboard-metadata-class.ts
|
|
63
58
|
models/data-report-class.ts
|
|
64
59
|
models/data-report-filter-class.ts
|
|
65
60
|
models/data-report-filter-dto.ts
|
|
@@ -76,13 +71,11 @@ models/enable-users-response-class.ts
|
|
|
76
71
|
models/format-tenant-settings-class.ts
|
|
77
72
|
models/get-custom-schema-response-class.ts
|
|
78
73
|
models/get-dashboard-group-response-class.ts
|
|
79
|
-
models/get-dashboard-metadata-response-class.ts
|
|
80
74
|
models/get-dashboard-response-class.ts
|
|
81
75
|
models/get-data-report-response-class.ts
|
|
82
76
|
models/get-embedded-url-response-class.ts
|
|
83
77
|
models/get-organization-migration-response-class.ts
|
|
84
78
|
models/get-organization-response-class.ts
|
|
85
|
-
models/get-report-schedule-response-class.ts
|
|
86
79
|
models/get-settings-response-class.ts
|
|
87
80
|
models/get-user-group-response-class.ts
|
|
88
81
|
models/get-user-response-class.ts
|
|
@@ -106,8 +99,6 @@ models/list-invites-response-class.ts
|
|
|
106
99
|
models/list-org-invitations-response-class.ts
|
|
107
100
|
models/list-organization-migrations-response-class.ts
|
|
108
101
|
models/list-organizations-response-class.ts
|
|
109
|
-
models/list-report-schedule-logs-response-class.ts
|
|
110
|
-
models/list-report-schedules-response-class.ts
|
|
111
102
|
models/list-roles-response-class.ts
|
|
112
103
|
models/list-user-group-members-response-class.ts
|
|
113
104
|
models/list-user-groups-response-class.ts
|
|
@@ -118,14 +109,8 @@ models/organization-class.ts
|
|
|
118
109
|
models/organization-migration-class.ts
|
|
119
110
|
models/permission-class.ts
|
|
120
111
|
models/publish-dashboard-request-dto.ts
|
|
121
|
-
models/quick-sight-analysis-parameter-class.ts
|
|
122
112
|
models/re-invite-org-request-dto.ts
|
|
123
113
|
models/remove-users-from-group-request-dto.ts
|
|
124
|
-
models/report-schedule-class.ts
|
|
125
|
-
models/report-schedule-log-class.ts
|
|
126
|
-
models/report-schedule-parameter-class.ts
|
|
127
|
-
models/report-schedule-parameter-dto.ts
|
|
128
|
-
models/report-schedule-parameter-value-class.ts
|
|
129
114
|
models/revert-analysis-request-dto.ts
|
|
130
115
|
models/revert-organization-migration-request-dto.ts
|
|
131
116
|
models/revert-organization-migration-response-class.ts
|
|
@@ -149,8 +134,6 @@ models/update-data-report-request-dto.ts
|
|
|
149
134
|
models/update-data-report-response-class.ts
|
|
150
135
|
models/update-organization-request-dto-rest.ts
|
|
151
136
|
models/update-organization-response-class.ts
|
|
152
|
-
models/update-report-schedule-request-dto.ts
|
|
153
|
-
models/update-report-schedule-response-class.ts
|
|
154
137
|
models/update-user-group-request-dto.ts
|
|
155
138
|
models/update-user-group-response-class.ts
|
|
156
139
|
models/user-class.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.
|
|
20
|
+
npm install @emilgroup/tenant-sdk@1.42.0 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/tenant-sdk@1.
|
|
24
|
+
yarn add @emilgroup/tenant-sdk@1.42.0
|
|
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.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 { SettingsApi } from './api';
|
|
41
39
|
import { UserControllerRestApi } from './api';
|
|
@@ -57,8 +55,6 @@ export * from './api/list-organization-invitations-api';
|
|
|
57
55
|
export * from './api/organization-migration-api';
|
|
58
56
|
export * from './api/organizations-api';
|
|
59
57
|
export * from './api/re-invite-an-organization-api';
|
|
60
|
-
export * from './api/report-schedule-api';
|
|
61
|
-
export * from './api/report-schedule-logs-api';
|
|
62
58
|
export * from './api/roles-api';
|
|
63
59
|
export * from './api/settings-api';
|
|
64
60
|
export * from './api/user-controller-rest-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
|
package/dist/api.d.ts
CHANGED
|
@@ -23,8 +23,6 @@ export * from './api/list-organization-invitations-api';
|
|
|
23
23
|
export * from './api/organization-migration-api';
|
|
24
24
|
export * from './api/organizations-api';
|
|
25
25
|
export * from './api/re-invite-an-organization-api';
|
|
26
|
-
export * from './api/report-schedule-api';
|
|
27
|
-
export * from './api/report-schedule-logs-api';
|
|
28
26
|
export * from './api/roles-api';
|
|
29
27
|
export * from './api/settings-api';
|
|
30
28
|
export * from './api/user-controller-rest-api';
|
package/dist/api.js
CHANGED
|
@@ -41,8 +41,6 @@ __exportStar(require("./api/list-organization-invitations-api"), exports);
|
|
|
41
41
|
__exportStar(require("./api/organization-migration-api"), exports);
|
|
42
42
|
__exportStar(require("./api/organizations-api"), exports);
|
|
43
43
|
__exportStar(require("./api/re-invite-an-organization-api"), exports);
|
|
44
|
-
__exportStar(require("./api/report-schedule-api"), exports);
|
|
45
|
-
__exportStar(require("./api/report-schedule-logs-api"), exports);
|
|
46
44
|
__exportStar(require("./api/roles-api"), exports);
|
|
47
45
|
__exportStar(require("./api/settings-api"), exports);
|
|
48
46
|
__exportStar(require("./api/user-controller-rest-api"), exports);
|
|
@@ -45,10 +45,4 @@ export interface DBConfigDto {
|
|
|
45
45
|
* @memberof DBConfigDto
|
|
46
46
|
*/
|
|
47
47
|
'username': string;
|
|
48
|
-
/**
|
|
49
|
-
* Optional prefix applied to database/schema names when a tenant shares an RDS instance with other tenants but needs isolated database naming
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof DBConfigDto
|
|
52
|
-
*/
|
|
53
|
-
'databasePrefix'?: string;
|
|
54
48
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -18,8 +18,6 @@ export * from './create-data-report-request-dto';
|
|
|
18
18
|
export * from './create-data-report-response-class';
|
|
19
19
|
export * from './create-organization-migration-request-dto';
|
|
20
20
|
export * from './create-organization-migration-response-class';
|
|
21
|
-
export * from './create-report-schedule-request-dto';
|
|
22
|
-
export * from './create-report-schedule-response-class';
|
|
23
21
|
export * from './create-resources-migration-request-dto';
|
|
24
22
|
export * from './create-tenant-request-dto';
|
|
25
23
|
export * from './create-user-group-request-dto';
|
|
@@ -29,7 +27,6 @@ export * from './custom-schema-class';
|
|
|
29
27
|
export * from './dbconfig-dto';
|
|
30
28
|
export * from './dashboard-class';
|
|
31
29
|
export * from './dashboard-group-class';
|
|
32
|
-
export * from './dashboard-metadata-class';
|
|
33
30
|
export * from './data-report-class';
|
|
34
31
|
export * from './data-report-filter-class';
|
|
35
32
|
export * from './data-report-filter-dto';
|
|
@@ -45,13 +42,11 @@ export * from './enable-users-response-class';
|
|
|
45
42
|
export * from './format-tenant-settings-class';
|
|
46
43
|
export * from './get-custom-schema-response-class';
|
|
47
44
|
export * from './get-dashboard-group-response-class';
|
|
48
|
-
export * from './get-dashboard-metadata-response-class';
|
|
49
45
|
export * from './get-dashboard-response-class';
|
|
50
46
|
export * from './get-data-report-response-class';
|
|
51
47
|
export * from './get-embedded-url-response-class';
|
|
52
48
|
export * from './get-organization-migration-response-class';
|
|
53
49
|
export * from './get-organization-response-class';
|
|
54
|
-
export * from './get-report-schedule-response-class';
|
|
55
50
|
export * from './get-settings-response-class';
|
|
56
51
|
export * from './get-user-group-response-class';
|
|
57
52
|
export * from './get-user-response-class';
|
|
@@ -74,8 +69,6 @@ export * from './list-invites-response-class';
|
|
|
74
69
|
export * from './list-org-invitations-response-class';
|
|
75
70
|
export * from './list-organization-migrations-response-class';
|
|
76
71
|
export * from './list-organizations-response-class';
|
|
77
|
-
export * from './list-report-schedule-logs-response-class';
|
|
78
|
-
export * from './list-report-schedules-response-class';
|
|
79
72
|
export * from './list-roles-response-class';
|
|
80
73
|
export * from './list-user-group-members-response-class';
|
|
81
74
|
export * from './list-user-groups-response-class';
|
|
@@ -86,14 +79,8 @@ export * from './organization-class';
|
|
|
86
79
|
export * from './organization-migration-class';
|
|
87
80
|
export * from './permission-class';
|
|
88
81
|
export * from './publish-dashboard-request-dto';
|
|
89
|
-
export * from './quick-sight-analysis-parameter-class';
|
|
90
82
|
export * from './re-invite-org-request-dto';
|
|
91
83
|
export * from './remove-users-from-group-request-dto';
|
|
92
|
-
export * from './report-schedule-class';
|
|
93
|
-
export * from './report-schedule-log-class';
|
|
94
|
-
export * from './report-schedule-parameter-class';
|
|
95
|
-
export * from './report-schedule-parameter-dto';
|
|
96
|
-
export * from './report-schedule-parameter-value-class';
|
|
97
84
|
export * from './revert-analysis-request-dto';
|
|
98
85
|
export * from './revert-organization-migration-request-dto';
|
|
99
86
|
export * from './revert-organization-migration-response-class';
|
|
@@ -117,8 +104,6 @@ export * from './update-data-report-request-dto';
|
|
|
117
104
|
export * from './update-data-report-response-class';
|
|
118
105
|
export * from './update-organization-request-dto-rest';
|
|
119
106
|
export * from './update-organization-response-class';
|
|
120
|
-
export * from './update-report-schedule-request-dto';
|
|
121
|
-
export * from './update-report-schedule-response-class';
|
|
122
107
|
export * from './update-user-group-request-dto';
|
|
123
108
|
export * from './update-user-group-response-class';
|
|
124
109
|
export * from './user-class';
|
package/dist/models/index.js
CHANGED
|
@@ -34,8 +34,6 @@ __exportStar(require("./create-data-report-request-dto"), exports);
|
|
|
34
34
|
__exportStar(require("./create-data-report-response-class"), exports);
|
|
35
35
|
__exportStar(require("./create-organization-migration-request-dto"), exports);
|
|
36
36
|
__exportStar(require("./create-organization-migration-response-class"), exports);
|
|
37
|
-
__exportStar(require("./create-report-schedule-request-dto"), exports);
|
|
38
|
-
__exportStar(require("./create-report-schedule-response-class"), exports);
|
|
39
37
|
__exportStar(require("./create-resources-migration-request-dto"), exports);
|
|
40
38
|
__exportStar(require("./create-tenant-request-dto"), exports);
|
|
41
39
|
__exportStar(require("./create-user-group-request-dto"), exports);
|
|
@@ -45,7 +43,6 @@ __exportStar(require("./custom-schema-class"), exports);
|
|
|
45
43
|
__exportStar(require("./dbconfig-dto"), exports);
|
|
46
44
|
__exportStar(require("./dashboard-class"), exports);
|
|
47
45
|
__exportStar(require("./dashboard-group-class"), exports);
|
|
48
|
-
__exportStar(require("./dashboard-metadata-class"), exports);
|
|
49
46
|
__exportStar(require("./data-report-class"), exports);
|
|
50
47
|
__exportStar(require("./data-report-filter-class"), exports);
|
|
51
48
|
__exportStar(require("./data-report-filter-dto"), exports);
|
|
@@ -61,13 +58,11 @@ __exportStar(require("./enable-users-response-class"), exports);
|
|
|
61
58
|
__exportStar(require("./format-tenant-settings-class"), exports);
|
|
62
59
|
__exportStar(require("./get-custom-schema-response-class"), exports);
|
|
63
60
|
__exportStar(require("./get-dashboard-group-response-class"), exports);
|
|
64
|
-
__exportStar(require("./get-dashboard-metadata-response-class"), exports);
|
|
65
61
|
__exportStar(require("./get-dashboard-response-class"), exports);
|
|
66
62
|
__exportStar(require("./get-data-report-response-class"), exports);
|
|
67
63
|
__exportStar(require("./get-embedded-url-response-class"), exports);
|
|
68
64
|
__exportStar(require("./get-organization-migration-response-class"), exports);
|
|
69
65
|
__exportStar(require("./get-organization-response-class"), exports);
|
|
70
|
-
__exportStar(require("./get-report-schedule-response-class"), exports);
|
|
71
66
|
__exportStar(require("./get-settings-response-class"), exports);
|
|
72
67
|
__exportStar(require("./get-user-group-response-class"), exports);
|
|
73
68
|
__exportStar(require("./get-user-response-class"), exports);
|
|
@@ -90,8 +85,6 @@ __exportStar(require("./list-invites-response-class"), exports);
|
|
|
90
85
|
__exportStar(require("./list-org-invitations-response-class"), exports);
|
|
91
86
|
__exportStar(require("./list-organization-migrations-response-class"), exports);
|
|
92
87
|
__exportStar(require("./list-organizations-response-class"), exports);
|
|
93
|
-
__exportStar(require("./list-report-schedule-logs-response-class"), exports);
|
|
94
|
-
__exportStar(require("./list-report-schedules-response-class"), exports);
|
|
95
88
|
__exportStar(require("./list-roles-response-class"), exports);
|
|
96
89
|
__exportStar(require("./list-user-group-members-response-class"), exports);
|
|
97
90
|
__exportStar(require("./list-user-groups-response-class"), exports);
|
|
@@ -102,14 +95,8 @@ __exportStar(require("./organization-class"), exports);
|
|
|
102
95
|
__exportStar(require("./organization-migration-class"), exports);
|
|
103
96
|
__exportStar(require("./permission-class"), exports);
|
|
104
97
|
__exportStar(require("./publish-dashboard-request-dto"), exports);
|
|
105
|
-
__exportStar(require("./quick-sight-analysis-parameter-class"), exports);
|
|
106
98
|
__exportStar(require("./re-invite-org-request-dto"), exports);
|
|
107
99
|
__exportStar(require("./remove-users-from-group-request-dto"), exports);
|
|
108
|
-
__exportStar(require("./report-schedule-class"), exports);
|
|
109
|
-
__exportStar(require("./report-schedule-log-class"), exports);
|
|
110
|
-
__exportStar(require("./report-schedule-parameter-class"), exports);
|
|
111
|
-
__exportStar(require("./report-schedule-parameter-dto"), exports);
|
|
112
|
-
__exportStar(require("./report-schedule-parameter-value-class"), exports);
|
|
113
100
|
__exportStar(require("./revert-analysis-request-dto"), exports);
|
|
114
101
|
__exportStar(require("./revert-organization-migration-request-dto"), exports);
|
|
115
102
|
__exportStar(require("./revert-organization-migration-response-class"), exports);
|
|
@@ -133,8 +120,6 @@ __exportStar(require("./update-data-report-request-dto"), exports);
|
|
|
133
120
|
__exportStar(require("./update-data-report-response-class"), exports);
|
|
134
121
|
__exportStar(require("./update-organization-request-dto-rest"), exports);
|
|
135
122
|
__exportStar(require("./update-organization-response-class"), exports);
|
|
136
|
-
__exportStar(require("./update-report-schedule-request-dto"), exports);
|
|
137
|
-
__exportStar(require("./update-report-schedule-response-class"), exports);
|
|
138
123
|
__exportStar(require("./update-user-group-request-dto"), exports);
|
|
139
124
|
__exportStar(require("./update-user-group-response-class"), exports);
|
|
140
125
|
__exportStar(require("./user-class"), exports);
|
package/models/dbconfig-dto.ts
CHANGED
|
@@ -50,11 +50,5 @@ export interface DBConfigDto {
|
|
|
50
50
|
* @memberof DBConfigDto
|
|
51
51
|
*/
|
|
52
52
|
'username': string;
|
|
53
|
-
/**
|
|
54
|
-
* Optional prefix applied to database/schema names when a tenant shares an RDS instance with other tenants but needs isolated database naming
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof DBConfigDto
|
|
57
|
-
*/
|
|
58
|
-
'databasePrefix'?: string;
|
|
59
53
|
}
|
|
60
54
|
|