@emilgroup/tenant-sdk-node 1.0.2 → 1.1.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/README.md +2 -2
- package/api/custom-schema-api.ts +16 -16
- package/api/data-report-api.ts +20 -20
- package/api/data-report-executor-api.ts +4 -4
- package/api/invite-organizations-api.ts +8 -8
- package/api/invite-users-api.ts +20 -20
- package/api/organizations-api.ts +124 -8
- package/api/users-api.ts +36 -36
- package/base.ts +3 -3
- package/dist/api/custom-schema-api.d.ts +16 -16
- package/dist/api/custom-schema-api.js +12 -12
- package/dist/api/data-report-api.d.ts +20 -20
- package/dist/api/data-report-api.js +15 -15
- package/dist/api/data-report-executor-api.d.ts +4 -4
- package/dist/api/data-report-executor-api.js +3 -3
- package/dist/api/invite-organizations-api.d.ts +8 -8
- package/dist/api/invite-organizations-api.js +6 -6
- package/dist/api/invite-users-api.d.ts +20 -20
- package/dist/api/invite-users-api.js +15 -15
- package/dist/api/organizations-api.d.ts +72 -8
- package/dist/api/organizations-api.js +105 -6
- package/dist/api/users-api.d.ts +36 -36
- package/dist/api/users-api.js +27 -27
- package/dist/base.d.ts +1 -1
- package/dist/base.js +3 -3
- package/dist/models/assign-user-roles-request-dto.d.ts +2 -2
- package/dist/models/create-custom-schema-request-dto.d.ts +1 -0
- package/dist/models/create-custom-schema-request-dto.js +2 -1
- package/dist/models/invite-org-request-dto.d.ts +2 -14
- package/dist/models/invite-org-request-dto.js +0 -6
- package/dist/models/invite-user-request-dto.d.ts +2 -2
- package/dist/models/invite-users-request-dto.d.ts +2 -2
- package/dist/models/org-invitation-class.d.ts +0 -12
- package/dist/models/org-invitation-class.js +0 -6
- package/dist/models/organization-class.d.ts +6 -12
- package/dist/models/organization-class.js +0 -6
- package/dist/models/update-custom-schema-request-dto.d.ts +1 -0
- package/dist/models/update-custom-schema-request-dto.js +2 -1
- package/models/assign-user-roles-request-dto.ts +2 -2
- package/models/create-custom-schema-request-dto.ts +2 -1
- package/models/invite-org-request-dto.ts +2 -17
- package/models/invite-user-request-dto.ts +2 -2
- package/models/invite-users-request-dto.ts +2 -2
- package/models/org-invitation-class.ts +0 -15
- package/models/organization-class.ts +6 -15
- package/models/update-custom-schema-request-dto.ts +2 -1
- package/package.json +1 -1
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.0
|
|
20
|
+
npm install @emilgroup/tenant-sdk-node@1.1.0 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/tenant-sdk-node@1.0
|
|
24
|
+
yarn add @emilgroup/tenant-sdk-node@1.1.0
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `UsersApi`.
|
package/api/custom-schema-api.ts
CHANGED
|
@@ -46,7 +46,7 @@ export const CustomSchemaApiAxiosParamCreator = function (configuration?: Config
|
|
|
46
46
|
* This will create an custom schema for tenant in the database. Custom schema are extra fields that tenant added to his entity and we need to validate this fields using the created schema.
|
|
47
47
|
* @summary Create the custom-schema
|
|
48
48
|
* @param {CreateCustomSchemaRequestDto} createCustomSchemaRequestDto
|
|
49
|
-
* @param {string} [authorization] Bearer Token
|
|
49
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
50
50
|
* @param {*} [options] Override http request option.
|
|
51
51
|
* @throws {RequiredError}
|
|
52
52
|
*/
|
|
@@ -93,7 +93,7 @@ export const CustomSchemaApiAxiosParamCreator = function (configuration?: Config
|
|
|
93
93
|
* Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
|
|
94
94
|
* @summary Retrieve the custom-schema
|
|
95
95
|
* @param {string} code Unique identifier for the object.
|
|
96
|
-
* @param {string} [authorization] Bearer Token
|
|
96
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
97
97
|
* @param {string} [expand] Fields to expand response by
|
|
98
98
|
* @param {*} [options] Override http request option.
|
|
99
99
|
* @throws {RequiredError}
|
|
@@ -142,7 +142,7 @@ export const CustomSchemaApiAxiosParamCreator = function (configuration?: Config
|
|
|
142
142
|
/**
|
|
143
143
|
* Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
144
144
|
* @summary List custom-schemas
|
|
145
|
-
* @param {string} [authorization] Bearer Token
|
|
145
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
146
146
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
147
147
|
* @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.
|
|
148
148
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -215,7 +215,7 @@ export const CustomSchemaApiAxiosParamCreator = function (configuration?: Config
|
|
|
215
215
|
* @summary Update the custom-schema
|
|
216
216
|
* @param {string} code
|
|
217
217
|
* @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
|
|
218
|
-
* @param {string} [authorization] Bearer Token
|
|
218
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
219
219
|
* @param {*} [options] Override http request option.
|
|
220
220
|
* @throws {RequiredError}
|
|
221
221
|
*/
|
|
@@ -275,7 +275,7 @@ export const CustomSchemaApiFp = function(configuration?: Configuration) {
|
|
|
275
275
|
* This will create an custom schema for tenant in the database. Custom schema are extra fields that tenant added to his entity and we need to validate this fields using the created schema.
|
|
276
276
|
* @summary Create the custom-schema
|
|
277
277
|
* @param {CreateCustomSchemaRequestDto} createCustomSchemaRequestDto
|
|
278
|
-
* @param {string} [authorization] Bearer Token
|
|
278
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
279
279
|
* @param {*} [options] Override http request option.
|
|
280
280
|
* @throws {RequiredError}
|
|
281
281
|
*/
|
|
@@ -287,7 +287,7 @@ export const CustomSchemaApiFp = function(configuration?: Configuration) {
|
|
|
287
287
|
* Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
|
|
288
288
|
* @summary Retrieve the custom-schema
|
|
289
289
|
* @param {string} code Unique identifier for the object.
|
|
290
|
-
* @param {string} [authorization] Bearer Token
|
|
290
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
291
291
|
* @param {string} [expand] Fields to expand response by
|
|
292
292
|
* @param {*} [options] Override http request option.
|
|
293
293
|
* @throws {RequiredError}
|
|
@@ -299,7 +299,7 @@ export const CustomSchemaApiFp = function(configuration?: Configuration) {
|
|
|
299
299
|
/**
|
|
300
300
|
* Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
301
301
|
* @summary List custom-schemas
|
|
302
|
-
* @param {string} [authorization] Bearer Token
|
|
302
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
303
303
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
304
304
|
* @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.
|
|
305
305
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -318,7 +318,7 @@ export const CustomSchemaApiFp = function(configuration?: Configuration) {
|
|
|
318
318
|
* @summary Update the custom-schema
|
|
319
319
|
* @param {string} code
|
|
320
320
|
* @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
|
|
321
|
-
* @param {string} [authorization] Bearer Token
|
|
321
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
322
322
|
* @param {*} [options] Override http request option.
|
|
323
323
|
* @throws {RequiredError}
|
|
324
324
|
*/
|
|
@@ -340,7 +340,7 @@ export const CustomSchemaApiFactory = function (configuration?: Configuration, b
|
|
|
340
340
|
* This will create an custom schema for tenant in the database. Custom schema are extra fields that tenant added to his entity and we need to validate this fields using the created schema.
|
|
341
341
|
* @summary Create the custom-schema
|
|
342
342
|
* @param {CreateCustomSchemaRequestDto} createCustomSchemaRequestDto
|
|
343
|
-
* @param {string} [authorization] Bearer Token
|
|
343
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
344
344
|
* @param {*} [options] Override http request option.
|
|
345
345
|
* @throws {RequiredError}
|
|
346
346
|
*/
|
|
@@ -351,7 +351,7 @@ export const CustomSchemaApiFactory = function (configuration?: Configuration, b
|
|
|
351
351
|
* Retrieves the details of the custom-schema that was previously created. Supply the unique custom-schema code that was returned when you created it and Emil Api will return the corresponding custom-schema information.
|
|
352
352
|
* @summary Retrieve the custom-schema
|
|
353
353
|
* @param {string} code Unique identifier for the object.
|
|
354
|
-
* @param {string} [authorization] Bearer Token
|
|
354
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
355
355
|
* @param {string} [expand] Fields to expand response by
|
|
356
356
|
* @param {*} [options] Override http request option.
|
|
357
357
|
* @throws {RequiredError}
|
|
@@ -362,7 +362,7 @@ export const CustomSchemaApiFactory = function (configuration?: Configuration, b
|
|
|
362
362
|
/**
|
|
363
363
|
* Returns a list of custom-schemas you have previously created. The custom-schemas are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
364
364
|
* @summary List custom-schemas
|
|
365
|
-
* @param {string} [authorization] Bearer Token
|
|
365
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
366
366
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
367
367
|
* @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.
|
|
368
368
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -380,7 +380,7 @@ export const CustomSchemaApiFactory = function (configuration?: Configuration, b
|
|
|
380
380
|
* @summary Update the custom-schema
|
|
381
381
|
* @param {string} code
|
|
382
382
|
* @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
|
|
383
|
-
* @param {string} [authorization] Bearer Token
|
|
383
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
384
384
|
* @param {*} [options] Override http request option.
|
|
385
385
|
* @throws {RequiredError}
|
|
386
386
|
*/
|
|
@@ -404,7 +404,7 @@ export interface CustomSchemaApiCreateCustomSchemaRequest {
|
|
|
404
404
|
readonly createCustomSchemaRequestDto: CreateCustomSchemaRequestDto
|
|
405
405
|
|
|
406
406
|
/**
|
|
407
|
-
* Bearer Token
|
|
407
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
408
408
|
* @type {string}
|
|
409
409
|
* @memberof CustomSchemaApiCreateCustomSchema
|
|
410
410
|
*/
|
|
@@ -425,7 +425,7 @@ export interface CustomSchemaApiGetCustomSchemaRequest {
|
|
|
425
425
|
readonly code: string
|
|
426
426
|
|
|
427
427
|
/**
|
|
428
|
-
* Bearer Token
|
|
428
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
429
429
|
* @type {string}
|
|
430
430
|
* @memberof CustomSchemaApiGetCustomSchema
|
|
431
431
|
*/
|
|
@@ -446,7 +446,7 @@ export interface CustomSchemaApiGetCustomSchemaRequest {
|
|
|
446
446
|
*/
|
|
447
447
|
export interface CustomSchemaApiListCustomSchemasRequest {
|
|
448
448
|
/**
|
|
449
|
-
* Bearer Token
|
|
449
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
450
450
|
* @type {string}
|
|
451
451
|
* @memberof CustomSchemaApiListCustomSchemas
|
|
452
452
|
*/
|
|
@@ -516,7 +516,7 @@ export interface CustomSchemaApiUpdateCustomSchemaRequest {
|
|
|
516
516
|
readonly updateCustomSchemaRequestDto: UpdateCustomSchemaRequestDto
|
|
517
517
|
|
|
518
518
|
/**
|
|
519
|
-
* Bearer Token
|
|
519
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
520
520
|
* @type {string}
|
|
521
521
|
* @memberof CustomSchemaApiUpdateCustomSchema
|
|
522
522
|
*/
|
package/api/data-report-api.ts
CHANGED
|
@@ -46,7 +46,7 @@ export const DataReportApiAxiosParamCreator = function (configuration?: Configur
|
|
|
46
46
|
* This will create a data report for tenant in the database
|
|
47
47
|
* @summary Create the data-report
|
|
48
48
|
* @param {CreateDataReportRequestDto} createDataReportRequestDto
|
|
49
|
-
* @param {string} [authorization] Bearer Token
|
|
49
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
50
50
|
* @param {*} [options] Override http request option.
|
|
51
51
|
* @throws {RequiredError}
|
|
52
52
|
*/
|
|
@@ -92,7 +92,7 @@ export const DataReportApiAxiosParamCreator = function (configuration?: Configur
|
|
|
92
92
|
/**
|
|
93
93
|
*
|
|
94
94
|
* @param {string} id
|
|
95
|
-
* @param {string} [authorization] Bearer Token
|
|
95
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
96
96
|
* @param {*} [options] Override http request option.
|
|
97
97
|
* @throws {RequiredError}
|
|
98
98
|
*/
|
|
@@ -137,7 +137,7 @@ export const DataReportApiAxiosParamCreator = function (configuration?: Configur
|
|
|
137
137
|
* 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.
|
|
138
138
|
* @summary Retrieve the data-report
|
|
139
139
|
* @param {string} code Unique identifier for the object.
|
|
140
|
-
* @param {string} [authorization] Bearer Token
|
|
140
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
141
141
|
* @param {string} [expand] Fields to expand response by
|
|
142
142
|
* @param {*} [options] Override http request option.
|
|
143
143
|
* @throws {RequiredError}
|
|
@@ -186,7 +186,7 @@ export const DataReportApiAxiosParamCreator = function (configuration?: Configur
|
|
|
186
186
|
/**
|
|
187
187
|
* 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.
|
|
188
188
|
* @summary List data-reports
|
|
189
|
-
* @param {string} [authorization] Bearer Token
|
|
189
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
190
190
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
191
191
|
* @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.
|
|
192
192
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -259,7 +259,7 @@ export const DataReportApiAxiosParamCreator = function (configuration?: Configur
|
|
|
259
259
|
* @summary Update the data-report
|
|
260
260
|
* @param {string} code
|
|
261
261
|
* @param {UpdateDataReportRequestDto} updateDataReportRequestDto
|
|
262
|
-
* @param {string} [authorization] Bearer Token
|
|
262
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
263
263
|
* @param {*} [options] Override http request option.
|
|
264
264
|
* @throws {RequiredError}
|
|
265
265
|
*/
|
|
@@ -319,7 +319,7 @@ export const DataReportApiFp = function(configuration?: Configuration) {
|
|
|
319
319
|
* This will create a data report for tenant in the database
|
|
320
320
|
* @summary Create the data-report
|
|
321
321
|
* @param {CreateDataReportRequestDto} createDataReportRequestDto
|
|
322
|
-
* @param {string} [authorization] Bearer Token
|
|
322
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
323
323
|
* @param {*} [options] Override http request option.
|
|
324
324
|
* @throws {RequiredError}
|
|
325
325
|
*/
|
|
@@ -330,7 +330,7 @@ export const DataReportApiFp = function(configuration?: Configuration) {
|
|
|
330
330
|
/**
|
|
331
331
|
*
|
|
332
332
|
* @param {string} id
|
|
333
|
-
* @param {string} [authorization] Bearer Token
|
|
333
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
334
334
|
* @param {*} [options] Override http request option.
|
|
335
335
|
* @throws {RequiredError}
|
|
336
336
|
*/
|
|
@@ -342,7 +342,7 @@ export const DataReportApiFp = function(configuration?: Configuration) {
|
|
|
342
342
|
* 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.
|
|
343
343
|
* @summary Retrieve the data-report
|
|
344
344
|
* @param {string} code Unique identifier for the object.
|
|
345
|
-
* @param {string} [authorization] Bearer Token
|
|
345
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
346
346
|
* @param {string} [expand] Fields to expand response by
|
|
347
347
|
* @param {*} [options] Override http request option.
|
|
348
348
|
* @throws {RequiredError}
|
|
@@ -354,7 +354,7 @@ export const DataReportApiFp = function(configuration?: Configuration) {
|
|
|
354
354
|
/**
|
|
355
355
|
* 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.
|
|
356
356
|
* @summary List data-reports
|
|
357
|
-
* @param {string} [authorization] Bearer Token
|
|
357
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
358
358
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
359
359
|
* @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
360
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -373,7 +373,7 @@ export const DataReportApiFp = function(configuration?: Configuration) {
|
|
|
373
373
|
* @summary Update the data-report
|
|
374
374
|
* @param {string} code
|
|
375
375
|
* @param {UpdateDataReportRequestDto} updateDataReportRequestDto
|
|
376
|
-
* @param {string} [authorization] Bearer Token
|
|
376
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
377
377
|
* @param {*} [options] Override http request option.
|
|
378
378
|
* @throws {RequiredError}
|
|
379
379
|
*/
|
|
@@ -395,7 +395,7 @@ export const DataReportApiFactory = function (configuration?: Configuration, bas
|
|
|
395
395
|
* This will create a data report for tenant in the database
|
|
396
396
|
* @summary Create the data-report
|
|
397
397
|
* @param {CreateDataReportRequestDto} createDataReportRequestDto
|
|
398
|
-
* @param {string} [authorization] Bearer Token
|
|
398
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
399
399
|
* @param {*} [options] Override http request option.
|
|
400
400
|
* @throws {RequiredError}
|
|
401
401
|
*/
|
|
@@ -405,7 +405,7 @@ export const DataReportApiFactory = function (configuration?: Configuration, bas
|
|
|
405
405
|
/**
|
|
406
406
|
*
|
|
407
407
|
* @param {string} id
|
|
408
|
-
* @param {string} [authorization] Bearer Token
|
|
408
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
409
409
|
* @param {*} [options] Override http request option.
|
|
410
410
|
* @throws {RequiredError}
|
|
411
411
|
*/
|
|
@@ -416,7 +416,7 @@ export const DataReportApiFactory = function (configuration?: Configuration, bas
|
|
|
416
416
|
* 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.
|
|
417
417
|
* @summary Retrieve the data-report
|
|
418
418
|
* @param {string} code Unique identifier for the object.
|
|
419
|
-
* @param {string} [authorization] Bearer Token
|
|
419
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
420
420
|
* @param {string} [expand] Fields to expand response by
|
|
421
421
|
* @param {*} [options] Override http request option.
|
|
422
422
|
* @throws {RequiredError}
|
|
@@ -427,7 +427,7 @@ export const DataReportApiFactory = function (configuration?: Configuration, bas
|
|
|
427
427
|
/**
|
|
428
428
|
* 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.
|
|
429
429
|
* @summary List data-reports
|
|
430
|
-
* @param {string} [authorization] Bearer Token
|
|
430
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
431
431
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
432
432
|
* @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.
|
|
433
433
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -445,7 +445,7 @@ export const DataReportApiFactory = function (configuration?: Configuration, bas
|
|
|
445
445
|
* @summary Update the data-report
|
|
446
446
|
* @param {string} code
|
|
447
447
|
* @param {UpdateDataReportRequestDto} updateDataReportRequestDto
|
|
448
|
-
* @param {string} [authorization] Bearer Token
|
|
448
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
449
449
|
* @param {*} [options] Override http request option.
|
|
450
450
|
* @throws {RequiredError}
|
|
451
451
|
*/
|
|
@@ -469,7 +469,7 @@ export interface DataReportApiCreateCustomSchemaRequest {
|
|
|
469
469
|
readonly createDataReportRequestDto: CreateDataReportRequestDto
|
|
470
470
|
|
|
471
471
|
/**
|
|
472
|
-
* Bearer Token
|
|
472
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
473
473
|
* @type {string}
|
|
474
474
|
* @memberof DataReportApiCreateCustomSchema
|
|
475
475
|
*/
|
|
@@ -490,7 +490,7 @@ export interface DataReportApiDeleteAlertRequest {
|
|
|
490
490
|
readonly id: string
|
|
491
491
|
|
|
492
492
|
/**
|
|
493
|
-
* Bearer Token
|
|
493
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
494
494
|
* @type {string}
|
|
495
495
|
* @memberof DataReportApiDeleteAlert
|
|
496
496
|
*/
|
|
@@ -511,7 +511,7 @@ export interface DataReportApiGetDataReportRequest {
|
|
|
511
511
|
readonly code: string
|
|
512
512
|
|
|
513
513
|
/**
|
|
514
|
-
* Bearer Token
|
|
514
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
515
515
|
* @type {string}
|
|
516
516
|
* @memberof DataReportApiGetDataReport
|
|
517
517
|
*/
|
|
@@ -532,7 +532,7 @@ export interface DataReportApiGetDataReportRequest {
|
|
|
532
532
|
*/
|
|
533
533
|
export interface DataReportApiListDataReportsRequest {
|
|
534
534
|
/**
|
|
535
|
-
* Bearer Token
|
|
535
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
536
536
|
* @type {string}
|
|
537
537
|
* @memberof DataReportApiListDataReports
|
|
538
538
|
*/
|
|
@@ -602,7 +602,7 @@ export interface DataReportApiUpdateDataReportRequest {
|
|
|
602
602
|
readonly updateDataReportRequestDto: UpdateDataReportRequestDto
|
|
603
603
|
|
|
604
604
|
/**
|
|
605
|
-
* Bearer Token
|
|
605
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
606
606
|
* @type {string}
|
|
607
607
|
* @memberof DataReportApiUpdateDataReport
|
|
608
608
|
*/
|
|
@@ -37,7 +37,7 @@ export const DataReportExecutorApiAxiosParamCreator = function (configuration?:
|
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @param {RunDataReportRequestDto} runDataReportRequestDto
|
|
40
|
-
* @param {string} [authorization] Bearer Token
|
|
40
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
42
42
|
* @throws {RequiredError}
|
|
43
43
|
*/
|
|
@@ -93,7 +93,7 @@ export const DataReportExecutorApiFp = function(configuration?: Configuration) {
|
|
|
93
93
|
/**
|
|
94
94
|
*
|
|
95
95
|
* @param {RunDataReportRequestDto} runDataReportRequestDto
|
|
96
|
-
* @param {string} [authorization] Bearer Token
|
|
96
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
97
97
|
* @param {*} [options] Override http request option.
|
|
98
98
|
* @throws {RequiredError}
|
|
99
99
|
*/
|
|
@@ -114,7 +114,7 @@ export const DataReportExecutorApiFactory = function (configuration?: Configurat
|
|
|
114
114
|
/**
|
|
115
115
|
*
|
|
116
116
|
* @param {RunDataReportRequestDto} runDataReportRequestDto
|
|
117
|
-
* @param {string} [authorization] Bearer Token
|
|
117
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
118
118
|
* @param {*} [options] Override http request option.
|
|
119
119
|
* @throws {RequiredError}
|
|
120
120
|
*/
|
|
@@ -138,7 +138,7 @@ export interface DataReportExecutorApiRunDataReportRequest {
|
|
|
138
138
|
readonly runDataReportRequestDto: RunDataReportRequestDto
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
|
-
* Bearer Token
|
|
141
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
142
142
|
* @type {string}
|
|
143
143
|
* @memberof DataReportExecutorApiRunDataReport
|
|
144
144
|
*/
|
|
@@ -40,7 +40,7 @@ export const InviteOrganizationsApiAxiosParamCreator = function (configuration?:
|
|
|
40
40
|
* This sends an email to invite an organization.
|
|
41
41
|
* @summary Invite an organization
|
|
42
42
|
* @param {InviteOrgRequestDto} inviteOrgRequestDto
|
|
43
|
-
* @param {string} [authorization] Bearer Token
|
|
43
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
44
44
|
* @param {*} [options] Override http request option.
|
|
45
45
|
* @throws {RequiredError}
|
|
46
46
|
*/
|
|
@@ -86,7 +86,7 @@ export const InviteOrganizationsApiAxiosParamCreator = function (configuration?:
|
|
|
86
86
|
/**
|
|
87
87
|
* Returns a list of org invitations you have previously created. The org invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
88
88
|
* @summary List org invitations
|
|
89
|
-
* @param {string} [authorization] Bearer Token
|
|
89
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
90
90
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
91
91
|
* @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.
|
|
92
92
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -168,7 +168,7 @@ export const InviteOrganizationsApiFp = function(configuration?: Configuration)
|
|
|
168
168
|
* This sends an email to invite an organization.
|
|
169
169
|
* @summary Invite an organization
|
|
170
170
|
* @param {InviteOrgRequestDto} inviteOrgRequestDto
|
|
171
|
-
* @param {string} [authorization] Bearer Token
|
|
171
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
172
172
|
* @param {*} [options] Override http request option.
|
|
173
173
|
* @throws {RequiredError}
|
|
174
174
|
*/
|
|
@@ -179,7 +179,7 @@ export const InviteOrganizationsApiFp = function(configuration?: Configuration)
|
|
|
179
179
|
/**
|
|
180
180
|
* Returns a list of org invitations you have previously created. The org invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
181
181
|
* @summary List org invitations
|
|
182
|
-
* @param {string} [authorization] Bearer Token
|
|
182
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
183
183
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
184
184
|
* @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.
|
|
185
185
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -207,7 +207,7 @@ export const InviteOrganizationsApiFactory = function (configuration?: Configura
|
|
|
207
207
|
* This sends an email to invite an organization.
|
|
208
208
|
* @summary Invite an organization
|
|
209
209
|
* @param {InviteOrgRequestDto} inviteOrgRequestDto
|
|
210
|
-
* @param {string} [authorization] Bearer Token
|
|
210
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
211
211
|
* @param {*} [options] Override http request option.
|
|
212
212
|
* @throws {RequiredError}
|
|
213
213
|
*/
|
|
@@ -217,7 +217,7 @@ export const InviteOrganizationsApiFactory = function (configuration?: Configura
|
|
|
217
217
|
/**
|
|
218
218
|
* Returns a list of org invitations you have previously created. The org invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
219
219
|
* @summary List org invitations
|
|
220
|
-
* @param {string} [authorization] Bearer Token
|
|
220
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
221
221
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
222
222
|
* @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.
|
|
223
223
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -247,7 +247,7 @@ export interface InviteOrganizationsApiInviteOrgRequest {
|
|
|
247
247
|
readonly inviteOrgRequestDto: InviteOrgRequestDto
|
|
248
248
|
|
|
249
249
|
/**
|
|
250
|
-
* Bearer Token
|
|
250
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
251
251
|
* @type {string}
|
|
252
252
|
* @memberof InviteOrganizationsApiInviteOrg
|
|
253
253
|
*/
|
|
@@ -261,7 +261,7 @@ export interface InviteOrganizationsApiInviteOrgRequest {
|
|
|
261
261
|
*/
|
|
262
262
|
export interface InviteOrganizationsApiListOrgInvitationsRequest {
|
|
263
263
|
/**
|
|
264
|
-
* Bearer Token
|
|
264
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
265
265
|
* @type {string}
|
|
266
266
|
* @memberof InviteOrganizationsApiListOrgInvitations
|
|
267
267
|
*/
|
package/api/invite-users-api.ts
CHANGED
|
@@ -50,7 +50,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
|
|
|
50
50
|
* Permanently deletes the invited user. Supply the unique id that was returned when you created the invited user and this will delete it.
|
|
51
51
|
* @summary Delete the invited user
|
|
52
52
|
* @param {number} id
|
|
53
|
-
* @param {string} [authorization] Bearer Token
|
|
53
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
54
54
|
* @param {*} [options] Override http request option.
|
|
55
55
|
* @throws {RequiredError}
|
|
56
56
|
*/
|
|
@@ -95,7 +95,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
|
|
|
95
95
|
* 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.
|
|
96
96
|
* @summary Delete invited users.
|
|
97
97
|
* @param {BatchDeleteRequestDto} batchDeleteRequestDto
|
|
98
|
-
* @param {string} [authorization] Bearer Token
|
|
98
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
99
99
|
* @param {*} [options] Override http request option.
|
|
100
100
|
* @throws {RequiredError}
|
|
101
101
|
*/
|
|
@@ -142,7 +142,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
|
|
|
142
142
|
* This send an email to invite a user with the specific role/roles.
|
|
143
143
|
* @summary Invite a user
|
|
144
144
|
* @param {InviteUserRequestDto} inviteUserRequestDto
|
|
145
|
-
* @param {string} [authorization] Bearer Token
|
|
145
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
146
146
|
* @param {*} [options] Override http request option.
|
|
147
147
|
* @throws {RequiredError}
|
|
148
148
|
*/
|
|
@@ -189,7 +189,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
|
|
|
189
189
|
* This send bulk emails to invite users with the specific role/roles.
|
|
190
190
|
* @summary Invite batch of users
|
|
191
191
|
* @param {InviteUsersRequestDto} inviteUsersRequestDto
|
|
192
|
-
* @param {string} [authorization] Bearer Token
|
|
192
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
193
193
|
* @param {*} [options] Override http request option.
|
|
194
194
|
* @throws {RequiredError}
|
|
195
195
|
*/
|
|
@@ -235,7 +235,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
|
|
|
235
235
|
/**
|
|
236
236
|
* 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.
|
|
237
237
|
* @summary List invited users
|
|
238
|
-
* @param {string} [authorization] Bearer Token
|
|
238
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
239
239
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
240
240
|
* @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.
|
|
241
241
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -317,7 +317,7 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
317
317
|
* Permanently deletes the invited user. Supply the unique id that was returned when you created the invited user and this will delete it.
|
|
318
318
|
* @summary Delete the invited user
|
|
319
319
|
* @param {number} id
|
|
320
|
-
* @param {string} [authorization] Bearer Token
|
|
320
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
321
321
|
* @param {*} [options] Override http request option.
|
|
322
322
|
* @throws {RequiredError}
|
|
323
323
|
*/
|
|
@@ -329,7 +329,7 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
329
329
|
* 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.
|
|
330
330
|
* @summary Delete invited users.
|
|
331
331
|
* @param {BatchDeleteRequestDto} batchDeleteRequestDto
|
|
332
|
-
* @param {string} [authorization] Bearer Token
|
|
332
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
333
333
|
* @param {*} [options] Override http request option.
|
|
334
334
|
* @throws {RequiredError}
|
|
335
335
|
*/
|
|
@@ -341,7 +341,7 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
341
341
|
* This send an email to invite a user with the specific role/roles.
|
|
342
342
|
* @summary Invite a user
|
|
343
343
|
* @param {InviteUserRequestDto} inviteUserRequestDto
|
|
344
|
-
* @param {string} [authorization] Bearer Token
|
|
344
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
345
345
|
* @param {*} [options] Override http request option.
|
|
346
346
|
* @throws {RequiredError}
|
|
347
347
|
*/
|
|
@@ -353,7 +353,7 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
353
353
|
* This send bulk emails to invite users with the specific role/roles.
|
|
354
354
|
* @summary Invite batch of users
|
|
355
355
|
* @param {InviteUsersRequestDto} inviteUsersRequestDto
|
|
356
|
-
* @param {string} [authorization] Bearer Token
|
|
356
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
357
357
|
* @param {*} [options] Override http request option.
|
|
358
358
|
* @throws {RequiredError}
|
|
359
359
|
*/
|
|
@@ -364,7 +364,7 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
|
|
|
364
364
|
/**
|
|
365
365
|
* 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.
|
|
366
366
|
* @summary List invited users
|
|
367
|
-
* @param {string} [authorization] Bearer Token
|
|
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 100. Default: 10.
|
|
369
369
|
* @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.
|
|
370
370
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -392,7 +392,7 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
392
392
|
* Permanently deletes the invited user. Supply the unique id that was returned when you created the invited user and this will delete it.
|
|
393
393
|
* @summary Delete the invited user
|
|
394
394
|
* @param {number} id
|
|
395
|
-
* @param {string} [authorization] Bearer Token
|
|
395
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
396
396
|
* @param {*} [options] Override http request option.
|
|
397
397
|
* @throws {RequiredError}
|
|
398
398
|
*/
|
|
@@ -403,7 +403,7 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
403
403
|
* 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.
|
|
404
404
|
* @summary Delete invited users.
|
|
405
405
|
* @param {BatchDeleteRequestDto} batchDeleteRequestDto
|
|
406
|
-
* @param {string} [authorization] Bearer Token
|
|
406
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
407
407
|
* @param {*} [options] Override http request option.
|
|
408
408
|
* @throws {RequiredError}
|
|
409
409
|
*/
|
|
@@ -414,7 +414,7 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
414
414
|
* This send an email to invite a user with the specific role/roles.
|
|
415
415
|
* @summary Invite a user
|
|
416
416
|
* @param {InviteUserRequestDto} inviteUserRequestDto
|
|
417
|
-
* @param {string} [authorization] Bearer Token
|
|
417
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
418
418
|
* @param {*} [options] Override http request option.
|
|
419
419
|
* @throws {RequiredError}
|
|
420
420
|
*/
|
|
@@ -425,7 +425,7 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
425
425
|
* This send bulk emails to invite users with the specific role/roles.
|
|
426
426
|
* @summary Invite batch of users
|
|
427
427
|
* @param {InviteUsersRequestDto} inviteUsersRequestDto
|
|
428
|
-
* @param {string} [authorization] Bearer Token
|
|
428
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
429
429
|
* @param {*} [options] Override http request option.
|
|
430
430
|
* @throws {RequiredError}
|
|
431
431
|
*/
|
|
@@ -435,7 +435,7 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
|
|
|
435
435
|
/**
|
|
436
436
|
* 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.
|
|
437
437
|
* @summary List invited users
|
|
438
|
-
* @param {string} [authorization] Bearer Token
|
|
438
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
439
439
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
440
440
|
* @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.
|
|
441
441
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -465,7 +465,7 @@ export interface InviteUsersApiDeleteInviteRequest {
|
|
|
465
465
|
readonly id: number
|
|
466
466
|
|
|
467
467
|
/**
|
|
468
|
-
* Bearer Token
|
|
468
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
469
469
|
* @type {string}
|
|
470
470
|
* @memberof InviteUsersApiDeleteInvite
|
|
471
471
|
*/
|
|
@@ -486,7 +486,7 @@ export interface InviteUsersApiDeleteInvitesRequest {
|
|
|
486
486
|
readonly batchDeleteRequestDto: BatchDeleteRequestDto
|
|
487
487
|
|
|
488
488
|
/**
|
|
489
|
-
* Bearer Token
|
|
489
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
490
490
|
* @type {string}
|
|
491
491
|
* @memberof InviteUsersApiDeleteInvites
|
|
492
492
|
*/
|
|
@@ -507,7 +507,7 @@ export interface InviteUsersApiInviteUserRequest {
|
|
|
507
507
|
readonly inviteUserRequestDto: InviteUserRequestDto
|
|
508
508
|
|
|
509
509
|
/**
|
|
510
|
-
* Bearer Token
|
|
510
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
511
511
|
* @type {string}
|
|
512
512
|
* @memberof InviteUsersApiInviteUser
|
|
513
513
|
*/
|
|
@@ -528,7 +528,7 @@ export interface InviteUsersApiInviteUsersRequest {
|
|
|
528
528
|
readonly inviteUsersRequestDto: InviteUsersRequestDto
|
|
529
529
|
|
|
530
530
|
/**
|
|
531
|
-
* Bearer Token
|
|
531
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
532
532
|
* @type {string}
|
|
533
533
|
* @memberof InviteUsersApiInviteUsers
|
|
534
534
|
*/
|
|
@@ -542,7 +542,7 @@ export interface InviteUsersApiInviteUsersRequest {
|
|
|
542
542
|
*/
|
|
543
543
|
export interface InviteUsersApiListInvitesRequest {
|
|
544
544
|
/**
|
|
545
|
-
* Bearer Token
|
|
545
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
546
546
|
* @type {string}
|
|
547
547
|
* @memberof InviteUsersApiListInvites
|
|
548
548
|
*/
|