@emilgroup/tenant-sdk-node 1.0.3 → 1.2.1

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.
Files changed (89) hide show
  1. package/.openapi-generator/FILES +2 -15
  2. package/README.md +2 -2
  3. package/api/custom-schema-api.ts +16 -16
  4. package/api/invite-organizations-api.ts +8 -8
  5. package/api/invite-users-api.ts +20 -20
  6. package/api/organizations-api.ts +128 -8
  7. package/api/users-api.ts +36 -36
  8. package/api.ts +0 -4
  9. package/base.ts +3 -3
  10. package/dist/api/custom-schema-api.d.ts +16 -16
  11. package/dist/api/custom-schema-api.js +12 -12
  12. package/dist/api/invite-organizations-api.d.ts +8 -8
  13. package/dist/api/invite-organizations-api.js +6 -6
  14. package/dist/api/invite-users-api.d.ts +20 -20
  15. package/dist/api/invite-users-api.js +15 -15
  16. package/dist/api/organizations-api.d.ts +74 -8
  17. package/dist/api/organizations-api.js +105 -6
  18. package/dist/api/users-api.d.ts +36 -36
  19. package/dist/api/users-api.js +27 -27
  20. package/dist/api.d.ts +0 -2
  21. package/dist/api.js +0 -2
  22. package/dist/base.d.ts +1 -1
  23. package/dist/base.js +3 -3
  24. package/dist/models/create-custom-schema-request-dto.d.ts +1 -0
  25. package/dist/models/create-custom-schema-request-dto.js +2 -1
  26. package/dist/models/index.d.ts +2 -13
  27. package/dist/models/index.js +2 -13
  28. package/dist/models/invite-org-request-dto.d.ts +0 -12
  29. package/dist/models/invite-org-request-dto.js +0 -6
  30. package/dist/models/org-invitation-class.d.ts +0 -12
  31. package/dist/models/org-invitation-class.js +0 -6
  32. package/dist/models/organization-class.d.ts +18 -12
  33. package/dist/models/organization-class.js +0 -6
  34. package/dist/models/update-custom-schema-request-dto.d.ts +1 -0
  35. package/dist/models/update-custom-schema-request-dto.js +2 -1
  36. package/dist/models/update-organization-request-dto-rest.d.ts +60 -0
  37. package/dist/models/{get-data-report-response-class.d.ts → update-organization-response-class.d.ts} +7 -7
  38. package/models/create-custom-schema-request-dto.ts +2 -1
  39. package/models/index.ts +2 -13
  40. package/models/invite-org-request-dto.ts +0 -15
  41. package/models/org-invitation-class.ts +0 -15
  42. package/models/organization-class.ts +18 -15
  43. package/models/update-custom-schema-request-dto.ts +2 -1
  44. package/models/update-organization-request-dto-rest.ts +66 -0
  45. package/models/{create-data-report-response-class.ts → update-organization-response-class.ts} +7 -7
  46. package/package.json +2 -2
  47. package/api/data-report-api.ts +0 -677
  48. package/api/data-report-executor-api.ts +0 -165
  49. package/dist/api/data-report-api.d.ts +0 -380
  50. package/dist/api/data-report-api.js +0 -636
  51. package/dist/api/data-report-executor-api.d.ts +0 -93
  52. package/dist/api/data-report-executor-api.js +0 -224
  53. package/dist/models/create-data-report-request-dto.d.ts +0 -61
  54. package/dist/models/create-data-report-response-class.d.ts +0 -25
  55. package/dist/models/data-report-class.d.ts +0 -79
  56. package/dist/models/data-report-class.js +0 -15
  57. package/dist/models/data-report-filter-class.d.ts +0 -72
  58. package/dist/models/data-report-filter-class.js +0 -15
  59. package/dist/models/data-report-filter-dto.d.ts +0 -48
  60. package/dist/models/data-report-filter-dto.js +0 -15
  61. package/dist/models/data-report-filter-single-value-dto.d.ts +0 -42
  62. package/dist/models/data-report-filter-single-value-dto.js +0 -15
  63. package/dist/models/data-report-filter-value-dto.d.ts +0 -31
  64. package/dist/models/data-report-filter-value-dto.js +0 -15
  65. package/dist/models/get-data-report-response-class.js +0 -15
  66. package/dist/models/list-data-reports-response-class.d.ts +0 -31
  67. package/dist/models/list-data-reports-response-class.js +0 -15
  68. package/dist/models/run-data-report-request-dto.d.ts +0 -31
  69. package/dist/models/run-data-report-request-dto.js +0 -15
  70. package/dist/models/run-data-report-response-class.d.ts +0 -24
  71. package/dist/models/run-data-report-response-class.js +0 -15
  72. package/dist/models/update-data-report-request-dto.d.ts +0 -61
  73. package/dist/models/update-data-report-request-dto.js +0 -15
  74. package/dist/models/update-data-report-response-class.d.ts +0 -25
  75. package/dist/models/update-data-report-response-class.js +0 -15
  76. package/models/create-data-report-request-dto.ts +0 -67
  77. package/models/data-report-class.ts +0 -85
  78. package/models/data-report-filter-class.ts +0 -78
  79. package/models/data-report-filter-dto.ts +0 -54
  80. package/models/data-report-filter-single-value-dto.ts +0 -48
  81. package/models/data-report-filter-value-dto.ts +0 -37
  82. package/models/get-data-report-response-class.ts +0 -31
  83. package/models/list-data-reports-response-class.ts +0 -37
  84. package/models/run-data-report-request-dto.ts +0 -37
  85. package/models/run-data-report-response-class.ts +0 -30
  86. package/models/update-data-report-request-dto.ts +0 -67
  87. package/models/update-data-report-response-class.ts +0 -31
  88. /package/dist/models/{create-data-report-request-dto.js → update-organization-request-dto-rest.js} +0 -0
  89. /package/dist/models/{create-data-report-response-class.js → update-organization-response-class.js} +0 -0
