@emilgroup/insurance-sdk-node 1.49.0 → 1.49.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/.openapi-generator/FILES +12 -0
  2. package/README.md +2 -2
  3. package/api/booking-funnel-versions-api.ts +8 -8
  4. package/api/booking-funnels-api.ts +12 -12
  5. package/api/emil-functions-api.ts +1314 -0
  6. package/api/insured-object-types-api.ts +4 -4
  7. package/api/insured-objects-api.ts +8 -8
  8. package/api/lead-statuses-api.ts +104 -20
  9. package/api/lead-versions-api.ts +8 -8
  10. package/api/leads-api.ts +8 -8
  11. package/api/named-ranges-api.ts +8 -8
  12. package/api/policies-api.ts +107 -109
  13. package/api/policy-partner-roles-api.ts +8 -8
  14. package/api/premium-formulas-api.ts +8 -8
  15. package/api/product-factors-api.ts +8 -8
  16. package/api/product-fields-api.ts +119 -12
  17. package/api/product-versions-api.ts +4 -4
  18. package/api/products-api.ts +20 -20
  19. package/api/status-transition-rules-api.ts +8 -8
  20. package/api.ts +2 -0
  21. package/dist/api/booking-funnel-versions-api.d.ts +8 -8
  22. package/dist/api/booking-funnel-versions-api.js +8 -8
  23. package/dist/api/booking-funnels-api.d.ts +12 -12
  24. package/dist/api/booking-funnels-api.js +12 -12
  25. package/dist/api/emil-functions-api.d.ts +727 -0
  26. package/dist/api/emil-functions-api.js +1202 -0
  27. package/dist/api/insured-object-types-api.d.ts +4 -4
  28. package/dist/api/insured-object-types-api.js +4 -4
  29. package/dist/api/insured-objects-api.d.ts +8 -8
  30. package/dist/api/insured-objects-api.js +8 -8
  31. package/dist/api/lead-statuses-api.d.ts +71 -17
  32. package/dist/api/lead-statuses-api.js +53 -17
  33. package/dist/api/lead-versions-api.d.ts +8 -8
  34. package/dist/api/lead-versions-api.js +8 -8
  35. package/dist/api/leads-api.d.ts +8 -8
  36. package/dist/api/leads-api.js +8 -8
  37. package/dist/api/named-ranges-api.d.ts +8 -8
  38. package/dist/api/named-ranges-api.js +8 -8
  39. package/dist/api/policies-api.d.ts +103 -103
  40. package/dist/api/policies-api.js +63 -64
  41. package/dist/api/policy-partner-roles-api.d.ts +8 -8
  42. package/dist/api/policy-partner-roles-api.js +8 -8
  43. package/dist/api/premium-formulas-api.d.ts +8 -8
  44. package/dist/api/premium-formulas-api.js +8 -8
  45. package/dist/api/product-factors-api.d.ts +8 -8
  46. package/dist/api/product-factors-api.js +8 -8
  47. package/dist/api/product-fields-api.d.ts +69 -12
  48. package/dist/api/product-fields-api.js +105 -12
  49. package/dist/api/product-versions-api.d.ts +4 -4
  50. package/dist/api/product-versions-api.js +4 -4
  51. package/dist/api/products-api.d.ts +20 -20
  52. package/dist/api/products-api.js +18 -18
  53. package/dist/api/status-transition-rules-api.d.ts +8 -8
  54. package/dist/api/status-transition-rules-api.js +8 -8
  55. package/dist/api.d.ts +1 -0
  56. package/dist/api.js +1 -0
  57. package/dist/models/booking-funnel-class.d.ts +1 -1
  58. package/dist/models/create-booking-funnel-request-dto.d.ts +1 -1
  59. package/dist/models/create-emil-function-request-dto.d.ts +42 -0
  60. package/dist/models/create-emil-function-request-dto.js +15 -0
  61. package/dist/models/create-emil-function-secret-request-dto.d.ts +36 -0
  62. package/dist/models/create-emil-function-secret-request-dto.js +15 -0
  63. package/dist/models/create-policy-partner-role-request-dto.d.ts +1 -1
  64. package/dist/models/create-product-field-request-dto.d.ts +7 -1
  65. package/dist/models/create-product-request-dto.d.ts +1 -1
  66. package/dist/models/emil-function-class.d.ts +60 -0
  67. package/dist/models/emil-function-class.js +15 -0
  68. package/dist/models/emil-function-secret-class.d.ts +30 -0
  69. package/dist/models/emil-function-secret-class.js +15 -0
  70. package/dist/models/execute-emil-function-request-dto.d.ts +24 -0
  71. package/dist/models/execute-emil-function-request-dto.js +15 -0
  72. package/dist/models/get-emil-function-secret-response-class.d.ts +24 -0
  73. package/dist/models/get-emil-function-secret-response-class.js +15 -0
  74. package/dist/models/get-product-request-dto.d.ts +1 -1
  75. package/dist/models/index.d.ts +11 -0
  76. package/dist/models/index.js +11 -0
  77. package/dist/models/insured-object-type-class.d.ts +1 -1
  78. package/dist/models/lead-class.d.ts +1 -1
  79. package/dist/models/lead-status-class.d.ts +1 -1
  80. package/dist/models/list-emil-function-secrets-response-class.d.ts +25 -0
  81. package/dist/models/list-emil-function-secrets-response-class.js +15 -0
  82. package/dist/models/list-emil-functions-response-class.d.ts +31 -0
  83. package/dist/models/list-emil-functions-response-class.js +15 -0
  84. package/dist/models/patch-draft-policy-request-dto.d.ts +1 -1
  85. package/dist/models/policy-partner-role-class.d.ts +1 -1
  86. package/dist/models/product-class.d.ts +1 -1
  87. package/dist/models/product-field-class.d.ts +6 -0
  88. package/dist/models/shared-product-field-class.d.ts +6 -0
  89. package/dist/models/status-transition-rule-class.d.ts +1 -1
  90. package/dist/models/swap-product-fields-order-request-dto.d.ts +30 -0
  91. package/dist/models/swap-product-fields-order-request-dto.js +15 -0
  92. package/dist/models/update-emil-function-request-dto.d.ts +42 -0
  93. package/dist/models/update-emil-function-request-dto.js +15 -0
  94. package/dist/models/update-emil-function-secret-request-dto.d.ts +30 -0
  95. package/dist/models/update-emil-function-secret-request-dto.js +15 -0
  96. package/dist/models/update-policy-partner-role-request-dto.d.ts +1 -1
  97. package/dist/models/update-product-field-request-dto.d.ts +7 -1
  98. package/dist/models/update-product-request-dto.d.ts +1 -1
  99. package/models/booking-funnel-class.ts +1 -1
  100. package/models/create-booking-funnel-request-dto.ts +1 -1
  101. package/models/create-emil-function-request-dto.ts +48 -0
  102. package/models/create-emil-function-secret-request-dto.ts +42 -0
  103. package/models/create-policy-partner-role-request-dto.ts +1 -1
  104. package/models/create-product-field-request-dto.ts +7 -1
  105. package/models/create-product-request-dto.ts +1 -1
  106. package/models/emil-function-class.ts +66 -0
  107. package/models/emil-function-secret-class.ts +36 -0
  108. package/models/execute-emil-function-request-dto.ts +30 -0
  109. package/models/get-emil-function-secret-response-class.ts +30 -0
  110. package/models/get-product-request-dto.ts +1 -1
  111. package/models/index.ts +11 -0
  112. package/models/insured-object-type-class.ts +1 -1
  113. package/models/lead-class.ts +1 -1
  114. package/models/lead-status-class.ts +1 -1
  115. package/models/list-emil-function-secrets-response-class.ts +31 -0
  116. package/models/list-emil-functions-response-class.ts +37 -0
  117. package/models/patch-draft-policy-request-dto.ts +1 -1
  118. package/models/policy-partner-role-class.ts +1 -1
  119. package/models/product-class.ts +1 -1
  120. package/models/product-field-class.ts +6 -0
  121. package/models/shared-product-field-class.ts +6 -0
  122. package/models/status-transition-rule-class.ts +1 -1
  123. package/models/swap-product-fields-order-request-dto.ts +36 -0
  124. package/models/update-emil-function-request-dto.ts +48 -0
  125. package/models/update-emil-function-secret-request-dto.ts +36 -0
  126. package/models/update-policy-partner-role-request-dto.ts +1 -1
  127. package/models/update-product-field-request-dto.ts +7 -1
  128. package/models/update-product-request-dto.ts +1 -1
  129. package/package.json +1 -1
