@emilgroup/tenant-sdk 1.29.0 → 1.29.1-beta.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 +3 -0
- package/README.md +2 -2
- package/api/custom-schema-api.ts +16 -16
- package/api/dashboard-api.ts +226 -24
- package/api/dashboard-group-api.ts +20 -20
- package/api/data-report-api.ts +16 -16
- package/api/data-report-executor-api.ts +4 -4
- package/api/delete-organization-invitations-api.ts +4 -4
- package/api/invite-organizations-api.ts +4 -4
- package/api/invite-users-api.ts +16 -16
- package/api/list-organization-invitations-api.ts +4 -4
- package/api/organizations-api.ts +12 -12
- package/api/re-invite-an-organization-api.ts +4 -4
- package/api/roles-api.ts +4 -4
- package/api/settings-api.ts +4 -4
- package/api/users-api.ts +28 -28
- package/common.ts +2 -2
- package/configuration.ts +9 -0
- package/dist/api/custom-schema-api.d.ts +16 -16
- package/dist/api/custom-schema-api.js +16 -16
- package/dist/api/dashboard-api.d.ts +128 -24
- package/dist/api/dashboard-api.js +202 -24
- package/dist/api/dashboard-group-api.d.ts +20 -20
- package/dist/api/dashboard-group-api.js +20 -20
- package/dist/api/data-report-api.d.ts +16 -16
- package/dist/api/data-report-api.js +16 -16
- package/dist/api/data-report-executor-api.d.ts +4 -4
- package/dist/api/data-report-executor-api.js +4 -4
- package/dist/api/delete-organization-invitations-api.d.ts +4 -4
- package/dist/api/delete-organization-invitations-api.js +4 -4
- package/dist/api/invite-organizations-api.d.ts +4 -4
- package/dist/api/invite-organizations-api.js +4 -4
- package/dist/api/invite-users-api.d.ts +16 -16
- package/dist/api/invite-users-api.js +16 -16
- package/dist/api/list-organization-invitations-api.d.ts +4 -4
- package/dist/api/list-organization-invitations-api.js +4 -4
- package/dist/api/organizations-api.d.ts +12 -12
- package/dist/api/organizations-api.js +12 -12
- package/dist/api/re-invite-an-organization-api.d.ts +4 -4
- package/dist/api/re-invite-an-organization-api.js +4 -4
- package/dist/api/roles-api.d.ts +4 -4
- package/dist/api/roles-api.js +4 -4
- package/dist/api/settings-api.d.ts +4 -4
- package/dist/api/settings-api.js +4 -4
- package/dist/api/users-api.d.ts +28 -28
- package/dist/api/users-api.js +28 -28
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +6 -0
- package/dist/configuration.js +8 -0
- package/dist/models/create-tenant-db-config-request-dto.d.ts +30 -0
- package/dist/models/create-tenant-db-config-request-dto.js +15 -0
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/models/invite-class.d.ts +12 -12
- package/dist/models/publish-dashboard-request-dto.d.ts +34 -0
- package/dist/models/publish-dashboard-request-dto.js +19 -0
- package/dist/models/revert-analysis-request-dto.d.ts +34 -0
- package/dist/models/revert-analysis-request-dto.js +19 -0
- package/dist/models/user-class.d.ts +8 -8
- package/models/create-tenant-db-config-request-dto.ts +36 -0
- package/models/index.ts +3 -0
- package/models/invite-class.ts +12 -12
- package/models/publish-dashboard-request-dto.ts +43 -0
- package/models/revert-analysis-request-dto.ts +43 -0
- package/models/user-class.ts +8 -8
- package/package.json +1 -1
|
@@ -41,7 +41,7 @@ import { UpdateDashboardGroupResponseClass } from '../models';
|
|
|
41
41
|
export const DashboardGroupApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
42
42
|
return {
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
|
|
45
45
|
* @param {CreateDashboardGroupRequestDto} createDashboardGroupRequestDto
|
|
46
46
|
* @param {string} [authorization] Bearer Token
|
|
47
47
|
* @param {*} [options] Override http request option.
|
|
@@ -87,7 +87,7 @@ export const DashboardGroupApiAxiosParamCreator = function (configuration?: Conf
|
|
|
87
87
|
};
|
|
88
88
|
},
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
|
|
91
91
|
* @param {string} code
|
|
92
92
|
* @param {string} [authorization] Bearer Token
|
|
93
93
|
* @param {*} [options] Override http request option.
|
|
@@ -131,7 +131,7 @@ export const DashboardGroupApiAxiosParamCreator = function (configuration?: Conf
|
|
|
131
131
|
};
|
|
132
132
|
},
|
|
133
133
|
/**
|
|
134
|
-
*
|
|
134
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
|
|
135
135
|
* @param {string} code
|
|
136
136
|
* @param {string} [authorization] Bearer Token
|
|
137
137
|
* @param {*} [options] Override http request option.
|
|
@@ -175,7 +175,7 @@ export const DashboardGroupApiAxiosParamCreator = function (configuration?: Conf
|
|
|
175
175
|
};
|
|
176
176
|
},
|
|
177
177
|
/**
|
|
178
|
-
*
|
|
178
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
|
|
179
179
|
* @param {string} [authorization] Bearer Token
|
|
180
180
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
181
181
|
* @param {any} [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.
|
|
@@ -250,7 +250,7 @@ export const DashboardGroupApiAxiosParamCreator = function (configuration?: Conf
|
|
|
250
250
|
};
|
|
251
251
|
},
|
|
252
252
|
/**
|
|
253
|
-
*
|
|
253
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
|
|
254
254
|
* @param {string} code
|
|
255
255
|
* @param {UpdateDashboardGroupRequestDto} updateDashboardGroupRequestDto
|
|
256
256
|
* @param {string} [authorization] Bearer Token
|
|
@@ -310,7 +310,7 @@ export const DashboardGroupApiFp = function(configuration?: Configuration) {
|
|
|
310
310
|
const localVarAxiosParamCreator = DashboardGroupApiAxiosParamCreator(configuration)
|
|
311
311
|
return {
|
|
312
312
|
/**
|
|
313
|
-
*
|
|
313
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
|
|
314
314
|
* @param {CreateDashboardGroupRequestDto} createDashboardGroupRequestDto
|
|
315
315
|
* @param {string} [authorization] Bearer Token
|
|
316
316
|
* @param {*} [options] Override http request option.
|
|
@@ -321,7 +321,7 @@ export const DashboardGroupApiFp = function(configuration?: Configuration) {
|
|
|
321
321
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
322
322
|
},
|
|
323
323
|
/**
|
|
324
|
-
*
|
|
324
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
|
|
325
325
|
* @param {string} code
|
|
326
326
|
* @param {string} [authorization] Bearer Token
|
|
327
327
|
* @param {*} [options] Override http request option.
|
|
@@ -332,7 +332,7 @@ export const DashboardGroupApiFp = function(configuration?: Configuration) {
|
|
|
332
332
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
333
333
|
},
|
|
334
334
|
/**
|
|
335
|
-
*
|
|
335
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
|
|
336
336
|
* @param {string} code
|
|
337
337
|
* @param {string} [authorization] Bearer Token
|
|
338
338
|
* @param {*} [options] Override http request option.
|
|
@@ -343,7 +343,7 @@ export const DashboardGroupApiFp = function(configuration?: Configuration) {
|
|
|
343
343
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
344
344
|
},
|
|
345
345
|
/**
|
|
346
|
-
*
|
|
346
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
|
|
347
347
|
* @param {string} [authorization] Bearer Token
|
|
348
348
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
349
349
|
* @param {any} [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.
|
|
@@ -360,7 +360,7 @@ export const DashboardGroupApiFp = function(configuration?: Configuration) {
|
|
|
360
360
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
361
361
|
},
|
|
362
362
|
/**
|
|
363
|
-
*
|
|
363
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
|
|
364
364
|
* @param {string} code
|
|
365
365
|
* @param {UpdateDashboardGroupRequestDto} updateDashboardGroupRequestDto
|
|
366
366
|
* @param {string} [authorization] Bearer Token
|
|
@@ -382,7 +382,7 @@ export const DashboardGroupApiFactory = function (configuration?: Configuration,
|
|
|
382
382
|
const localVarFp = DashboardGroupApiFp(configuration)
|
|
383
383
|
return {
|
|
384
384
|
/**
|
|
385
|
-
*
|
|
385
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
|
|
386
386
|
* @param {CreateDashboardGroupRequestDto} createDashboardGroupRequestDto
|
|
387
387
|
* @param {string} [authorization] Bearer Token
|
|
388
388
|
* @param {*} [options] Override http request option.
|
|
@@ -392,7 +392,7 @@ export const DashboardGroupApiFactory = function (configuration?: Configuration,
|
|
|
392
392
|
return localVarFp.createDashboardGroup(createDashboardGroupRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
393
393
|
},
|
|
394
394
|
/**
|
|
395
|
-
*
|
|
395
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
|
|
396
396
|
* @param {string} code
|
|
397
397
|
* @param {string} [authorization] Bearer Token
|
|
398
398
|
* @param {*} [options] Override http request option.
|
|
@@ -402,7 +402,7 @@ export const DashboardGroupApiFactory = function (configuration?: Configuration,
|
|
|
402
402
|
return localVarFp.deleteDashboardGroup(code, authorization, options).then((request) => request(axios, basePath));
|
|
403
403
|
},
|
|
404
404
|
/**
|
|
405
|
-
*
|
|
405
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
|
|
406
406
|
* @param {string} code
|
|
407
407
|
* @param {string} [authorization] Bearer Token
|
|
408
408
|
* @param {*} [options] Override http request option.
|
|
@@ -412,7 +412,7 @@ export const DashboardGroupApiFactory = function (configuration?: Configuration,
|
|
|
412
412
|
return localVarFp.getDashboardGroup(code, authorization, options).then((request) => request(axios, basePath));
|
|
413
413
|
},
|
|
414
414
|
/**
|
|
415
|
-
*
|
|
415
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
|
|
416
416
|
* @param {string} [authorization] Bearer Token
|
|
417
417
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
418
418
|
* @param {any} [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.
|
|
@@ -428,7 +428,7 @@ export const DashboardGroupApiFactory = function (configuration?: Configuration,
|
|
|
428
428
|
return localVarFp.listDashboardGroups(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
429
429
|
},
|
|
430
430
|
/**
|
|
431
|
-
*
|
|
431
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
|
|
432
432
|
* @param {string} code
|
|
433
433
|
* @param {UpdateDashboardGroupRequestDto} updateDashboardGroupRequestDto
|
|
434
434
|
* @param {string} [authorization] Bearer Token
|
|
@@ -603,7 +603,7 @@ export interface DashboardGroupApiUpdateDashboardGroupRequest {
|
|
|
603
603
|
*/
|
|
604
604
|
export class DashboardGroupApi extends BaseAPI {
|
|
605
605
|
/**
|
|
606
|
-
*
|
|
606
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.create\"
|
|
607
607
|
* @param {DashboardGroupApiCreateDashboardGroupRequest} requestParameters Request parameters.
|
|
608
608
|
* @param {*} [options] Override http request option.
|
|
609
609
|
* @throws {RequiredError}
|
|
@@ -614,7 +614,7 @@ export class DashboardGroupApi extends BaseAPI {
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
/**
|
|
617
|
-
*
|
|
617
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.delete\"
|
|
618
618
|
* @param {DashboardGroupApiDeleteDashboardGroupRequest} requestParameters Request parameters.
|
|
619
619
|
* @param {*} [options] Override http request option.
|
|
620
620
|
* @throws {RequiredError}
|
|
@@ -625,7 +625,7 @@ export class DashboardGroupApi extends BaseAPI {
|
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
/**
|
|
628
|
-
*
|
|
628
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
|
|
629
629
|
* @param {DashboardGroupApiGetDashboardGroupRequest} requestParameters Request parameters.
|
|
630
630
|
* @param {*} [options] Override http request option.
|
|
631
631
|
* @throws {RequiredError}
|
|
@@ -636,7 +636,7 @@ export class DashboardGroupApi extends BaseAPI {
|
|
|
636
636
|
}
|
|
637
637
|
|
|
638
638
|
/**
|
|
639
|
-
*
|
|
639
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.view\"
|
|
640
640
|
* @param {DashboardGroupApiListDashboardGroupsRequest} requestParameters Request parameters.
|
|
641
641
|
* @param {*} [options] Override http request option.
|
|
642
642
|
* @throws {RequiredError}
|
|
@@ -647,7 +647,7 @@ export class DashboardGroupApi extends BaseAPI {
|
|
|
647
647
|
}
|
|
648
648
|
|
|
649
649
|
/**
|
|
650
|
-
*
|
|
650
|
+
* undefined **Required Permissions** \"pbm-management.dashboard-groups.update\"
|
|
651
651
|
* @param {DashboardGroupApiUpdateDashboardGroupRequest} requestParameters Request parameters.
|
|
652
652
|
* @param {*} [options] Override http request option.
|
|
653
653
|
* @throws {RequiredError}
|
package/api/data-report-api.ts
CHANGED
|
@@ -39,7 +39,7 @@ import { UpdateDataReportResponseClass } from '../models';
|
|
|
39
39
|
export const DataReportApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
40
40
|
return {
|
|
41
41
|
/**
|
|
42
|
-
* This will create a data report for tenant in the database
|
|
42
|
+
* This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
|
|
43
43
|
* @summary Create the data-report
|
|
44
44
|
* @param {CreateDataReportRequestDto} createDataReportRequestDto
|
|
45
45
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -86,7 +86,7 @@ export const DataReportApiAxiosParamCreator = function (configuration?: Configur
|
|
|
86
86
|
};
|
|
87
87
|
},
|
|
88
88
|
/**
|
|
89
|
-
* Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
|
|
89
|
+
* Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
|
|
90
90
|
* @summary Retrieve the data-report
|
|
91
91
|
* @param {string} code Unique identifier for the object.
|
|
92
92
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -136,7 +136,7 @@ export const DataReportApiAxiosParamCreator = function (configuration?: Configur
|
|
|
136
136
|
};
|
|
137
137
|
},
|
|
138
138
|
/**
|
|
139
|
-
* Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
139
|
+
* Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
|
|
140
140
|
* @summary List data-reports
|
|
141
141
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
142
142
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -212,7 +212,7 @@ export const DataReportApiAxiosParamCreator = function (configuration?: Configur
|
|
|
212
212
|
};
|
|
213
213
|
},
|
|
214
214
|
/**
|
|
215
|
-
* Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
215
|
+
* Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
|
|
216
216
|
* @summary Update the data-report
|
|
217
217
|
* @param {string} code
|
|
218
218
|
* @param {UpdateDataReportRequestDto} updateDataReportRequestDto
|
|
@@ -273,7 +273,7 @@ export const DataReportApiFp = function(configuration?: Configuration) {
|
|
|
273
273
|
const localVarAxiosParamCreator = DataReportApiAxiosParamCreator(configuration)
|
|
274
274
|
return {
|
|
275
275
|
/**
|
|
276
|
-
* This will create a data report for tenant in the database
|
|
276
|
+
* This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
|
|
277
277
|
* @summary Create the data-report
|
|
278
278
|
* @param {CreateDataReportRequestDto} createDataReportRequestDto
|
|
279
279
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -285,7 +285,7 @@ export const DataReportApiFp = function(configuration?: Configuration) {
|
|
|
285
285
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
286
286
|
},
|
|
287
287
|
/**
|
|
288
|
-
* Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
|
|
288
|
+
* Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
|
|
289
289
|
* @summary Retrieve the data-report
|
|
290
290
|
* @param {string} code Unique identifier for the object.
|
|
291
291
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -298,7 +298,7 @@ export const DataReportApiFp = function(configuration?: Configuration) {
|
|
|
298
298
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
299
299
|
},
|
|
300
300
|
/**
|
|
301
|
-
* Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
301
|
+
* Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
|
|
302
302
|
* @summary List data-reports
|
|
303
303
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
304
304
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -316,7 +316,7 @@ export const DataReportApiFp = function(configuration?: Configuration) {
|
|
|
316
316
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
317
317
|
},
|
|
318
318
|
/**
|
|
319
|
-
* Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
319
|
+
* Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
|
|
320
320
|
* @summary Update the data-report
|
|
321
321
|
* @param {string} code
|
|
322
322
|
* @param {UpdateDataReportRequestDto} updateDataReportRequestDto
|
|
@@ -339,7 +339,7 @@ export const DataReportApiFactory = function (configuration?: Configuration, bas
|
|
|
339
339
|
const localVarFp = DataReportApiFp(configuration)
|
|
340
340
|
return {
|
|
341
341
|
/**
|
|
342
|
-
* This will create a data report for tenant in the database
|
|
342
|
+
* This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
|
|
343
343
|
* @summary Create the data-report
|
|
344
344
|
* @param {CreateDataReportRequestDto} createDataReportRequestDto
|
|
345
345
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -350,7 +350,7 @@ export const DataReportApiFactory = function (configuration?: Configuration, bas
|
|
|
350
350
|
return localVarFp.createDataReport(createDataReportRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
351
351
|
},
|
|
352
352
|
/**
|
|
353
|
-
* Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
|
|
353
|
+
* Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
|
|
354
354
|
* @summary Retrieve the data-report
|
|
355
355
|
* @param {string} code Unique identifier for the object.
|
|
356
356
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -362,7 +362,7 @@ export const DataReportApiFactory = function (configuration?: Configuration, bas
|
|
|
362
362
|
return localVarFp.getDataReport(code, authorization, expand, options).then((request) => request(axios, basePath));
|
|
363
363
|
},
|
|
364
364
|
/**
|
|
365
|
-
* Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
365
|
+
* Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
|
|
366
366
|
* @summary List data-reports
|
|
367
367
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
368
368
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -379,7 +379,7 @@ export const DataReportApiFactory = function (configuration?: Configuration, bas
|
|
|
379
379
|
return localVarFp.listDataReports(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
380
380
|
},
|
|
381
381
|
/**
|
|
382
|
-
* Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
382
|
+
* Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
|
|
383
383
|
* @summary Update the data-report
|
|
384
384
|
* @param {string} code
|
|
385
385
|
* @param {UpdateDataReportRequestDto} updateDataReportRequestDto
|
|
@@ -541,7 +541,7 @@ export interface DataReportApiUpdateDataReportRequest {
|
|
|
541
541
|
*/
|
|
542
542
|
export class DataReportApi extends BaseAPI {
|
|
543
543
|
/**
|
|
544
|
-
* This will create a data report for tenant in the database
|
|
544
|
+
* This will create a data report for tenant in the database **Required Permissions** \"tenant-management.datareports.create\"
|
|
545
545
|
* @summary Create the data-report
|
|
546
546
|
* @param {DataReportApiCreateDataReportRequest} requestParameters Request parameters.
|
|
547
547
|
* @param {*} [options] Override http request option.
|
|
@@ -553,7 +553,7 @@ export class DataReportApi extends BaseAPI {
|
|
|
553
553
|
}
|
|
554
554
|
|
|
555
555
|
/**
|
|
556
|
-
* Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information.
|
|
556
|
+
* Retrieves the details of the data-report that was previously created. Supply the unique data-report code that was returned when you created it and Emil Api will return the corresponding data-report information. **Required Permissions** \"tenant-management.datareports.view\"
|
|
557
557
|
* @summary Retrieve the data-report
|
|
558
558
|
* @param {DataReportApiGetDataReportRequest} requestParameters Request parameters.
|
|
559
559
|
* @param {*} [options] Override http request option.
|
|
@@ -565,7 +565,7 @@ export class DataReportApi extends BaseAPI {
|
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
/**
|
|
568
|
-
* Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
568
|
+
* Returns a list of data-reports you have previously created. The data-reports are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.datareports.view\"
|
|
569
569
|
* @summary List data-reports
|
|
570
570
|
* @param {DataReportApiListDataReportsRequest} requestParameters Request parameters.
|
|
571
571
|
* @param {*} [options] Override http request option.
|
|
@@ -577,7 +577,7 @@ export class DataReportApi extends BaseAPI {
|
|
|
577
577
|
}
|
|
578
578
|
|
|
579
579
|
/**
|
|
580
|
-
* Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
580
|
+
* Updates the specified data-report by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"tenant-management.datareports.update\"
|
|
581
581
|
* @summary Update the data-report
|
|
582
582
|
* @param {DataReportApiUpdateDataReportRequest} requestParameters Request parameters.
|
|
583
583
|
* @param {*} [options] Override http request option.
|
|
@@ -31,7 +31,7 @@ import { RunDataReportResponseClass } from '../models';
|
|
|
31
31
|
export const DataReportExecutorApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
32
|
return {
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* undefined **Required Permissions** \"tenant-management.datareports.run\"
|
|
35
35
|
* @param {RunDataReportRequestDto} runDataReportRequestDto
|
|
36
36
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
37
37
|
* @param {*} [options] Override http request option.
|
|
@@ -87,7 +87,7 @@ export const DataReportExecutorApiFp = function(configuration?: Configuration) {
|
|
|
87
87
|
const localVarAxiosParamCreator = DataReportExecutorApiAxiosParamCreator(configuration)
|
|
88
88
|
return {
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* undefined **Required Permissions** \"tenant-management.datareports.run\"
|
|
91
91
|
* @param {RunDataReportRequestDto} runDataReportRequestDto
|
|
92
92
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
93
93
|
* @param {*} [options] Override http request option.
|
|
@@ -108,7 +108,7 @@ export const DataReportExecutorApiFactory = function (configuration?: Configurat
|
|
|
108
108
|
const localVarFp = DataReportExecutorApiFp(configuration)
|
|
109
109
|
return {
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* undefined **Required Permissions** \"tenant-management.datareports.run\"
|
|
112
112
|
* @param {RunDataReportRequestDto} runDataReportRequestDto
|
|
113
113
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
114
114
|
* @param {*} [options] Override http request option.
|
|
@@ -149,7 +149,7 @@ export interface DataReportExecutorApiRunDataReportRequest {
|
|
|
149
149
|
*/
|
|
150
150
|
export class DataReportExecutorApi extends BaseAPI {
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* undefined **Required Permissions** \"tenant-management.datareports.run\"
|
|
153
153
|
* @param {DataReportExecutorApiRunDataReportRequest} requestParameters Request parameters.
|
|
154
154
|
* @param {*} [options] Override http request option.
|
|
155
155
|
* @throws {RequiredError}
|
|
@@ -29,7 +29,7 @@ import { DeleteResponseClass } from '../models';
|
|
|
29
29
|
export const DeleteOrganizationInvitationsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
30
30
|
return {
|
|
31
31
|
/**
|
|
32
|
-
* Permanently deletes the organization invitation. Supply the unique id that was returned when you created the organization invitation and this will delete it.
|
|
32
|
+
* Permanently deletes the organization invitation. Supply the unique id that was returned when you created the organization invitation and this will delete it. **Required Permissions** \"tenant-management.organizations.delete\"
|
|
33
33
|
* @summary Delete the organization invitation
|
|
34
34
|
* @param {number} id
|
|
35
35
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -84,7 +84,7 @@ export const DeleteOrganizationInvitationsApiFp = function(configuration?: Confi
|
|
|
84
84
|
const localVarAxiosParamCreator = DeleteOrganizationInvitationsApiAxiosParamCreator(configuration)
|
|
85
85
|
return {
|
|
86
86
|
/**
|
|
87
|
-
* Permanently deletes the organization invitation. Supply the unique id that was returned when you created the organization invitation and this will delete it.
|
|
87
|
+
* Permanently deletes the organization invitation. Supply the unique id that was returned when you created the organization invitation and this will delete it. **Required Permissions** \"tenant-management.organizations.delete\"
|
|
88
88
|
* @summary Delete the organization invitation
|
|
89
89
|
* @param {number} id
|
|
90
90
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -106,7 +106,7 @@ export const DeleteOrganizationInvitationsApiFactory = function (configuration?:
|
|
|
106
106
|
const localVarFp = DeleteOrganizationInvitationsApiFp(configuration)
|
|
107
107
|
return {
|
|
108
108
|
/**
|
|
109
|
-
* Permanently deletes the organization invitation. Supply the unique id that was returned when you created the organization invitation and this will delete it.
|
|
109
|
+
* Permanently deletes the organization invitation. Supply the unique id that was returned when you created the organization invitation and this will delete it. **Required Permissions** \"tenant-management.organizations.delete\"
|
|
110
110
|
* @summary Delete the organization invitation
|
|
111
111
|
* @param {number} id
|
|
112
112
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -148,7 +148,7 @@ export interface DeleteOrganizationInvitationsApiDeleteOrgInvitationRequest {
|
|
|
148
148
|
*/
|
|
149
149
|
export class DeleteOrganizationInvitationsApi extends BaseAPI {
|
|
150
150
|
/**
|
|
151
|
-
* Permanently deletes the organization invitation. Supply the unique id that was returned when you created the organization invitation and this will delete it.
|
|
151
|
+
* Permanently deletes the organization invitation. Supply the unique id that was returned when you created the organization invitation and this will delete it. **Required Permissions** \"tenant-management.organizations.delete\"
|
|
152
152
|
* @summary Delete the organization invitation
|
|
153
153
|
* @param {DeleteOrganizationInvitationsApiDeleteOrgInvitationRequest} requestParameters Request parameters.
|
|
154
154
|
* @param {*} [options] Override http request option.
|
|
@@ -31,7 +31,7 @@ import { OrgInvitationResponseClass } from '../models';
|
|
|
31
31
|
export const InviteOrganizationsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
32
|
return {
|
|
33
33
|
/**
|
|
34
|
-
* This sends an email to invite an organization.
|
|
34
|
+
* This sends an email to invite an organization. **Required Permissions** \"tenant-management.organizations.create\"
|
|
35
35
|
* @summary Invite an organization
|
|
36
36
|
* @param {InviteOrgRequestDtoRest} inviteOrgRequestDtoRest
|
|
37
37
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -88,7 +88,7 @@ export const InviteOrganizationsApiFp = function(configuration?: Configuration)
|
|
|
88
88
|
const localVarAxiosParamCreator = InviteOrganizationsApiAxiosParamCreator(configuration)
|
|
89
89
|
return {
|
|
90
90
|
/**
|
|
91
|
-
* This sends an email to invite an organization.
|
|
91
|
+
* This sends an email to invite an organization. **Required Permissions** \"tenant-management.organizations.create\"
|
|
92
92
|
* @summary Invite an organization
|
|
93
93
|
* @param {InviteOrgRequestDtoRest} inviteOrgRequestDtoRest
|
|
94
94
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -110,7 +110,7 @@ export const InviteOrganizationsApiFactory = function (configuration?: Configura
|
|
|
110
110
|
const localVarFp = InviteOrganizationsApiFp(configuration)
|
|
111
111
|
return {
|
|
112
112
|
/**
|
|
113
|
-
* This sends an email to invite an organization.
|
|
113
|
+
* This sends an email to invite an organization. **Required Permissions** \"tenant-management.organizations.create\"
|
|
114
114
|
* @summary Invite an organization
|
|
115
115
|
* @param {InviteOrgRequestDtoRest} inviteOrgRequestDtoRest
|
|
116
116
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -152,7 +152,7 @@ export interface InviteOrganizationsApiInviteOrgRequest {
|
|
|
152
152
|
*/
|
|
153
153
|
export class InviteOrganizationsApi extends BaseAPI {
|
|
154
154
|
/**
|
|
155
|
-
* This sends an email to invite an organization.
|
|
155
|
+
* This sends an email to invite an organization. **Required Permissions** \"tenant-management.organizations.create\"
|
|
156
156
|
* @summary Invite an organization
|
|
157
157
|
* @param {InviteOrganizationsApiInviteOrgRequest} requestParameters Request parameters.
|
|
158
158
|
* @param {*} [options] Override http request option.
|
package/api/invite-users-api.ts
CHANGED
|
@@ -41,7 +41,7 @@ import { ListInvitesResponseClass } from '../models';
|
|
|
41
41
|
export const InviteUsersApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
42
42
|
return {
|
|
43
43
|
/**
|
|
44
|
-
* This will deletes the users who has been invited. Supply array of ids that were returned when users has been created and this will delete it.
|
|
44
|
+
* This will deletes the users who has been invited. Supply array of ids that were returned when users has been created and this will delete it. **Required Permissions** \"tenant-management.users.delete\"
|
|
45
45
|
* @summary Delete invited users.
|
|
46
46
|
* @param {BatchDeleteRequestDto} batchDeleteRequestDto
|
|
47
47
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -88,7 +88,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
|
|
|
88
88
|
};
|
|
89
89
|
},
|
|
90
90
|
/**
|
|
91
|
-
* This send an email to invite a user with the specific role/roles.
|
|
91
|
+
* This send an email to invite a user with the specific role/roles. **Required Permissions** \"tenant-management.users.create\"
|
|
92
92
|
* @summary Invite a user
|
|
93
93
|
* @param {InviteUserRequestDtoRest} inviteUserRequestDtoRest
|
|
94
94
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -135,7 +135,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
|
|
|
135
135
|
};
|
|
136
136
|
},
|
|
137
137
|
/**
|
|
138
|
-
* This send bulk emails to invite users with the specific role/roles.
|
|
138
|
+
* This send bulk emails to invite users with the specific role/roles. **Required Permissions** \"tenant-management.users.create\"
|
|
139
139
|
* @summary Invite batch of users
|
|
140
140
|
* @param {InviteUsersRequestDtoRest} inviteUsersRequestDtoRest
|
|
141
141
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -182,7 +182,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
|
|
|
182
182
|
};
|
|
183
183
|
},
|
|
184
184
|
/**
|
|
185
|
-
* Returns a list of invited users you have previously created. The invited users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
185
|
+
* Returns a list of invited users you have previously created. The invited users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.users.view\"
|
|
186
186
|
* @summary List invited users
|
|
187
187
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
188
188
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -268,7 +268,7 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
268
268
|
const localVarAxiosParamCreator = InviteUsersApiAxiosParamCreator(configuration)
|
|
269
269
|
return {
|
|
270
270
|
/**
|
|
271
|
-
* This will deletes the users who has been invited. Supply array of ids that were returned when users has been created and this will delete it.
|
|
271
|
+
* This will deletes the users who has been invited. Supply array of ids that were returned when users has been created and this will delete it. **Required Permissions** \"tenant-management.users.delete\"
|
|
272
272
|
* @summary Delete invited users.
|
|
273
273
|
* @param {BatchDeleteRequestDto} batchDeleteRequestDto
|
|
274
274
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -280,7 +280,7 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
280
280
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
281
281
|
},
|
|
282
282
|
/**
|
|
283
|
-
* This send an email to invite a user with the specific role/roles.
|
|
283
|
+
* This send an email to invite a user with the specific role/roles. **Required Permissions** \"tenant-management.users.create\"
|
|
284
284
|
* @summary Invite a user
|
|
285
285
|
* @param {InviteUserRequestDtoRest} inviteUserRequestDtoRest
|
|
286
286
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -292,7 +292,7 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
292
292
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
293
293
|
},
|
|
294
294
|
/**
|
|
295
|
-
* This send bulk emails to invite users with the specific role/roles.
|
|
295
|
+
* This send bulk emails to invite users with the specific role/roles. **Required Permissions** \"tenant-management.users.create\"
|
|
296
296
|
* @summary Invite batch of users
|
|
297
297
|
* @param {InviteUsersRequestDtoRest} inviteUsersRequestDtoRest
|
|
298
298
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -304,7 +304,7 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
304
304
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
305
305
|
},
|
|
306
306
|
/**
|
|
307
|
-
* Returns a list of invited users you have previously created. The invited users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
307
|
+
* Returns a list of invited users you have previously created. The invited users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.users.view\"
|
|
308
308
|
* @summary List invited users
|
|
309
309
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
310
310
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -332,7 +332,7 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
332
332
|
const localVarFp = InviteUsersApiFp(configuration)
|
|
333
333
|
return {
|
|
334
334
|
/**
|
|
335
|
-
* This will deletes the users who has been invited. Supply array of ids that were returned when users has been created and this will delete it.
|
|
335
|
+
* This will deletes the users who has been invited. Supply array of ids that were returned when users has been created and this will delete it. **Required Permissions** \"tenant-management.users.delete\"
|
|
336
336
|
* @summary Delete invited users.
|
|
337
337
|
* @param {BatchDeleteRequestDto} batchDeleteRequestDto
|
|
338
338
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -343,7 +343,7 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
343
343
|
return localVarFp.deleteInvites(batchDeleteRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
344
344
|
},
|
|
345
345
|
/**
|
|
346
|
-
* This send an email to invite a user with the specific role/roles.
|
|
346
|
+
* This send an email to invite a user with the specific role/roles. **Required Permissions** \"tenant-management.users.create\"
|
|
347
347
|
* @summary Invite a user
|
|
348
348
|
* @param {InviteUserRequestDtoRest} inviteUserRequestDtoRest
|
|
349
349
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -354,7 +354,7 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
354
354
|
return localVarFp.inviteUser(inviteUserRequestDtoRest, authorization, options).then((request) => request(axios, basePath));
|
|
355
355
|
},
|
|
356
356
|
/**
|
|
357
|
-
* This send bulk emails to invite users with the specific role/roles.
|
|
357
|
+
* This send bulk emails to invite users with the specific role/roles. **Required Permissions** \"tenant-management.users.create\"
|
|
358
358
|
* @summary Invite batch of users
|
|
359
359
|
* @param {InviteUsersRequestDtoRest} inviteUsersRequestDtoRest
|
|
360
360
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -365,7 +365,7 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
365
365
|
return localVarFp.inviteUsers(inviteUsersRequestDtoRest, authorization, options).then((request) => request(axios, basePath));
|
|
366
366
|
},
|
|
367
367
|
/**
|
|
368
|
-
* Returns a list of invited users you have previously created. The invited users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
368
|
+
* Returns a list of invited users you have previously created. The invited users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.users.view\"
|
|
369
369
|
* @summary List invited users
|
|
370
370
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
371
371
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -518,7 +518,7 @@ export interface InviteUsersApiListInvitesRequest {
|
|
|
518
518
|
*/
|
|
519
519
|
export class InviteUsersApi extends BaseAPI {
|
|
520
520
|
/**
|
|
521
|
-
* This will deletes the users who has been invited. Supply array of ids that were returned when users has been created and this will delete it.
|
|
521
|
+
* This will deletes the users who has been invited. Supply array of ids that were returned when users has been created and this will delete it. **Required Permissions** \"tenant-management.users.delete\"
|
|
522
522
|
* @summary Delete invited users.
|
|
523
523
|
* @param {InviteUsersApiDeleteInvitesRequest} requestParameters Request parameters.
|
|
524
524
|
* @param {*} [options] Override http request option.
|
|
@@ -530,7 +530,7 @@ export class InviteUsersApi extends BaseAPI {
|
|
|
530
530
|
}
|
|
531
531
|
|
|
532
532
|
/**
|
|
533
|
-
* This send an email to invite a user with the specific role/roles.
|
|
533
|
+
* This send an email to invite a user with the specific role/roles. **Required Permissions** \"tenant-management.users.create\"
|
|
534
534
|
* @summary Invite a user
|
|
535
535
|
* @param {InviteUsersApiInviteUserRequest} requestParameters Request parameters.
|
|
536
536
|
* @param {*} [options] Override http request option.
|
|
@@ -542,7 +542,7 @@ export class InviteUsersApi extends BaseAPI {
|
|
|
542
542
|
}
|
|
543
543
|
|
|
544
544
|
/**
|
|
545
|
-
* This send bulk emails to invite users with the specific role/roles.
|
|
545
|
+
* This send bulk emails to invite users with the specific role/roles. **Required Permissions** \"tenant-management.users.create\"
|
|
546
546
|
* @summary Invite batch of users
|
|
547
547
|
* @param {InviteUsersApiInviteUsersRequest} requestParameters Request parameters.
|
|
548
548
|
* @param {*} [options] Override http request option.
|
|
@@ -554,7 +554,7 @@ export class InviteUsersApi extends BaseAPI {
|
|
|
554
554
|
}
|
|
555
555
|
|
|
556
556
|
/**
|
|
557
|
-
* Returns a list of invited users you have previously created. The invited users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
557
|
+
* Returns a list of invited users you have previously created. The invited users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.users.view\"
|
|
558
558
|
* @summary List invited users
|
|
559
559
|
* @param {InviteUsersApiListInvitesRequest} requestParameters Request parameters.
|
|
560
560
|
* @param {*} [options] Override http request option.
|
|
@@ -29,7 +29,7 @@ import { ListOrgInvitationsResponseClass } from '../models';
|
|
|
29
29
|
export const ListOrganizationInvitationsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
30
30
|
return {
|
|
31
31
|
/**
|
|
32
|
-
* Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
32
|
+
* Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.organizations.view\"
|
|
33
33
|
* @summary List organization invitations
|
|
34
34
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
35
35
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -115,7 +115,7 @@ export const ListOrganizationInvitationsApiFp = function(configuration?: Configu
|
|
|
115
115
|
const localVarAxiosParamCreator = ListOrganizationInvitationsApiAxiosParamCreator(configuration)
|
|
116
116
|
return {
|
|
117
117
|
/**
|
|
118
|
-
* Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
118
|
+
* Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.organizations.view\"
|
|
119
119
|
* @summary List organization invitations
|
|
120
120
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
121
121
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -143,7 +143,7 @@ export const ListOrganizationInvitationsApiFactory = function (configuration?: C
|
|
|
143
143
|
const localVarFp = ListOrganizationInvitationsApiFp(configuration)
|
|
144
144
|
return {
|
|
145
145
|
/**
|
|
146
|
-
* Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
146
|
+
* Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.organizations.view\"
|
|
147
147
|
* @summary List organization invitations
|
|
148
148
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
149
149
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -233,7 +233,7 @@ export interface ListOrganizationInvitationsApiListOrgInvitationsRequest {
|
|
|
233
233
|
*/
|
|
234
234
|
export class ListOrganizationInvitationsApi extends BaseAPI {
|
|
235
235
|
/**
|
|
236
|
-
* Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
236
|
+
* Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"tenant-management.organizations.view\"
|
|
237
237
|
* @summary List organization invitations
|
|
238
238
|
* @param {ListOrganizationInvitationsApiListOrgInvitationsRequest} requestParameters Request parameters.
|
|
239
239
|
* @param {*} [options] Override http request option.
|