@emilgroup/insurance-sdk 1.63.0 → 1.65.1-beta.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 (76) hide show
  1. package/README.md +2 -2
  2. package/api/booking-funnel-versions-api.ts +8 -8
  3. package/api/booking-funnels-api.ts +24 -24
  4. package/api/commission-agreement-items-api.ts +20 -20
  5. package/api/commission-agreement-products-api.ts +20 -20
  6. package/api/commission-agreement-versions-api.ts +16 -16
  7. package/api/commission-agreements-api.ts +20 -20
  8. package/api/commission-recipients-api.ts +20 -20
  9. package/api/emil-functions-api.ts +44 -44
  10. package/api/insured-object-types-api.ts +4 -4
  11. package/api/insured-objects-api.ts +16 -16
  12. package/api/lead-statuses-api.ts +20 -20
  13. package/api/lead-versions-api.ts +8 -8
  14. package/api/leads-api.ts +40 -40
  15. package/api/named-ranges-api.ts +24 -24
  16. package/api/partner-links-api.ts +24 -24
  17. package/api/partner-roles-api.ts +20 -20
  18. package/api/policies-api.ts +64 -64
  19. package/api/premium-formulas-api.ts +24 -24
  20. package/api/product-factors-api.ts +28 -28
  21. package/api/product-fields-api.ts +28 -28
  22. package/api/product-versions-api.ts +8 -8
  23. package/api/products-api.ts +24 -24
  24. package/api/status-transition-rules-api.ts +24 -24
  25. package/base.ts +1 -0
  26. package/dist/api/booking-funnel-versions-api.d.ts +8 -8
  27. package/dist/api/booking-funnel-versions-api.js +8 -8
  28. package/dist/api/booking-funnels-api.d.ts +24 -24
  29. package/dist/api/booking-funnels-api.js +24 -24
  30. package/dist/api/commission-agreement-items-api.d.ts +20 -20
  31. package/dist/api/commission-agreement-items-api.js +20 -20
  32. package/dist/api/commission-agreement-products-api.d.ts +20 -20
  33. package/dist/api/commission-agreement-products-api.js +20 -20
  34. package/dist/api/commission-agreement-versions-api.d.ts +16 -16
  35. package/dist/api/commission-agreement-versions-api.js +16 -16
  36. package/dist/api/commission-agreements-api.d.ts +20 -20
  37. package/dist/api/commission-agreements-api.js +20 -20
  38. package/dist/api/commission-recipients-api.d.ts +20 -20
  39. package/dist/api/commission-recipients-api.js +20 -20
  40. package/dist/api/emil-functions-api.d.ts +44 -44
  41. package/dist/api/emil-functions-api.js +44 -44
  42. package/dist/api/insured-object-types-api.d.ts +4 -4
  43. package/dist/api/insured-object-types-api.js +4 -4
  44. package/dist/api/insured-objects-api.d.ts +16 -16
  45. package/dist/api/insured-objects-api.js +16 -16
  46. package/dist/api/lead-statuses-api.d.ts +20 -20
  47. package/dist/api/lead-statuses-api.js +20 -20
  48. package/dist/api/lead-versions-api.d.ts +8 -8
  49. package/dist/api/lead-versions-api.js +8 -8
  50. package/dist/api/leads-api.d.ts +40 -40
  51. package/dist/api/leads-api.js +40 -40
  52. package/dist/api/named-ranges-api.d.ts +24 -24
  53. package/dist/api/named-ranges-api.js +24 -24
  54. package/dist/api/partner-links-api.d.ts +24 -24
  55. package/dist/api/partner-links-api.js +24 -24
  56. package/dist/api/partner-roles-api.d.ts +20 -20
  57. package/dist/api/partner-roles-api.js +20 -20
  58. package/dist/api/policies-api.d.ts +64 -64
  59. package/dist/api/policies-api.js +64 -64
  60. package/dist/api/premium-formulas-api.d.ts +24 -24
  61. package/dist/api/premium-formulas-api.js +24 -24
  62. package/dist/api/product-factors-api.d.ts +28 -28
  63. package/dist/api/product-factors-api.js +28 -28
  64. package/dist/api/product-fields-api.d.ts +28 -28
  65. package/dist/api/product-fields-api.js +28 -28
  66. package/dist/api/product-versions-api.d.ts +8 -8
  67. package/dist/api/product-versions-api.js +8 -8
  68. package/dist/api/products-api.d.ts +24 -24
  69. package/dist/api/products-api.js +24 -24
  70. package/dist/api/status-transition-rules-api.d.ts +24 -24
  71. package/dist/api/status-transition-rules-api.js +24 -24
  72. package/dist/base.d.ts +1 -0
  73. package/dist/base.js +1 -0
  74. package/dist/models/partner-class.d.ts +29 -5
  75. package/models/partner-class.ts +29 -5
  76. package/package.json +1 -1
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.63.0 --save
20
+ npm install @emilgroup/insurance-sdk@1.65.1-beta.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/insurance-sdk@1.63.0
24
+ yarn add @emilgroup/insurance-sdk@1.65.1-beta.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 that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
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. **Required Permissions** \"policy-management.products.view\"
31
31
  * @summary Retrieve the booking funnel version