@@ -6,6 +6,7 @@ api.ts
6
6
  api/booking-funnel-versions-api.ts
7
7
  api/booking-funnels-api.ts
8
8
  api/default-api.ts
9
+ api/emil-functions-api.ts
9
10
  api/insured-object-types-api.ts
10
11
  api/insured-objects-api.ts
11
12
  api/lead-statuses-api.ts
@@ -38,6 +39,8 @@ models/create-booking-funnel-request-dto.ts
38
39
  models/create-custom-application-request-dto.ts
39
40
  models/create-draft-policy-request-dto.ts
40
41
  models/create-dummy-policy-request-dto.ts
42
+ models/create-emil-function-request-dto.ts
43
+ models/create-emil-function-secret-request-dto.ts
41
44
  models/create-insured-object-request-dto.ts
42
45
  models/create-insured-object-response-class.ts
43
46
  models/create-lead-async-response-class.ts
@@ -65,11 +68,15 @@ models/create-status-transition-rule-response-class.ts
65
68
  models/csv-product-factor-dto.ts
66
69
  models/delete-draft-policy-request-dto.ts
67
70
  models/delete-response-class.ts
71
+ models/emil-function-class.ts
72
+ models/emil-function-secret-class.ts
68
73
  models/empty-response-class.ts
74
+ models/execute-emil-function-request-dto.ts
69
75
  models/filter-named-range-request-dto.ts
