@emilgroup/insurance-sdk 1.53.1-beta.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.
Files changed (57) hide show
  1. package/.openapi-generator/FILES +5 -0
  2. package/README.md +2 -2
  3. package/api/booking-funnels-api.ts +16 -8
  4. package/api/commission-agreement-products-api.ts +4 -4
  5. package/api/commission-agreement-versions-api.ts +4 -4
  6. package/api/commission-agreements-api.ts +4 -4
  7. package/api/commission-recipients-api.ts +4 -4
  8. package/api/partner-links-api.ts +4 -4
  9. package/api/policies-api.ts +8 -8
  10. package/dist/api/booking-funnels-api.d.ts +16 -12
  11. package/dist/api/commission-agreement-products-api.d.ts +4 -4
  12. package/dist/api/commission-agreement-products-api.js +3 -3
  13. package/dist/api/commission-agreement-versions-api.d.ts +4 -4
  14. package/dist/api/commission-agreement-versions-api.js +3 -3
  15. package/dist/api/commission-agreements-api.d.ts +4 -4
  16. package/dist/api/commission-agreements-api.js +3 -3
  17. package/dist/api/commission-recipients-api.d.ts +4 -4
  18. package/dist/api/commission-recipients-api.js +3 -3
  19. package/dist/api/partner-links-api.d.ts +4 -4
  20. package/dist/api/partner-links-api.js +3 -3
  21. package/dist/api/policies-api.d.ts +8 -8
  22. package/dist/api/policies-api.js +6 -6
  23. package/dist/models/create-booking-funnel-response-class.d.ts +25 -0
  24. package/dist/models/create-booking-funnel-response-class.js +15 -0
  25. package/dist/models/create-dummy-policy-request-dto.d.ts +6 -0
  26. package/dist/models/create-lead-request-dto.d.ts +4 -9
  27. package/dist/models/create-product-field-request-dto.d.ts +0 -6
  28. package/dist/models/get-booking-funnel-response-class.d.ts +25 -0
  29. package/dist/models/get-booking-funnel-response-class.js +15 -0
  30. package/dist/models/index.d.ts +5 -0
  31. package/dist/models/index.js +5 -0
  32. package/dist/models/lead-status-class.d.ts +12 -0
  33. package/dist/models/link-lead-partner-request-dto.d.ts +36 -0
  34. package/dist/models/link-lead-partner-request-dto.js +15 -0
  35. package/dist/models/list-named-ranges-response-class.d.ts +3 -2
  36. package/dist/models/patch-booking-funnel-response-class.d.ts +25 -0
  37. package/dist/models/patch-booking-funnel-response-class.js +15 -0
  38. package/dist/models/product-field-class.d.ts +0 -6
  39. package/dist/models/shared-product-field-class.d.ts +0 -6
  40. package/dist/models/update-booking-funnel-response-class.d.ts +25 -0
  41. package/dist/models/update-booking-funnel-response-class.js +15 -0
  42. package/dist/models/update-product-field-request-dto.d.ts +0 -6
  43. package/models/create-booking-funnel-response-class.ts +31 -0
  44. package/models/create-dummy-policy-request-dto.ts +6 -0
  45. package/models/create-lead-request-dto.ts +4 -9
  46. package/models/create-product-field-request-dto.ts +0 -6
  47. package/models/get-booking-funnel-response-class.ts +31 -0
  48. package/models/index.ts +5 -0
  49. package/models/lead-status-class.ts +12 -0
  50. package/models/link-lead-partner-request-dto.ts +42 -0
  51. package/models/list-named-ranges-response-class.ts +3 -2
  52. package/models/patch-booking-funnel-response-class.ts +31 -0
  53. package/models/product-field-class.ts +0 -6
  54. package/models/shared-product-field-class.ts +0 -6
  55. package/models/update-booking-funnel-response-class.ts +31 -0
  56. package/models/update-product-field-request-dto.ts +0 -6
  57. package/package.json +1 -1