32
32
  * @param {string} code
33
33
  * @param {number} version
@@ -76,7 +76,7 @@ export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration
76
76
  };
77
77
  },
78
78
  /**
79
- * Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
79
+ * Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
80
80
  * @summary List booking funnel versions
81
81
  * @param {string} code
82
82
  * @param {string} [authorization] Bearer Token
@@ -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 that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
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. **Required Permissions** \"policy-management.products.view\"
170
170
  * @summary Retrieve the booking funnel version
171
171
  * @param {string} code
172
172
  * @param {number} version
@@ -179,7 +179,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
179
179
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
180
180
  },
181
181
  /**
182
- * Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
182
+ * Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
183
183
  * @summary List booking funnel versions
184
184
  * @param {string} code
185
185
  * @param {string} [authorization] Bearer Token
@@ -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 that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
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. **Required Permissions** \"policy-management.products.view\"
212
212
  * @summary Retrieve the booking funnel version
213
213
  * @param {string} code
214
214
  * @param {number} version
@@ -220,7 +220,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
220
220
  return localVarFp.getBookingFunnelVersion(code, version, authorization, options).then((request) => request(axios, basePath));
221
221
  },
222
222
  /**
223
- * Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
223
+ * Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
224
224
  * @summary List booking funnel versions
225
225
  * @param {string} code
226
226
  * @param {string} [authorization] Bearer Token
@@ -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 that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
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. **Required Permissions** \"policy-management.products.view\"
350
350
  * @summary Retrieve the booking funnel version
351
351
  * @param {BookingFunnelVersionsApiGetBookingFunnelVersionRequest} requestParameters Request parameters.
352
352
  * @param {*} [options] Override http request option.
@@ -358,7 +358,7 @@ export class BookingFunnelVersionsApi extends BaseAPI {
358
358
  }
359
359
 
360
360
  /**
361
- * Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
361
+ * Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
362
362
  * @summary List booking funnel versions
363
363
  * @param {BookingFunnelVersionsApiListBookingFunnelVersionsRequest} requestParameters Request parameters.
364
364
  * @param {*} [options] Override http request option.
@@ -45,7 +45,7 @@ import { UpdateBookingFunnelResponseClass } from '../models';
45
45
  export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Configuration) {
46
46
  return {
47
47
  /**
48
- * This will create a booking funnel.
48
+ * This will create a booking funnel. **Required Permissions** \"policy-management.products.create\"
49
49
  * @summary Create the booking funnel
50
50
  * @param {CreateBookingFunnelRequestDto} createBookingFunnelRequestDto
51
51
  * @param {string} [authorization] Bearer Token
@@ -92,7 +92,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
92
92
  };
93
93
  },
94
94
  /**
95
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
95
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it. **Required Permissions** \"policy-management.products.delete\"
96
96
  * @summary Delete the booking funnel
97
97
  * @param {string} code
98
98
  * @param {string} [authorization] Bearer Token
@@ -137,7 +137,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
137
137
  };
138
138
  },
139
139
  /**
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.
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. **Required Permissions** \"policy-management.products.view\"
141
141
  * @summary Retrieve the booking funnel
142
142
  * @param {string} code
143
143
  * @param {string} [authorization] Bearer Token
@@ -182,7 +182,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
182
182
  };
183
183
  },
184
184
  /**
185
- * 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.
185
+ * 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. **Required Permissions** \"policy-management.products.view\"
186
186
  * @summary List booking funnels
187
187
  * @param {string} [authorization] Bearer Token
188
188
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -258,7 +258,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
258
258
  };
259
259
  },
260
260
  /**
261
- * This will patch a booking funnel.
261
+ * This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
262
262
  * @param {string} code
263
263
  * @param {PatchBookingFunnelRequestDto} patchBookingFunnelRequestDto
264
264
  * @param {string} [authorization] Bearer Token
@@ -308,7 +308,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
308
308
  };
309
309
  },
310
310
  /**
311
- * This will update a booking funnel.
311
+ * This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
312
312
  * @summary Update the booking funnel
313
313
  * @param {string} code
314
314
  * @param {UpdateBookingFunnelRequestDto} updateBookingFunnelRequestDto
@@ -369,7 +369,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
369
369
  const localVarAxiosParamCreator = BookingFunnelsApiAxiosParamCreator(configuration)
370
370
  return {
371
371
  /**
372
- * This will create a booking funnel.
372
+ * This will create a booking funnel. **Required Permissions** \"policy-management.products.create\"
373
373
  * @summary Create the booking funnel
374
374
  * @param {CreateBookingFunnelRequestDto} createBookingFunnelRequestDto
375
375
  * @param {string} [authorization] Bearer Token
@@ -381,7 +381,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
381
381
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
382
382
  },
383
383
  /**
384
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
384
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it. **Required Permissions** \"policy-management.products.delete\"
385
385
  * @summary Delete the booking funnel
386
386
  * @param {string} code
387
387
  * @param {string} [authorization] Bearer Token
@@ -393,7 +393,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
393
393
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
394
394
  },
395
395
  /**
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.
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. **Required Permissions** \"policy-management.products.view\"
397
397
  * @summary Retrieve the booking funnel
398
398
  * @param {string} code
399
399
  * @param {string} [authorization] Bearer Token
@@ -405,7 +405,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
405
405
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
406
406
  },
407
407
  /**
408
- * 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.
408
+ * 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. **Required Permissions** \"policy-management.products.view\"
409
409
  * @summary List booking funnels
410
410
  * @param {string} [authorization] Bearer Token
411
411
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -423,7 +423,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
423
423
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
424
424
  },
425
425
  /**
426
- * This will patch a booking funnel.
426
+ * This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
427
427
  * @param {string} code
428
428
  * @param {PatchBookingFunnelRequestDto} patchBookingFunnelRequestDto
429
429
  * @param {string} [authorization] Bearer Token
@@ -435,7 +435,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
435
435
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
436
436
  },
437
437
  /**
438
- * This will update a booking funnel.
438
+ * This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
439
439
  * @summary Update the booking funnel
440
440
  * @param {string} code
441
441
  * @param {UpdateBookingFunnelRequestDto} updateBookingFunnelRequestDto
@@ -458,7 +458,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
458
458
  const localVarFp = BookingFunnelsApiFp(configuration)
459
459
  return {
460
460
  /**
461
- * This will create a booking funnel.
461
+ * This will create a booking funnel. **Required Permissions** \"policy-management.products.create\"
462
462
  * @summary Create the booking funnel
463
463
  * @param {CreateBookingFunnelRequestDto} createBookingFunnelRequestDto
464
464
  * @param {string} [authorization] Bearer Token
@@ -469,7 +469,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
469
469
  return localVarFp.createBookingFunnel(createBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
470
470
  },
471
471
  /**
472
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
472
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it. **Required Permissions** \"policy-management.products.delete\"
473
473
  * @summary Delete the booking funnel
474
474
  * @param {string} code
475
475
  * @param {string} [authorization] Bearer Token
@@ -480,7 +480,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
480
480
  return localVarFp.deleteBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
481
481
  },
482
482
  /**
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.
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. **Required Permissions** \"policy-management.products.view\"
484
484
  * @summary Retrieve the booking funnel
485
485
  * @param {string} code
486
486
  * @param {string} [authorization] Bearer Token
@@ -491,7 +491,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
491
491
  return localVarFp.getBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
492
492
  },
493
493
  /**
494
- * 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.
494
+ * 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. **Required Permissions** \"policy-management.products.view\"
495
495
  * @summary List booking funnels
496
496
  * @param {string} [authorization] Bearer Token
497
497
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -508,7 +508,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
508
508
  return localVarFp.listBookingFunnels(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
509
509
  },
510
510
  /**
511
- * This will patch a booking funnel.
511
+ * This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
512
512
  * @param {string} code
513
513
  * @param {PatchBookingFunnelRequestDto} patchBookingFunnelRequestDto
514
514
  * @param {string} [authorization] Bearer Token
@@ -519,7 +519,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
519
519
  return localVarFp.patchBookingFunnel(code, patchBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
520
520
  },
521
521
  /**
522
- * This will update a booking funnel.
522
+ * This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
523
523
  * @summary Update the booking funnel
524
524
  * @param {string} code
525
525
  * @param {UpdateBookingFunnelRequestDto} updateBookingFunnelRequestDto
@@ -723,7 +723,7 @@ export interface BookingFunnelsApiUpdateBookingFunnelRequest {
723
723
  */