70
76
  models/filter-named-range-response-class.ts
71
77
  models/get-booking-funnel-version-request-dto.ts
72
78
  models/get-draft-policy-request-dto.ts
79
+ models/get-emil-function-secret-response-class.ts
73
80
  models/get-insured-object-response-class.ts
74
81
  models/get-lead-response-class.ts
75
82
  models/get-lead-status-response-class.ts
@@ -110,6 +117,8 @@ models/lead-bank-account-class.ts
110
117
  models/lead-class.ts
111
118
  models/lead-status-class.ts
112
119
  models/list-booking-funnels-response-class.ts
120
+ models/list-emil-function-secrets-response-class.ts
121
+ models/list-emil-functions-response-class.ts
113
122
  models/list-insured-object-types-response-class.ts
114
123
  models/list-insured-objects-response-class.ts
115
124
  models/list-lead-statuses-response-class.ts
@@ -169,10 +178,13 @@ models/store-product-factors-response-class.ts
169
178
  models/suspend-policy-request-dto.ts
170
179
  models/suspend-policy-response-class.ts
171
180
  models/swap-premium-formulas-order-request-dto.ts
181
+ models/swap-product-fields-order-request-dto.ts
172
182
  models/terminate-policy-request-dto.ts
173
183
  models/terminate-policy-response-class.ts
174
184
  models/timeslice-class.ts
175
185
  models/update-booking-funnel-request-dto.ts
186
+ models/update-emil-function-request-dto.ts
187
+ models/update-emil-function-secret-request-dto.ts
176
188
  models/update-insured-object-request-dto.ts
177
189
  models/update-lead-request-dto.ts