@@ -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.53.1-beta.0 --save
20
+ npm install @emilgroup/insurance-sdk@1.54.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/insurance-sdk@1.53.1-beta.0
24
+ yarn add @emilgroup/insurance-sdk@1.54.0
25
25
  ```
26
26
 
27
27
  And then you can import `PoliciesApi`.
@@ -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
@@ -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<object>> {
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
  },
@@ -392,7 +400,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
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<object>> {
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<object>> {
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<object>> {
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<object> {
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
  /**
@@ -479,7 +487,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
479
487
  * @param {*} [options] Override http request option.
480
488
  * @throws {RequiredError}
481
489
  */
482
- getBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<object> {
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<object> {
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<object> {
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
  };
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, productId, commissionAgreementId&lt;/i&gt;
196
196
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: productId, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: product.&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: product&lt;i&gt;
199
199
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, productId, commissionAgreementId&lt;/i&gt;
200
200
  * @param {*} [options] Override http request option.
201
201
  * @throws {RequiredError}
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, productId, commissionAgreementId&lt;/i&gt;
371
371
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: productId, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: product.&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: product&lt;i&gt;
374
374
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, productId, commissionAgreementId&lt;/i&gt;
375
375
  * @param {*} [options] Override http request option.
376
376
  * @throws {RequiredError}
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, productId, commissionAgreementId&lt;/i&gt;
447
447
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: productId, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: product.&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: product&lt;i&gt;
450
450
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, productId, commissionAgreementId&lt;/i&gt;
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. 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: product.&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: product&lt;i&gt;
599
599
  * @type {string}
600
600
  * @memberof CommissionAgreementProductsApiListCommissionAgreementProducts
601
601
  */
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, description, commissionAgreementId&lt;/i&gt;
194
194
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: versionDescription, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
197
197
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, description, commissionAgreementId&lt;/i&gt;
198
198
  * @param {*} [options] Override http request option.
199
199
  * @throws {RequiredError}
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, description, commissionAgreementId&lt;/i&gt;
318
318
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: versionDescription, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
321
321
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, description, commissionAgreementId&lt;/i&gt;
322
322
  * @param {*} [options] Override http request option.
323
323
  * @throws {RequiredError}
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, description, commissionAgreementId&lt;/i&gt;
381
381
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: versionDescription, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
384
384
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, description, commissionAgreementId&lt;/i&gt;
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. 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
521
521
  * @type {string}
522
522
  * @memberof CommissionAgreementVersionsApiListCommissionAgreementVersions
523
523
  */
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
192
192
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: name, code, description&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
195
195
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
196
196
  * @param {*} [options] Override http request option.
197
197
  * @throws {RequiredError}
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
366
366
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: name, code, description&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
369
369
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
370
370
  * @param {*} [options] Override http request option.
371
371
  * @throws {RequiredError}
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
441
441
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: name, code, description&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
444
444
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
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. 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
586
586
  * @type {string}
587
587
  * @memberof CommissionAgreementsApiListCommissionAgreements
588
588
  */
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
191
191
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: displayName, partnerCode, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
194
194
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
195
195
  * @param {*} [options] Override http request option.
196
196
  * @throws {RequiredError}
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
365
365
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: displayName, partnerCode, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
368
368
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
369
369
  * @param {*} [options] Override http request option.
370
370
  * @throws {RequiredError}
@@ -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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
440
440
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: displayName, partnerCode, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
443
443
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
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. 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
585
585
  * @type {string}
586
586
  * @memberof CommissionRecipientsApiListCommissionRecipients
587
587
  */
@@ -193,7 +193,7 @@ export const PartnerLinksApiAxiosParamCreator = function (configuration?: Config
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
194
194
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role.&lt;i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role&lt;i&gt;
197
197
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
198
198
  * @param {*} [options] Override http request option.
199
199
  * @throws {RequiredError}
@@ -412,7 +412,7 @@ export const PartnerLinksApiFp = function(configuration?: Configuration) {
412
412
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
413
413
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
414
414
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
415
- * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role.&lt;i&gt;
415
+ * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role&lt;i&gt;
416
416
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
417
417
  * @param {*} [options] Override http request option.
418
418
  * @throws {RequiredError}
@@ -499,7 +499,7 @@ export const PartnerLinksApiFactory = function (configuration?: Configuration, b
499
499
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
500
500
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
501
501
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
502
- * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role.&lt;i&gt;
502
+ * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role&lt;i&gt;
503
503
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
504
504
  * @param {*} [options] Override http request option.
505
505
  * @throws {RequiredError}
@@ -652,7 +652,7 @@ export interface PartnerLinksApiListPartnerLinksRequest {
652
652
  readonly order?: string
653
653
 
654
654
  /**
655
- * 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role.&lt;i&gt;
655
+ * 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role&lt;i&gt;
656
656
  * @type {string}
657
657
  * @memberof PartnerLinksApiListPartnerLinks
658
658
  */
@@ -419,7 +419,7 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
419
419
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData&lt;/i&gt;
420
420
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
421
421
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId&lt;/i&gt;
422
- * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.&lt;i&gt;
422
+ * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks&lt;i&gt;
423
423
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData&lt;/i&gt;
424
424
  * @param {*} [options] Override http request option.
425
425
  * @throws {RequiredError}
@@ -572,7 +572,7 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
572
572
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyId&lt;/i&gt;
573
573
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
574
574
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyId, createdAt, updatedAt&lt;/i&gt;
575
- * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: timelines, premiums, premiumItems, premiumFormulas.&lt;i&gt;
575
+ * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: timelines, premiums, premiumItems, premiumFormulas&lt;i&gt;
576
576
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyId&lt;/i&gt;
577
577
  * @param {*} [options] Override http request option.
578
578
  * @throws {RequiredError}
@@ -1056,7 +1056,7 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
1056
1056
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData&lt;/i&gt;
1057
1057
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
1058
1058
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId&lt;/i&gt;
1059
- * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.&lt;i&gt;
1059
+ * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks&lt;i&gt;
1060
1060
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData&lt;/i&gt;
1061
1061
  * @param {*} [options] Override http request option.
1062
1062
  * @throws {RequiredError}
@@ -1093,7 +1093,7 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
1093
1093
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyId&lt;/i&gt;
1094
1094
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
1095
1095
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyId, createdAt, updatedAt&lt;/i&gt;
1096
- * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: timelines, premiums, premiumItems, premiumFormulas.&lt;i&gt;
1096
+ * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: timelines, premiums, premiumItems, premiumFormulas&lt;i&gt;
1097
1097
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyId&lt;/i&gt;
1098
1098
  * @param {*} [options] Override http request option.
1099
1099
  * @throws {RequiredError}
@@ -1281,7 +1281,7 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
1281
1281
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData&lt;/i&gt;
1282
1282
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
1283
1283
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId&lt;/i&gt;
1284
- * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.&lt;i&gt;
1284
+ * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks&lt;i&gt;
1285
1285
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData&lt;/i&gt;
1286
1286
  * @param {*} [options] Override http request option.
1287
1287
  * @throws {RequiredError}
@@ -1316,7 +1316,7 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
1316
1316
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyId&lt;/i&gt;
1317
1317
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
1318
1318
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyId, createdAt, updatedAt&lt;/i&gt;
1319
- * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: timelines, premiums, premiumItems, premiumFormulas.&lt;i&gt;
1319
+ * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: timelines, premiums, premiumItems, premiumFormulas&lt;i&gt;
1320
1320
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, policyId&lt;/i&gt;
1321
1321
  * @param {*} [options] Override http request option.
1322
1322
  * @throws {RequiredError}
@@ -1630,7 +1630,7 @@ export interface PoliciesApiListPoliciesRequest {
1630
1630
  readonly order?: string
1631
1631
 
1632
1632
  /**
1633
- * 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.&lt;i&gt;
1633
+ * 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks&lt;i&gt;
1634
1634
  * @type {string}
1635
1635
  * @memberof PoliciesApiListPolicies
1636
1636
  */
@@ -1763,7 +1763,7 @@ export interface PoliciesApiListPolicyVersionsRequest {
1763
1763
  readonly order?: string
1764
1764
 
1765
1765
  /**
1766
- * 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: timelines, premiums, premiumItems, premiumFormulas.&lt;i&gt;
1766
+ * 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: timelines, premiums, premiumItems, premiumFormulas&lt;i&gt;
1767
1767
  * @type {string}
1768
1768
  * @memberof PoliciesApiListPolicyVersions
1769
1769
  */
@@ -13,10 +13,14 @@ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
13
  import { Configuration } from '../configuration';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
15
  import { CreateBookingFunnelRequestDto } from '../models';
16
+ import { CreateBookingFunnelResponseClass } from '../models';
16
17
  import { DeleteResponseClass } from '../models';
18
+ import { GetBookingFunnelResponseClass } from '../models';
17
19
  import { ListBookingFunnelsResponseClass } from '../models';
18
20
  import { PatchBookingFunnelRequestDto } from '../models';
21
+ import { PatchBookingFunnelResponseClass } from '../models';
19
22
  import { UpdateBookingFunnelRequestDto } from '../models';
23
+ import { UpdateBookingFunnelResponseClass } from '../models';
20
24
  /**
21
25
  * BookingFunnelsApi - axios parameter creator
22
26
  * @export
@@ -97,7 +101,7 @@ export declare const BookingFunnelsApiFp: (configuration?: Configuration) => {
97
101
  * @param {*} [options] Override http request option.
98
102
  * @throws {RequiredError}
99
103
  */
100
- createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
104
+ createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateBookingFunnelResponseClass>>;
101
105
  /**
102
106
  * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
103
107
  * @summary Delete the booking funnel
@@ -115,7 +119,7 @@ export declare const BookingFunnelsApiFp: (configuration?: Configuration) => {
115
119
  * @param {*} [options] Override http request option.
116
120
  * @throws {RequiredError}
117
121
  */
118
- getBookingFunnel(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
122
+ getBookingFunnel(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBookingFunnelResponseClass>>;
119
123
  /**
120
124
  * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
121
125
  * @summary List booking funnels
@@ -139,7 +143,7 @@ export declare const BookingFunnelsApiFp: (configuration?: Configuration) => {
139
143
  * @param {*} [options] Override http request option.
140
144
  * @throws {RequiredError}
141
145
  */
142
- patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
146
+ patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchBookingFunnelResponseClass>>;
143
147
  /**
144
148
  * This will update a booking funnel.
145
149
  * @summary Update the booking funnel
@@ -149,7 +153,7 @@ export declare const BookingFunnelsApiFp: (configuration?: Configuration) => {
149
153
  * @param {*} [options] Override http request option.
150
154
  * @throws {RequiredError}
151
155
  */
152
- updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
156
+ updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateBookingFunnelResponseClass>>;
153
157
  };
154
158
  /**
155
159
  * BookingFunnelsApi - factory interface
@@ -164,7 +168,7 @@ export declare const BookingFunnelsApiFactory: (configuration?: Configuration, b
164
168
  * @param {*} [options] Override http request option.
165
169
  * @throws {RequiredError}
166
170
  */
167
- createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
171
+ createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<CreateBookingFunnelResponseClass>;
168
172
  /**
169
173
  * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
170
174
  * @summary Delete the booking funnel
@@ -182,7 +186,7 @@ export declare const BookingFunnelsApiFactory: (configuration?: Configuration, b
182
186
  * @param {*} [options] Override http request option.
183
187
  * @throws {RequiredError}
184
188
  */
185
- getBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<object>;
189
+ getBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<GetBookingFunnelResponseClass>;
186
190
  /**
187
191
  * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
188
192
  * @summary List booking funnels
@@ -206,7 +210,7 @@ export declare const BookingFunnelsApiFactory: (configuration?: Configuration, b
206
210
  * @param {*} [options] Override http request option.
207
211
  * @throws {RequiredError}
208
212
  */
209
- patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
213
+ patchBookingFunnel(code: string, patchBookingFunnelRequestDto: PatchBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<PatchBookingFunnelResponseClass>;
210
214
  /**
211
215
  * This will update a booking funnel.
212
216
  * @summary Update the booking funnel
@@ -216,7 +220,7 @@ export declare const BookingFunnelsApiFactory: (configuration?: Configuration, b
216
220
  * @param {*} [options] Override http request option.
217
221
  * @throws {RequiredError}
218
222
  */
219
- updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
223
+ updateBookingFunnel(code: string, updateBookingFunnelRequestDto: UpdateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateBookingFunnelResponseClass>;
220
224
  };
221
225
  /**
222
226
  * Request parameters for createBookingFunnel operation in BookingFunnelsApi.
@@ -395,7 +399,7 @@ export declare class BookingFunnelsApi extends BaseAPI {
395
399
  * @throws {RequiredError}
396
400
  * @memberof BookingFunnelsApi
397
401
  */
398
- createBookingFunnel(requestParameters: BookingFunnelsApiCreateBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
402
+ createBookingFunnel(requestParameters: BookingFunnelsApiCreateBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateBookingFunnelResponseClass, any>>;
399
403
  /**
400
404
  * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
401
405
  * @summary Delete the booking funnel
@@ -413,7 +417,7 @@ export declare class BookingFunnelsApi extends BaseAPI {
413
417
  * @throws {RequiredError}
414
418
  * @memberof BookingFunnelsApi
415
419
  */
416
- getBookingFunnel(requestParameters: BookingFunnelsApiGetBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
420
+ getBookingFunnel(requestParameters: BookingFunnelsApiGetBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetBookingFunnelResponseClass, any>>;
417
421
  /**
418
422
  * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
419
423
  * @summary List booking funnels
@@ -430,7 +434,7 @@ export declare class BookingFunnelsApi extends BaseAPI {
430
434
  * @throws {RequiredError}
431
435
  * @memberof BookingFunnelsApi
432
436
  */
433
- patchBookingFunnel(requestParameters: BookingFunnelsApiPatchBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
437
+ patchBookingFunnel(requestParameters: BookingFunnelsApiPatchBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchBookingFunnelResponseClass, any>>;
434
438
  /**
435
439
  * This will update a booking funnel.
436
440
  * @summary Update the booking funnel
@@ -439,5 +443,5 @@ export declare class BookingFunnelsApi extends BaseAPI {
439
443
  * @throws {RequiredError}
440
444
  * @memberof BookingFunnelsApi
441
445
  */
442
- updateBookingFunnel(requestParameters: BookingFunnelsApiUpdateBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
446
+ updateBookingFunnel(requestParameters: BookingFunnelsApiUpdateBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateBookingFunnelResponseClass, any>>;
443
447
  }