@emilgroup/insurance-sdk-node 1.53.0 → 1.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +5 -0
- package/README.md +2 -2
- package/api/booking-funnel-versions-api.ts +4 -4
- package/api/booking-funnels-api.ts +20 -12
- package/api/commission-agreement-products-api.ts +8 -8
- package/api/commission-agreement-versions-api.ts +8 -8
- package/api/commission-agreements-api.ts +8 -8
- package/api/commission-recipients-api.ts +8 -8
- package/api/emil-functions-api.ts +8 -8
- package/api/lead-statuses-api.ts +4 -4
- package/api/lead-versions-api.ts +4 -4
- package/api/leads-api.ts +4 -4
- package/api/partner-links-api.ts +4 -4
- package/api/partner-roles-api.ts +4 -4
- package/api/policies-api.ts +16 -16
- package/api/products-api.ts +8 -8
- package/api/status-transition-rules-api.ts +4 -4
- package/base.ts +15 -7
- package/dist/api/booking-funnel-versions-api.d.ts +4 -4
- package/dist/api/booking-funnel-versions-api.js +4 -4
- package/dist/api/booking-funnels-api.d.ts +20 -16
- package/dist/api/booking-funnels-api.js +4 -4
- package/dist/api/commission-agreement-products-api.d.ts +8 -8
- package/dist/api/commission-agreement-products-api.js +7 -7
- package/dist/api/commission-agreement-versions-api.d.ts +8 -8
- package/dist/api/commission-agreement-versions-api.js +7 -7
- package/dist/api/commission-agreements-api.d.ts +8 -8
- package/dist/api/commission-agreements-api.js +7 -7
- package/dist/api/commission-recipients-api.d.ts +8 -8
- package/dist/api/commission-recipients-api.js +7 -7
- package/dist/api/emil-functions-api.d.ts +8 -8
- package/dist/api/emil-functions-api.js +8 -8
- package/dist/api/lead-statuses-api.d.ts +4 -4
- package/dist/api/lead-statuses-api.js +4 -4
- package/dist/api/lead-versions-api.d.ts +4 -4
- package/dist/api/lead-versions-api.js +4 -4
- package/dist/api/leads-api.d.ts +4 -4
- package/dist/api/leads-api.js +4 -4
- package/dist/api/partner-links-api.d.ts +4 -4
- package/dist/api/partner-links-api.js +3 -3
- package/dist/api/partner-roles-api.d.ts +4 -4
- package/dist/api/partner-roles-api.js +4 -4
- package/dist/api/policies-api.d.ts +16 -16
- package/dist/api/policies-api.js +14 -14
- package/dist/api/products-api.d.ts +8 -8
- package/dist/api/products-api.js +8 -8
- package/dist/api/status-transition-rules-api.d.ts +4 -4
- package/dist/api/status-transition-rules-api.js +4 -4
- package/dist/base.d.ts +3 -1
- package/dist/base.js +27 -20
- package/dist/models/booking-funnel-class.d.ts +12 -0
- package/dist/models/commission-agreement-class.d.ts +12 -0
- package/dist/models/commission-agreement-item-class.d.ts +12 -0
- package/dist/models/commission-agreement-product-class.d.ts +12 -0
- package/dist/models/commission-agreement-version-class.d.ts +12 -0
- package/dist/models/commission-recipient-class.d.ts +12 -0
- package/dist/models/create-booking-funnel-response-class.d.ts +25 -0
- package/dist/models/create-booking-funnel-response-class.js +15 -0
- package/dist/models/create-dummy-policy-request-dto.d.ts +6 -0
- package/dist/models/create-lead-request-dto.d.ts +4 -9
- package/dist/models/emil-function-class.d.ts +12 -0
- package/dist/models/get-booking-funnel-response-class.d.ts +25 -0
- package/dist/models/get-booking-funnel-response-class.js +15 -0
- package/dist/models/index.d.ts +5 -0
- package/dist/models/index.js +5 -0
- package/dist/models/insured-object-class.d.ts +12 -0
- package/dist/models/insured-object-type-class.d.ts +12 -0
- package/dist/models/lead-class.d.ts +12 -0
- package/dist/models/lead-status-class.d.ts +12 -0
- package/dist/models/link-lead-partner-request-dto.d.ts +36 -0
- package/dist/models/link-lead-partner-request-dto.js +15 -0
- package/dist/models/list-named-ranges-response-class.d.ts +3 -2
- package/dist/models/named-range-class.d.ts +12 -0
- package/dist/models/partner-link-class.d.ts +12 -0
- package/dist/models/partner-role-class.d.ts +12 -0
- package/dist/models/patch-booking-funnel-response-class.d.ts +25 -0
- package/dist/models/patch-booking-funnel-response-class.js +15 -0
- package/dist/models/policy-class.d.ts +12 -0
- package/dist/models/policy-object-class.d.ts +12 -0
- package/dist/models/policy-premium-class.d.ts +12 -0
- package/dist/models/policy-premium-item-class.d.ts +12 -0
- package/dist/models/policy-version-class.d.ts +12 -0
- package/dist/models/premium-formula-class.d.ts +12 -0
- package/dist/models/product-class.d.ts +12 -0
- package/dist/models/product-factor-class.d.ts +12 -0
- package/dist/models/product-factor-for-version-class.d.ts +12 -0
- package/dist/models/product-factor-value-class.d.ts +12 -0
- package/dist/models/product-field-class.d.ts +12 -0
- package/dist/models/product-field-type-class.d.ts +12 -0
- package/dist/models/product-version-class.d.ts +12 -0
- package/dist/models/shared-product-field-class.d.ts +12 -0
- package/dist/models/status-transition-rule-class.d.ts +12 -0
- package/dist/models/timeslice-class.d.ts +12 -0
- package/dist/models/update-booking-funnel-response-class.d.ts +25 -0
- package/dist/models/update-booking-funnel-response-class.js +15 -0
- package/models/booking-funnel-class.ts +12 -0
- package/models/commission-agreement-class.ts +12 -0
- package/models/commission-agreement-item-class.ts +12 -0
- package/models/commission-agreement-product-class.ts +12 -0
- package/models/commission-agreement-version-class.ts +12 -0
- package/models/commission-recipient-class.ts +12 -0
- package/models/create-booking-funnel-response-class.ts +31 -0
- package/models/create-dummy-policy-request-dto.ts +6 -0
- package/models/create-lead-request-dto.ts +4 -9
- package/models/emil-function-class.ts +12 -0
- package/models/get-booking-funnel-response-class.ts +31 -0
- package/models/index.ts +5 -0
- package/models/insured-object-class.ts +12 -0
- package/models/insured-object-type-class.ts +12 -0
- package/models/lead-class.ts +12 -0
- package/models/lead-status-class.ts +12 -0
- package/models/link-lead-partner-request-dto.ts +42 -0
- package/models/list-named-ranges-response-class.ts +3 -2
- package/models/named-range-class.ts +12 -0
- package/models/partner-link-class.ts +12 -0
- package/models/partner-role-class.ts +12 -0
- package/models/patch-booking-funnel-response-class.ts +31 -0
- package/models/policy-class.ts +12 -0
- package/models/policy-object-class.ts +12 -0
- package/models/policy-premium-class.ts +12 -0
- package/models/policy-premium-item-class.ts +12 -0
- package/models/policy-version-class.ts +12 -0
- package/models/premium-formula-class.ts +12 -0
- package/models/product-class.ts +12 -0
- package/models/product-factor-class.ts +12 -0
- package/models/product-factor-for-version-class.ts +12 -0
- package/models/product-factor-value-class.ts +12 -0
- package/models/product-field-class.ts +12 -0
- package/models/product-field-type-class.ts +12 -0
- package/models/product-version-class.ts +12 -0
- package/models/shared-product-field-class.ts +12 -0
- package/models/status-transition-rule-class.ts +12 -0
- package/models/timeslice-class.ts +12 -0
- package/models/update-booking-funnel-response-class.ts +31 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -47,6 +47,7 @@ models/commission-recipient-class.ts
|
|
|
47
47
|
models/create-account-request-dto.ts
|
|
48
48
|
models/create-bank-account-request-dto.ts
|
|
49
49
|
models/create-booking-funnel-request-dto.ts
|
|
50
|
+
models/create-booking-funnel-response-class.ts
|
|
50
51
|
models/create-commission-agreement-item-dto.ts
|
|
51
52
|
models/create-commission-agreement-product-request-dto.ts
|
|
52
53
|
models/create-commission-agreement-product-response-class.ts
|
|
@@ -94,6 +95,7 @@ models/empty-response-class.ts
|
|
|
94
95
|
models/execute-emil-function-request-dto.ts
|
|
95
96
|
models/filter-named-range-request-dto.ts
|
|
96
97
|
models/filter-named-range-response-class.ts
|
|
98
|
+
models/get-booking-funnel-response-class.ts
|
|
97
99
|
models/get-booking-funnel-version-request-dto.ts
|
|
98
100
|
models/get-commission-agreement-product-response-class.ts
|
|
99
101
|
models/get-commission-agreement-response-class.ts
|
|
@@ -143,6 +145,7 @@ models/invoice-status-class.ts
|
|
|
143
145
|
models/lead-bank-account-class.ts
|
|
144
146
|
models/lead-class.ts
|
|
145
147
|
models/lead-status-class.ts
|
|
148
|
+
models/link-lead-partner-request-dto.ts
|
|
146
149
|
models/link-partner-request-dto.ts
|
|
147
150
|
models/link-partner-response-class.ts
|
|
148
151
|
models/list-booking-funnels-response-class.ts
|
|
@@ -176,6 +179,7 @@ models/partner-class.ts
|
|
|
176
179
|
models/partner-link-class.ts
|
|
177
180
|
models/partner-role-class.ts
|
|
178
181
|
models/patch-booking-funnel-request-dto.ts
|
|
182
|
+
models/patch-booking-funnel-response-class.ts
|
|
179
183
|
models/patch-draft-policy-request-dto.ts
|
|
180
184
|
models/patch-lead-request-dto.ts
|
|
181
185
|
models/patch-lead-response-class.ts
|
|
@@ -222,6 +226,7 @@ models/terminate-policy-response-class.ts
|
|
|
222
226
|
models/timeslice-class.ts
|
|
223
227
|
models/unlink-partner-response-class.ts
|
|
224
228
|
models/update-booking-funnel-request-dto.ts
|
|
229
|
+
models/update-booking-funnel-response-class.ts
|
|
225
230
|
models/update-commission-agreement-product-request-dto.ts
|
|
226
231
|
models/update-commission-agreement-product-response-class.ts
|
|
227
232
|
models/update-commission-agreement-request-dto.ts
|
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/insurance-sdk-node@1.
|
|
20
|
+
npm install @emilgroup/insurance-sdk-node@1.54.0 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk-node@1.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk-node@1.54.0
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|
|
@@ -31,7 +31,7 @@ const FormData = require('form-data');
|
|
|
31
31
|
export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
32
|
return {
|
|
33
33
|
/**
|
|
34
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
34
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
35
35
|
* @summary Retrieve the booking funnel version
|
|
36
36
|
* @param {string} code
|
|
37
37
|
* @param {number} version
|
|
@@ -170,7 +170,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
|
|
|
170
170
|
const localVarAxiosParamCreator = BookingFunnelVersionsApiAxiosParamCreator(configuration)
|
|
171
171
|
return {
|
|
172
172
|
/**
|
|
173
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
173
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
174
174
|
* @summary Retrieve the booking funnel version
|
|
175
175
|
* @param {string} code
|
|
176
176
|
* @param {number} version
|
|
@@ -212,7 +212,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
|
|
|
212
212
|
const localVarFp = BookingFunnelVersionsApiFp(configuration)
|
|
213
213
|
return {
|
|
214
214
|
/**
|
|
215
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
215
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
216
216
|
* @summary Retrieve the booking funnel version
|
|
217
217
|
* @param {string} code
|
|
218
218
|
* @param {number} version
|
|
@@ -350,7 +350,7 @@ export interface BookingFunnelVersionsApiListBookingFunnelVersionsRequest {
|
|
|
350
350
|
*/
|
|
351
351
|
export class BookingFunnelVersionsApi extends BaseAPI {
|
|
352
352
|
/**
|
|
353
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
353
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
354
354
|
* @summary Retrieve the booking funnel version
|
|
355
355
|
* @param {BookingFunnelVersionsApiGetBookingFunnelVersionRequest} requestParameters Request parameters.
|
|
356
356
|
* @param {*} [options] Override http request option.
|
|
@@ -23,13 +23,21 @@ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } fr
|
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import { CreateBookingFunnelRequestDto } from '../models';
|
|
25
25
|
// @ts-ignore
|
|
26
|
+
import { CreateBookingFunnelResponseClass } from '../models';
|
|
27
|
+
// @ts-ignore
|
|
26
28
|
import { DeleteResponseClass } from '../models';
|
|
27
29
|
// @ts-ignore
|
|
30
|
+
import { GetBookingFunnelResponseClass } from '../models';
|
|
31
|
+
// @ts-ignore
|
|
28
32
|
import { ListBookingFunnelsResponseClass } from '../models';
|
|
29
33
|
// @ts-ignore
|
|
30
34
|
import { PatchBookingFunnelRequestDto } from '../models';
|
|
31
35
|
// @ts-ignore
|
|
36
|
+
import { PatchBookingFunnelResponseClass } from '../models';
|
|
37
|
+
// @ts-ignore
|
|
32
38
|
import { UpdateBookingFunnelRequestDto } from '../models';
|
|
39
|
+
// @ts-ignore
|
|
40
|
+
import { UpdateBookingFunnelResponseClass } from '../models';
|
|
33
41
|
// URLSearchParams not necessarily used
|
|
34
42
|
// @ts-ignore
|
|
35
43
|
import { URL, URLSearchParams } from 'url';
|
|
@@ -133,7 +141,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
133
141
|
};
|
|
134
142
|
},
|
|
135
143
|
/**
|
|
136
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
144
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
137
145
|
* @summary Retrieve the booking funnel
|
|
138
146
|
* @param {string} code
|
|
139
147
|
* @param {string} [authorization] Bearer Token
|
|
@@ -372,7 +380,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
372
380
|
* @param {*} [options] Override http request option.
|
|
373
381
|
* @throws {RequiredError}
|
|
374
382
|
*/
|
|
375
|
-
async createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
383
|
+
async createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateBookingFunnelResponseClass>> {
|
|
376
384
|
const localVarAxiosArgs = await localVarAxiosParamCreator.createBookingFunnel(createBookingFunnelRequestDto, authorization, options);
|
|
377
385
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
378
386
|
},
|
|
@@ -389,14 +397,14 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
389
397
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
390
398
|
},
|
|
391
399
|
/**
|
|
392
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
400
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
393
401
|
* @summary Retrieve the booking funnel
|
|
394
402
|
* @param {string} code
|
|
395
403
|
* @param {string} [authorization] Bearer Token
|
|
396
404
|
* @param {*} [options] Override http request option.
|
|
397
405
|
* @throws {RequiredError}
|
|
398
406
|
*/
|
|
399
|
-
async getBookingFunnel(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
407
|
+
async getBookingFunnel(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBookingFunnelResponseClass>> {
|
|
400
408
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getBookingFunnel(code, authorization, options);
|
|
401
409
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
402
410
|
},
|
|
@@ -426,7 +434,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
426
434
|
* @param {*} [options] Override http request option.
|
|
427
435
|
* @throws {RequiredError}
|
|
428
436
|
*/
|
|
429
|
-
async patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
437
|
+
async patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchBookingFunnelResponseClass>> {
|
|
430
438
|
const localVarAxiosArgs = await localVarAxiosParamCreator.patchBookingFunnel(code, patchBookingFunnelRequestDto, authorization, options);
|
|
431
439
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
432
440
|
},
|
|
@@ -439,7 +447,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
439
447
|
* @param {*} [options] Override http request option.
|
|
440
448
|
* @throws {RequiredError}
|
|
441
449
|
*/
|
|
442
|
-
async updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
450
|
+
async updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateBookingFunnelResponseClass>> {
|
|
443
451
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateBookingFunnel(code, updateBookingFunnelRequestDto, authorization, options);
|
|
444
452
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
445
453
|
},
|
|
@@ -461,7 +469,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
461
469
|
* @param {*} [options] Override http request option.
|
|
462
470
|
* @throws {RequiredError}
|
|
463
471
|
*/
|
|
464
|
-
createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<
|
|
472
|
+
createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<CreateBookingFunnelResponseClass> {
|
|
465
473
|
return localVarFp.createBookingFunnel(createBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
466
474
|
},
|
|
467
475
|
/**
|
|
@@ -476,14 +484,14 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
476
484
|
return localVarFp.deleteBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
477
485
|
},
|
|
478
486
|
/**
|
|
479
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
487
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
480
488
|
* @summary Retrieve the booking funnel
|
|
481
489
|
* @param {string} code
|
|
482
490
|
* @param {string} [authorization] Bearer Token
|
|
483
491
|
* @param {*} [options] Override http request option.
|
|
484
492
|
* @throws {RequiredError}
|
|
485
493
|
*/
|
|
486
|
-
getBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<
|
|
494
|
+
getBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<GetBookingFunnelResponseClass> {
|
|
487
495
|
return localVarFp.getBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
488
496
|
},
|
|
489
497
|
/**
|
|
@@ -511,7 +519,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
511
519
|
* @param {*} [options] Override http request option.
|
|
512
520
|
* @throws {RequiredError}
|
|
513
521
|
*/
|
|
514
|
-
patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<
|
|
522
|
+
patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<PatchBookingFunnelResponseClass> {
|
|
515
523
|
return localVarFp.patchBookingFunnel(code, patchBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
516
524
|
},
|
|
517
525
|
/**
|
|
@@ -523,7 +531,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
523
531
|
* @param {*} [options] Override http request option.
|
|
524
532
|
* @throws {RequiredError}
|
|
525
533
|
*/
|
|
526
|
-
updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<
|
|
534
|
+
updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateBookingFunnelResponseClass> {
|
|
527
535
|
return localVarFp.updateBookingFunnel(code, updateBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
528
536
|
},
|
|
529
537
|
};
|
|
@@ -743,7 +751,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
743
751
|
}
|
|
744
752
|
|
|
745
753
|
/**
|
|
746
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
754
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
747
755
|
* @summary Retrieve the booking funnel
|
|
748
756
|
* @param {BookingFunnelsApiGetBookingFunnelRequest} requestParameters Request parameters.
|
|
749
757
|
* @param {*} [options] Override http request option.
|
|
@@ -141,7 +141,7 @@ export const CommissionAgreementProductsApiAxiosParamCreator = function (configu
|
|
|
141
141
|
};
|
|
142
142
|
},
|
|
143
143
|
/**
|
|
144
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code
|
|
144
|
+
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information.
|
|
145
145
|
* @summary Retrieve the commission agreement product
|
|
146
146
|
* @param {string} code
|
|
147
147
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -199,7 +199,7 @@ export const CommissionAgreementProductsApiAxiosParamCreator = function (configu
|
|
|
199
199
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
200
200
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
201
201
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
202
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
202
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
203
203
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
204
204
|
* @param {*} [options] Override http request option.
|
|
205
205
|
* @throws {RequiredError}
|
|
@@ -353,7 +353,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
|
|
|
353
353
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
354
354
|
},
|
|
355
355
|
/**
|
|
356
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code
|
|
356
|
+
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information.
|
|
357
357
|
* @summary Retrieve the commission agreement product
|
|
358
358
|
* @param {string} code
|
|
359
359
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -374,7 +374,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
|
|
|
374
374
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
375
375
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
376
376
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
377
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
377
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
378
378
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
379
379
|
* @param {*} [options] Override http request option.
|
|
380
380
|
* @throws {RequiredError}
|
|
@@ -430,7 +430,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
|
|
|
430
430
|
return localVarFp.deleteCommissionAgreementProduct(code, authorization, options).then((request) => request(axios, basePath));
|
|
431
431
|
},
|
|
432
432
|
/**
|
|
433
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code
|
|
433
|
+
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information.
|
|
434
434
|
* @summary Retrieve the commission agreement product
|
|
435
435
|
* @param {string} code
|
|
436
436
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -450,7 +450,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
|
|
|
450
450
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
451
451
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
452
452
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
453
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
453
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
454
454
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
455
455
|
* @param {*} [options] Override http request option.
|
|
456
456
|
* @throws {RequiredError}
|
|
@@ -599,7 +599,7 @@ export interface CommissionAgreementProductsApiListCommissionAgreementProductsRe
|
|
|
599
599
|
readonly order?: string
|
|
600
600
|
|
|
601
601
|
/**
|
|
602
|
-
* Expand to fetch additional information about the list items.
|
|
602
|
+
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
603
603
|
* @type {string}
|
|
604
604
|
* @memberof CommissionAgreementProductsApiListCommissionAgreementProducts
|
|
605
605
|
*/
|
|
@@ -673,7 +673,7 @@ export class CommissionAgreementProductsApi extends BaseAPI {
|
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
/**
|
|
676
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code
|
|
676
|
+
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information.
|
|
677
677
|
* @summary Retrieve the commission agreement product
|
|
678
678
|
* @param {CommissionAgreementProductsApiGetCommissionAgreementProductRequest} requestParameters Request parameters.
|
|
679
679
|
* @param {*} [options] Override http request option.
|
|
@@ -137,7 +137,7 @@ export const CommissionAgreementVersionsApiAxiosParamCreator = function (configu
|
|
|
137
137
|
};
|
|
138
138
|
},
|
|
139
139
|
/**
|
|
140
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code
|
|
140
|
+
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
|
|
141
141
|
* @summary Retrieve the commission agreement version
|
|
142
142
|
* @param {string} code
|
|
143
143
|
* @param {string} expand
|
|
@@ -197,7 +197,7 @@ export const CommissionAgreementVersionsApiAxiosParamCreator = function (configu
|
|
|
197
197
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
198
198
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
|
|
199
199
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
200
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
200
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
201
201
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
202
202
|
* @param {*} [options] Override http request option.
|
|
203
203
|
* @throws {RequiredError}
|
|
@@ -300,7 +300,7 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
|
|
|
300
300
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
301
301
|
},
|
|
302
302
|
/**
|
|
303
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code
|
|
303
|
+
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
|
|
304
304
|
* @summary Retrieve the commission agreement version
|
|
305
305
|
* @param {string} code
|
|
306
306
|
* @param {string} expand
|
|
@@ -321,7 +321,7 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
|
|
|
321
321
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
322
322
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
|
|
323
323
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
324
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
324
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
325
325
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
326
326
|
* @param {*} [options] Override http request option.
|
|
327
327
|
* @throws {RequiredError}
|
|
@@ -364,7 +364,7 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
|
|
|
364
364
|
return localVarFp.deleteCommissionAgreementVersion(code, authorization, options).then((request) => request(axios, basePath));
|
|
365
365
|
},
|
|
366
366
|
/**
|
|
367
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code
|
|
367
|
+
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
|
|
368
368
|
* @summary Retrieve the commission agreement version
|
|
369
369
|
* @param {string} code
|
|
370
370
|
* @param {string} expand
|
|
@@ -384,7 +384,7 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
|
|
|
384
384
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
385
385
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
|
|
386
386
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
387
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
387
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
388
388
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
389
389
|
* @param {*} [options] Override http request option.
|
|
390
390
|
* @throws {RequiredError}
|
|
@@ -521,7 +521,7 @@ export interface CommissionAgreementVersionsApiListCommissionAgreementVersionsRe
|
|
|
521
521
|
readonly order?: string
|
|
522
522
|
|
|
523
523
|
/**
|
|
524
|
-
* Expand to fetch additional information about the list items.
|
|
524
|
+
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
525
525
|
* @type {string}
|
|
526
526
|
* @memberof CommissionAgreementVersionsApiListCommissionAgreementVersions
|
|
527
527
|
*/
|
|
@@ -567,7 +567,7 @@ export class CommissionAgreementVersionsApi extends BaseAPI {
|
|
|
567
567
|
}
|
|
568
568
|
|
|
569
569
|
/**
|
|
570
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code
|
|
570
|
+
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
|
|
571
571
|
* @summary Retrieve the commission agreement version
|
|
572
572
|
* @param {CommissionAgreementVersionsApiGetCommissionAgreementVersionRequest} requestParameters Request parameters.
|
|
573
573
|
* @param {*} [options] Override http request option.
|
|
@@ -137,7 +137,7 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
|
|
|
137
137
|
};
|
|
138
138
|
},
|
|
139
139
|
/**
|
|
140
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code
|
|
140
|
+
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
|
|
141
141
|
* @summary Retrieve the commission agreement
|
|
142
142
|
* @param {string} code
|
|
143
143
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -195,7 +195,7 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
|
|
|
195
195
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
196
196
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: name, code, description</i>
|
|
197
197
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
198
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
198
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
199
199
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
200
200
|
* @param {*} [options] Override http request option.
|
|
201
201
|
* @throws {RequiredError}
|
|
@@ -348,7 +348,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
|
|
|
348
348
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
349
349
|
},
|
|
350
350
|
/**
|
|
351
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code
|
|
351
|
+
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
|
|
352
352
|
* @summary Retrieve the commission agreement
|
|
353
353
|
* @param {string} code
|
|
354
354
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -369,7 +369,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
|
|
|
369
369
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
370
370
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: name, code, description</i>
|
|
371
371
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
372
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
372
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
373
373
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
374
374
|
* @param {*} [options] Override http request option.
|
|
375
375
|
* @throws {RequiredError}
|
|
@@ -424,7 +424,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
|
|
|
424
424
|
return localVarFp.deleteCommissionAgreement(code, authorization, options).then((request) => request(axios, basePath));
|
|
425
425
|
},
|
|
426
426
|
/**
|
|
427
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code
|
|
427
|
+
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
|
|
428
428
|
* @summary Retrieve the commission agreement
|
|
429
429
|
* @param {string} code
|
|
430
430
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -444,7 +444,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
|
|
|
444
444
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
445
445
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: name, code, description</i>
|
|
446
446
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
447
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
447
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
448
448
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
449
449
|
* @param {*} [options] Override http request option.
|
|
450
450
|
* @throws {RequiredError}
|
|
@@ -586,7 +586,7 @@ export interface CommissionAgreementsApiListCommissionAgreementsRequest {
|
|
|
586
586
|
readonly order?: string
|
|
587
587
|
|
|
588
588
|
/**
|
|
589
|
-
* Expand to fetch additional information about the list items.
|
|
589
|
+
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
590
590
|
* @type {string}
|
|
591
591
|
* @memberof CommissionAgreementsApiListCommissionAgreements
|
|
592
592
|
*/
|
|
@@ -660,7 +660,7 @@ export class CommissionAgreementsApi extends BaseAPI {
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
/**
|
|
663
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code
|
|
663
|
+
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
|
|
664
664
|
* @summary Retrieve the commission agreement
|
|
665
665
|
* @param {CommissionAgreementsApiGetCommissionAgreementRequest} requestParameters Request parameters.
|
|
666
666
|
* @param {*} [options] Override http request option.
|
|
@@ -141,7 +141,7 @@ export const CommissionRecipientsApiAxiosParamCreator = function (configuration?
|
|
|
141
141
|
};
|
|
142
142
|
},
|
|
143
143
|
/**
|
|
144
|
-
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code
|
|
144
|
+
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
|
|
145
145
|
* @summary Retrieve the commission recipient
|
|
146
146
|
* @param {string} code
|
|
147
147
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -194,7 +194,7 @@ export const CommissionRecipientsApiAxiosParamCreator = function (configuration?
|
|
|
194
194
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
195
195
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
196
196
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
197
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
197
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
198
198
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
199
199
|
* @param {*} [options] Override http request option.
|
|
200
200
|
* @throws {RequiredError}
|
|
@@ -348,7 +348,7 @@ export const CommissionRecipientsApiFp = function(configuration?: Configuration)
|
|
|
348
348
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
349
349
|
},
|
|
350
350
|
/**
|
|
351
|
-
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code
|
|
351
|
+
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
|
|
352
352
|
* @summary Retrieve the commission recipient
|
|
353
353
|
* @param {string} code
|
|
354
354
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -368,7 +368,7 @@ export const CommissionRecipientsApiFp = function(configuration?: Configuration)
|
|
|
368
368
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
369
369
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
370
370
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
371
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
371
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
372
372
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
373
373
|
* @param {*} [options] Override http request option.
|
|
374
374
|
* @throws {RequiredError}
|
|
@@ -424,7 +424,7 @@ export const CommissionRecipientsApiFactory = function (configuration?: Configur
|
|
|
424
424
|
return localVarFp.deleteCommissionRecipient(code, authorization, options).then((request) => request(axios, basePath));
|
|
425
425
|
},
|
|
426
426
|
/**
|
|
427
|
-
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code
|
|
427
|
+
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
|
|
428
428
|
* @summary Retrieve the commission recipient
|
|
429
429
|
* @param {string} code
|
|
430
430
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -443,7 +443,7 @@ export const CommissionRecipientsApiFactory = function (configuration?: Configur
|
|
|
443
443
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
444
444
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
445
445
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
446
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
446
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
447
447
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
448
448
|
* @param {*} [options] Override http request option.
|
|
449
449
|
* @throws {RequiredError}
|
|
@@ -585,7 +585,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
|
|
|
585
585
|
readonly order?: string
|
|
586
586
|
|
|
587
587
|
/**
|
|
588
|
-
* Expand to fetch additional information about the list items.
|
|
588
|
+
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
589
589
|
* @type {string}
|
|
590
590
|
* @memberof CommissionRecipientsApiListCommissionRecipients
|
|
591
591
|
*/
|
|
@@ -659,7 +659,7 @@ export class CommissionRecipientsApi extends BaseAPI {
|
|
|
659
659
|
}
|
|
660
660
|
|
|
661
661
|
/**
|
|
662
|
-
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code
|
|
662
|
+
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
|
|
663
663
|
* @summary Retrieve the commission recipient
|
|
664
664
|
* @param {CommissionRecipientsApiGetCommissionRecipientRequest} requestParameters Request parameters.
|
|
665
665
|
* @param {*} [options] Override http request option.
|