@emilgroup/tenant-sdk-node 1.34.1-beta.19 → 1.34.1-beta.21
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 -30
- package/README.md +2 -2
- package/api/dashboard-api.ts +0 -103
- package/api.ts +0 -6
- package/base.ts +0 -1
- package/dist/api/dashboard-api.d.ts +0 -56
- package/dist/api/dashboard-api.js +0 -92
- package/dist/api.d.ts +0 -3
- package/dist/api.js +0 -3
- package/dist/base.d.ts +1 -2
- package/dist/base.js +0 -1
- package/dist/models/index.d.ts +0 -27
- package/dist/models/index.js +0 -27
- package/models/index.ts +0 -27
- package/package.json +1 -1
- package/api/report-schedule-api.ts +0 -697
- package/api/report-schedule-logs-api.ts +0 -250
- package/api/user-group-api.ts +0 -1090
- package/dist/api/report-schedule-api.d.ts +0 -394
- package/dist/api/report-schedule-api.js +0 -646
- package/dist/api/report-schedule-logs-api.d.ts +0 -150
- package/dist/api/report-schedule-logs-api.js +0 -264
- package/dist/api/user-group-api.d.ts +0 -603
- package/dist/api/user-group-api.js +0 -940
- package/dist/models/add-users-to-group-request-dto.d.ts +0 -24
- package/dist/models/add-users-to-group-request-dto.js +0 -15
- package/dist/models/add-users-to-group-response-class.d.ts +0 -25
- package/dist/models/add-users-to-group-response-class.js +0 -15
- 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/create-user-group-request-dto.d.ts +0 -36
- package/dist/models/create-user-group-request-dto.js +0 -15
- package/dist/models/create-user-group-response-class.d.ts +0 -25
- package/dist/models/create-user-group-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/get-user-group-response-class.d.ts +0 -25
- package/dist/models/get-user-group-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/list-user-group-members-response-class.d.ts +0 -43
- package/dist/models/list-user-group-members-response-class.js +0 -15
- package/dist/models/list-user-groups-response-class.d.ts +0 -43
- package/dist/models/list-user-groups-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/remove-users-from-group-request-dto.d.ts +0 -24
- package/dist/models/remove-users-from-group-request-dto.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/dist/models/update-user-group-request-dto.d.ts +0 -36
- package/dist/models/update-user-group-request-dto.js +0 -15
- package/dist/models/update-user-group-response-class.d.ts +0 -25
- package/dist/models/update-user-group-response-class.js +0 -15
- package/dist/models/user-group-class.d.ts +0 -72
- package/dist/models/user-group-class.js +0 -15
- package/dist/models/user-group-member-class.d.ts +0 -42
- package/dist/models/user-group-member-class.js +0 -15
- package/models/add-users-to-group-request-dto.ts +0 -30
- package/models/add-users-to-group-response-class.ts +0 -31
- package/models/create-report-schedule-request-dto.ts +0 -121
- package/models/create-report-schedule-response-class.ts +0 -31
- package/models/create-user-group-request-dto.ts +0 -42
- package/models/create-user-group-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/get-user-group-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/list-user-group-members-response-class.ts +0 -49
- package/models/list-user-groups-response-class.ts +0 -49
- package/models/quick-sight-analysis-parameter-class.ts +0 -42
- package/models/remove-users-from-group-request-dto.ts +0 -30
- 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/models/update-user-group-request-dto.ts +0 -42
- package/models/update-user-group-response-class.ts +0 -31
- package/models/user-group-class.ts +0 -78
- package/models/user-group-member-class.ts +0 -48
package/.openapi-generator/FILES
CHANGED
|
@@ -17,20 +17,15 @@ 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
|
|
25
|
-
api/user-group-api.ts
|
|
26
23
|
api/users-api.ts
|
|
27
24
|
base.ts
|
|
28
25
|
common.ts
|
|
29
26
|
configuration.ts
|
|
30
27
|
git_push.sh
|
|
31
28
|
index.ts
|
|
32
|
-
models/add-users-to-group-request-dto.ts
|
|
33
|
-
models/add-users-to-group-response-class.ts
|
|
34
29
|
models/assign-user-roles-request-dto.ts
|
|
35
30
|
models/assign-user-roles-response-class.ts
|
|
36
31
|
models/batch-delete-request-dto.ts
|
|
@@ -47,17 +42,12 @@ models/create-data-report-request-dto.ts
|
|
|
47
42
|
models/create-data-report-response-class.ts
|
|
48
43
|
models/create-organization-migration-request-dto.ts
|
|
49
44
|
models/create-organization-migration-response-class.ts
|
|
50
|
-
models/create-report-schedule-request-dto.ts
|
|
51
|
-
models/create-report-schedule-response-class.ts
|
|
52
45
|
models/create-resources-migration-request-dto.ts
|
|
53
46
|
models/create-tenant-request-dto.ts
|
|
54
|
-
models/create-user-group-request-dto.ts
|
|
55
|
-
models/create-user-group-response-class.ts
|
|
56
47
|
models/custom-field-dto.ts
|
|
57
48
|
models/custom-schema-class.ts
|
|
58
49
|
models/dashboard-class.ts
|
|
59
50
|
models/dashboard-group-class.ts
|
|
60
|
-
models/dashboard-metadata-class.ts
|
|
61
51
|
models/data-report-class.ts
|
|
62
52
|
models/data-report-filter-class.ts
|
|
63
53
|
models/data-report-filter-dto.ts
|
|
@@ -73,15 +63,12 @@ models/enable-users-response-class.ts
|
|
|
73
63
|
models/format-tenant-settings-class.ts
|
|
74
64
|
models/get-custom-schema-response-class.ts
|
|
75
65
|
models/get-dashboard-group-response-class.ts
|
|
76
|
-
models/get-dashboard-metadata-response-class.ts
|
|
77
66
|
models/get-dashboard-response-class.ts
|
|
78
67
|
models/get-data-report-response-class.ts
|
|
79
68
|
models/get-embedded-url-response-class.ts
|
|
80
69
|
models/get-organization-migration-response-class.ts
|
|
81
70
|
models/get-organization-response-class.ts
|
|
82
|
-
models/get-report-schedule-response-class.ts
|
|
83
71
|
models/get-settings-response-class.ts
|
|
84
|
-
models/get-user-group-response-class.ts
|
|
85
72
|
models/get-user-response-class.ts
|
|
86
73
|
models/index.ts
|
|
87
74
|
models/initial-tenant-config-class.ts
|
|
@@ -103,11 +90,7 @@ models/list-invites-response-class.ts
|
|
|
103
90
|
models/list-org-invitations-response-class.ts
|
|
104
91
|
models/list-organization-migrations-response-class.ts
|
|
105
92
|
models/list-organizations-response-class.ts
|
|
106
|
-
models/list-report-schedule-logs-response-class.ts
|
|
107
|
-
models/list-report-schedules-response-class.ts
|
|
108
93
|
models/list-roles-response-class.ts
|
|
109
|
-
models/list-user-group-members-response-class.ts
|
|
110
|
-
models/list-user-groups-response-class.ts
|
|
111
94
|
models/list-users-response-class.ts
|
|
112
95
|
models/org-invitation-class.ts
|
|
113
96
|
models/org-invitation-response-class.ts
|
|
@@ -115,14 +98,7 @@ models/organization-class.ts
|
|
|
115
98
|
models/organization-migration-class.ts
|
|
116
99
|
models/permission-class.ts
|
|
117
100
|
models/publish-dashboard-request-dto.ts
|
|
118
|
-
models/quick-sight-analysis-parameter-class.ts
|
|
119
101
|
models/re-invite-org-request-dto.ts
|
|
120
|
-
models/remove-users-from-group-request-dto.ts
|
|
121
|
-
models/report-schedule-class.ts
|
|
122
|
-
models/report-schedule-log-class.ts
|
|
123
|
-
models/report-schedule-parameter-class.ts
|
|
124
|
-
models/report-schedule-parameter-dto.ts
|
|
125
|
-
models/report-schedule-parameter-value-class.ts
|
|
126
102
|
models/revert-analysis-request-dto.ts
|
|
127
103
|
models/revert-organization-migration-request-dto.ts
|
|
128
104
|
models/revert-organization-migration-response-class.ts
|
|
@@ -146,12 +122,6 @@ models/update-data-report-request-dto.ts
|
|
|
146
122
|
models/update-data-report-response-class.ts
|
|
147
123
|
models/update-organization-request-dto-rest.ts
|
|
148
124
|
models/update-organization-response-class.ts
|
|
149
|
-
models/update-report-schedule-request-dto.ts
|
|
150
|
-
models/update-report-schedule-response-class.ts
|
|
151
|
-
models/update-user-group-request-dto.ts
|
|
152
|
-
models/update-user-group-response-class.ts
|
|
153
125
|
models/user-class.ts
|
|
154
|
-
models/user-group-class.ts
|
|
155
|
-
models/user-group-member-class.ts
|
|
156
126
|
package.json
|
|
157
127
|
tsconfig.json
|
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-node@1.34.1-beta.
|
|
20
|
+
npm install @emilgroup/tenant-sdk-node@1.34.1-beta.21 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/tenant-sdk-node@1.34.1-beta.
|
|
24
|
+
yarn add @emilgroup/tenant-sdk-node@1.34.1-beta.21
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `UsersApi`.
|
package/api/dashboard-api.ts
CHANGED
|
@@ -33,8 +33,6 @@ import { DeleteResponseClass } from '../models';
|
|
|
33
33
|
// @ts-ignore
|
|
34
34
|
import { DuplicateDashboardResponseClass } from '../models';
|
|
35
35
|
// @ts-ignore
|
|
36
|
-
import { GetDashboardMetadataResponseClass } from '../models';
|
|
37
|
-
// @ts-ignore
|
|
38
36
|
import { GetDashboardResponseClass } from '../models';
|
|
39
37
|
// @ts-ignore
|
|
40
38
|
import { GetEmbeddedUrlResponseClass } from '../models';
|
|
@@ -369,51 +367,6 @@ export const DashboardApiAxiosParamCreator = function (configuration?: Configura
|
|
|
369
367
|
|
|
370
368
|
|
|
371
369
|
|
|
372
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
373
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
374
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
375
|
-
|
|
376
|
-
return {
|
|
377
|
-
url: toPathString(localVarUrlObj),
|
|
378
|
-
options: localVarRequestOptions,
|
|
379
|
-
};
|
|
380
|
-
},
|
|
381
|
-
/**
|
|
382
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
383
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
384
|
-
* @param {string} code
|
|
385
|
-
* @param {string} [authorization] Bearer Token
|
|
386
|
-
* @param {*} [options] Override http request option.
|
|
387
|
-
* @throws {RequiredError}
|
|
388
|
-
*/
|
|
389
|
-
getDashboardMetadata: async (code: string, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
390
|
-
// verify required parameter 'code' is not null or undefined
|
|
391
|
-
assertParamExists('getDashboardMetadata', 'code', code)
|
|
392
|
-
const localVarPath = `/tenantservice/v1/dashboards/{code}/metadata`
|
|
393
|
-
.replace(`{${"code"}}`, encodeURIComponent(String(code)));
|
|
394
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
395
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
396
|
-
let baseOptions;
|
|
397
|
-
let baseAccessToken;
|
|
398
|
-
if (configuration) {
|
|
399
|
-
baseOptions = configuration.baseOptions;
|
|
400
|
-
baseAccessToken = configuration.accessToken;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
404
|
-
const localVarHeaderParameter = {} as any;
|
|
405
|
-
const localVarQueryParameter = {} as any;
|
|
406
|
-
|
|
407
|
-
// authentication bearer required
|
|
408
|
-
// http bearer authentication required
|
|
409
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
410
|
-
|
|
411
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
412
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
370
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
418
371
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
419
372
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -739,18 +692,6 @@ export const DashboardApiFp = function(configuration?: Configuration) {
|
|
|
739
692
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getDashboardEmbeddedUrl(providerDashboardId, authorization, options);
|
|
740
693
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
741
694
|
},
|
|
742
|
-
/**
|
|
743
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
744
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
745
|
-
* @param {string} code
|
|
746
|
-
* @param {string} [authorization] Bearer Token
|
|
747
|
-
* @param {*} [options] Override http request option.
|
|
748
|
-
* @throws {RequiredError}
|
|
749
|
-
*/
|
|
750
|
-
async getDashboardMetadata(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDashboardMetadataResponseClass>> {
|
|
751
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getDashboardMetadata(code, authorization, options);
|
|
752
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
753
|
-
},
|
|
754
695
|
/**
|
|
755
696
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
756
697
|
* @summary Retrieves a list of dashboards
|
|
@@ -894,17 +835,6 @@ export const DashboardApiFactory = function (configuration?: Configuration, base
|
|
|
894
835
|
getDashboardEmbeddedUrl(providerDashboardId: string, authorization?: string, options?: any): AxiosPromise<GetEmbeddedUrlResponseClass> {
|
|
895
836
|
return localVarFp.getDashboardEmbeddedUrl(providerDashboardId, authorization, options).then((request) => request(axios, basePath));
|
|
896
837
|
},
|
|
897
|
-
/**
|
|
898
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
899
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
900
|
-
* @param {string} code
|
|
901
|
-
* @param {string} [authorization] Bearer Token
|
|
902
|
-
* @param {*} [options] Override http request option.
|
|
903
|
-
* @throws {RequiredError}
|
|
904
|
-
*/
|
|
905
|
-
getDashboardMetadata(code: string, authorization?: string, options?: any): AxiosPromise<GetDashboardMetadataResponseClass> {
|
|
906
|
-
return localVarFp.getDashboardMetadata(code, authorization, options).then((request) => request(axios, basePath));
|
|
907
|
-
},
|
|
908
838
|
/**
|
|
909
839
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
910
840
|
* @summary Retrieves a list of dashboards
|
|
@@ -1106,27 +1036,6 @@ export interface DashboardApiGetDashboardEmbeddedUrlRequest {
|
|
|
1106
1036
|
readonly authorization?: string
|
|
1107
1037
|
}
|
|
1108
1038
|
|
|
1109
|
-
/**
|
|
1110
|
-
* Request parameters for getDashboardMetadata operation in DashboardApi.
|
|
1111
|
-
* @export
|
|
1112
|
-
* @interface DashboardApiGetDashboardMetadataRequest
|
|
1113
|
-
*/
|
|
1114
|
-
export interface DashboardApiGetDashboardMetadataRequest {
|
|
1115
|
-
/**
|
|
1116
|
-
*
|
|
1117
|
-
* @type {string}
|
|
1118
|
-
* @memberof DashboardApiGetDashboardMetadata
|
|
1119
|
-
*/
|
|
1120
|
-
readonly code: string
|
|
1121
|
-
|
|
1122
|
-
/**
|
|
1123
|
-
* Bearer Token
|
|
1124
|
-
* @type {string}
|
|
1125
|
-
* @memberof DashboardApiGetDashboardMetadata
|
|
1126
|
-
*/
|
|
1127
|
-
readonly authorization?: string
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
1039
|
/**
|
|
1131
1040
|
* Request parameters for listDashboards operation in DashboardApi.
|
|
1132
1041
|
* @export
|
|
@@ -1352,18 +1261,6 @@ export class DashboardApi extends BaseAPI {
|
|
|
1352
1261
|
return DashboardApiFp(this.configuration).getDashboardEmbeddedUrl(requestParameters.providerDashboardId, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1353
1262
|
}
|
|
1354
1263
|
|
|
1355
|
-
/**
|
|
1356
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
1357
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
1358
|
-
* @param {DashboardApiGetDashboardMetadataRequest} requestParameters Request parameters.
|
|
1359
|
-
* @param {*} [options] Override http request option.
|
|
1360
|
-
* @throws {RequiredError}
|
|
1361
|
-
* @memberof DashboardApi
|
|
1362
|
-
*/
|
|
1363
|
-
public getDashboardMetadata(requestParameters: DashboardApiGetDashboardMetadataRequest, options?: AxiosRequestConfig) {
|
|
1364
|
-
return DashboardApiFp(this.configuration).getDashboardMetadata(requestParameters.code, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
1264
|
/**
|
|
1368
1265
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
1369
1266
|
* @summary Retrieves a list of dashboards
|
package/api.ts
CHANGED
|
@@ -38,12 +38,9 @@ import { ListOrganizationInvitationsApi } from './api';
|
|
|
38
38
|
import { OrganizationMigrationApi } from './api';
|
|
39
39
|
import { OrganizationsApi } from './api';
|
|
40
40
|
import { ReInviteAnOrganizationApi } from './api';
|
|
41
|
-
import { ReportScheduleApi } from './api';
|
|
42
|
-
import { ReportScheduleLogsApi } from './api';
|
|
43
41
|
import { RolesApi } from './api';
|
|
44
42
|
import { SettingsApi } from './api';
|
|
45
43
|
import { UserControllerRestApi } from './api';
|
|
46
|
-
import { UserGroupApi } from './api';
|
|
47
44
|
import { UsersApi } from './api';
|
|
48
45
|
|
|
49
46
|
|
|
@@ -61,11 +58,8 @@ export * from './api/list-organization-invitations-api';
|
|
|
61
58
|
export * from './api/organization-migration-api';
|
|
62
59
|
export * from './api/organizations-api';
|
|
63
60
|
export * from './api/re-invite-an-organization-api';
|
|
64
|
-
export * from './api/report-schedule-api';
|
|
65
|
-
export * from './api/report-schedule-logs-api';
|
|
66
61
|
export * from './api/roles-api';
|
|
67
62
|
export * from './api/settings-api';
|
|
68
63
|
export * from './api/user-controller-rest-api';
|
|
69
|
-
export * from './api/user-group-api';
|
|
70
64
|
export * from './api/users-api';
|
|
71
65
|
|
package/base.ts
CHANGED
|
@@ -60,7 +60,6 @@ export enum Environment {
|
|
|
60
60
|
Staging = 'https://apiv2-staging.emil.de',
|
|
61
61
|
Development = 'https://apiv2-dev.emil.de',
|
|
62
62
|
ProductionZurich = 'https://eu-central-2.apiv2.emil.de',
|
|
63
|
-
StagingZurich = 'https://eu-central-2.apiv2-staging.emil.de',
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
let _retry_count = 0
|
|
@@ -18,7 +18,6 @@ import { CreateDashboardV2RequestDto } from '../models';
|
|
|
18
18
|
import { CreateDashboardV2ResponseClass } from '../models';
|
|
19
19
|
import { DeleteResponseClass } from '../models';
|
|
20
20
|
import { DuplicateDashboardResponseClass } from '../models';
|
|
21
|
-
import { GetDashboardMetadataResponseClass } from '../models';
|
|
22
21
|
import { GetDashboardResponseClass } from '../models';
|
|
23
22
|
import { GetEmbeddedUrlResponseClass } from '../models';
|
|
24
23
|
import { ListDashboardsResponseClass } from '../models';
|
|
@@ -95,15 +94,6 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
|
|
|
95
94
|
* @throws {RequiredError}
|
|
96
95
|
*/
|
|
97
96
|
getDashboardEmbeddedUrl: (providerDashboardId: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
98
|
-
/**
|
|
99
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
100
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
101
|
-
* @param {string} code
|
|
102
|
-
* @param {string} [authorization] Bearer Token
|
|
103
|
-
* @param {*} [options] Override http request option.
|
|
104
|
-
* @throws {RequiredError}
|
|
105
|
-
*/
|
|
106
|
-
getDashboardMetadata: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
107
97
|
/**
|
|
108
98
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
109
99
|
* @summary Retrieves a list of dashboards
|
|
@@ -217,15 +207,6 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
|
217
207
|
* @throws {RequiredError}
|
|
218
208
|
*/
|
|
219
209
|
getDashboardEmbeddedUrl(providerDashboardId: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetEmbeddedUrlResponseClass>>;
|
|
220
|
-
/**
|
|
221
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
222
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
223
|
-
* @param {string} code
|
|
224
|
-
* @param {string} [authorization] Bearer Token
|
|
225
|
-
* @param {*} [options] Override http request option.
|
|
226
|
-
* @throws {RequiredError}
|
|
227
|
-
*/
|
|
228
|
-
getDashboardMetadata(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDashboardMetadataResponseClass>>;
|
|
229
210
|
/**
|
|
230
211
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
231
212
|
* @summary Retrieves a list of dashboards
|
|
@@ -339,15 +320,6 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
|
|
|
339
320
|
* @throws {RequiredError}
|
|
340
321
|
*/
|
|
341
322
|
getDashboardEmbeddedUrl(providerDashboardId: string, authorization?: string, options?: any): AxiosPromise<GetEmbeddedUrlResponseClass>;
|
|
342
|
-
/**
|
|
343
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
344
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
345
|
-
* @param {string} code
|
|
346
|
-
* @param {string} [authorization] Bearer Token
|
|
347
|
-
* @param {*} [options] Override http request option.
|
|
348
|
-
* @throws {RequiredError}
|
|
349
|
-
*/
|
|
350
|
-
getDashboardMetadata(code: string, authorization?: string, options?: any): AxiosPromise<GetDashboardMetadataResponseClass>;
|
|
351
323
|
/**
|
|
352
324
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
353
325
|
* @summary Retrieves a list of dashboards
|
|
@@ -525,25 +497,6 @@ export interface DashboardApiGetDashboardEmbeddedUrlRequest {
|
|
|
525
497
|
*/
|
|
526
498
|
readonly authorization?: string;
|
|
527
499
|
}
|
|
528
|
-
/**
|
|
529
|
-
* Request parameters for getDashboardMetadata operation in DashboardApi.
|
|
530
|
-
* @export
|
|
531
|
-
* @interface DashboardApiGetDashboardMetadataRequest
|
|
532
|
-
*/
|
|
533
|
-
export interface DashboardApiGetDashboardMetadataRequest {
|
|
534
|
-
/**
|
|
535
|
-
*
|
|
536
|
-
* @type {string}
|
|
537
|
-
* @memberof DashboardApiGetDashboardMetadata
|
|
538
|
-
*/
|
|
539
|
-
readonly code: string;
|
|
540
|
-
/**
|
|
541
|
-
* Bearer Token
|
|
542
|
-
* @type {string}
|
|
543
|
-
* @memberof DashboardApiGetDashboardMetadata
|
|
544
|
-
*/
|
|
545
|
-
readonly authorization?: string;
|
|
546
|
-
}
|
|
547
500
|
/**
|
|
548
501
|
* Request parameters for listDashboards operation in DashboardApi.
|
|
549
502
|
* @export
|
|
@@ -733,15 +686,6 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
733
686
|
* @memberof DashboardApi
|
|
734
687
|
*/
|
|
735
688
|
getDashboardEmbeddedUrl(requestParameters: DashboardApiGetDashboardEmbeddedUrlRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetEmbeddedUrlResponseClass, any, {}>>;
|
|
736
|
-
/**
|
|
737
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
738
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
739
|
-
* @param {DashboardApiGetDashboardMetadataRequest} requestParameters Request parameters.
|
|
740
|
-
* @param {*} [options] Override http request option.
|
|
741
|
-
* @throws {RequiredError}
|
|
742
|
-
* @memberof DashboardApi
|
|
743
|
-
*/
|
|
744
|
-
getDashboardMetadata(requestParameters: DashboardApiGetDashboardMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardMetadataResponseClass, any, {}>>;
|
|
745
689
|
/**
|
|
746
690
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
747
691
|
* @summary Retrieves a list of dashboards
|
|
@@ -435,54 +435,6 @@ var DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
435
435
|
});
|
|
436
436
|
});
|
|
437
437
|
},
|
|
438
|
-
/**
|
|
439
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
440
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
441
|
-
* @param {string} code
|
|
442
|
-
* @param {string} [authorization] Bearer Token
|
|
443
|
-
* @param {*} [options] Override http request option.
|
|
444
|
-
* @throws {RequiredError}
|
|
445
|
-
*/
|
|
446
|
-
getDashboardMetadata: function (code, authorization, options) {
|
|
447
|
-
if (options === void 0) { options = {}; }
|
|
448
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
449
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
450
|
-
return __generator(this, function (_a) {
|
|
451
|
-
switch (_a.label) {
|
|
452
|
-
case 0:
|
|
453
|
-
// verify required parameter 'code' is not null or undefined
|
|
454
|
-
(0, common_1.assertParamExists)('getDashboardMetadata', 'code', code);
|
|
455
|
-
localVarPath = "/tenantservice/v1/dashboards/{code}/metadata"
|
|
456
|
-
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
457
|
-
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
458
|
-
if (configuration) {
|
|
459
|
-
baseOptions = configuration.baseOptions;
|
|
460
|
-
baseAccessToken = configuration.accessToken;
|
|
461
|
-
}
|
|
462
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
463
|
-
localVarHeaderParameter = {};
|
|
464
|
-
localVarQueryParameter = {};
|
|
465
|
-
// authentication bearer required
|
|
466
|
-
// http bearer authentication required
|
|
467
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
468
|
-
case 1:
|
|
469
|
-
// authentication bearer required
|
|
470
|
-
// http bearer authentication required
|
|
471
|
-
_a.sent();
|
|
472
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
473
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
474
|
-
}
|
|
475
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
476
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
477
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
478
|
-
return [2 /*return*/, {
|
|
479
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
480
|
-
options: localVarRequestOptions,
|
|
481
|
-
}];
|
|
482
|
-
}
|
|
483
|
-
});
|
|
484
|
-
});
|
|
485
|
-
},
|
|
486
438
|
/**
|
|
487
439
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
488
440
|
* @summary Retrieves a list of dashboards
|
|
@@ -864,27 +816,6 @@ var DashboardApiFp = function (configuration) {
|
|
|
864
816
|
});
|
|
865
817
|
});
|
|
866
818
|
},
|
|
867
|
-
/**
|
|
868
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
869
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
870
|
-
* @param {string} code
|
|
871
|
-
* @param {string} [authorization] Bearer Token
|
|
872
|
-
* @param {*} [options] Override http request option.
|
|
873
|
-
* @throws {RequiredError}
|
|
874
|
-
*/
|
|
875
|
-
getDashboardMetadata: function (code, authorization, options) {
|
|
876
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
877
|
-
var localVarAxiosArgs;
|
|
878
|
-
return __generator(this, function (_a) {
|
|
879
|
-
switch (_a.label) {
|
|
880
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getDashboardMetadata(code, authorization, options)];
|
|
881
|
-
case 1:
|
|
882
|
-
localVarAxiosArgs = _a.sent();
|
|
883
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
884
|
-
}
|
|
885
|
-
});
|
|
886
|
-
});
|
|
887
|
-
},
|
|
888
819
|
/**
|
|
889
820
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
890
821
|
* @summary Retrieves a list of dashboards
|
|
@@ -1064,17 +995,6 @@ var DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
1064
995
|
getDashboardEmbeddedUrl: function (providerDashboardId, authorization, options) {
|
|
1065
996
|
return localVarFp.getDashboardEmbeddedUrl(providerDashboardId, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
1066
997
|
},
|
|
1067
|
-
/**
|
|
1068
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
1069
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
1070
|
-
* @param {string} code
|
|
1071
|
-
* @param {string} [authorization] Bearer Token
|
|
1072
|
-
* @param {*} [options] Override http request option.
|
|
1073
|
-
* @throws {RequiredError}
|
|
1074
|
-
*/
|
|
1075
|
-
getDashboardMetadata: function (code, authorization, options) {
|
|
1076
|
-
return localVarFp.getDashboardMetadata(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
1077
|
-
},
|
|
1078
998
|
/**
|
|
1079
999
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
1080
1000
|
* @summary Retrieves a list of dashboards
|
|
@@ -1225,18 +1145,6 @@ var DashboardApi = /** @class */ (function (_super) {
|
|
|
1225
1145
|
var _this = this;
|
|
1226
1146
|
return (0, exports.DashboardApiFp)(this.configuration).getDashboardEmbeddedUrl(requestParameters.providerDashboardId, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1227
1147
|
};
|
|
1228
|
-
/**
|
|
1229
|
-
* Returns sheet names and parameter definitions for the dashboard analysis backing this record. **Required Permissions** \"reporting.dashboards.view\"
|
|
1230
|
-
* @summary Retrieves QuickSight analysis metadata for a dashboard
|
|
1231
|
-
* @param {DashboardApiGetDashboardMetadataRequest} requestParameters Request parameters.
|
|
1232
|
-
* @param {*} [options] Override http request option.
|
|
1233
|
-
* @throws {RequiredError}
|
|
1234
|
-
* @memberof DashboardApi
|
|
1235
|
-
*/
|
|
1236
|
-
DashboardApi.prototype.getDashboardMetadata = function (requestParameters, options) {
|
|
1237
|
-
var _this = this;
|
|
1238
|
-
return (0, exports.DashboardApiFp)(this.configuration).getDashboardMetadata(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1239
|
-
};
|
|
1240
1148
|
/**
|
|
1241
1149
|
* Fetches a paginated list of dashboards with optional filtering and sorting capabilities. **Required Permissions** \"reporting.dashboards.view\"
|
|
1242
1150
|
* @summary Retrieves a list of dashboards
|
package/dist/api.d.ts
CHANGED
|
@@ -23,10 +23,7 @@ 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';
|
|
31
|
-
export * from './api/user-group-api';
|
|
32
29
|
export * from './api/users-api';
|
package/dist/api.js
CHANGED
|
@@ -41,10 +41,7 @@ __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);
|
|
49
|
-
__exportStar(require("./api/user-group-api"), exports);
|
|
50
47
|
__exportStar(require("./api/users-api"), exports);
|
package/dist/base.d.ts
CHANGED
|
@@ -39,8 +39,7 @@ export declare enum Environment {
|
|
|
39
39
|
Test = "https://apiv2-test.emil.de",
|
|
40
40
|
Staging = "https://apiv2-staging.emil.de",
|
|
41
41
|
Development = "https://apiv2-dev.emil.de",
|
|
42
|
-
ProductionZurich = "https://eu-central-2.apiv2.emil.de"
|
|
43
|
-
StagingZurich = "https://eu-central-2.apiv2-staging.emil.de"
|
|
42
|
+
ProductionZurich = "https://eu-central-2.apiv2.emil.de"
|
|
44
43
|
}
|
|
45
44
|
export declare function resetRetry(): void;
|
|
46
45
|
/**
|
package/dist/base.js
CHANGED
|
@@ -132,7 +132,6 @@ var Environment;
|
|
|
132
132
|
Environment["Staging"] = "https://apiv2-staging.emil.de";
|
|
133
133
|
Environment["Development"] = "https://apiv2-dev.emil.de";
|
|
134
134
|
Environment["ProductionZurich"] = "https://eu-central-2.apiv2.emil.de";
|
|
135
|
-
Environment["StagingZurich"] = "https://eu-central-2.apiv2-staging.emil.de";
|
|
136
135
|
})(Environment = exports.Environment || (exports.Environment = {}));
|
|
137
136
|
var _retry_count = 0;
|
|
138
137
|
var _retry = null;
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export * from './add-users-to-group-request-dto';
|
|
2
|
-
export * from './add-users-to-group-response-class';
|
|
3
1
|
export * from './assign-user-roles-request-dto';
|
|
4
2
|
export * from './assign-user-roles-response-class';
|
|
5
3
|
export * from './batch-delete-request-dto';
|
|
@@ -16,18 +14,13 @@ export * from './create-data-report-request-dto';
|
|
|
16
14
|
export * from './create-data-report-response-class';
|
|
17
15
|
export * from './create-organization-migration-request-dto';
|
|
18
16
|
export * from './create-organization-migration-response-class';
|
|
19
|
-
export * from './create-report-schedule-request-dto';
|
|
20
|
-
export * from './create-report-schedule-response-class';
|
|
21
17
|
export * from './create-resources-migration-request-dto';
|
|
22
18
|
export * from './create-tenant-request-dto';
|
|
23
|
-
export * from './create-user-group-request-dto';
|
|
24
|
-
export * from './create-user-group-response-class';
|
|
25
19
|
export * from './custom-field-dto';
|
|
26
20
|
export * from './custom-schema-class';
|
|
27
21
|
export * from './dbconfig-dto';
|
|
28
22
|
export * from './dashboard-class';
|
|
29
23
|
export * from './dashboard-group-class';
|
|
30
|
-
export * from './dashboard-metadata-class';
|
|
31
24
|
export * from './data-report-class';
|
|
32
25
|
export * from './data-report-filter-class';
|
|
33
26
|
export * from './data-report-filter-dto';
|
|
@@ -42,15 +35,12 @@ export * from './enable-users-response-class';
|
|
|
42
35
|
export * from './format-tenant-settings-class';
|
|
43
36
|
export * from './get-custom-schema-response-class';
|
|
44
37
|
export * from './get-dashboard-group-response-class';
|
|
45
|
-
export * from './get-dashboard-metadata-response-class';
|
|
46
38
|
export * from './get-dashboard-response-class';
|
|
47
39
|
export * from './get-data-report-response-class';
|
|
48
40
|
export * from './get-embedded-url-response-class';
|
|
49
41
|
export * from './get-organization-migration-response-class';
|
|
50
42
|
export * from './get-organization-response-class';
|
|
51
|
-
export * from './get-report-schedule-response-class';
|
|
52
43
|
export * from './get-settings-response-class';
|
|
53
|
-
export * from './get-user-group-response-class';
|
|
54
44
|
export * from './get-user-response-class';
|
|
55
45
|
export * from './initial-tenant-config-class';
|
|
56
46
|
export * from './inline-response200';
|
|
@@ -71,11 +61,7 @@ export * from './list-invites-response-class';
|
|
|
71
61
|
export * from './list-org-invitations-response-class';
|
|
72
62
|
export * from './list-organization-migrations-response-class';
|
|
73
63
|
export * from './list-organizations-response-class';
|
|
74
|
-
export * from './list-report-schedule-logs-response-class';
|
|
75
|
-
export * from './list-report-schedules-response-class';
|
|
76
64
|
export * from './list-roles-response-class';
|
|
77
|
-
export * from './list-user-group-members-response-class';
|
|
78
|
-
export * from './list-user-groups-response-class';
|
|
79
65
|
export * from './list-users-response-class';
|
|
80
66
|
export * from './org-invitation-class';
|
|
81
67
|
export * from './org-invitation-response-class';
|
|
@@ -83,14 +69,7 @@ export * from './organization-class';
|
|
|
83
69
|
export * from './organization-migration-class';
|
|
84
70
|
export * from './permission-class';
|
|
85
71
|
export * from './publish-dashboard-request-dto';
|
|
86
|
-
export * from './quick-sight-analysis-parameter-class';
|
|
87
72
|
export * from './re-invite-org-request-dto';
|
|
88
|
-
export * from './remove-users-from-group-request-dto';
|
|
89
|
-
export * from './report-schedule-class';
|
|
90
|
-
export * from './report-schedule-log-class';
|
|
91
|
-
export * from './report-schedule-parameter-class';
|
|
92
|
-
export * from './report-schedule-parameter-dto';
|
|
93
|
-
export * from './report-schedule-parameter-value-class';
|
|
94
73
|
export * from './revert-analysis-request-dto';
|
|
95
74
|
export * from './revert-organization-migration-request-dto';
|
|
96
75
|
export * from './revert-organization-migration-response-class';
|
|
@@ -114,10 +93,4 @@ export * from './update-data-report-request-dto';
|
|
|
114
93
|
export * from './update-data-report-response-class';
|
|
115
94
|
export * from './update-organization-request-dto-rest';
|
|
116
95
|
export * from './update-organization-response-class';
|
|
117
|
-
export * from './update-report-schedule-request-dto';
|
|
118
|
-
export * from './update-report-schedule-response-class';
|
|
119
|
-
export * from './update-user-group-request-dto';
|
|
120
|
-
export * from './update-user-group-response-class';
|
|
121
96
|
export * from './user-class';
|
|
122
|
-
export * from './user-group-class';
|
|
123
|
-
export * from './user-group-member-class';
|