@emilgroup/tenant-sdk-node 1.0.0 → 1.0.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.
@@ -32,7 +32,7 @@ import { ListUsersResponseClass } from '../models';
32
32
  export declare const UsersApiAxiosParamCreator: (configuration?: Configuration) => {
33
33
  /**
34
34
  *
35
- * @param {string} authorization Bearer Token
35
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
36
36
  * @param {number} id
37
37
  * @param {AssignUserRolesRequestDto} assignUserRolesRequestDto
38
38
  * @param {*} [options] Override http request option.
@@ -41,7 +41,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
41
41
  assignUserRoles: (authorization: string, id: number, assignUserRolesRequestDto: AssignUserRolesRequestDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
42
42
  /**
43
43
  *
44
- * @param {string} authorization Bearer Token
44
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
45
45
  * @param {number} id
46
46
  * @param {*} [options] Override http request option.
47
47
  * @throws {RequiredError}
@@ -49,7 +49,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
49
49
  deleteUser: (authorization: string, id: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
50
50
  /**
51
51
  *
52
- * @param {string} authorization Bearer Token
52
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
53
53
  * @param {BatchDeleteRequestDto} batchDeleteRequestDto
54
54
  * @param {*} [options] Override http request option.
55
55
  * @throws {RequiredError}
@@ -57,7 +57,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
57
57
  deleteUsers: (authorization: string, batchDeleteRequestDto: BatchDeleteRequestDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
58
58
  /**
59
59
  *
60
- * @param {string} authorization Bearer Token
60
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
61
61
  * @param {number} id
62
62
  * @param {*} [options] Override http request option.
63
63
  * @throws {RequiredError}
@@ -65,7 +65,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
65
65
  disableUser: (authorization: string, id: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
66
66
  /**
67
67
  *
68
- * @param {string} authorization Bearer Token
68
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
69
69
  * @param {DisableUsersRequestDto} disableUsersRequestDto
70
70
  * @param {*} [options] Override http request option.
71
71
  * @throws {RequiredError}
@@ -73,7 +73,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
73
73
  disableUsers: (authorization: string, disableUsersRequestDto: DisableUsersRequestDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
74
74
  /**
75
75
  *
76
- * @param {string} authorization Bearer Token
76
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
77
77
  * @param {number} id
78
78
  * @param {*} [options] Override http request option.
79
79
  * @throws {RequiredError}
@@ -81,7 +81,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
81
81
  enableUser: (authorization: string, id: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
82
82
  /**
83
83
  *
84
- * @param {string} authorization Bearer Token
84
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
85
85
  * @param {EnableUsersRequestDto} enableUsersRequestDto
86
86
  * @param {*} [options] Override http request option.
87
87
  * @throws {RequiredError}
@@ -89,7 +89,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
89
89
  enableUsers: (authorization: string, enableUsersRequestDto: EnableUsersRequestDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
90
90
  /**
91
91
  *
92
- * @param {string} authorization Bearer Token
92
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
93
93
  * @param {string} code
94
94
  * @param {string} code2 code
95
95
  * @param {string} [expand] Fields to expand response by
@@ -100,7 +100,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
100
100
  /**
101
101
  * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
102
102
  * @summary List users
103
- * @param {string} authorization Bearer Token
103
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
104
104
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
105
105
  * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
106
106
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
@@ -119,7 +119,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
119
119
  export declare const UsersApiFp: (configuration?: Configuration) => {
120
120
  /**
121
121
  *
122
- * @param {string} authorization Bearer Token
122
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
123
123
  * @param {number} id
124
124
  * @param {AssignUserRolesRequestDto} assignUserRolesRequestDto
125
125
  * @param {*} [options] Override http request option.
@@ -128,7 +128,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
128
128
  assignUserRoles(authorization: string, id: number, assignUserRolesRequestDto: AssignUserRolesRequestDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AssignUserRolesResponseClass>>;
129
129
  /**
130
130
  *
131
- * @param {string} authorization Bearer Token
131
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
132
132
  * @param {number} id
133
133
  * @param {*} [options] Override http request option.
134
134
  * @throws {RequiredError}
@@ -136,7 +136,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
136
136
  deleteUser(authorization: string, id: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
137
137
  /**
138
138
  *
139
- * @param {string} authorization Bearer Token
139
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
140
140
  * @param {BatchDeleteRequestDto} batchDeleteRequestDto
141
141
  * @param {*} [options] Override http request option.
142
142
  * @throws {RequiredError}
@@ -144,7 +144,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
144
144
  deleteUsers(authorization: string, batchDeleteRequestDto: BatchDeleteRequestDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchDeleteResponseClass>>;
145
145
  /**
146
146
  *
147
- * @param {string} authorization Bearer Token
147
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
148
148
  * @param {number} id
149
149
  * @param {*} [options] Override http request option.
150
150
  * @throws {RequiredError}
@@ -152,7 +152,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
152
152
  disableUser(authorization: string, id: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisableUserResponseClass>>;
153
153
  /**
154
154
  *
155
- * @param {string} authorization Bearer Token
155
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
156
156
  * @param {DisableUsersRequestDto} disableUsersRequestDto
157
157
  * @param {*} [options] Override http request option.
158
158
  * @throws {RequiredError}
@@ -160,7 +160,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
160
160
  disableUsers(authorization: string, disableUsersRequestDto: DisableUsersRequestDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisableUsersResponseClass>>;
161
161
  /**
162
162
  *
163
- * @param {string} authorization Bearer Token
163
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
164
164
  * @param {number} id
165
165
  * @param {*} [options] Override http request option.
166
166
  * @throws {RequiredError}
@@ -168,7 +168,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
168
168
  enableUser(authorization: string, id: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EnableUserResponseClass>>;
169
169
  /**
170
170
  *
171
- * @param {string} authorization Bearer Token
171
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
172
172
  * @param {EnableUsersRequestDto} enableUsersRequestDto
173
173
  * @param {*} [options] Override http request option.
174
174
  * @throws {RequiredError}
@@ -176,7 +176,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
176
176
  enableUsers(authorization: string, enableUsersRequestDto: EnableUsersRequestDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EnableUsersResponseClass>>;
177
177
  /**
178
178
  *
179
- * @param {string} authorization Bearer Token
179
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
180
180
  * @param {string} code
181
181
  * @param {string} code2 code
182
182
  * @param {string} [expand] Fields to expand response by
@@ -187,7 +187,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
187
187
  /**
188
188
  * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
189
189
  * @summary List users
190
- * @param {string} authorization Bearer Token
190
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
191
191
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
192
192
  * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
193
193
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
@@ -206,7 +206,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
206
206
  export declare const UsersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
207
207
  /**
208
208
  *
209
- * @param {string} authorization Bearer Token
209
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
210
210
  * @param {number} id
211
211
  * @param {AssignUserRolesRequestDto} assignUserRolesRequestDto
212
212
  * @param {*} [options] Override http request option.
@@ -215,7 +215,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
215
215
  assignUserRoles(authorization: string, id: number, assignUserRolesRequestDto: AssignUserRolesRequestDto, options?: any): AxiosPromise<AssignUserRolesResponseClass>;
216
216
  /**
217
217
  *
218
- * @param {string} authorization Bearer Token
218
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
219
219
  * @param {number} id
220
220
  * @param {*} [options] Override http request option.
221
221
  * @throws {RequiredError}
@@ -223,7 +223,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
223
223
  deleteUser(authorization: string, id: number, options?: any): AxiosPromise<DeleteResponseClass>;
224
224
  /**
225
225
  *
226
- * @param {string} authorization Bearer Token
226
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
227
227
  * @param {BatchDeleteRequestDto} batchDeleteRequestDto
228
228
  * @param {*} [options] Override http request option.
229
229
  * @throws {RequiredError}
@@ -231,7 +231,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
231
231
  deleteUsers(authorization: string, batchDeleteRequestDto: BatchDeleteRequestDto, options?: any): AxiosPromise<BatchDeleteResponseClass>;
232
232
  /**
233
233
  *
234
- * @param {string} authorization Bearer Token
234
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
235
235
  * @param {number} id
236
236
  * @param {*} [options] Override http request option.
237
237
  * @throws {RequiredError}
@@ -239,7 +239,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
239
239
  disableUser(authorization: string, id: number, options?: any): AxiosPromise<DisableUserResponseClass>;
240
240
  /**
241
241
  *
242
- * @param {string} authorization Bearer Token
242
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
243
243
  * @param {DisableUsersRequestDto} disableUsersRequestDto
244
244
  * @param {*} [options] Override http request option.
245
245
  * @throws {RequiredError}
@@ -247,7 +247,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
247
247
  disableUsers(authorization: string, disableUsersRequestDto: DisableUsersRequestDto, options?: any): AxiosPromise<DisableUsersResponseClass>;
248
248
  /**
249
249
  *
250
- * @param {string} authorization Bearer Token
250
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
251
251
  * @param {number} id
252
252
  * @param {*} [options] Override http request option.
253
253
  * @throws {RequiredError}
@@ -255,7 +255,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
255
255
  enableUser(authorization: string, id: number, options?: any): AxiosPromise<EnableUserResponseClass>;
256
256
  /**
257
257
  *
258
- * @param {string} authorization Bearer Token
258
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
259
259
  * @param {EnableUsersRequestDto} enableUsersRequestDto
260
260
  * @param {*} [options] Override http request option.
261
261
  * @throws {RequiredError}
@@ -263,7 +263,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
263
263
  enableUsers(authorization: string, enableUsersRequestDto: EnableUsersRequestDto, options?: any): AxiosPromise<EnableUsersResponseClass>;
264
264
  /**
265
265
  *
266
- * @param {string} authorization Bearer Token
266
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
267
267
  * @param {string} code
268
268
  * @param {string} code2 code
269
269
  * @param {string} [expand] Fields to expand response by
@@ -274,7 +274,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
274
274
  /**
275
275
  * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
276
276
  * @summary List users
277
- * @param {string} authorization Bearer Token
277
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
278
278
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
279
279
  * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
280
280
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
@@ -293,7 +293,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
293
293
  */
294
294
  export interface UsersApiAssignUserRolesRequest {
295
295
  /**
296
- * Bearer Token
296
+ * Bearer Token: provided by the login endpoint under the name accessToken.
297
297
  * @type {string}
298
298
  * @memberof UsersApiAssignUserRoles
299
299
  */
@@ -318,7 +318,7 @@ export interface UsersApiAssignUserRolesRequest {
318
318
  */
319
319
  export interface UsersApiDeleteUserRequest {
320
320
  /**
321
- * Bearer Token
321
+ * Bearer Token: provided by the login endpoint under the name accessToken.
322
322
  * @type {string}
323
323
  * @memberof UsersApiDeleteUser
324
324
  */
@@ -337,7 +337,7 @@ export interface UsersApiDeleteUserRequest {
337
337
  */
338
338
  export interface UsersApiDeleteUsersRequest {
339
339
  /**
340
- * Bearer Token
340
+ * Bearer Token: provided by the login endpoint under the name accessToken.
341
341
  * @type {string}
342
342
  * @memberof UsersApiDeleteUsers
343
343
  */
@@ -356,7 +356,7 @@ export interface UsersApiDeleteUsersRequest {
356
356
  */
357
357
  export interface UsersApiDisableUserRequest {
358
358
  /**
359
- * Bearer Token
359
+ * Bearer Token: provided by the login endpoint under the name accessToken.
360
360
  * @type {string}
361
361
  * @memberof UsersApiDisableUser
362
362
  */
@@ -375,7 +375,7 @@ export interface UsersApiDisableUserRequest {
375
375
  */
376
376
  export interface UsersApiDisableUsersRequest {
377
377
  /**
378
- * Bearer Token
378
+ * Bearer Token: provided by the login endpoint under the name accessToken.
379
379
  * @type {string}
380
380
  * @memberof UsersApiDisableUsers
381
381
  */
@@ -394,7 +394,7 @@ export interface UsersApiDisableUsersRequest {
394
394
  */
395
395
  export interface UsersApiEnableUserRequest {
396
396
  /**
397
- * Bearer Token
397
+ * Bearer Token: provided by the login endpoint under the name accessToken.
398
398
  * @type {string}
399
399
  * @memberof UsersApiEnableUser
400
400
  */
@@ -413,7 +413,7 @@ export interface UsersApiEnableUserRequest {
413
413
  */
414
414
  export interface UsersApiEnableUsersRequest {
415
415
  /**
416
- * Bearer Token
416
+ * Bearer Token: provided by the login endpoint under the name accessToken.
417
417
  * @type {string}
418
418
  * @memberof UsersApiEnableUsers
419
419
  */
@@ -432,7 +432,7 @@ export interface UsersApiEnableUsersRequest {
432
432
  */
433
433
  export interface UsersApiGetUserRequest {
434
434
  /**
435
- * Bearer Token
435
+ * Bearer Token: provided by the login endpoint under the name accessToken.
436
436
  * @type {string}
437
437
  * @memberof UsersApiGetUser
438
438
  */
@@ -463,7 +463,7 @@ export interface UsersApiGetUserRequest {
463
463
  */
464
464
  export interface UsersApiListUsersRequest {
465
465
  /**
466
- * Bearer Token
466
+ * Bearer Token: provided by the login endpoint under the name accessToken.
467
467
  * @type {string}
468
468
  * @memberof UsersApiListUsers
469
469
  */
@@ -98,7 +98,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
98
98
  return {
99
99
  /**
100
100
  *
101
- * @param {string} authorization Bearer Token
101
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
102
102
  * @param {number} id
103
103
  * @param {AssignUserRolesRequestDto} assignUserRolesRequestDto
104
104
  * @param {*} [options] Override http request option.
@@ -152,7 +152,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
152
152
  },
153
153
  /**
154
154
  *
155
- * @param {string} authorization Bearer Token
155
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
156
156
  * @param {number} id
157
157
  * @param {*} [options] Override http request option.
158
158
  * @throws {RequiredError}
@@ -201,7 +201,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
201
201
  },
202
202
  /**
203
203
  *
204
- * @param {string} authorization Bearer Token
204
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
205
205
  * @param {BatchDeleteRequestDto} batchDeleteRequestDto
206
206
  * @param {*} [options] Override http request option.
207
207
  * @throws {RequiredError}
@@ -251,7 +251,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
251
251
  },
252
252
  /**
253
253
  *
254
- * @param {string} authorization Bearer Token
254
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
255
255
  * @param {number} id
256
256
  * @param {*} [options] Override http request option.
257
257
  * @throws {RequiredError}
@@ -300,7 +300,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
300
300
  },
301
301
  /**
302
302
  *
303
- * @param {string} authorization Bearer Token
303
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
304
304
  * @param {DisableUsersRequestDto} disableUsersRequestDto
305
305
  * @param {*} [options] Override http request option.
306
306
  * @throws {RequiredError}
@@ -350,7 +350,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
350
350
  },
351
351
  /**
352
352
  *
353
- * @param {string} authorization Bearer Token
353
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
354
354
  * @param {number} id
355
355
  * @param {*} [options] Override http request option.
356
356
  * @throws {RequiredError}
@@ -399,7 +399,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
399
399
  },
400
400
  /**
401
401
  *
402
- * @param {string} authorization Bearer Token
402
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
403
403
  * @param {EnableUsersRequestDto} enableUsersRequestDto
404
404
  * @param {*} [options] Override http request option.
405
405
  * @throws {RequiredError}
@@ -449,7 +449,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
449
449
  },
450
450
  /**
451
451
  *
452
- * @param {string} authorization Bearer Token
452
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
453
453
  * @param {string} code
454
454
  * @param {string} code2 code
455
455
  * @param {string} [expand] Fields to expand response by
@@ -509,7 +509,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
509
509
  /**
510
510
  * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
511
511
  * @summary List users
512
- * @param {string} authorization Bearer Token
512
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
513
513
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
514
514
  * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
515
515
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
@@ -588,7 +588,7 @@ var UsersApiFp = function (configuration) {
588
588
  return {
589
589
  /**
590
590
  *
591
- * @param {string} authorization Bearer Token
591
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
592
592
  * @param {number} id
593
593
  * @param {AssignUserRolesRequestDto} assignUserRolesRequestDto
594
594
  * @param {*} [options] Override http request option.
@@ -609,7 +609,7 @@ var UsersApiFp = function (configuration) {
609
609
  },
610
610
  /**
611
611
  *
612
- * @param {string} authorization Bearer Token
612
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
613
613
  * @param {number} id
614
614
  * @param {*} [options] Override http request option.
615
615
  * @throws {RequiredError}
@@ -629,7 +629,7 @@ var UsersApiFp = function (configuration) {
629
629
  },
630
630
  /**
631
631
  *
632
- * @param {string} authorization Bearer Token
632
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
633
633
  * @param {BatchDeleteRequestDto} batchDeleteRequestDto
634
634
  * @param {*} [options] Override http request option.
635
635
  * @throws {RequiredError}
@@ -649,7 +649,7 @@ var UsersApiFp = function (configuration) {
649
649
  },
650
650
  /**
651
651
  *
652
- * @param {string} authorization Bearer Token
652
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
653
653
  * @param {number} id
654
654
  * @param {*} [options] Override http request option.
655
655
  * @throws {RequiredError}
@@ -669,7 +669,7 @@ var UsersApiFp = function (configuration) {
669
669
  },
670
670
  /**
671
671
  *
672
- * @param {string} authorization Bearer Token
672
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
673
673
  * @param {DisableUsersRequestDto} disableUsersRequestDto
674
674
  * @param {*} [options] Override http request option.
675
675
  * @throws {RequiredError}
@@ -689,7 +689,7 @@ var UsersApiFp = function (configuration) {
689
689
  },
690
690
  /**
691
691
  *
692
- * @param {string} authorization Bearer Token
692
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
693
693
  * @param {number} id
694
694
  * @param {*} [options] Override http request option.
695
695
  * @throws {RequiredError}
@@ -709,7 +709,7 @@ var UsersApiFp = function (configuration) {
709
709
  },
710
710
  /**
711
711
  *
712
- * @param {string} authorization Bearer Token
712
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
713
713
  * @param {EnableUsersRequestDto} enableUsersRequestDto
714
714
  * @param {*} [options] Override http request option.
715
715
  * @throws {RequiredError}
@@ -729,7 +729,7 @@ var UsersApiFp = function (configuration) {
729
729
  },
730
730
  /**
731
731
  *
732
- * @param {string} authorization Bearer Token
732
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
733
733
  * @param {string} code
734
734
  * @param {string} code2 code
735
735
  * @param {string} [expand] Fields to expand response by
@@ -752,7 +752,7 @@ var UsersApiFp = function (configuration) {
752
752
  /**
753
753
  * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
754
754
  * @summary List users
755
- * @param {string} authorization Bearer Token
755
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
756
756
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
757
757
  * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
758
758
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
@@ -787,7 +787,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
787
787
  return {
788
788
  /**
789
789
  *
790
- * @param {string} authorization Bearer Token
790
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
791
791
  * @param {number} id
792
792
  * @param {AssignUserRolesRequestDto} assignUserRolesRequestDto
793
793
  * @param {*} [options] Override http request option.
@@ -798,7 +798,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
798
798
  },
799
799
  /**
800
800
  *
801
- * @param {string} authorization Bearer Token
801
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
802
802
  * @param {number} id
803
803
  * @param {*} [options] Override http request option.
804
804
  * @throws {RequiredError}
@@ -808,7 +808,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
808
808
  },
809
809
  /**
810
810
  *
811
- * @param {string} authorization Bearer Token
811
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
812
812
  * @param {BatchDeleteRequestDto} batchDeleteRequestDto
813
813
  * @param {*} [options] Override http request option.
814
814
  * @throws {RequiredError}
@@ -818,7 +818,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
818
818
  },
819
819
  /**
820
820
  *
821
- * @param {string} authorization Bearer Token
821
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
822
822
  * @param {number} id
823
823
  * @param {*} [options] Override http request option.
824
824
  * @throws {RequiredError}
@@ -828,7 +828,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
828
828
  },
829
829
  /**
830
830
  *
831
- * @param {string} authorization Bearer Token
831
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
832
832
  * @param {DisableUsersRequestDto} disableUsersRequestDto
833
833
  * @param {*} [options] Override http request option.
834
834
  * @throws {RequiredError}
@@ -838,7 +838,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
838
838
  },
839
839
  /**
840
840
  *
841
- * @param {string} authorization Bearer Token
841
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
842
842
  * @param {number} id
843
843
  * @param {*} [options] Override http request option.
844
844
  * @throws {RequiredError}
@@ -848,7 +848,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
848
848
  },
849
849
  /**
850
850
  *
851
- * @param {string} authorization Bearer Token
851
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
852
852
  * @param {EnableUsersRequestDto} enableUsersRequestDto
853
853
  * @param {*} [options] Override http request option.
854
854
  * @throws {RequiredError}
@@ -858,7 +858,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
858
858
  },
859
859
  /**
860
860
  *
861
- * @param {string} authorization Bearer Token
861
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
862
862
  * @param {string} code
863
863
  * @param {string} code2 code
864
864
  * @param {string} [expand] Fields to expand response by
@@ -871,7 +871,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
871
871
  /**
872
872
  * Returns a list of users you have previously created. The users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
873
873
  * @summary List users
874
- * @param {string} authorization Bearer Token
874
+ * @param {string} authorization Bearer Token: provided by the login endpoint under the name accessToken.
875
875
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
876
876
  * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
877
877
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/tenant-sdk-node",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "OpenAPI client for @emilgroup/tenant-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [