@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
@@ -137,11 +137,11 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
137
137
  };
138
138
  },
139
139
  /**
140
- * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
140
+ * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
141
141
  * @summary Retrieve the product
142
142
  * @param {string} code Unique identifier for the object.
143
143
  * @param {number} id Unique identifier referencing the product.
144
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
144
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
145
145
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
146
146
  * @param {string} [expand] Fields to expand response by
147
147
  * @param {*} [options] Override http request option.
@@ -201,11 +201,11 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
201
201
  };
202
202
  },
203
203
  /**
204
- * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
204
+ * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
205
205
  * @summary Retrieve the product
206
206
  * @param {number} id Unique identifier referencing the product.
207
207
  * @param {string} code Unique identifier of the product that this object belongs to.
208
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
208
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
209
209
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
210
210
  * @param {string} [expand] Fields to expand response by
211
211
  * @param {*} [options] Override http request option.
@@ -268,7 +268,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
268
268
  };
269
269
  },
270
270
  /**
271
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
271
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
272
272
  * @summary List products
273
273
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
274
274
  * @param {number} [pageSize] Page size.
@@ -429,11 +429,11 @@ export const ProductsApiFp = function(configuration?: Configuration) {
429
429
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
430
430
  },
431
431
  /**
432
- * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
432
+ * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
433
433
  * @summary Retrieve the product
434
434
  * @param {string} code Unique identifier for the object.
435
435
  * @param {number} id Unique identifier referencing the product.
436
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
436
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
437
437
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
438
438
  * @param {string} [expand] Fields to expand response by
439
439
  * @param {*} [options] Override http request option.
@@ -444,11 +444,11 @@ export const ProductsApiFp = function(configuration?: Configuration) {
444
444
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
445
445
  },
446
446
  /**
447
- * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
447
+ * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
448
448
  * @summary Retrieve the product
449
449
  * @param {number} id Unique identifier referencing the product.
450
450
  * @param {string} code Unique identifier of the product that this object belongs to.
451
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
451
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
452
452
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
453
453
  * @param {string} [expand] Fields to expand response by
454
454
  * @param {*} [options] Override http request option.
@@ -459,7 +459,7 @@ export const ProductsApiFp = function(configuration?: Configuration) {
459
459
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
460
460
  },
461
461
  /**
462
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
462
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
463
463
  * @summary List products
464
464
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
465
465
  * @param {number} [pageSize] Page size.
@@ -522,11 +522,11 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP
522
522
  return localVarFp.deleteProduct(id, authorization, options).then((request) => request(axios, basePath));
523
523
  },
524
524
  /**
525
- * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
525
+ * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
526
526
  * @summary Retrieve the product
527
527
  * @param {string} code Unique identifier for the object.
528
528
  * @param {number} id Unique identifier referencing the product.
529
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
529
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
530
530
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
531
531
  * @param {string} [expand] Fields to expand response by
532
532
  * @param {*} [options] Override http request option.
@@ -536,11 +536,11 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP
536
536
  return localVarFp.getProductByCode(code, id, slug, authorization, expand, options).then((request) => request(axios, basePath));
537
537
  },
538
538
  /**
539
- * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
539
+ * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
540
540
  * @summary Retrieve the product
541
541
  * @param {number} id Unique identifier referencing the product.
542
542
  * @param {string} code Unique identifier of the product that this object belongs to.
543
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
543
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
544
544
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
545
545
  * @param {string} [expand] Fields to expand response by
546
546
  * @param {*} [options] Override http request option.
@@ -550,7 +550,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP
550
550
  return localVarFp.getProductByIdentifier(id, code, slug, authorization, expand, options).then((request) => request(axios, basePath));
551
551
  },
552
552
  /**
553
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
553
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
554
554
  * @summary List products
555
555
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
556
556
  * @param {number} [pageSize] Page size.
@@ -644,7 +644,7 @@ export interface ProductsApiGetProductByCodeRequest {
644
644
  readonly id: number
645
645
 
646
646
  /**
647
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
647
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
648
648
  * @type {string}
649
649
  * @memberof ProductsApiGetProductByCode
650
650
  */