724
724
  export class BookingFunnelsApi extends BaseAPI {
725
725
  /**
726
- * This will create a booking funnel.
726
+ * This will create a booking funnel. **Required Permissions** \"policy-management.products.create\"
727
727
  * @summary Create the booking funnel
728
728
  * @param {BookingFunnelsApiCreateBookingFunnelRequest} requestParameters Request parameters.
729
729
  * @param {*} [options] Override http request option.
@@ -735,7 +735,7 @@ export class BookingFunnelsApi extends BaseAPI {
735
735
  }
736
736
 
737
737
  /**
738
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
738
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it. **Required Permissions** \"policy-management.products.delete\"
739
739
  * @summary Delete the booking funnel
740
740
  * @param {BookingFunnelsApiDeleteBookingFunnelRequest} requestParameters Request parameters.
741
741
  * @param {*} [options] Override http request option.
@@ -747,7 +747,7 @@ export class BookingFunnelsApi extends BaseAPI {
747
747
  }
748
748
 
749
749
  /**
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.
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. **Required Permissions** \"policy-management.products.view\"
751
751
  * @summary Retrieve the booking funnel
752
752
  * @param {BookingFunnelsApiGetBookingFunnelRequest} requestParameters Request parameters.
753
753
  * @param {*} [options] Override http request option.
@@ -759,7 +759,7 @@ export class BookingFunnelsApi extends BaseAPI {
759
759
  }
760
760
 
761
761
  /**
762
- * 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.
762
+ * 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. **Required Permissions** \"policy-management.products.view\"
763
763
  * @summary List booking funnels
764
764
  * @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
765
765
  * @param {*} [options] Override http request option.
@@ -771,7 +771,7 @@ export class BookingFunnelsApi extends BaseAPI {
771
771
  }
772
772
 
773
773
  /**
774
- * This will patch a booking funnel.
774
+ * This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
775
775
  * @param {BookingFunnelsApiPatchBookingFunnelRequest} requestParameters Request parameters.
776
776
  * @param {*} [options] Override http request option.
777
777
  * @throws {RequiredError}
@@ -782,7 +782,7 @@ export class BookingFunnelsApi extends BaseAPI {
782
782
  }
783
783
 
784
784
  /**
785
- * This will update a booking funnel.
785
+ * This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
786
786
  * @summary Update the booking funnel
787
787
  * @param {BookingFunnelsApiUpdateBookingFunnelRequest} requestParameters Request parameters.
788
788
  * @param {*} [options] Override http request option.
@@ -41,7 +41,7 @@ import { UpdateCommissionAgreementItemResponseClass } from '../models';
41
41
  export const CommissionAgreementItemsApiAxiosParamCreator = function (configuration?: Configuration) {
42
42
  return {
43
43
  /**
44
- * This will create the commission agreement item.
44
+ * This will create the commission agreement item. **Required Permissions** \"commission-management.agreements.create\"
45
45
  * @summary Create the Commission agreement item
46
46
  * @param {string} code
47
47
  * @param {CreateCommissionAgreementItemRequestDto} createCommissionAgreementItemRequestDto
@@ -92,7 +92,7 @@ export const CommissionAgreementItemsApiAxiosParamCreator = function (configurat
92
92
  };
93
93
  },
94
94
  /**
95
- * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it.
95
+ * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
96
96
  * @summary Delete the commission agreement item
97
97
  * @param {string} code
98
98
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -137,7 +137,7 @@ export const CommissionAgreementItemsApiAxiosParamCreator = function (configurat
137
137
  };
138
138
  },
139
139
  /**
140
- * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information.
140
+ * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information. **Required Permissions** \"commission-management.agreements.view\"
141
141
  * @summary Retrieve the commission agreement item
142
142
  * @param {string} code
143
143
  * @param {string} expand
@@ -189,7 +189,7 @@ export const CommissionAgreementItemsApiAxiosParamCreator = function (configurat
189
189
  };
190
190
  },
191
191
  /**
192
- * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
192
+ * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
193
193
  * @summary List commission agreement items
194
194
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
195
195
  * @param {number} [pageSize] Page size.
@@ -265,7 +265,7 @@ export const CommissionAgreementItemsApiAxiosParamCreator = function (configurat
265
265
  };
266
266
  },
267
267
  /**
268
- * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
268
+ * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
269
269
  * @summary Update the commission agreement item
270
270
  * @param {string} code
271
271
  * @param {UpdateCommissionAgreementItemRequestDto} updateCommissionAgreementItemRequestDto
@@ -326,7 +326,7 @@ export const CommissionAgreementItemsApiFp = function(configuration?: Configurat
326
326
  const localVarAxiosParamCreator = CommissionAgreementItemsApiAxiosParamCreator(configuration)
327
327
  return {
328
328
  /**
329
- * This will create the commission agreement item.
329
+ * This will create the commission agreement item. **Required Permissions** \"commission-management.agreements.create\"
330
330
  * @summary Create the Commission agreement item
331
331
  * @param {string} code
332
332
  * @param {CreateCommissionAgreementItemRequestDto} createCommissionAgreementItemRequestDto
@@ -339,7 +339,7 @@ export const CommissionAgreementItemsApiFp = function(configuration?: Configurat
339
339
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
340
340
  },
341
341
  /**
342
- * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it.
342
+ * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
343
343
  * @summary Delete the commission agreement item
344
344
  * @param {string} code
345
345
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -351,7 +351,7 @@ export const CommissionAgreementItemsApiFp = function(configuration?: Configurat
351
351
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
352
352
  },
353
353
  /**
354
- * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information.
354
+ * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information. **Required Permissions** \"commission-management.agreements.view\"
355
355
  * @summary Retrieve the commission agreement item
356
356
  * @param {string} code
357
357
  * @param {string} expand
@@ -364,7 +364,7 @@ export const CommissionAgreementItemsApiFp = function(configuration?: Configurat
364
364
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
365
365
  },
366
366
  /**
367
- * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
367
+ * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
368
368
  * @summary List commission agreement items
369
369
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
370
370
  * @param {number} [pageSize] Page size.
@@ -382,7 +382,7 @@ export const CommissionAgreementItemsApiFp = function(configuration?: Configurat
382
382
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
383
383
  },
384
384
  /**
385
- * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
385
+ * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
386
386
  * @summary Update the commission agreement item
387
387
  * @param {string} code
388
388
  * @param {UpdateCommissionAgreementItemRequestDto} updateCommissionAgreementItemRequestDto
@@ -405,7 +405,7 @@ export const CommissionAgreementItemsApiFactory = function (configuration?: Conf
405
405
  const localVarFp = CommissionAgreementItemsApiFp(configuration)
406
406
  return {
407
407
  /**
408
- * This will create the commission agreement item.
408
+ * This will create the commission agreement item. **Required Permissions** \"commission-management.agreements.create\"
409
409
  * @summary Create the Commission agreement item
410
410
  * @param {string} code
411
411
  * @param {CreateCommissionAgreementItemRequestDto} createCommissionAgreementItemRequestDto
@@ -417,7 +417,7 @@ export const CommissionAgreementItemsApiFactory = function (configuration?: Conf
417
417
  return localVarFp.createCommissionAgreementItem(code, createCommissionAgreementItemRequestDto, authorization, options).then((request) => request(axios, basePath));
418
418
  },
419
419
  /**
420
- * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it.
420
+ * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
421
421
  * @summary Delete the commission agreement item
422
422
  * @param {string} code
423
423
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -428,7 +428,7 @@ export const CommissionAgreementItemsApiFactory = function (configuration?: Conf
428
428
  return localVarFp.deleteCommissionAgreementItem(code, authorization, options).then((request) => request(axios, basePath));
429
429
  },
430
430
  /**
431
- * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information.
431
+ * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information. **Required Permissions** \"commission-management.agreements.view\"
432
432
  * @summary Retrieve the commission agreement item
433
433
  * @param {string} code
434
434
  * @param {string} expand
@@ -440,7 +440,7 @@ export const CommissionAgreementItemsApiFactory = function (configuration?: Conf
440
440
  return localVarFp.getCommissionAgreementItem(code, expand, authorization, options).then((request) => request(axios, basePath));
441
441
  },
442
442
  /**
443
- * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
443
+ * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
444
444
  * @summary List commission agreement items
445
445
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
446
446
  * @param {number} [pageSize] Page size.
@@ -457,7 +457,7 @@ export const CommissionAgreementItemsApiFactory = function (configuration?: Conf
457
457
  return localVarFp.listCommissionAgreementItems(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
458
458
  },
459
459
  /**
460
- * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
460
+ * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
461
461
  * @summary Update the commission agreement item
462
462
  * @param {string} code
463
463
  * @param {UpdateCommissionAgreementItemRequestDto} updateCommissionAgreementItemRequestDto
@@ -647,7 +647,7 @@ export interface CommissionAgreementItemsApiUpdateCommissionAgreementItemRequest
647
647
  */
648
648
  export class CommissionAgreementItemsApi extends BaseAPI {
649
649
  /**
650
- * This will create the commission agreement item.
650
+ * This will create the commission agreement item. **Required Permissions** \"commission-management.agreements.create\"
651
651
  * @summary Create the Commission agreement item
652
652
  * @param {CommissionAgreementItemsApiCreateCommissionAgreementItemRequest} requestParameters Request parameters.
653
653
  * @param {*} [options] Override http request option.
@@ -659,7 +659,7 @@ export class CommissionAgreementItemsApi extends BaseAPI {
659
659
  }
660
660
 
661
661
  /**
662
- * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it.
662
+ * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
663
663
  * @summary Delete the commission agreement item
664
664
  * @param {CommissionAgreementItemsApiDeleteCommissionAgreementItemRequest} requestParameters Request parameters.
665
665
  * @param {*} [options] Override http request option.
@@ -671,7 +671,7 @@ export class CommissionAgreementItemsApi extends BaseAPI {
671
671
  }
672
672
 
673
673
  /**
674
- * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information.
674
+ * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information. **Required Permissions** \"commission-management.agreements.view\"
675
675
  * @summary Retrieve the commission agreement item
676
676
  * @param {CommissionAgreementItemsApiGetCommissionAgreementItemRequest} requestParameters Request parameters.
677
677
  * @param {*} [options] Override http request option.
@@ -683,7 +683,7 @@ export class CommissionAgreementItemsApi extends BaseAPI {
683
683
  }
684
684
 
685
685
  /**
686
- * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
686
+ * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
687
687
  * @summary List commission agreement items
688
688
  * @param {CommissionAgreementItemsApiListCommissionAgreementItemsRequest} requestParameters Request parameters.
689
689
  * @param {*} [options] Override http request option.
@@ -695,7 +695,7 @@ export class CommissionAgreementItemsApi extends BaseAPI {
695
695
  }
696
696
 
697
697
  /**
698
- * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
698
+ * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
699
699
  * @summary Update the commission agreement item
700
700
  * @param {CommissionAgreementItemsApiUpdateCommissionAgreementItemRequest} requestParameters Request parameters.
701
701
  * @param {*} [options] Override http request option.