178
190
  models/update-lead-response-class.ts
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/insurance-sdk-node@1.49.0 --save
20
+ npm install @emilgroup/insurance-sdk-node@1.49.1 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/insurance-sdk-node@1.49.0
24
+ yarn add @emilgroup/insurance-sdk-node@1.49.1
25
25
  ```
26
26
 
27
27
  And then you can import `PoliciesApi`.
@@ -31,7 +31,7 @@ const FormData = require('form-data');
31
31
  export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
32
32
  return {
33
33
  /**
34
- * Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
34
+ * Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
35
35
  * @summary Retrieve the booking funnel version
36
36
  * @param {string} code
37
37
  * @param {number} version
@@ -80,7 +80,7 @@ export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration
80
80
  };
81
81
  },
82
82
  /**
83
- * 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.
83
+ * 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.
84
84
  * @summary List booking funnel versions
85
85
  * @param {string} code
86
86
  * @param {string} [authorization] Bearer Token
@@ -170,7 +170,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
170
170
  const localVarAxiosParamCreator = BookingFunnelVersionsApiAxiosParamCreator(configuration)
171
171
  return {
172
172
  /**
173
- * Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
173
+ * Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
174
174
  * @summary Retrieve the booking funnel version
175
175
  * @param {string} code
176
176
  * @param {number} version
@@ -183,7 +183,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
183
183
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
184
184
  },
185
185
  /**
186
- * 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.
186
+ * 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.
187
187
  * @summary List booking funnel versions
188
188
  * @param {string} code
189
189
  * @param {string} [authorization] Bearer Token
@@ -212,7 +212,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
212
212
  const localVarFp = BookingFunnelVersionsApiFp(configuration)
213
213
  return {
214
214
  /**
215
- * Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
215
+ * Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
216
216
  * @summary Retrieve the booking funnel version
217
217
  * @param {string} code
218
218
  * @param {number} version
@@ -224,7 +224,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
224
224
  return localVarFp.getBookingFunnelVersion(code, version, authorization, options).then((request) => request(axios, basePath));
225
225
  },
226
226
  /**
227
- * 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.
227
+ * 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.
228
228
  * @summary List booking funnel versions
229
229
  * @param {string} code
230
230
  * @param {string} [authorization] Bearer Token
@@ -350,7 +350,7 @@ export interface BookingFunnelVersionsApiListBookingFunnelVersionsRequest {
350
350
  */
351
351
  export class BookingFunnelVersionsApi extends BaseAPI {
352
352
  /**
353
- * Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
353
+ * Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
354
354
  * @summary Retrieve the booking funnel version
355
355
  * @param {BookingFunnelVersionsApiGetBookingFunnelVersionRequest} requestParameters Request parameters.
356
356
  * @param {*} [options] Override http request option.
@@ -362,7 +362,7 @@ export class BookingFunnelVersionsApi extends BaseAPI {
362
362
  }
363
363
 
364
364
  /**
365
- * 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.
365
+ * 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.
366
366
  * @summary List booking funnel versions
367
367
  * @param {BookingFunnelVersionsApiListBookingFunnelVersionsRequest} requestParameters Request parameters.
368
368
  * @param {*} [options] Override http request option.
@@ -88,7 +88,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
88
88
  };
89
89
  },
90
90
  /**
91
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
91
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
92
92
  * @summary Delete the booking funnel
93
93
  * @param {string} code
94
94
  * @param {string} [authorization] Bearer Token
@@ -133,7 +133,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
133
133
  };
134
134
  },
135
135
  /**
136
- * 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.
136
+ * Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
137
137
  * @summary Retrieve the booking funnel
138
138
  * @param {string} code
139
139
  * @param {string} [authorization] Bearer Token
@@ -178,7 +178,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
178
178
  };
179
179
  },
180
180
  /**
181
- * 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.
181
+ * 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.
182
182
  * @summary List booking funnels
183
183
  * @param {string} [authorization] Bearer Token
184
184
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -377,7 +377,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
377
377
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
378
378
  },
379
379
  /**
380
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
380
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
381
381
  * @summary Delete the booking funnel
382
382
  * @param {string} code
383
383
  * @param {string} [authorization] Bearer Token
@@ -389,7 +389,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
389
389
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
390
390
  },
391
391
  /**
392
- * 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.
392
+ * Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
393
393
  * @summary Retrieve the booking funnel
394
394
  * @param {string} code
395
395
  * @param {string} [authorization] Bearer Token
@@ -401,7 +401,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
401
401
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
402
402
  },
403
403
  /**
404
- * 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.
404
+ * 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.
405
405
  * @summary List booking funnels
406
406
  * @param {string} [authorization] Bearer Token
407
407
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -465,7 +465,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
465
465
  return localVarFp.createBookingFunnel(createBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
466
466
  },
467
467
  /**
468
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
468
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
469
469
  * @summary Delete the booking funnel
470
470
  * @param {string} code
471
471
  * @param {string} [authorization] Bearer Token
@@ -476,7 +476,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
476
476
  return localVarFp.deleteBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
477
477
  },
478
478
  /**
479
- * 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.
479
+ * Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
480
480
  * @summary Retrieve the booking funnel
481
481
  * @param {string} code
482
482
  * @param {string} [authorization] Bearer Token
@@ -487,7 +487,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
487
487
  return localVarFp.getBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
488
488
  },
489
489
  /**
490
- * 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.
490
+ * 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.
491
491
  * @summary List booking funnels
492
492
  * @param {string} [authorization] Bearer Token
493
493
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -731,7 +731,7 @@ export class BookingFunnelsApi extends BaseAPI {
731
731
  }
732
732
 
733
733
  /**
734
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
734
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
735
735
  * @summary Delete the booking funnel
736
736
  * @param {BookingFunnelsApiDeleteBookingFunnelRequest} requestParameters Request parameters.
737
737
  * @param {*} [options] Override http request option.
@@ -743,7 +743,7 @@ export class BookingFunnelsApi extends BaseAPI {
743
743
  }
744
744
 
745
745
  /**
746
- * 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.
746
+ * Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
747
747
  * @summary Retrieve the booking funnel
748
748
  * @param {BookingFunnelsApiGetBookingFunnelRequest} requestParameters Request parameters.
749
749
  * @param {*} [options] Override http request option.
@@ -755,7 +755,7 @@ export class BookingFunnelsApi extends BaseAPI {
755
755
  }
756
756
 
757
757
  /**
758
- * 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.
758
+ * 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.
759
759
  * @summary List booking funnels
760
760
  * @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
761
761
  * @param {*} [options] Override http request option.