@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.
- package/.openapi-generator/FILES +2 -15
- package/README.md +2 -2
- package/api/custom-schema-api.ts +16 -16
- package/api/invite-organizations-api.ts +8 -8
- package/api/invite-users-api.ts +20 -20
- package/api/organizations-api.ts +128 -8
- package/api/users-api.ts +36 -36
- package/api.ts +0 -4
- 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/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 +74 -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/api.d.ts +0 -2
- package/dist/api.js +0 -2
- package/dist/base.d.ts +1 -1
- package/dist/base.js +3 -3
- 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/index.d.ts +2 -13
- package/dist/models/index.js +2 -13
- package/dist/models/invite-org-request-dto.d.ts +0 -12
- package/dist/models/invite-org-request-dto.js +0 -6
- 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 +18 -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/dist/models/update-organization-request-dto-rest.d.ts +60 -0
- package/dist/models/{get-data-report-response-class.d.ts → update-organization-response-class.d.ts} +7 -7
- package/models/create-custom-schema-request-dto.ts +2 -1
- package/models/index.ts +2 -13
- package/models/invite-org-request-dto.ts +0 -15
- package/models/org-invitation-class.ts +0 -15
- package/models/organization-class.ts +18 -15
- package/models/update-custom-schema-request-dto.ts +2 -1
- package/models/update-organization-request-dto-rest.ts +66 -0
- package/models/{create-data-report-response-class.ts → update-organization-response-class.ts} +7 -7
- package/package.json +2 -2
- package/api/data-report-api.ts +0 -677
- package/api/data-report-executor-api.ts +0 -165
- package/dist/api/data-report-api.d.ts +0 -380
- package/dist/api/data-report-api.js +0 -636
- package/dist/api/data-report-executor-api.d.ts +0 -93
- package/dist/api/data-report-executor-api.js +0 -224
- package/dist/models/create-data-report-request-dto.d.ts +0 -61
- package/dist/models/create-data-report-response-class.d.ts +0 -25
- package/dist/models/data-report-class.d.ts +0 -79
- package/dist/models/data-report-class.js +0 -15
- package/dist/models/data-report-filter-class.d.ts +0 -72
- package/dist/models/data-report-filter-class.js +0 -15
- package/dist/models/data-report-filter-dto.d.ts +0 -48
- package/dist/models/data-report-filter-dto.js +0 -15
- package/dist/models/data-report-filter-single-value-dto.d.ts +0 -42
- package/dist/models/data-report-filter-single-value-dto.js +0 -15
- package/dist/models/data-report-filter-value-dto.d.ts +0 -31
- package/dist/models/data-report-filter-value-dto.js +0 -15
- package/dist/models/get-data-report-response-class.js +0 -15
- package/dist/models/list-data-reports-response-class.d.ts +0 -31
- package/dist/models/list-data-reports-response-class.js +0 -15
- package/dist/models/run-data-report-request-dto.d.ts +0 -31
- package/dist/models/run-data-report-request-dto.js +0 -15
- package/dist/models/run-data-report-response-class.d.ts +0 -24
- package/dist/models/run-data-report-response-class.js +0 -15
- package/dist/models/update-data-report-request-dto.d.ts +0 -61
- package/dist/models/update-data-report-request-dto.js +0 -15
- package/dist/models/update-data-report-response-class.d.ts +0 -25
- package/dist/models/update-data-report-response-class.js +0 -15
- package/models/create-data-report-request-dto.ts +0 -67
- package/models/data-report-class.ts +0 -85
- package/models/data-report-filter-class.ts +0 -78
- package/models/data-report-filter-dto.ts +0 -54
- package/models/data-report-filter-single-value-dto.ts +0 -48
- package/models/data-report-filter-value-dto.ts +0 -37
- package/models/get-data-report-response-class.ts +0 -31
- package/models/list-data-reports-response-class.ts +0 -37
- package/models/run-data-report-request-dto.ts +0 -37
- package/models/run-data-report-response-class.ts +0 -30
- package/models/update-data-report-request-dto.ts +0 -67
- package/models/update-data-report-response-class.ts +0 -31
- /package/dist/models/{create-data-report-request-dto.js → update-organization-request-dto-rest.js} +0 -0
- /package/dist/models/{create-data-report-response-class.js → update-organization-response-class.js} +0 -0
|
@@ -27,7 +27,7 @@ export declare const CustomSchemaApiAxiosParamCreator: (configuration?: Configur
|
|
|
27
27
|
* 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.
|
|
28
28
|
* @summary Create the custom-schema
|
|
29
29
|
* @param {CreateCustomSchemaRequestDto} createCustomSchemaRequestDto
|
|
30
|
-
* @param {string} [authorization] Bearer Token
|
|
30
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
31
31
|
* @param {*} [options] Override http request option.
|
|
32
32
|
* @throws {RequiredError}
|
|
33
33
|
*/
|
|
@@ -36,7 +36,7 @@ export declare const CustomSchemaApiAxiosParamCreator: (configuration?: Configur
|
|
|
36
36
|
* 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.
|
|
37
37
|
* @summary Retrieve the custom-schema
|
|
38
38
|
* @param {string} code Unique identifier for the object.
|
|
39
|
-
* @param {string} [authorization] Bearer Token
|
|
39
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
40
40
|
* @param {string} [expand] Fields to expand response by
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
42
42
|
* @throws {RequiredError}
|
|
@@ -45,7 +45,7 @@ export declare const CustomSchemaApiAxiosParamCreator: (configuration?: Configur
|
|
|
45
45
|
/**
|
|
46
46
|
* 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.
|
|
47
47
|
* @summary List custom-schemas
|
|
48
|
-
* @param {string} [authorization] Bearer Token
|
|
48
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
49
49
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
50
50
|
* @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.
|
|
51
51
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -61,7 +61,7 @@ export declare const CustomSchemaApiAxiosParamCreator: (configuration?: Configur
|
|
|
61
61
|
* @summary Update the custom-schema
|
|
62
62
|
* @param {string} code
|
|
63
63
|
* @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
|
|
64
|
-
* @param {string} [authorization] Bearer Token
|
|
64
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
65
65
|
* @param {*} [options] Override http request option.
|
|
66
66
|
* @throws {RequiredError}
|
|
67
67
|
*/
|
|
@@ -76,7 +76,7 @@ export declare const CustomSchemaApiFp: (configuration?: Configuration) => {
|
|
|
76
76
|
* 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.
|
|
77
77
|
* @summary Create the custom-schema
|
|
78
78
|
* @param {CreateCustomSchemaRequestDto} createCustomSchemaRequestDto
|
|
79
|
-
* @param {string} [authorization] Bearer Token
|
|
79
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
80
80
|
* @param {*} [options] Override http request option.
|
|
81
81
|
* @throws {RequiredError}
|
|
82
82
|
*/
|
|
@@ -85,7 +85,7 @@ export declare const CustomSchemaApiFp: (configuration?: Configuration) => {
|
|
|
85
85
|
* 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.
|
|
86
86
|
* @summary Retrieve the custom-schema
|
|
87
87
|
* @param {string} code Unique identifier for the object.
|
|
88
|
-
* @param {string} [authorization] Bearer Token
|
|
88
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
89
89
|
* @param {string} [expand] Fields to expand response by
|
|
90
90
|
* @param {*} [options] Override http request option.
|
|
91
91
|
* @throws {RequiredError}
|
|
@@ -94,7 +94,7 @@ export declare const CustomSchemaApiFp: (configuration?: Configuration) => {
|
|
|
94
94
|
/**
|
|
95
95
|
* 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.
|
|
96
96
|
* @summary List custom-schemas
|
|
97
|
-
* @param {string} [authorization] Bearer Token
|
|
97
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
98
98
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
99
99
|
* @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.
|
|
100
100
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -110,7 +110,7 @@ export declare const CustomSchemaApiFp: (configuration?: Configuration) => {
|
|
|
110
110
|
* @summary Update the custom-schema
|
|
111
111
|
* @param {string} code
|
|
112
112
|
* @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
|
|
113
|
-
* @param {string} [authorization] Bearer Token
|
|
113
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
114
114
|
* @param {*} [options] Override http request option.
|
|
115
115
|
* @throws {RequiredError}
|
|
116
116
|
*/
|
|
@@ -125,7 +125,7 @@ export declare const CustomSchemaApiFactory: (configuration?: Configuration, bas
|
|
|
125
125
|
* 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.
|
|
126
126
|
* @summary Create the custom-schema
|
|
127
127
|
* @param {CreateCustomSchemaRequestDto} createCustomSchemaRequestDto
|
|
128
|
-
* @param {string} [authorization] Bearer Token
|
|
128
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
129
129
|
* @param {*} [options] Override http request option.
|
|
130
130
|
* @throws {RequiredError}
|
|
131
131
|
*/
|
|
@@ -134,7 +134,7 @@ export declare const CustomSchemaApiFactory: (configuration?: Configuration, bas
|
|
|
134
134
|
* 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.
|
|
135
135
|
* @summary Retrieve the custom-schema
|
|
136
136
|
* @param {string} code Unique identifier for the object.
|
|
137
|
-
* @param {string} [authorization] Bearer Token
|
|
137
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
138
138
|
* @param {string} [expand] Fields to expand response by
|
|
139
139
|
* @param {*} [options] Override http request option.
|
|
140
140
|
* @throws {RequiredError}
|
|
@@ -143,7 +143,7 @@ export declare const CustomSchemaApiFactory: (configuration?: Configuration, bas
|
|
|
143
143
|
/**
|
|
144
144
|
* 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.
|
|
145
145
|
* @summary List custom-schemas
|
|
146
|
-
* @param {string} [authorization] Bearer Token
|
|
146
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
147
147
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
148
148
|
* @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.
|
|
149
149
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -159,7 +159,7 @@ export declare const CustomSchemaApiFactory: (configuration?: Configuration, bas
|
|
|
159
159
|
* @summary Update the custom-schema
|
|
160
160
|
* @param {string} code
|
|
161
161
|
* @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
|
|
162
|
-
* @param {string} [authorization] Bearer Token
|
|
162
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
163
163
|
* @param {*} [options] Override http request option.
|
|
164
164
|
* @throws {RequiredError}
|
|
165
165
|
*/
|
|
@@ -178,7 +178,7 @@ export interface CustomSchemaApiCreateCustomSchemaRequest {
|
|
|
178
178
|
*/
|
|
179
179
|
readonly createCustomSchemaRequestDto: CreateCustomSchemaRequestDto;
|
|
180
180
|
/**
|
|
181
|
-
* Bearer Token
|
|
181
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
182
182
|
* @type {string}
|
|
183
183
|
* @memberof CustomSchemaApiCreateCustomSchema
|
|
184
184
|
*/
|
|
@@ -197,7 +197,7 @@ export interface CustomSchemaApiGetCustomSchemaRequest {
|
|
|
197
197
|
*/
|
|
198
198
|
readonly code: string;
|
|
199
199
|
/**
|
|
200
|
-
* Bearer Token
|
|
200
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
201
201
|
* @type {string}
|
|
202
202
|
* @memberof CustomSchemaApiGetCustomSchema
|
|
203
203
|
*/
|
|
@@ -216,7 +216,7 @@ export interface CustomSchemaApiGetCustomSchemaRequest {
|
|
|
216
216
|
*/
|
|
217
217
|
export interface CustomSchemaApiListCustomSchemasRequest {
|
|
218
218
|
/**
|
|
219
|
-
* Bearer Token
|
|
219
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
220
220
|
* @type {string}
|
|
221
221
|
* @memberof CustomSchemaApiListCustomSchemas
|
|
222
222
|
*/
|
|
@@ -277,7 +277,7 @@ export interface CustomSchemaApiUpdateCustomSchemaRequest {
|
|
|
277
277
|
*/
|
|
278
278
|
readonly updateCustomSchemaRequestDto: UpdateCustomSchemaRequestDto;
|
|
279
279
|
/**
|
|
280
|
-
* Bearer Token
|
|
280
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
281
281
|
* @type {string}
|
|
282
282
|
* @memberof CustomSchemaApiUpdateCustomSchema
|
|
283
283
|
*/
|
|
@@ -100,7 +100,7 @@ var CustomSchemaApiAxiosParamCreator = function (configuration) {
|
|
|
100
100
|
* 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.
|
|
101
101
|
* @summary Create the custom-schema
|
|
102
102
|
* @param {CreateCustomSchemaRequestDto} createCustomSchemaRequestDto
|
|
103
|
-
* @param {string} [authorization] Bearer Token
|
|
103
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
104
104
|
* @param {*} [options] Override http request option.
|
|
105
105
|
* @throws {RequiredError}
|
|
106
106
|
*/
|
|
@@ -149,7 +149,7 @@ var CustomSchemaApiAxiosParamCreator = function (configuration) {
|
|
|
149
149
|
* 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.
|
|
150
150
|
* @summary Retrieve the custom-schema
|
|
151
151
|
* @param {string} code Unique identifier for the object.
|
|
152
|
-
* @param {string} [authorization] Bearer Token
|
|
152
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
153
153
|
* @param {string} [expand] Fields to expand response by
|
|
154
154
|
* @param {*} [options] Override http request option.
|
|
155
155
|
* @throws {RequiredError}
|
|
@@ -200,7 +200,7 @@ var CustomSchemaApiAxiosParamCreator = function (configuration) {
|
|
|
200
200
|
/**
|
|
201
201
|
* 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.
|
|
202
202
|
* @summary List custom-schemas
|
|
203
|
-
* @param {string} [authorization] Bearer Token
|
|
203
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
204
204
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
205
205
|
* @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.
|
|
206
206
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -270,7 +270,7 @@ var CustomSchemaApiAxiosParamCreator = function (configuration) {
|
|
|
270
270
|
* @summary Update the custom-schema
|
|
271
271
|
* @param {string} code
|
|
272
272
|
* @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
|
|
273
|
-
* @param {string} [authorization] Bearer Token
|
|
273
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
274
274
|
* @param {*} [options] Override http request option.
|
|
275
275
|
* @throws {RequiredError}
|
|
276
276
|
*/
|
|
@@ -332,7 +332,7 @@ var CustomSchemaApiFp = function (configuration) {
|
|
|
332
332
|
* 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.
|
|
333
333
|
* @summary Create the custom-schema
|
|
334
334
|
* @param {CreateCustomSchemaRequestDto} createCustomSchemaRequestDto
|
|
335
|
-
* @param {string} [authorization] Bearer Token
|
|
335
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
336
336
|
* @param {*} [options] Override http request option.
|
|
337
337
|
* @throws {RequiredError}
|
|
338
338
|
*/
|
|
@@ -353,7 +353,7 @@ var CustomSchemaApiFp = function (configuration) {
|
|
|
353
353
|
* 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.
|
|
354
354
|
* @summary Retrieve the custom-schema
|
|
355
355
|
* @param {string} code Unique identifier for the object.
|
|
356
|
-
* @param {string} [authorization] Bearer Token
|
|
356
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
357
357
|
* @param {string} [expand] Fields to expand response by
|
|
358
358
|
* @param {*} [options] Override http request option.
|
|
359
359
|
* @throws {RequiredError}
|
|
@@ -374,7 +374,7 @@ var CustomSchemaApiFp = function (configuration) {
|
|
|
374
374
|
/**
|
|
375
375
|
* 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.
|
|
376
376
|
* @summary List custom-schemas
|
|
377
|
-
* @param {string} [authorization] Bearer Token
|
|
377
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
378
378
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
379
379
|
* @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.
|
|
380
380
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -402,7 +402,7 @@ var CustomSchemaApiFp = function (configuration) {
|
|
|
402
402
|
* @summary Update the custom-schema
|
|
403
403
|
* @param {string} code
|
|
404
404
|
* @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
|
|
405
|
-
* @param {string} [authorization] Bearer Token
|
|
405
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
406
406
|
* @param {*} [options] Override http request option.
|
|
407
407
|
* @throws {RequiredError}
|
|
408
408
|
*/
|
|
@@ -433,7 +433,7 @@ var CustomSchemaApiFactory = function (configuration, basePath, axios) {
|
|
|
433
433
|
* 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.
|
|
434
434
|
* @summary Create the custom-schema
|
|
435
435
|
* @param {CreateCustomSchemaRequestDto} createCustomSchemaRequestDto
|
|
436
|
-
* @param {string} [authorization] Bearer Token
|
|
436
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
437
437
|
* @param {*} [options] Override http request option.
|
|
438
438
|
* @throws {RequiredError}
|
|
439
439
|
*/
|
|
@@ -444,7 +444,7 @@ var CustomSchemaApiFactory = function (configuration, basePath, axios) {
|
|
|
444
444
|
* 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.
|
|
445
445
|
* @summary Retrieve the custom-schema
|
|
446
446
|
* @param {string} code Unique identifier for the object.
|
|
447
|
-
* @param {string} [authorization] Bearer Token
|
|
447
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
448
448
|
* @param {string} [expand] Fields to expand response by
|
|
449
449
|
* @param {*} [options] Override http request option.
|
|
450
450
|
* @throws {RequiredError}
|
|
@@ -455,7 +455,7 @@ var CustomSchemaApiFactory = function (configuration, basePath, axios) {
|
|
|
455
455
|
/**
|
|
456
456
|
* 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.
|
|
457
457
|
* @summary List custom-schemas
|
|
458
|
-
* @param {string} [authorization] Bearer Token
|
|
458
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
459
459
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
460
460
|
* @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.
|
|
461
461
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -473,7 +473,7 @@ var CustomSchemaApiFactory = function (configuration, basePath, axios) {
|
|
|
473
473
|
* @summary Update the custom-schema
|
|
474
474
|
* @param {string} code
|
|
475
475
|
* @param {UpdateCustomSchemaRequestDto} updateCustomSchemaRequestDto
|
|
476
|
-
* @param {string} [authorization] Bearer Token
|
|
476
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
477
477
|
* @param {*} [options] Override http request option.
|
|
478
478
|
* @throws {RequiredError}
|
|
479
479
|
*/
|
|
@@ -24,7 +24,7 @@ export declare const InviteOrganizationsApiAxiosParamCreator: (configuration?: C
|
|
|
24
24
|
* This sends an email to invite an organization.
|
|
25
25
|
* @summary Invite an organization
|
|
26
26
|
* @param {InviteOrgRequestDto} inviteOrgRequestDto
|
|
27
|
-
* @param {string} [authorization] Bearer Token
|
|
27
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
28
28
|
* @param {*} [options] Override http request option.
|
|
29
29
|
* @throws {RequiredError}
|
|
30
30
|
*/
|
|
@@ -32,7 +32,7 @@ export declare const InviteOrganizationsApiAxiosParamCreator: (configuration?: C
|
|
|
32
32
|
/**
|
|
33
33
|
* 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.
|
|
34
34
|
* @summary List org invitations
|
|
35
|
-
* @param {string} [authorization] Bearer Token
|
|
35
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
36
36
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
37
37
|
* @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.
|
|
38
38
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -53,7 +53,7 @@ export declare const InviteOrganizationsApiFp: (configuration?: Configuration) =
|
|
|
53
53
|
* This sends an email to invite an organization.
|
|
54
54
|
* @summary Invite an organization
|
|
55
55
|
* @param {InviteOrgRequestDto} inviteOrgRequestDto
|
|
56
|
-
* @param {string} [authorization] Bearer Token
|
|
56
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
57
57
|
* @param {*} [options] Override http request option.
|
|
58
58
|
* @throws {RequiredError}
|
|
59
59
|
*/
|
|
@@ -61,7 +61,7 @@ export declare const InviteOrganizationsApiFp: (configuration?: Configuration) =
|
|
|
61
61
|
/**
|
|
62
62
|
* 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.
|
|
63
63
|
* @summary List org invitations
|
|
64
|
-
* @param {string} [authorization] Bearer Token
|
|
64
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
65
65
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
66
66
|
* @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.
|
|
67
67
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -82,7 +82,7 @@ export declare const InviteOrganizationsApiFactory: (configuration?: Configurati
|
|
|
82
82
|
* This sends an email to invite an organization.
|
|
83
83
|
* @summary Invite an organization
|
|
84
84
|
* @param {InviteOrgRequestDto} inviteOrgRequestDto
|
|
85
|
-
* @param {string} [authorization] Bearer Token
|
|
85
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
86
86
|
* @param {*} [options] Override http request option.
|
|
87
87
|
* @throws {RequiredError}
|
|
88
88
|
*/
|
|
@@ -90,7 +90,7 @@ export declare const InviteOrganizationsApiFactory: (configuration?: Configurati
|
|
|
90
90
|
/**
|
|
91
91
|
* 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.
|
|
92
92
|
* @summary List org invitations
|
|
93
|
-
* @param {string} [authorization] Bearer Token
|
|
93
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
94
94
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
95
95
|
* @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.
|
|
96
96
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -115,7 +115,7 @@ export interface InviteOrganizationsApiInviteOrgRequest {
|
|
|
115
115
|
*/
|
|
116
116
|
readonly inviteOrgRequestDto: InviteOrgRequestDto;
|
|
117
117
|
/**
|
|
118
|
-
* Bearer Token
|
|
118
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
119
119
|
* @type {string}
|
|
120
120
|
* @memberof InviteOrganizationsApiInviteOrg
|
|
121
121
|
*/
|
|
@@ -128,7 +128,7 @@ export interface InviteOrganizationsApiInviteOrgRequest {
|
|
|
128
128
|
*/
|
|
129
129
|
export interface InviteOrganizationsApiListOrgInvitationsRequest {
|
|
130
130
|
/**
|
|
131
|
-
* Bearer Token
|
|
131
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
132
132
|
* @type {string}
|
|
133
133
|
* @memberof InviteOrganizationsApiListOrgInvitations
|
|
134
134
|
*/
|
|
@@ -100,7 +100,7 @@ var InviteOrganizationsApiAxiosParamCreator = function (configuration) {
|
|
|
100
100
|
* This sends an email to invite an organization.
|
|
101
101
|
* @summary Invite an organization
|
|
102
102
|
* @param {InviteOrgRequestDto} inviteOrgRequestDto
|
|
103
|
-
* @param {string} [authorization] Bearer Token
|
|
103
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
104
104
|
* @param {*} [options] Override http request option.
|
|
105
105
|
* @throws {RequiredError}
|
|
106
106
|
*/
|
|
@@ -148,7 +148,7 @@ var InviteOrganizationsApiAxiosParamCreator = function (configuration) {
|
|
|
148
148
|
/**
|
|
149
149
|
* 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.
|
|
150
150
|
* @summary List org invitations
|
|
151
|
-
* @param {string} [authorization] Bearer Token
|
|
151
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
152
152
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
153
153
|
* @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.
|
|
154
154
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -227,7 +227,7 @@ var InviteOrganizationsApiFp = function (configuration) {
|
|
|
227
227
|
* This sends an email to invite an organization.
|
|
228
228
|
* @summary Invite an organization
|
|
229
229
|
* @param {InviteOrgRequestDto} inviteOrgRequestDto
|
|
230
|
-
* @param {string} [authorization] Bearer Token
|
|
230
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
231
231
|
* @param {*} [options] Override http request option.
|
|
232
232
|
* @throws {RequiredError}
|
|
233
233
|
*/
|
|
@@ -247,7 +247,7 @@ var InviteOrganizationsApiFp = function (configuration) {
|
|
|
247
247
|
/**
|
|
248
248
|
* 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.
|
|
249
249
|
* @summary List org invitations
|
|
250
|
-
* @param {string} [authorization] Bearer Token
|
|
250
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
251
251
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
252
252
|
* @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.
|
|
253
253
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -284,7 +284,7 @@ var InviteOrganizationsApiFactory = function (configuration, basePath, axios) {
|
|
|
284
284
|
* This sends an email to invite an organization.
|
|
285
285
|
* @summary Invite an organization
|
|
286
286
|
* @param {InviteOrgRequestDto} inviteOrgRequestDto
|
|
287
|
-
* @param {string} [authorization] Bearer Token
|
|
287
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
288
288
|
* @param {*} [options] Override http request option.
|
|
289
289
|
* @throws {RequiredError}
|
|
290
290
|
*/
|
|
@@ -294,7 +294,7 @@ var InviteOrganizationsApiFactory = function (configuration, basePath, axios) {
|
|
|
294
294
|
/**
|
|
295
295
|
* 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.
|
|
296
296
|
* @summary List org invitations
|
|
297
|
-
* @param {string} [authorization] Bearer Token
|
|
297
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
298
298
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
299
299
|
* @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.
|
|
300
300
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -29,7 +29,7 @@ export declare const InviteUsersApiAxiosParamCreator: (configuration?: Configura
|
|
|
29
29
|
* Permanently deletes the invited user. Supply the unique id that was returned when you created the invited user and this will delete it.
|
|
30
30
|
* @summary Delete the invited user
|
|
31
31
|
* @param {number} id
|
|
32
|
-
* @param {string} [authorization] Bearer Token
|
|
32
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
33
33
|
* @param {*} [options] Override http request option.
|
|
34
34
|
* @throws {RequiredError}
|
|
35
35
|
*/
|
|
@@ -38,7 +38,7 @@ export declare const InviteUsersApiAxiosParamCreator: (configuration?: Configura
|
|
|
38
38
|
* 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.
|
|
39
39
|
* @summary Delete invited users.
|
|
40
40
|
* @param {BatchDeleteRequestDto} batchDeleteRequestDto
|
|
41
|
-
* @param {string} [authorization] Bearer Token
|
|
41
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
@@ -47,7 +47,7 @@ export declare const InviteUsersApiAxiosParamCreator: (configuration?: Configura
|
|
|
47
47
|
* This send an email to invite a user with the specific role/roles.
|
|
48
48
|
* @summary Invite a user
|
|
49
49
|
* @param {InviteUserRequestDto} inviteUserRequestDto
|
|
50
|
-
* @param {string} [authorization] Bearer Token
|
|
50
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
51
51
|
* @param {*} [options] Override http request option.
|
|
52
52
|
* @throws {RequiredError}
|
|
53
53
|
*/
|
|
@@ -56,7 +56,7 @@ export declare const InviteUsersApiAxiosParamCreator: (configuration?: Configura
|
|
|
56
56
|
* This send bulk emails to invite users with the specific role/roles.
|
|
57
57
|
* @summary Invite batch of users
|
|
58
58
|
* @param {InviteUsersRequestDto} inviteUsersRequestDto
|
|
59
|
-
* @param {string} [authorization] Bearer Token
|
|
59
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
60
60
|
* @param {*} [options] Override http request option.
|
|
61
61
|
* @throws {RequiredError}
|
|
62
62
|
*/
|
|
@@ -64,7 +64,7 @@ export declare const InviteUsersApiAxiosParamCreator: (configuration?: Configura
|
|
|
64
64
|
/**
|
|
65
65
|
* 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.
|
|
66
66
|
* @summary List invited users
|
|
67
|
-
* @param {string} [authorization] Bearer Token
|
|
67
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
68
68
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
69
69
|
* @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.
|
|
70
70
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -85,7 +85,7 @@ export declare const InviteUsersApiFp: (configuration?: Configuration) => {
|
|
|
85
85
|
* Permanently deletes the invited user. Supply the unique id that was returned when you created the invited user and this will delete it.
|
|
86
86
|
* @summary Delete the invited user
|
|
87
87
|
* @param {number} id
|
|
88
|
-
* @param {string} [authorization] Bearer Token
|
|
88
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
89
89
|
* @param {*} [options] Override http request option.
|
|
90
90
|
* @throws {RequiredError}
|
|
91
91
|
*/
|
|
@@ -94,7 +94,7 @@ export declare const InviteUsersApiFp: (configuration?: Configuration) => {
|
|
|
94
94
|
* 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.
|
|
95
95
|
* @summary Delete invited users.
|
|
96
96
|
* @param {BatchDeleteRequestDto} batchDeleteRequestDto
|
|
97
|
-
* @param {string} [authorization] Bearer Token
|
|
97
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
98
98
|
* @param {*} [options] Override http request option.
|
|
99
99
|
* @throws {RequiredError}
|
|
100
100
|
*/
|
|
@@ -103,7 +103,7 @@ export declare const InviteUsersApiFp: (configuration?: Configuration) => {
|
|
|
103
103
|
* This send an email to invite a user with the specific role/roles.
|
|
104
104
|
* @summary Invite a user
|
|
105
105
|
* @param {InviteUserRequestDto} inviteUserRequestDto
|
|
106
|
-
* @param {string} [authorization] Bearer Token
|
|
106
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
107
107
|
* @param {*} [options] Override http request option.
|
|
108
108
|
* @throws {RequiredError}
|
|
109
109
|
*/
|
|
@@ -112,7 +112,7 @@ export declare const InviteUsersApiFp: (configuration?: Configuration) => {
|
|
|
112
112
|
* This send bulk emails to invite users with the specific role/roles.
|
|
113
113
|
* @summary Invite batch of users
|
|
114
114
|
* @param {InviteUsersRequestDto} inviteUsersRequestDto
|
|
115
|
-
* @param {string} [authorization] Bearer Token
|
|
115
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
116
116
|
* @param {*} [options] Override http request option.
|
|
117
117
|
* @throws {RequiredError}
|
|
118
118
|
*/
|
|
@@ -120,7 +120,7 @@ export declare const InviteUsersApiFp: (configuration?: Configuration) => {
|
|
|
120
120
|
/**
|
|
121
121
|
* 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.
|
|
122
122
|
* @summary List invited users
|
|
123
|
-
* @param {string} [authorization] Bearer Token
|
|
123
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
124
124
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
125
125
|
* @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.
|
|
126
126
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -141,7 +141,7 @@ export declare const InviteUsersApiFactory: (configuration?: Configuration, base
|
|
|
141
141
|
* Permanently deletes the invited user. Supply the unique id that was returned when you created the invited user and this will delete it.
|
|
142
142
|
* @summary Delete the invited user
|
|
143
143
|
* @param {number} id
|
|
144
|
-
* @param {string} [authorization] Bearer Token
|
|
144
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
145
145
|
* @param {*} [options] Override http request option.
|
|
146
146
|
* @throws {RequiredError}
|
|
147
147
|
*/
|
|
@@ -150,7 +150,7 @@ export declare const InviteUsersApiFactory: (configuration?: Configuration, base
|
|
|
150
150
|
* 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.
|
|
151
151
|
* @summary Delete invited users.
|
|
152
152
|
* @param {BatchDeleteRequestDto} batchDeleteRequestDto
|
|
153
|
-
* @param {string} [authorization] Bearer Token
|
|
153
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
154
154
|
* @param {*} [options] Override http request option.
|
|
155
155
|
* @throws {RequiredError}
|
|
156
156
|
*/
|
|
@@ -159,7 +159,7 @@ export declare const InviteUsersApiFactory: (configuration?: Configuration, base
|
|
|
159
159
|
* This send an email to invite a user with the specific role/roles.
|
|
160
160
|
* @summary Invite a user
|
|
161
161
|
* @param {InviteUserRequestDto} inviteUserRequestDto
|
|
162
|
-
* @param {string} [authorization] Bearer Token
|
|
162
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
163
163
|
* @param {*} [options] Override http request option.
|
|
164
164
|
* @throws {RequiredError}
|
|
165
165
|
*/
|
|
@@ -168,7 +168,7 @@ export declare const InviteUsersApiFactory: (configuration?: Configuration, base
|
|
|
168
168
|
* This send bulk emails to invite users with the specific role/roles.
|
|
169
169
|
* @summary Invite batch of users
|
|
170
170
|
* @param {InviteUsersRequestDto} inviteUsersRequestDto
|
|
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
|
*/
|
|
@@ -176,7 +176,7 @@ export declare const InviteUsersApiFactory: (configuration?: Configuration, base
|
|
|
176
176
|
/**
|
|
177
177
|
* 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.
|
|
178
178
|
* @summary List invited users
|
|
179
|
-
* @param {string} [authorization] Bearer Token
|
|
179
|
+
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
180
180
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
181
181
|
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
182
182
|
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -201,7 +201,7 @@ export interface InviteUsersApiDeleteInviteRequest {
|
|
|
201
201
|
*/
|
|
202
202
|
readonly id: number;
|
|
203
203
|
/**
|
|
204
|
-
* Bearer Token
|
|
204
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
205
205
|
* @type {string}
|
|
206
206
|
* @memberof InviteUsersApiDeleteInvite
|
|
207
207
|
*/
|
|
@@ -220,7 +220,7 @@ export interface InviteUsersApiDeleteInvitesRequest {
|
|
|
220
220
|
*/
|
|
221
221
|
readonly batchDeleteRequestDto: BatchDeleteRequestDto;
|
|
222
222
|
/**
|
|
223
|
-
* Bearer Token
|
|
223
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
224
224
|
* @type {string}
|
|
225
225
|
* @memberof InviteUsersApiDeleteInvites
|
|
226
226
|
*/
|
|
@@ -239,7 +239,7 @@ export interface InviteUsersApiInviteUserRequest {
|
|
|
239
239
|
*/
|
|
240
240
|
readonly inviteUserRequestDto: InviteUserRequestDto;
|
|
241
241
|
/**
|
|
242
|
-
* Bearer Token
|
|
242
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
243
243
|
* @type {string}
|
|
244
244
|
* @memberof InviteUsersApiInviteUser
|
|
245
245
|
*/
|
|
@@ -258,7 +258,7 @@ export interface InviteUsersApiInviteUsersRequest {
|
|
|
258
258
|
*/
|
|
259
259
|
readonly inviteUsersRequestDto: InviteUsersRequestDto;
|
|
260
260
|
/**
|
|
261
|
-
* Bearer Token
|
|
261
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
262
262
|
* @type {string}
|
|
263
263
|
* @memberof InviteUsersApiInviteUsers
|
|
264
264
|
*/
|
|
@@ -271,7 +271,7 @@ export interface InviteUsersApiInviteUsersRequest {
|
|
|
271
271
|
*/
|
|
272
272
|
export interface InviteUsersApiListInvitesRequest {
|
|
273
273
|
/**
|
|
274
|
-
* Bearer Token
|
|
274
|
+
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
275
275
|
* @type {string}
|
|
276
276
|
* @memberof InviteUsersApiListInvites
|
|
277
277
|
*/
|