@@ -4,8 +4,6 @@
4
4
  README.md
5
5
  api.ts
6
6
  api/custom-schema-api.ts
7
- api/data-report-api.ts
8
- api/data-report-executor-api.ts
9
7
  api/invite-organizations-api.ts
10
8
  api/invite-users-api.ts
11
9
  api/organizations-api.ts
@@ -21,18 +19,11 @@ models/batch-delete-request-dto.ts
21
19
  models/batch-delete-response-class.ts
22
20
  models/create-custom-schema-request-dto.ts
23
21
  models/create-custom-schema-response-class.ts
24
- models/create-data-report-request-dto.ts
25
- models/create-data-report-response-class.ts
26
22
  models/create-permission-request-dto.ts
27
23
  models/create-role-request-dto.ts
28
24
  models/create-tenant-request-dto.ts
29
25
  models/custom-field-dto.ts
30
26
  models/custom-schema-class.ts
31
- models/data-report-class.ts
32
- models/data-report-filter-class.ts
33
- models/data-report-filter-dto.ts
34
- models/data-report-filter-single-value-dto.ts
35
- models/data-report-filter-value-dto.ts
36
27
  models/dbconfig-dto.ts
37
28
  models/delete-response-class.ts
38
29
  models/disable-user-response-class.ts
@@ -42,7 +33,6 @@ models/enable-user-response-class.ts
42
33
  models/enable-users-request-dto.ts
43
34
  models/enable-users-response-class.ts
44
35
  models/get-custom-schema-response-class.ts
45
- models/get-data-report-response-class.ts
46
36
  models/get-organization-response-class.ts
47
37
  models/get-settings-response-class.ts
48
38
  models/get-user-response-class.ts
@@ -54,7 +44,6 @@ models/invite-user-response-class.ts
54
44
  models/invite-users-request-dto.ts
55
45
  models/invite-users-response-class.ts
56
46
  models/list-custom-schemas-response-class.ts
57
- models/list-data-reports-response-class.ts
58
47
  models/list-invites-response-class.ts
59
48
  models/list-org-invitations-response-class.ts
60
49
  models/list-organizations-response-class.ts
@@ -64,16 +53,14 @@ models/org-invitation-response-class.ts
64
53
  models/organization-class.ts
65
54
  models/permission-class.ts
66
55
  models/role-class.ts
67
- models/run-data-report-request-dto.ts
68
- models/run-data-report-response-class.ts
69
56
  models/set-setting-request-dto.ts
70
57
  models/set-user-setting-response-class.ts
71
58
  models/subscription-class.ts
72
59
  models/tenant-admin-user-dto.ts
73
60
  models/update-custom-schema-request-dto.ts
74
61
  models/update-custom-schema-response-class.ts
75
- models/update-data-report-request-dto.ts
76
- models/update-data-report-response-class.ts
62
+ models/update-organization-request-dto-rest.ts
63
+ models/update-organization-response-class.ts
77
64
  models/update-role-request-dto.ts
78
65
  models/user-class.ts
79
66
  package.json
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/tenant-sdk-node@1.0.3 --save
20
+ npm install @emilgroup/tenant-sdk-node@1.2.1 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/tenant-sdk-node@1.0.3
24
+ yarn add @emilgroup/tenant-sdk-node@1.2.1
25
25
  ```
26
26
 
27
27
  And then you can import `UsersApi`.
@@ -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
  */
@@ -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
  */
@@ -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
  */