@emilgroup/insurance-sdk 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@1.
|
|
20
|
+
npm install @emilgroup/insurance-sdk@1.54.0 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk@1.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk@1.54.0
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|
|
@@ -27,7 +27,7 @@ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } fr
|
|
|
27
27
|
export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
28
28
|
return {
|
|
29
29
|
/**
|
|
30
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
30
|
+
* 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.
|
|
31
31
|
* @summary Retrieve the booking funnel version
|
|
32
32
|
* @param {string} code
|
|
33
33
|
* @param {number} version
|
|
@@ -166,7 +166,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
|
|
|
166
166
|
const localVarAxiosParamCreator = BookingFunnelVersionsApiAxiosParamCreator(configuration)
|
|
167
167
|
return {
|
|
168
168
|
/**
|
|
169
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
169
|
+
* 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.
|
|
170
170
|
* @summary Retrieve the booking funnel version
|
|
171
171
|
* @param {string} code
|
|
172
172
|
* @param {number} version
|
|
@@ -208,7 +208,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
|
|
|
208
208
|
const localVarFp = BookingFunnelVersionsApiFp(configuration)
|
|
209
209
|
return {
|
|
210
210
|
/**
|
|
211
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
211
|
+
* 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.
|
|
212
212
|
* @summary Retrieve the booking funnel version
|
|
213
213
|
* @param {string} code
|
|
214
214
|
* @param {number} version
|
|
@@ -346,7 +346,7 @@ export interface BookingFunnelVersionsApiListBookingFunnelVersionsRequest {
|
|
|
346
346
|
*/
|
|
347
347
|
export class BookingFunnelVersionsApi extends BaseAPI {
|
|
348
348
|
/**
|
|
349
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
349
|
+
* 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.
|
|
350
350
|
* @summary Retrieve the booking funnel version
|
|
351
351
|
* @param {BookingFunnelVersionsApiGetBookingFunnelVersionRequest} requestParameters Request parameters.
|
|
352
352
|
* @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
|
/**
|
|
34
42
|
* BookingFunnelsApi - axios parameter creator
|
|
35
43
|
* @export
|
|
@@ -129,7 +137,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
129
137
|
};
|
|
130
138
|
},
|
|
131
139
|
/**
|
|
132
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
140
|
+
* 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.
|
|
133
141
|
* @summary Retrieve the booking funnel
|
|
134
142
|
* @param {string} code
|
|
135
143
|
* @param {string} [authorization] Bearer Token
|
|
@@ -368,7 +376,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
368
376
|
* @param {*} [options] Override http request option.
|
|
369
377
|
* @throws {RequiredError}
|
|
370
378
|
*/
|
|
371
|
-
async createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
379
|
+
async createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateBookingFunnelResponseClass>> {
|
|
372
380
|
const localVarAxiosArgs = await localVarAxiosParamCreator.createBookingFunnel(createBookingFunnelRequestDto, authorization, options);
|
|
373
381
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
374
382
|
},
|
|
@@ -385,14 +393,14 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
385
393
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
386
394
|
},
|
|
387
395
|
/**
|
|
388
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
396
|
+
* 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.
|
|
389
397
|
* @summary Retrieve the booking funnel
|
|
390
398
|
* @param {string} code
|
|
391
399
|
* @param {string} [authorization] Bearer Token
|
|
392
400
|
* @param {*} [options] Override http request option.
|
|
393
401
|
* @throws {RequiredError}
|
|
394
402
|
*/
|
|
395
|
-
async getBookingFunnel(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
403
|
+
async getBookingFunnel(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBookingFunnelResponseClass>> {
|
|
396
404
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getBookingFunnel(code, authorization, options);
|
|
397
405
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
398
406
|
},
|
|
@@ -422,7 +430,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
422
430
|
* @param {*} [options] Override http request option.
|
|
423
431
|
* @throws {RequiredError}
|
|
424
432
|
*/
|
|
425
|
-
async patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
433
|
+
async patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchBookingFunnelResponseClass>> {
|
|
426
434
|
const localVarAxiosArgs = await localVarAxiosParamCreator.patchBookingFunnel(code, patchBookingFunnelRequestDto, authorization, options);
|
|
427
435
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
428
436
|
},
|
|
@@ -435,7 +443,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
435
443
|
* @param {*} [options] Override http request option.
|
|
436
444
|
* @throws {RequiredError}
|
|
437
445
|
*/
|
|
438
|
-
async updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
446
|
+
async updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateBookingFunnelResponseClass>> {
|
|
439
447
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateBookingFunnel(code, updateBookingFunnelRequestDto, authorization, options);
|
|
440
448
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
441
449
|
},
|
|
@@ -457,7 +465,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
457
465
|
* @param {*} [options] Override http request option.
|
|
458
466
|
* @throws {RequiredError}
|
|
459
467
|
*/
|
|
460
|
-
createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<
|
|
468
|
+
createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<CreateBookingFunnelResponseClass> {
|
|
461
469
|
return localVarFp.createBookingFunnel(createBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
462
470
|
},
|
|
463
471
|
/**
|
|
@@ -472,14 +480,14 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
472
480
|
return localVarFp.deleteBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
473
481
|
},
|
|
474
482
|
/**
|
|
475
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
483
|
+
* 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.
|
|
476
484
|
* @summary Retrieve the booking funnel
|
|
477
485
|
* @param {string} code
|
|
478
486
|
* @param {string} [authorization] Bearer Token
|
|
479
487
|
* @param {*} [options] Override http request option.
|
|
480
488
|
* @throws {RequiredError}
|
|
481
489
|
*/
|
|
482
|
-
getBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<
|
|
490
|
+
getBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<GetBookingFunnelResponseClass> {
|
|
483
491
|
return localVarFp.getBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
484
492
|
},
|
|
485
493
|
/**
|
|
@@ -507,7 +515,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
507
515
|
* @param {*} [options] Override http request option.
|
|
508
516
|
* @throws {RequiredError}
|
|
509
517
|
*/
|
|
510
|
-
patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<
|
|
518
|
+
patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<PatchBookingFunnelResponseClass> {
|
|
511
519
|
return localVarFp.patchBookingFunnel(code, patchBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
512
520
|
},
|
|
513
521
|
/**
|
|
@@ -519,7 +527,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
519
527
|
* @param {*} [options] Override http request option.
|
|
520
528
|
* @throws {RequiredError}
|
|
521
529
|
*/
|
|
522
|
-
updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<
|
|
530
|
+
updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateBookingFunnelResponseClass> {
|
|
523
531
|
return localVarFp.updateBookingFunnel(code, updateBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
524
532
|
},
|
|
525
533
|
};
|
|
@@ -739,7 +747,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
739
747
|
}
|
|
740
748
|
|
|
741
749
|
/**
|
|
742
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
750
|
+
* 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.
|
|
743
751
|
* @summary Retrieve the booking funnel
|
|
744
752
|
* @param {BookingFunnelsApiGetBookingFunnelRequest} requestParameters Request parameters.
|
|
745
753
|
* @param {*} [options] Override http request option.
|
|
@@ -137,7 +137,7 @@ export const CommissionAgreementProductsApiAxiosParamCreator = function (configu
|
|
|
137
137
|
};
|
|
138
138
|
},
|
|
139
139
|
/**
|
|
140
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code
|
|
140
|
+
* 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.
|
|
141
141
|
* @summary Retrieve the commission agreement product
|
|
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 CommissionAgreementProductsApiAxiosParamCreator = function (configu
|
|
|
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, productId, commissionAgreementId</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: productId, code</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: product<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, productId, commissionAgreementId</i>
|
|
200
200
|
* @param {*} [options] Override http request option.
|
|
201
201
|
* @throws {RequiredError}
|
|
@@ -349,7 +349,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
|
|
|
349
349
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
350
350
|
},
|
|
351
351
|
/**
|
|
352
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code
|
|
352
|
+
* 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.
|
|
353
353
|
* @summary Retrieve the commission agreement product
|
|
354
354
|
* @param {string} code
|
|
355
355
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -370,7 +370,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
|
|
|
370
370
|
* @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>
|
|
371
371
|
* @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>
|
|
372
372
|
* @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>
|
|
373
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
373
|
+
* @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>
|
|
374
374
|
* @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>
|
|
375
375
|
* @param {*} [options] Override http request option.
|
|
376
376
|
* @throws {RequiredError}
|
|
@@ -426,7 +426,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
|
|
|
426
426
|
return localVarFp.deleteCommissionAgreementProduct(code, authorization, options).then((request) => request(axios, basePath));
|
|
427
427
|
},
|
|
428
428
|
/**
|
|
429
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code
|
|
429
|
+
* 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.
|
|
430
430
|
* @summary Retrieve the commission agreement product
|
|
431
431
|
* @param {string} code
|
|
432
432
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -446,7 +446,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
|
|
|
446
446
|
* @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>
|
|
447
447
|
* @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>
|
|
448
448
|
* @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>
|
|
449
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
449
|
+
* @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>
|
|
450
450
|
* @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>
|
|
451
451
|
* @param {*} [options] Override http request option.
|
|
452
452
|
* @throws {RequiredError}
|
|
@@ -595,7 +595,7 @@ export interface CommissionAgreementProductsApiListCommissionAgreementProductsRe
|
|
|
595
595
|
readonly order?: string
|
|
596
596
|
|
|
597
597
|
/**
|
|
598
|
-
* Expand to fetch additional information about the list items.
|
|
598
|
+
* 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>
|
|
599
599
|
* @type {string}
|
|
600
600
|
* @memberof CommissionAgreementProductsApiListCommissionAgreementProducts
|
|
601
601
|
*/
|
|
@@ -669,7 +669,7 @@ export class CommissionAgreementProductsApi extends BaseAPI {
|
|
|
669
669
|
}
|
|
670
670
|
|
|
671
671
|
/**
|
|
672
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code
|
|
672
|
+
* 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.
|
|
673
673
|
* @summary Retrieve the commission agreement product
|
|
674
674
|
* @param {CommissionAgreementProductsApiGetCommissionAgreementProductRequest} requestParameters Request parameters.
|
|
675
675
|
* @param {*} [options] Override http request option.
|
|
@@ -133,7 +133,7 @@ export const CommissionAgreementVersionsApiAxiosParamCreator = function (configu
|
|
|
133
133
|
};
|
|
134
134
|
},
|
|
135
135
|
/**
|
|
136
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code
|
|
136
|
+
* 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.
|
|
137
137
|
* @summary Retrieve the commission agreement version
|
|
138
138
|
* @param {string} code
|
|
139
139
|
* @param {string} expand
|
|
@@ -193,7 +193,7 @@ export const CommissionAgreementVersionsApiAxiosParamCreator = function (configu
|
|
|
193
193
|
* @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>
|
|
194
194
|
* @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>
|
|
195
195
|
* @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>
|
|
196
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
196
|
+
* @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>
|
|
197
197
|
* @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>
|
|
198
198
|
* @param {*} [options] Override http request option.
|
|
199
199
|
* @throws {RequiredError}
|
|
@@ -296,7 +296,7 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
|
|
|
296
296
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
297
297
|
},
|
|
298
298
|
/**
|
|
299
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code
|
|
299
|
+
* 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.
|
|
300
300
|
* @summary Retrieve the commission agreement version
|
|
301
301
|
* @param {string} code
|
|
302
302
|
* @param {string} expand
|
|
@@ -317,7 +317,7 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
|
|
|
317
317
|
* @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>
|
|
318
318
|
* @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>
|
|
319
319
|
* @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>
|
|
320
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
320
|
+
* @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>
|
|
321
321
|
* @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>
|
|
322
322
|
* @param {*} [options] Override http request option.
|
|
323
323
|
* @throws {RequiredError}
|
|
@@ -360,7 +360,7 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
|
|
|
360
360
|
return localVarFp.deleteCommissionAgreementVersion(code, authorization, options).then((request) => request(axios, basePath));
|
|
361
361
|
},
|
|
362
362
|
/**
|
|
363
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code
|
|
363
|
+
* 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.
|
|
364
364
|
* @summary Retrieve the commission agreement version
|
|
365
365
|
* @param {string} code
|
|
366
366
|
* @param {string} expand
|
|
@@ -380,7 +380,7 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
|
|
|
380
380
|
* @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>
|
|
381
381
|
* @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>
|
|
382
382
|
* @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>
|
|
383
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
383
|
+
* @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>
|
|
384
384
|
* @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>
|
|
385
385
|
* @param {*} [options] Override http request option.
|
|
386
386
|
* @throws {RequiredError}
|
|
@@ -517,7 +517,7 @@ export interface CommissionAgreementVersionsApiListCommissionAgreementVersionsRe
|
|
|
517
517
|
readonly order?: string
|
|
518
518
|
|
|
519
519
|
/**
|
|
520
|
-
* Expand to fetch additional information about the list items.
|
|
520
|
+
* 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>
|
|
521
521
|
* @type {string}
|
|
522
522
|
* @memberof CommissionAgreementVersionsApiListCommissionAgreementVersions
|
|
523
523
|
*/
|
|
@@ -563,7 +563,7 @@ export class CommissionAgreementVersionsApi extends BaseAPI {
|
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
/**
|
|
566
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code
|
|
566
|
+
* 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.
|
|
567
567
|
* @summary Retrieve the commission agreement version
|
|
568
568
|
* @param {CommissionAgreementVersionsApiGetCommissionAgreementVersionRequest} requestParameters Request parameters.
|
|
569
569
|
* @param {*} [options] Override http request option.
|
|
@@ -133,7 +133,7 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
|
|
|
133
133
|
};
|
|
134
134
|
},
|
|
135
135
|
/**
|
|
136
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code
|
|
136
|
+
* 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.
|
|
137
137
|
* @summary Retrieve the commission agreement
|
|
138
138
|
* @param {string} code
|
|
139
139
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -191,7 +191,7 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
|
|
|
191
191
|
* @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>
|
|
192
192
|
* @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>
|
|
193
193
|
* @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>
|
|
194
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
194
|
+
* @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>
|
|
195
195
|
* @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>
|
|
196
196
|
* @param {*} [options] Override http request option.
|
|
197
197
|
* @throws {RequiredError}
|
|
@@ -344,7 +344,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
|
|
|
344
344
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
345
345
|
},
|
|
346
346
|
/**
|
|
347
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code
|
|
347
|
+
* 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.
|
|
348
348
|
* @summary Retrieve the commission agreement
|
|
349
349
|
* @param {string} code
|
|
350
350
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -365,7 +365,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
|
|
|
365
365
|
* @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>
|
|
366
366
|
* @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>
|
|
367
367
|
* @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>
|
|
368
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
368
|
+
* @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>
|
|
369
369
|
* @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>
|
|
370
370
|
* @param {*} [options] Override http request option.
|
|
371
371
|
* @throws {RequiredError}
|
|
@@ -420,7 +420,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
|
|
|
420
420
|
return localVarFp.deleteCommissionAgreement(code, authorization, options).then((request) => request(axios, basePath));
|
|
421
421
|
},
|
|
422
422
|
/**
|
|
423
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code
|
|
423
|
+
* 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.
|
|
424
424
|
* @summary Retrieve the commission agreement
|
|
425
425
|
* @param {string} code
|
|
426
426
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -440,7 +440,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
|
|
|
440
440
|
* @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>
|
|
441
441
|
* @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>
|
|
442
442
|
* @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>
|
|
443
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
443
|
+
* @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>
|
|
444
444
|
* @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>
|
|
445
445
|
* @param {*} [options] Override http request option.
|
|
446
446
|
* @throws {RequiredError}
|
|
@@ -582,7 +582,7 @@ export interface CommissionAgreementsApiListCommissionAgreementsRequest {
|
|
|
582
582
|
readonly order?: string
|
|
583
583
|
|
|
584
584
|
/**
|
|
585
|
-
* Expand to fetch additional information about the list items.
|
|
585
|
+
* 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>
|
|
586
586
|
* @type {string}
|
|
587
587
|
* @memberof CommissionAgreementsApiListCommissionAgreements
|
|
588
588
|
*/
|
|
@@ -656,7 +656,7 @@ export class CommissionAgreementsApi extends BaseAPI {
|
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
/**
|
|
659
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code
|
|
659
|
+
* 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.
|
|
660
660
|
* @summary Retrieve the commission agreement
|
|
661
661
|
* @param {CommissionAgreementsApiGetCommissionAgreementRequest} requestParameters Request parameters.
|
|
662
662
|
* @param {*} [options] Override http request option.
|
|
@@ -137,7 +137,7 @@ export const CommissionRecipientsApiAxiosParamCreator = function (configuration?
|
|
|
137
137
|
};
|
|
138
138
|
},
|
|
139
139
|
/**
|
|
140
|
-
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code
|
|
140
|
+
* 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.
|
|
141
141
|
* @summary Retrieve the commission recipient
|
|
142
142
|
* @param {string} code
|
|
143
143
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -190,7 +190,7 @@ export const CommissionRecipientsApiAxiosParamCreator = function (configuration?
|
|
|
190
190
|
* @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>
|
|
191
191
|
* @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>
|
|
192
192
|
* @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>
|
|
193
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
193
|
+
* @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>
|
|
194
194
|
* @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>
|
|
195
195
|
* @param {*} [options] Override http request option.
|
|
196
196
|
* @throws {RequiredError}
|
|
@@ -344,7 +344,7 @@ export const CommissionRecipientsApiFp = function(configuration?: Configuration)
|
|
|
344
344
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
345
345
|
},
|
|
346
346
|
/**
|
|
347
|
-
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code
|
|
347
|
+
* 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.
|
|
348
348
|
* @summary Retrieve the commission recipient
|
|
349
349
|
* @param {string} code
|
|
350
350
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -364,7 +364,7 @@ export const CommissionRecipientsApiFp = function(configuration?: Configuration)
|
|
|
364
364
|
* @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>
|
|
365
365
|
* @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>
|
|
366
366
|
* @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>
|
|
367
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
367
|
+
* @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>
|
|
368
368
|
* @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>
|
|
369
369
|
* @param {*} [options] Override http request option.
|
|
370
370
|
* @throws {RequiredError}
|
|
@@ -420,7 +420,7 @@ export const CommissionRecipientsApiFactory = function (configuration?: Configur
|
|
|
420
420
|
return localVarFp.deleteCommissionRecipient(code, authorization, options).then((request) => request(axios, basePath));
|
|
421
421
|
},
|
|
422
422
|
/**
|
|
423
|
-
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code
|
|
423
|
+
* 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.
|
|
424
424
|
* @summary Retrieve the commission recipient
|
|
425
425
|
* @param {string} code
|
|
426
426
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -439,7 +439,7 @@ export const CommissionRecipientsApiFactory = function (configuration?: Configur
|
|
|
439
439
|
* @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>
|
|
440
440
|
* @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>
|
|
441
441
|
* @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>
|
|
442
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
442
|
+
* @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>
|
|
443
443
|
* @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>
|
|
444
444
|
* @param {*} [options] Override http request option.
|
|
445
445
|
* @throws {RequiredError}
|
|
@@ -581,7 +581,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
|
|
|
581
581
|
readonly order?: string
|
|
582
582
|
|
|
583
583
|
/**
|
|
584
|
-
* Expand to fetch additional information about the list items.
|
|
584
|
+
* 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>
|
|
585
585
|
* @type {string}
|
|
586
586
|
* @memberof CommissionRecipientsApiListCommissionRecipients
|
|
587
587
|
*/
|
|
@@ -655,7 +655,7 @@ export class CommissionRecipientsApi extends BaseAPI {
|
|
|
655
655
|
}
|
|
656
656
|
|
|
657
657
|
/**
|
|
658
|
-
* Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code
|
|
658
|
+
* 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.
|
|
659
659
|
* @summary Retrieve the commission recipient
|
|
660
660
|
* @param {CommissionRecipientsApiGetCommissionRecipientRequest} requestParameters Request parameters.
|
|
661
661
|
* @param {*} [options] Override http request option.
|