@@ -686,7 +686,7 @@ export interface ProductsApiGetProductByIdentifierRequest {
686
686
  readonly code: string
687
687
 
688
688
  /**
689
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
689
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
690
690
  * @type {string}
691
691
  * @memberof ProductsApiGetProductByIdentifier
692
692
  */
@@ -830,7 +830,7 @@ export class ProductsApi extends BaseAPI {
830
830
  }
831
831
 
832
832
  /**
833
- * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
833
+ * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
834
834
  * @summary Retrieve the product
835
835
  * @param {ProductsApiGetProductByCodeRequest} requestParameters Request parameters.
836
836
  * @param {*} [options] Override http request option.
@@ -842,7 +842,7 @@ export class ProductsApi extends BaseAPI {
842
842
  }
843
843
 
844
844
  /**
845
- * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
845
+ * Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
846
846
  * @summary Retrieve the product
847
847
  * @param {ProductsApiGetProductByIdentifierRequest} requestParameters Request parameters.
848
848
  * @param {*} [options] Override http request option.
@@ -854,7 +854,7 @@ export class ProductsApi extends BaseAPI {
854
854
  }
855
855
 
856
856
  /**
857
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
857
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
858
858
  * @summary List products
859
859
  * @param {ProductsApiListProductsRequest} requestParameters Request parameters.
860
860
  * @param {*} [options] Override http request option.
@@ -141,7 +141,7 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
141
141
  };
142
142
  },
143
143
  /**
144
- * Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
144
+ * Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
145
145
  * @summary Retrieve the status transition rule
146
146
  * @param {string} code Unique identifier for the object.
147
147
  * @param {string} [authorization] Bearer Token
@@ -191,7 +191,7 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
191
191
  };
192
192
  },
193
193
  /**
194
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
194
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
195
195
  * @summary List status transition rules
196
196
  * @param {string} [authorization] Bearer Token
197
197
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -403,7 +403,7 @@ export const StatusTransitionRulesApiFp = function(configuration?: Configuration
403
403
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
404
404
  },
405
405
  /**
406
- * Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
406
+ * Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
407
407
  * @summary Retrieve the status transition rule
408
408
  * @param {string} code Unique identifier for the object.
409
409
  * @param {string} [authorization] Bearer Token
@@ -416,7 +416,7 @@ export const StatusTransitionRulesApiFp = function(configuration?: Configuration
416
416
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
417
417
  },
418
418
  /**
419
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
419
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
420
420
  * @summary List status transition rules
421
421
  * @param {string} [authorization] Bearer Token
422
422
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -492,7 +492,7 @@ export const StatusTransitionRulesApiFactory = function (configuration?: Configu
492
492
  return localVarFp.deleteStatusTransitionRule(code, authorization, options).then((request) => request(axios, basePath));
493
493
  },
494
494
  /**
495
- * Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
495
+ * Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
496
496
  * @summary Retrieve the status transition rule
497
497
  * @param {string} code Unique identifier for the object.
498
498
  * @param {string} [authorization] Bearer Token
@@ -504,7 +504,7 @@ export const StatusTransitionRulesApiFactory = function (configuration?: Configu
504
504
  return localVarFp.getStatusTransitionRule(code, authorization, expand, options).then((request) => request(axios, basePath));
505
505
  },
506
506
  /**
507
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
507
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
508
508
  * @summary List status transition rules
509
509
  * @param {string} [authorization] Bearer Token
510
510
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -768,7 +768,7 @@ export class StatusTransitionRulesApi extends BaseAPI {
768
768
  }
769
769
 
770
770
  /**
771
- * Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
771
+ * Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
772
772
  * @summary Retrieve the status transition rule
773
773
  * @param {StatusTransitionRulesApiGetStatusTransitionRuleRequest} requestParameters Request parameters.
774
774
  * @param {*} [options] Override http request option.
@@ -780,7 +780,7 @@ export class StatusTransitionRulesApi extends BaseAPI {
780
780
  }
781
781
 
782
782
  /**
783
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
783
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
784
784
  * @summary List status transition rules
785
785
  * @param {StatusTransitionRulesApiListStatusTransitionRulesRequest} requestParameters Request parameters.
786
786
  * @param {*} [options] Override http request option.
package/api.ts CHANGED
@@ -27,6 +27,7 @@ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } fr
27
27
  import { BookingFunnelVersionsApi } from './api';
28
28
  import { BookingFunnelsApi } from './api';
29
29
  import { DefaultApi } from './api';
30
+ import { EmilFunctionsApi } from './api';
30
31
  import { InsuredObjectTypesApi } from './api';
31
32
  import { InsuredObjectsApi } from './api';
32
33
  import { LeadStatusesApi } from './api';
@@ -46,6 +47,7 @@ import { StatusTransitionRulesApi } from './api';
46
47
  export * from './api/booking-funnel-versions-api';
47
48
  export * from './api/booking-funnels-api';
48
49
  export * from './api/default-api';
50
+ export * from './api/emil-functions-api';
49
51
  export * from './api/insured-object-types-api';
50
52
  export * from './api/insured-objects-api';
51
53
  export * from './api/lead-statuses-api';
@@ -18,7 +18,7 @@ import { RequestArgs, BaseAPI } from '../base';
18
18
  */
19
19
  export declare const BookingFunnelVersionsApiAxiosParamCreator: (configuration?: Configuration) => {
20
20
  /**
21
- * 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.
21
+ * 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.
22
22
  * @summary Retrieve the booking funnel version
23
23
  * @param {string} code
24
24
  * @param {number} version
@@ -28,7 +28,7 @@ export declare const BookingFunnelVersionsApiAxiosParamCreator: (configuration?:
28
28
  */
29
29
  getBookingFunnelVersion: (code: string, version: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
30
30
  /**
31
- * 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.
31
+ * 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.
32
32
  * @summary List booking funnel versions
33
33
  * @param {string} code
34
34
  * @param {string} [authorization] Bearer Token
@@ -50,7 +50,7 @@ export declare const BookingFunnelVersionsApiAxiosParamCreator: (configuration?:
50
50
  */
51
51
  export declare const BookingFunnelVersionsApiFp: (configuration?: Configuration) => {
52
52
  /**
53
- * 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.
53
+ * 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.
54
54
  * @summary Retrieve the booking funnel version
55
55
  * @param {string} code
56
56
  * @param {number} version
@@ -60,7 +60,7 @@ export declare const BookingFunnelVersionsApiFp: (configuration?: Configuration)
60
60
  */
61
61
  getBookingFunnelVersion(code: string, version: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
62
62
  /**
63
- * 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.
63
+ * 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.
64
64
  * @summary List booking funnel versions
65
65
  * @param {string} code
66
66
  * @param {string} [authorization] Bearer Token
@@ -82,7 +82,7 @@ export declare const BookingFunnelVersionsApiFp: (configuration?: Configuration)
82
82
  */
83
83
  export declare const BookingFunnelVersionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
84
84
  /**
85
- * 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.
85
+ * 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.
86
86
  * @summary Retrieve the booking funnel version
87
87
  * @param {string} code
88
88
  * @param {number} version
@@ -92,7 +92,7 @@ export declare const BookingFunnelVersionsApiFactory: (configuration?: Configura
92
92
  */
93
93
  getBookingFunnelVersion(code: string, version: number, authorization?: string, options?: any): AxiosPromise<void>;
94
94
  /**
95
- * 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.
95
+ * 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.
96
96
  * @summary List booking funnel versions
97
97
  * @param {string} code
98
98
  * @param {string} [authorization] Bearer Token
@@ -202,7 +202,7 @@ export interface BookingFunnelVersionsApiListBookingFunnelVersionsRequest {
202
202
  */
203
203
  export declare class BookingFunnelVersionsApi extends BaseAPI {
204
204
  /**
205
- * 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.
205
+ * 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.
206
206
  * @summary Retrieve the booking funnel version
207
207
  * @param {BookingFunnelVersionsApiGetBookingFunnelVersionRequest} requestParameters Request parameters.
208
208
  * @param {*} [options] Override http request option.
@@ -211,7 +211,7 @@ export declare class BookingFunnelVersionsApi extends BaseAPI {
211
211
  */
212
212
  getBookingFunnelVersion(requestParameters: BookingFunnelVersionsApiGetBookingFunnelVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
213
213
  /**
214
- * 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.
214
+ * 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.
215
215
  * @summary List booking funnel versions
216
216
  * @param {BookingFunnelVersionsApiListBookingFunnelVersionsRequest} requestParameters Request parameters.
217
217
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var BookingFunnelVersionsApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * 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.
100
+ * 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.
101
101
  * @summary Retrieve the booking funnel version
102
102
  * @param {string} code
103
103
  * @param {number} version
@@ -149,7 +149,7 @@ var BookingFunnelVersionsApiAxiosParamCreator = function (configuration) {
149
149
  });
150
150
  },
151
151
  /**
152
- * 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.
152
+ * 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.
153
153
  * @summary List booking funnel versions
154
154
  * @param {string} code
155
155
  * @param {string} [authorization] Bearer Token
@@ -235,7 +235,7 @@ var BookingFunnelVersionsApiFp = function (configuration) {
235
235
  var localVarAxiosParamCreator = (0, exports.BookingFunnelVersionsApiAxiosParamCreator)(configuration);
236
236
  return {
237
237
  /**
238
- * 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.
238
+ * 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.
239
239
  * @summary Retrieve the booking funnel version
240
240
  * @param {string} code
241
241
  * @param {number} version
@@ -257,7 +257,7 @@ var BookingFunnelVersionsApiFp = function (configuration) {
257
257
  });
258
258
  },
259
259
  /**
260
- * 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.
260
+ * 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.
261
261
  * @summary List booking funnel versions
262
262
  * @param {string} code
263
263
  * @param {string} [authorization] Bearer Token
@@ -295,7 +295,7 @@ var BookingFunnelVersionsApiFactory = function (configuration, basePath, axios)
295
295
  var localVarFp = (0, exports.BookingFunnelVersionsApiFp)(configuration);
296
296
  return {
297
297
  /**
298
- * 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.
298
+ * 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.
299
299
  * @summary Retrieve the booking funnel version
300
300
  * @param {string} code
301
301
  * @param {number} version
@@ -307,7 +307,7 @@ var BookingFunnelVersionsApiFactory = function (configuration, basePath, axios)
307
307
  return localVarFp.getBookingFunnelVersion(code, version, authorization, options).then(function (request) { return request(axios, basePath); });
308
308
  },
309
309
  /**
310
- * 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.
310
+ * 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.
311
311
  * @summary List booking funnel versions
312
312
  * @param {string} code
313
313
  * @param {string} [authorization] Bearer Token
@@ -339,7 +339,7 @@ var BookingFunnelVersionsApi = /** @class */ (function (_super) {
339
339
  return _super !== null && _super.apply(this, arguments) || this;
340
340
  }
341
341
  /**
342
- * 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.
342
+ * 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.
343
343
  * @summary Retrieve the booking funnel version
344
344
  * @param {BookingFunnelVersionsApiGetBookingFunnelVersionRequest} requestParameters Request parameters.
345
345
  * @param {*} [options] Override http request option.
@@ -351,7 +351,7 @@ var BookingFunnelVersionsApi = /** @class */ (function (_super) {
351
351
  return (0, exports.BookingFunnelVersionsApiFp)(this.configuration).getBookingFunnelVersion(requestParameters.code, requestParameters.version, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
352
352
  };
353
353
  /**
354
- * 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.
354
+ * 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.
355
355
  * @summary List booking funnel versions
356
356
  * @param {BookingFunnelVersionsApiListBookingFunnelVersionsRequest} requestParameters Request parameters.
357
357
  * @param {*} [options] Override http request option.
@@ -32,7 +32,7 @@ export declare const BookingFunnelsApiAxiosParamCreator: (configuration?: Config
32
32
  */
33
33
  createBookingFunnel: (createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
34
34
  /**
35
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
35
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
36
36
  * @summary Delete the booking funnel
37
37
  * @param {string} code
38
38
  * @param {string} [authorization] Bearer Token
@@ -41,7 +41,7 @@ export declare const BookingFunnelsApiAxiosParamCreator: (configuration?: Config
41
41
  */
42
42
  deleteBookingFunnel: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
43
43
  /**
44
- * 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.
44
+ * 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.
45
45
  * @summary Retrieve the booking funnel
46
46
  * @param {string} code
47
47
  * @param {string} [authorization] Bearer Token
@@ -50,7 +50,7 @@ export declare const BookingFunnelsApiAxiosParamCreator: (configuration?: Config
50
50
  */
51
51
  getBookingFunnel: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
52
52
  /**
53
- * 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.
53
+ * 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.
54
54
  * @summary List booking funnels
55
55
  * @param {string} [authorization] Bearer Token
56
56
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -99,7 +99,7 @@ export declare const BookingFunnelsApiFp: (configuration?: Configuration) => {
99
99
  */
100
100
  createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
101
101
  /**
102
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
102
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
103
103
  * @summary Delete the booking funnel
104
104
  * @param {string} code
105
105
  * @param {string} [authorization] Bearer Token
@@ -108,7 +108,7 @@ export declare const BookingFunnelsApiFp: (configuration?: Configuration) => {
108
108
  */
109
109
  deleteBookingFunnel(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
110
110
  /**
111
- * 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.
111
+ * 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.
112
112
  * @summary Retrieve the booking funnel
113
113
  * @param {string} code
114
114
  * @param {string} [authorization] Bearer Token
@@ -117,7 +117,7 @@ export declare const BookingFunnelsApiFp: (configuration?: Configuration) => {
117
117
  */
118
118
  getBookingFunnel(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
119
119
  /**
120
- * 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.
120
+ * 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
121
  * @summary List booking funnels
122
122
  * @param {string} [authorization] Bearer Token
123
123
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -166,7 +166,7 @@ export declare const BookingFunnelsApiFactory: (configuration?: Configuration, b
166
166
  */
167
167
  createBookingFunnel(createBookingFunnelRequestDto: CreateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
168
168
  /**
169
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
169
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
170
170
  * @summary Delete the booking funnel
171
171
  * @param {string} code
172
172
  * @param {string} [authorization] Bearer Token
@@ -175,7 +175,7 @@ export declare const BookingFunnelsApiFactory: (configuration?: Configuration, b
175
175
  */
176
176
  deleteBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
177
177
  /**
178
- * 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.
178
+ * 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.
179
179
  * @summary Retrieve the booking funnel
180
180
  * @param {string} code
181
181
  * @param {string} [authorization] Bearer Token
@@ -184,7 +184,7 @@ export declare const BookingFunnelsApiFactory: (configuration?: Configuration, b
184
184
  */
185
185
  getBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<object>;
186
186
  /**
187
- * 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.
187
+ * 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
188
  * @summary List booking funnels
189
189
  * @param {string} [authorization] Bearer Token
190
190
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -397,7 +397,7 @@ export declare class BookingFunnelsApi extends BaseAPI {
397
397
  */
398
398
  createBookingFunnel(requestParameters: BookingFunnelsApiCreateBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
399
399
  /**
400
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
400
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
401
401
  * @summary Delete the booking funnel
402
402
  * @param {BookingFunnelsApiDeleteBookingFunnelRequest} requestParameters Request parameters.
403
403
  * @param {*} [options] Override http request option.
@@ -406,7 +406,7 @@ export declare class BookingFunnelsApi extends BaseAPI {
406
406
  */
407
407
  deleteBookingFunnel(requestParameters: BookingFunnelsApiDeleteBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
408
408
  /**
409
- * 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.
409
+ * 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.
410
410
  * @summary Retrieve the booking funnel
411
411
  * @param {BookingFunnelsApiGetBookingFunnelRequest} requestParameters Request parameters.
412
412
  * @param {*} [options] Override http request option.
@@ -415,7 +415,7 @@ export declare class BookingFunnelsApi extends BaseAPI {
415
415
  */
416
416
  getBookingFunnel(requestParameters: BookingFunnelsApiGetBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
417
417
  /**
418
- * 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.
418
+ * 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
419
  * @summary List booking funnels
420
420
  * @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
421
421
  * @param {*} [options] Override http request option.
@@ -146,7 +146,7 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
146
146
  });
147
147
  },
148
148
  /**
149
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
149
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
150
150
  * @summary Delete the booking funnel
151
151
  * @param {string} code
152
152
  * @param {string} [authorization] Bearer Token
@@ -194,7 +194,7 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
194
194
  });
195
195
  },
196
196
  /**
197
- * 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.
197
+ * 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.
198
198
  * @summary Retrieve the booking funnel
199
199
  * @param {string} code
200
200
  * @param {string} [authorization] Bearer Token
@@ -242,7 +242,7 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
242
242
  });
243
243
  },
244
244
  /**
245
- * 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.
245
+ * 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.
246
246
  * @summary List booking funnels
247
247
  * @param {string} [authorization] Bearer Token
248
248
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -450,7 +450,7 @@ var BookingFunnelsApiFp = function (configuration) {
450
450
  });
451
451
  },
452
452
  /**
453
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
453
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
454
454
  * @summary Delete the booking funnel
455
455
  * @param {string} code
456
456
  * @param {string} [authorization] Bearer Token
@@ -471,7 +471,7 @@ var BookingFunnelsApiFp = function (configuration) {
471
471
  });
472
472
  },
473
473
  /**
474
- * 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.
474
+ * 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.
475
475
  * @summary Retrieve the booking funnel
476
476
  * @param {string} code
477
477
  * @param {string} [authorization] Bearer Token
@@ -492,7 +492,7 @@ var BookingFunnelsApiFp = function (configuration) {
492
492
  });
493
493
  },
494
494
  /**
495
- * 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.
495
+ * 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.
496
496
  * @summary List booking funnels
497
497
  * @param {string} [authorization] Bearer Token
498
498
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -583,7 +583,7 @@ var BookingFunnelsApiFactory = function (configuration, basePath, axios) {
583
583
  return localVarFp.createBookingFunnel(createBookingFunnelRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
584
584
  },
585
585
  /**
586
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
586
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
587
587
  * @summary Delete the booking funnel
588
588
  * @param {string} code
589
589
  * @param {string} [authorization] Bearer Token
@@ -594,7 +594,7 @@ var BookingFunnelsApiFactory = function (configuration, basePath, axios) {
594
594
  return localVarFp.deleteBookingFunnel(code, authorization, options).then(function (request) { return request(axios, basePath); });
595
595
  },
596
596
  /**
597
- * 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.
597
+ * 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.
598
598
  * @summary Retrieve the booking funnel
599
599
  * @param {string} code
600
600
  * @param {string} [authorization] Bearer Token
@@ -605,7 +605,7 @@ var BookingFunnelsApiFactory = function (configuration, basePath, axios) {
605
605
  return localVarFp.getBookingFunnel(code, authorization, options).then(function (request) { return request(axios, basePath); });
606
606
  },
607
607
  /**
608
- * 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.
608
+ * 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.
609
609
  * @summary List booking funnels
610
610
  * @param {string} [authorization] Bearer Token
611
611
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -671,7 +671,7 @@ var BookingFunnelsApi = /** @class */ (function (_super) {
671
671
  return (0, exports.BookingFunnelsApiFp)(this.configuration).createBookingFunnel(requestParameters.createBookingFunnelRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
672
672
  };
673
673
  /**
674
- * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
674
+ * Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
675
675
  * @summary Delete the booking funnel
676
676
  * @param {BookingFunnelsApiDeleteBookingFunnelRequest} requestParameters Request parameters.
677
677
  * @param {*} [options] Override http request option.
@@ -683,7 +683,7 @@ var BookingFunnelsApi = /** @class */ (function (_super) {
683
683
  return (0, exports.BookingFunnelsApiFp)(this.configuration).deleteBookingFunnel(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
684
684
  };
685
685
  /**
686
- * 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.
686
+ * 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.
687
687
  * @summary Retrieve the booking funnel
688
688
  * @param {BookingFunnelsApiGetBookingFunnelRequest} requestParameters Request parameters.
689
689
  * @param {*} [options] Override http request option.
@@ -695,7 +695,7 @@ var BookingFunnelsApi = /** @class */ (function (_super) {
695
695
  return (0, exports.BookingFunnelsApiFp)(this.configuration).getBookingFunnel(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
696
696
  };
697
697
  /**
698
- * 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.
698
+ * 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.
699
699
  * @summary List booking funnels
700
700
  * @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
701
701
  * @param {*} [options] Override http request option.