@emilgroup/insurance-sdk-node 1.49.0 → 1.49.2-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 (182) hide show
  1. package/.openapi-generator/FILES +30 -8
  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/partner-links-api.ts +800 -0
  13. package/api/{policy-partner-roles-api.ts → partner-roles-api.ts} +180 -180
  14. package/api/policies-api.ts +116 -118
  15. package/api/premium-formulas-api.ts +8 -8
  16. package/api/product-factors-api.ts +8 -8
  17. package/api/product-fields-api.ts +119 -12
  18. package/api/product-versions-api.ts +4 -4
  19. package/api/products-api.ts +20 -20
  20. package/api/status-transition-rules-api.ts +8 -8
  21. package/api.ts +6 -2
  22. package/dist/api/booking-funnel-versions-api.d.ts +8 -8
  23. package/dist/api/booking-funnel-versions-api.js +8 -8
  24. package/dist/api/booking-funnels-api.d.ts +12 -12
  25. package/dist/api/booking-funnels-api.js +12 -12
  26. package/dist/api/emil-functions-api.d.ts +727 -0
  27. package/dist/api/emil-functions-api.js +1202 -0
  28. package/dist/api/insured-object-types-api.d.ts +4 -4
  29. package/dist/api/insured-object-types-api.js +4 -4
  30. package/dist/api/insured-objects-api.d.ts +8 -8
  31. package/dist/api/insured-objects-api.js +8 -8
  32. package/dist/api/lead-statuses-api.d.ts +71 -17
  33. package/dist/api/lead-statuses-api.js +53 -17
  34. package/dist/api/lead-versions-api.d.ts +8 -8
  35. package/dist/api/lead-versions-api.js +8 -8
  36. package/dist/api/leads-api.d.ts +8 -8
  37. package/dist/api/leads-api.js +8 -8
  38. package/dist/api/named-ranges-api.d.ts +8 -8
  39. package/dist/api/named-ranges-api.js +8 -8
  40. package/dist/api/partner-links-api.d.ts +450 -0
  41. package/dist/api/partner-links-api.js +738 -0
  42. package/dist/api/partner-roles-api.d.ts +385 -0
  43. package/dist/api/{policy-partner-roles-api.js → partner-roles-api.js} +136 -136
  44. package/dist/api/policies-api.d.ts +112 -112
  45. package/dist/api/policies-api.js +66 -67
  46. package/dist/api/premium-formulas-api.d.ts +8 -8
  47. package/dist/api/premium-formulas-api.js +8 -8
  48. package/dist/api/product-factors-api.d.ts +8 -8
  49. package/dist/api/product-factors-api.js +8 -8
  50. package/dist/api/product-fields-api.d.ts +69 -12
  51. package/dist/api/product-fields-api.js +105 -12
  52. package/dist/api/product-versions-api.d.ts +4 -4
  53. package/dist/api/product-versions-api.js +4 -4
  54. package/dist/api/products-api.d.ts +20 -20
  55. package/dist/api/products-api.js +18 -18
  56. package/dist/api/status-transition-rules-api.d.ts +8 -8
  57. package/dist/api/status-transition-rules-api.js +8 -8
  58. package/dist/api.d.ts +3 -1
  59. package/dist/api.js +3 -1
  60. package/dist/models/booking-funnel-class.d.ts +1 -1
  61. package/dist/models/create-account-request-dto.d.ts +1 -1
  62. package/dist/models/create-account-request-dto.js +1 -1
  63. package/dist/models/create-booking-funnel-request-dto.d.ts +1 -1
  64. package/dist/models/create-emil-function-request-dto.d.ts +42 -0
  65. package/dist/models/create-emil-function-secret-request-dto.d.ts +36 -0
  66. package/dist/models/create-lead-request-dto.d.ts +12 -0
  67. package/dist/models/{update-policy-partner-role-request-dto.d.ts → create-partner-role-request-dto.d.ts} +6 -6
  68. package/dist/models/{get-policy-partner-role-response-class.d.ts → create-partner-role-response-class.d.ts} +7 -7
  69. package/dist/models/create-product-field-request-dto.d.ts +7 -1
  70. package/dist/models/create-product-request-dto.d.ts +1 -1
  71. package/dist/models/emil-function-class.d.ts +60 -0
  72. package/dist/models/{create-policy-partner-role-response-class.d.ts → emil-function-secret-class.d.ts} +12 -7
  73. package/dist/models/execute-emil-function-request-dto.d.ts +24 -0
  74. package/dist/models/get-emil-function-secret-response-class.d.ts +24 -0
  75. package/dist/models/get-emil-function-secret-response-class.js +15 -0
  76. package/dist/models/{update-policy-partner-role-response-class.d.ts → get-partner-link-response-class.d.ts} +7 -7
  77. package/dist/models/get-partner-link-response-class.js +15 -0
  78. package/dist/models/get-partner-role-response-class.d.ts +25 -0
  79. package/dist/models/get-partner-role-response-class.js +15 -0
  80. package/dist/models/get-product-request-dto.d.ts +1 -1
  81. package/dist/models/index.d.ts +27 -7
  82. package/dist/models/index.js +27 -7
  83. package/dist/models/insured-object-type-class.d.ts +1 -1
  84. package/dist/models/lead-class.d.ts +8 -1
  85. package/dist/models/lead-status-class.d.ts +1 -1
  86. package/dist/models/link-partner-request-dto.d.ts +54 -0
  87. package/dist/models/link-partner-request-dto.js +15 -0
  88. package/dist/models/link-partner-response-class.d.ts +25 -0
  89. package/dist/models/link-partner-response-class.js +15 -0
  90. package/dist/models/list-emil-function-secrets-response-class.d.ts +25 -0
  91. package/dist/models/list-emil-function-secrets-response-class.js +15 -0
  92. package/dist/models/{list-policy-partner-roles-response-class.d.ts → list-emil-functions-response-class.d.ts} +8 -8
  93. package/dist/models/list-emil-functions-response-class.js +15 -0
  94. package/dist/models/list-partner-links-response-class.d.ts +31 -0
  95. package/dist/models/list-partner-links-response-class.js +15 -0
  96. package/dist/models/list-partner-roles-response-class.d.ts +31 -0
  97. package/dist/models/list-partner-roles-response-class.js +15 -0
  98. package/dist/models/partner-class.d.ts +60 -0
  99. package/dist/models/partner-class.js +15 -0
  100. package/dist/models/partner-link-class.d.ts +86 -0
  101. package/dist/models/partner-link-class.js +15 -0
  102. package/dist/models/{policy-partner-role-class.d.ts → partner-role-class.d.ts} +10 -10
  103. package/dist/models/partner-role-class.js +15 -0
  104. package/dist/models/patch-draft-policy-request-dto.d.ts +1 -1
  105. package/dist/models/policy-class.d.ts +7 -0
  106. package/dist/models/product-class.d.ts +1 -1
  107. package/dist/models/product-field-class.d.ts +6 -0
  108. package/dist/models/shared-product-field-class.d.ts +6 -0
  109. package/dist/models/status-transition-rule-class.d.ts +1 -1
  110. package/dist/models/swap-product-fields-order-request-dto.d.ts +30 -0
  111. package/dist/models/swap-product-fields-order-request-dto.js +15 -0
  112. package/dist/models/unlink-partner-response-class.d.ts +25 -0
  113. package/dist/models/unlink-partner-response-class.js +15 -0
  114. package/dist/models/update-emil-function-request-dto.d.ts +42 -0
  115. package/dist/models/update-emil-function-request-dto.js +15 -0
  116. package/dist/models/update-emil-function-secret-request-dto.d.ts +30 -0
  117. package/dist/models/update-emil-function-secret-request-dto.js +15 -0
  118. package/dist/models/update-partner-link-request-dto.d.ts +30 -0
  119. package/dist/models/update-partner-link-request-dto.js +15 -0
  120. package/dist/models/update-partner-link-response-class.d.ts +25 -0
  121. package/dist/models/update-partner-link-response-class.js +15 -0
  122. package/dist/models/{create-policy-partner-role-request-dto.d.ts → update-partner-role-request-dto.d.ts} +6 -6
  123. package/dist/models/update-partner-role-request-dto.js +15 -0
  124. package/dist/models/update-partner-role-response-class.d.ts +25 -0
  125. package/dist/models/update-partner-role-response-class.js +15 -0
  126. package/dist/models/update-product-field-request-dto.d.ts +7 -1
  127. package/dist/models/update-product-request-dto.d.ts +1 -1
  128. package/models/booking-funnel-class.ts +1 -1
  129. package/models/create-account-request-dto.ts +1 -1
  130. package/models/create-booking-funnel-request-dto.ts +1 -1
  131. package/models/create-emil-function-request-dto.ts +48 -0
  132. package/models/create-emil-function-secret-request-dto.ts +42 -0
  133. package/models/create-lead-request-dto.ts +12 -0
  134. package/models/{update-policy-partner-role-request-dto.ts → create-partner-role-request-dto.ts} +6 -6
  135. package/models/{get-policy-partner-role-response-class.ts → create-partner-role-response-class.ts} +7 -7
  136. package/models/create-product-field-request-dto.ts +7 -1
  137. package/models/create-product-request-dto.ts +1 -1
  138. package/models/emil-function-class.ts +66 -0
  139. package/models/{update-policy-partner-role-response-class.ts → emil-function-secret-class.ts} +12 -7
  140. package/models/execute-emil-function-request-dto.ts +30 -0
  141. package/models/get-emil-function-secret-response-class.ts +30 -0
  142. package/models/{create-policy-partner-role-response-class.ts → get-partner-link-response-class.ts} +7 -7
  143. package/models/get-partner-role-response-class.ts +31 -0
  144. package/models/get-product-request-dto.ts +1 -1
  145. package/models/index.ts +27 -7
  146. package/models/insured-object-type-class.ts +1 -1
  147. package/models/lead-class.ts +8 -1
  148. package/models/lead-status-class.ts +1 -1
  149. package/models/link-partner-request-dto.ts +60 -0
  150. package/models/link-partner-response-class.ts +31 -0
  151. package/models/list-emil-function-secrets-response-class.ts +31 -0
  152. package/models/{list-policy-partner-roles-response-class.ts → list-emil-functions-response-class.ts} +8 -8
  153. package/models/list-partner-links-response-class.ts +37 -0
  154. package/models/list-partner-roles-response-class.ts +37 -0
  155. package/models/partner-class.ts +66 -0
  156. package/models/partner-link-class.ts +92 -0
  157. package/models/{policy-partner-role-class.ts → partner-role-class.ts} +10 -10
  158. package/models/patch-draft-policy-request-dto.ts +1 -1
  159. package/models/policy-class.ts +7 -0
  160. package/models/product-class.ts +1 -1
  161. package/models/product-field-class.ts +6 -0
  162. package/models/shared-product-field-class.ts +6 -0
  163. package/models/status-transition-rule-class.ts +1 -1
  164. package/models/swap-product-fields-order-request-dto.ts +36 -0
  165. package/models/unlink-partner-response-class.ts +31 -0
  166. package/models/update-emil-function-request-dto.ts +48 -0
  167. package/models/update-emil-function-secret-request-dto.ts +36 -0
  168. package/models/update-partner-link-request-dto.ts +36 -0
  169. package/models/update-partner-link-response-class.ts +31 -0
  170. package/models/{create-policy-partner-role-request-dto.ts → update-partner-role-request-dto.ts} +6 -6
  171. package/models/update-partner-role-response-class.ts +31 -0
  172. package/models/update-product-field-request-dto.ts +7 -1
  173. package/models/update-product-request-dto.ts +1 -1
  174. package/package.json +1 -1
  175. package/dist/api/policy-partner-roles-api.d.ts +0 -385
  176. /package/dist/models/{create-policy-partner-role-request-dto.js → create-emil-function-request-dto.js} +0 -0
  177. /package/dist/models/{create-policy-partner-role-response-class.js → create-emil-function-secret-request-dto.js} +0 -0
  178. /package/dist/models/{get-policy-partner-role-response-class.js → create-partner-role-request-dto.js} +0 -0
  179. /package/dist/models/{list-policy-partner-roles-response-class.js → create-partner-role-response-class.js} +0 -0
  180. /package/dist/models/{policy-partner-role-class.js → emil-function-class.js} +0 -0
  181. /package/dist/models/{update-policy-partner-role-request-dto.js → emil-function-secret-class.js} +0 -0
  182. /package/dist/models/{update-policy-partner-role-response-class.js → execute-emil-function-request-dto.js} +0 -0
@@ -20,7 +20,7 @@ import { ListLeadVersionsResponseClass } from '../models';
20
20
  */
21
21
  export declare const LeadVersionsApiAxiosParamCreator: (configuration?: Configuration) => {
22
22
  /**
23
- * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
23
+ * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
24
24
  * @summary Retrieve the lead version
25
25
  * @param {string} code
26
26
  * @param {number} version
@@ -30,7 +30,7 @@ export declare const LeadVersionsApiAxiosParamCreator: (configuration?: Configur
30
30
  */
31
31
  getLeadVersion: (code: string, version: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
32
32
  /**
33
- * Returns a list of lead versions you have previously created. The lead versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
33
+ * Returns a list of lead versions you have previously created. The lead versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
34
34
  * @summary List lead versions
35
35
  * @param {string} code
36
36
  * @param {string} [authorization] Bearer Token
@@ -52,7 +52,7 @@ export declare const LeadVersionsApiAxiosParamCreator: (configuration?: Configur
52
52
  */
53
53
  export declare const LeadVersionsApiFp: (configuration?: Configuration) => {
54
54
  /**
55
- * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
55
+ * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
56
56
  * @summary Retrieve the lead version
57
57
  * @param {string} code
58
58
  * @param {number} version
@@ -62,7 +62,7 @@ export declare const LeadVersionsApiFp: (configuration?: Configuration) => {
62
62
  */
63
63
  getLeadVersion(code: string, version: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLeadVersionResponseClass>>;
64
64
  /**
65
- * Returns a list of lead versions you have previously created. The lead versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
65
+ * Returns a list of lead versions you have previously created. The lead versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
66
66
  * @summary List lead versions
67
67
  * @param {string} code
68
68
  * @param {string} [authorization] Bearer Token
@@ -84,7 +84,7 @@ export declare const LeadVersionsApiFp: (configuration?: Configuration) => {
84
84
  */
85
85
  export declare const LeadVersionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
86
86
  /**
87
- * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
87
+ * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
88
88
  * @summary Retrieve the lead version
89
89
  * @param {string} code
90
90
  * @param {number} version
@@ -94,7 +94,7 @@ export declare const LeadVersionsApiFactory: (configuration?: Configuration, bas
94
94
  */
95
95
  getLeadVersion(code: string, version: number, authorization?: string, options?: any): AxiosPromise<GetLeadVersionResponseClass>;
96
96
  /**
97
- * Returns a list of lead versions you have previously created. The lead versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
97
+ * Returns a list of lead versions you have previously created. The lead versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
98
98
  * @summary List lead versions
99
99
  * @param {string} code
100
100
  * @param {string} [authorization] Bearer Token
@@ -204,7 +204,7 @@ export interface LeadVersionsApiListLeadVersionsRequest {
204
204
  */
205
205
  export declare class LeadVersionsApi extends BaseAPI {
206
206
  /**
207
- * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
207
+ * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
208
208
  * @summary Retrieve the lead version
209
209
  * @param {LeadVersionsApiGetLeadVersionRequest} requestParameters Request parameters.
210
210
  * @param {*} [options] Override http request option.
@@ -213,7 +213,7 @@ export declare class LeadVersionsApi extends BaseAPI {
213
213
  */
214
214
  getLeadVersion(requestParameters: LeadVersionsApiGetLeadVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLeadVersionResponseClass, any>>;
215
215
  /**
216
- * Returns a list of lead versions you have previously created. The lead versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
216
+ * Returns a list of lead versions you have previously created. The lead versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
217
217
  * @summary List lead versions
218
218
  * @param {LeadVersionsApiListLeadVersionsRequest} requestParameters Request parameters.
219
219
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var LeadVersionsApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
100
+ * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
101
101
  * @summary Retrieve the lead version
102
102
  * @param {string} code
103
103
  * @param {number} version
@@ -149,7 +149,7 @@ var LeadVersionsApiAxiosParamCreator = function (configuration) {
149
149
  });
150
150
  },
151
151
  /**
152
- * Returns a list of lead versions you have previously created. The lead 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 lead versions you have previously created. The lead 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 lead versions
154
154
  * @param {string} code
155
155
  * @param {string} [authorization] Bearer Token
@@ -235,7 +235,7 @@ var LeadVersionsApiFp = function (configuration) {
235
235
  var localVarAxiosParamCreator = (0, exports.LeadVersionsApiAxiosParamCreator)(configuration);
236
236
  return {
237
237
  /**
238
- * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
238
+ * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
239
239
  * @summary Retrieve the lead version
240
240
  * @param {string} code
241
241
  * @param {number} version
@@ -257,7 +257,7 @@ var LeadVersionsApiFp = function (configuration) {
257
257
  });
258
258
  },
259
259
  /**
260
- * Returns a list of lead versions you have previously created. The lead 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 lead versions you have previously created. The lead 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 lead versions
262
262
  * @param {string} code
263
263
  * @param {string} [authorization] Bearer Token
@@ -295,7 +295,7 @@ var LeadVersionsApiFactory = function (configuration, basePath, axios) {
295
295
  var localVarFp = (0, exports.LeadVersionsApiFp)(configuration);
296
296
  return {
297
297
  /**
298
- * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
298
+ * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
299
299
  * @summary Retrieve the lead version
300
300
  * @param {string} code
301
301
  * @param {number} version
@@ -307,7 +307,7 @@ var LeadVersionsApiFactory = function (configuration, basePath, axios) {
307
307
  return localVarFp.getLeadVersion(code, version, authorization, options).then(function (request) { return request(axios, basePath); });
308
308
  },
309
309
  /**
310
- * Returns a list of lead versions you have previously created. The lead 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 lead versions you have previously created. The lead 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 lead versions
312
312
  * @param {string} code
313
313
  * @param {string} [authorization] Bearer Token
@@ -339,7 +339,7 @@ var LeadVersionsApi = /** @class */ (function (_super) {
339
339
  return _super !== null && _super.apply(this, arguments) || this;
340
340
  }
341
341
  /**
342
- * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
342
+ * Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
343
343
  * @summary Retrieve the lead version
344
344
  * @param {LeadVersionsApiGetLeadVersionRequest} requestParameters Request parameters.
345
345
  * @param {*} [options] Override http request option.
@@ -351,7 +351,7 @@ var LeadVersionsApi = /** @class */ (function (_super) {
351
351
  return (0, exports.LeadVersionsApiFp)(this.configuration).getLeadVersion(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 lead versions you have previously created. The lead 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 lead versions you have previously created. The lead 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 lead versions
356
356
  * @param {LeadVersionsApiListLeadVersionsRequest} requestParameters Request parameters.
357
357
  * @param {*} [options] Override http request option.
@@ -64,7 +64,7 @@ export declare const LeadsApiAxiosParamCreator: (configuration?: Configuration)
64
64
  */
65
65
  deleteLead: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
66
66
  /**
67
- * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
67
+ * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
68
68
  * @summary Retrieve the lead
69
69
  * @param {string} code Unique identifier for the object.
70
70
  * @param {string} [authorization] Bearer Token
@@ -74,7 +74,7 @@ export declare const LeadsApiAxiosParamCreator: (configuration?: Configuration)
74
74
  */
75
75
  getLead: (code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
76
76
  /**
77
- * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
77
+ * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
78
78
  * @summary List leads
79
79
  * @param {string} [authorization] Bearer Token
80
80
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -161,7 +161,7 @@ export declare const LeadsApiFp: (configuration?: Configuration) => {
161
161
  */
162
162
  deleteLead(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
163
163
  /**
164
- * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
164
+ * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
165
165
  * @summary Retrieve the lead
166
166
  * @param {string} code Unique identifier for the object.
167
167
  * @param {string} [authorization] Bearer Token
@@ -171,7 +171,7 @@ export declare const LeadsApiFp: (configuration?: Configuration) => {
171
171
  */
172
172
  getLead(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLeadResponseClass>>;
173
173
  /**
174
- * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
174
+ * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
175
175
  * @summary List leads
176
176
  * @param {string} [authorization] Bearer Token
177
177
  * @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 declare const LeadsApiFactory: (configuration?: Configuration, basePath?:
258
258
  */
259
259
  deleteLead(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
260
260
  /**
261
- * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
261
+ * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
262
262
  * @summary Retrieve the lead
263
263
  * @param {string} code Unique identifier for the object.
264
264
  * @param {string} [authorization] Bearer Token
@@ -268,7 +268,7 @@ export declare const LeadsApiFactory: (configuration?: Configuration, basePath?:
268
268
  */
269
269
  getLead(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetLeadResponseClass>;
270
270
  /**
271
- * Returns a list of leads you have previously created. The leads 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 leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
272
272
  * @summary List leads
273
273
  * @param {string} [authorization] Bearer Token
274
274
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -588,7 +588,7 @@ export declare class LeadsApi extends BaseAPI {
588
588
  */
589
589
  deleteLead(requestParameters: LeadsApiDeleteLeadRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
590
590
  /**
591
- * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
591
+ * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
592
592
  * @summary Retrieve the lead
593
593
  * @param {LeadsApiGetLeadRequest} requestParameters Request parameters.
594
594
  * @param {*} [options] Override http request option.
@@ -597,7 +597,7 @@ export declare class LeadsApi extends BaseAPI {
597
597
  */
598
598
  getLead(requestParameters: LeadsApiGetLeadRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLeadResponseClass, any>>;
599
599
  /**
600
- * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
600
+ * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
601
601
  * @summary List leads
602
602
  * @param {LeadsApiListLeadsRequest} requestParameters Request parameters.
603
603
  * @param {*} [options] Override http request option.
@@ -292,7 +292,7 @@ var LeadsApiAxiosParamCreator = function (configuration) {
292
292
  });
293
293
  },
294
294
  /**
295
- * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
295
+ * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
296
296
  * @summary Retrieve the lead
297
297
  * @param {string} code Unique identifier for the object.
298
298
  * @param {string} [authorization] Bearer Token
@@ -344,7 +344,7 @@ var LeadsApiAxiosParamCreator = function (configuration) {
344
344
  });
345
345
  },
346
346
  /**
347
- * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
347
+ * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
348
348
  * @summary List leads
349
349
  * @param {string} [authorization] Bearer Token
350
350
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -669,7 +669,7 @@ var LeadsApiFp = function (configuration) {
669
669
  });
670
670
  },
671
671
  /**
672
- * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
672
+ * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
673
673
  * @summary Retrieve the lead
674
674
  * @param {string} code Unique identifier for the object.
675
675
  * @param {string} [authorization] Bearer Token
@@ -691,7 +691,7 @@ var LeadsApiFp = function (configuration) {
691
691
  });
692
692
  },
693
693
  /**
694
- * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
694
+ * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
695
695
  * @summary List leads
696
696
  * @param {string} [authorization] Bearer Token
697
697
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -838,7 +838,7 @@ var LeadsApiFactory = function (configuration, basePath, axios) {
838
838
  return localVarFp.deleteLead(code, authorization, options).then(function (request) { return request(axios, basePath); });
839
839
  },
840
840
  /**
841
- * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
841
+ * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
842
842
  * @summary Retrieve the lead
843
843
  * @param {string} code Unique identifier for the object.
844
844
  * @param {string} [authorization] Bearer Token
@@ -850,7 +850,7 @@ var LeadsApiFactory = function (configuration, basePath, axios) {
850
850
  return localVarFp.getLead(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
851
851
  },
852
852
  /**
853
- * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
853
+ * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
854
854
  * @summary List leads
855
855
  * @param {string} [authorization] Bearer Token
856
856
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -965,7 +965,7 @@ var LeadsApi = /** @class */ (function (_super) {
965
965
  return (0, exports.LeadsApiFp)(this.configuration).deleteLead(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
966
966
  };
967
967
  /**
968
- * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
968
+ * Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
969
969
  * @summary Retrieve the lead
970
970
  * @param {LeadsApiGetLeadRequest} requestParameters Request parameters.
971
971
  * @param {*} [options] Override http request option.
@@ -977,7 +977,7 @@ var LeadsApi = /** @class */ (function (_super) {
977
977
  return (0, exports.LeadsApiFp)(this.configuration).getLead(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
978
978
  };
979
979
  /**
980
- * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
980
+ * Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
981
981
  * @summary List leads
982
982
  * @param {LeadsApiListLeadsRequest} requestParameters Request parameters.
983
983
  * @param {*} [options] Override http request option.
@@ -58,7 +58,7 @@ export declare const NamedRangesApiAxiosParamCreator: (configuration?: Configura
58
58
  */
59
59
  filterNamedRanges: (code: string, authorization?: string, pageSize?: number, pageToken?: string, filters?: string, search?: string, order?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
60
60
  /**
61
- * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
61
+ * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
62
62
  * @summary Retrieve the named range
63
63
  * @param {number} id
64
64
  * @param {string} [authorization] Bearer Token
@@ -67,7 +67,7 @@ export declare const NamedRangesApiAxiosParamCreator: (configuration?: Configura
67
67
  */
68
68
  getNamedRange: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
69
69
  /**
70
- * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
70
+ * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
71
71
  * @summary List named ranges
72
72
  * @param {string} [authorization] Bearer Token
73
73
  * @param {number} [pageSize] Page size.
@@ -130,7 +130,7 @@ export declare const NamedRangesApiFp: (configuration?: Configuration) => {
130
130
  */
131
131
  filterNamedRanges(code: string, authorization?: string, pageSize?: number, pageToken?: string, filters?: string, search?: string, order?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FilterNamedRangeResponseClass>>;
132
132
  /**
133
- * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
133
+ * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
134
134
  * @summary Retrieve the named range
135
135
  * @param {number} id
136
136
  * @param {string} [authorization] Bearer Token
@@ -139,7 +139,7 @@ export declare const NamedRangesApiFp: (configuration?: Configuration) => {
139
139
  */
140
140
  getNamedRange(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetNamedRangeResponseClass>>;
141
141
  /**
142
- * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
142
+ * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
143
143
  * @summary List named ranges
144
144
  * @param {string} [authorization] Bearer Token
145
145
  * @param {number} [pageSize] Page size.
@@ -202,7 +202,7 @@ export declare const NamedRangesApiFactory: (configuration?: Configuration, base
202
202
  */
203
203
  filterNamedRanges(code: string, authorization?: string, pageSize?: number, pageToken?: string, filters?: string, search?: string, order?: string, options?: any): AxiosPromise<FilterNamedRangeResponseClass>;
204
204
  /**
205
- * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
205
+ * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
206
206
  * @summary Retrieve the named range
207
207
  * @param {number} id
208
208
  * @param {string} [authorization] Bearer Token
@@ -211,7 +211,7 @@ export declare const NamedRangesApiFactory: (configuration?: Configuration, base
211
211
  */
212
212
  getNamedRange(id: number, authorization?: string, options?: any): AxiosPromise<GetNamedRangeResponseClass>;
213
213
  /**
214
- * Returns a list of named ranges you have previously created. The named ranges 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 named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
215
215
  * @summary List named ranges
216
216
  * @param {string} [authorization] Bearer Token
217
217
  * @param {number} [pageSize] Page size.
@@ -457,7 +457,7 @@ export declare class NamedRangesApi extends BaseAPI {
457
457
  */
458
458
  filterNamedRanges(requestParameters: NamedRangesApiFilterNamedRangesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FilterNamedRangeResponseClass, any>>;
459
459
  /**
460
- * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
460
+ * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
461
461
  * @summary Retrieve the named range
462
462
  * @param {NamedRangesApiGetNamedRangeRequest} requestParameters Request parameters.
463
463
  * @param {*} [options] Override http request option.
@@ -466,7 +466,7 @@ export declare class NamedRangesApi extends BaseAPI {
466
466
  */
467
467
  getNamedRange(requestParameters: NamedRangesApiGetNamedRangeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetNamedRangeResponseClass, any>>;
468
468
  /**
469
- * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
469
+ * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
470
470
  * @summary List named ranges
471
471
  * @param {NamedRangesApiListNamedRangesRequest} requestParameters Request parameters.
472
472
  * @param {*} [options] Override http request option.
@@ -262,7 +262,7 @@ var NamedRangesApiAxiosParamCreator = function (configuration) {
262
262
  });
263
263
  },
264
264
  /**
265
- * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
265
+ * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
266
266
  * @summary Retrieve the named range
267
267
  * @param {number} id
268
268
  * @param {string} [authorization] Bearer Token
@@ -310,7 +310,7 @@ var NamedRangesApiAxiosParamCreator = function (configuration) {
310
310
  });
311
311
  },
312
312
  /**
313
- * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
313
+ * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
314
314
  * @summary List named ranges
315
315
  * @param {string} [authorization] Bearer Token
316
316
  * @param {number} [pageSize] Page size.
@@ -513,7 +513,7 @@ var NamedRangesApiFp = function (configuration) {
513
513
  });
514
514
  },
515
515
  /**
516
- * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
516
+ * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
517
517
  * @summary Retrieve the named range
518
518
  * @param {number} id
519
519
  * @param {string} [authorization] Bearer Token
@@ -534,7 +534,7 @@ var NamedRangesApiFp = function (configuration) {
534
534
  });
535
535
  },
536
536
  /**
537
- * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
537
+ * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
538
538
  * @summary List named ranges
539
539
  * @param {string} [authorization] Bearer Token
540
540
  * @param {number} [pageSize] Page size.
@@ -631,7 +631,7 @@ var NamedRangesApiFactory = function (configuration, basePath, axios) {
631
631
  return localVarFp.filterNamedRanges(code, authorization, pageSize, pageToken, filters, search, order, options).then(function (request) { return request(axios, basePath); });
632
632
  },
633
633
  /**
634
- * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
634
+ * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
635
635
  * @summary Retrieve the named range
636
636
  * @param {number} id
637
637
  * @param {string} [authorization] Bearer Token
@@ -642,7 +642,7 @@ var NamedRangesApiFactory = function (configuration, basePath, axios) {
642
642
  return localVarFp.getNamedRange(id, authorization, options).then(function (request) { return request(axios, basePath); });
643
643
  },
644
644
  /**
645
- * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
645
+ * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
646
646
  * @summary List named ranges
647
647
  * @param {string} [authorization] Bearer Token
648
648
  * @param {number} [pageSize] Page size.
@@ -721,7 +721,7 @@ var NamedRangesApi = /** @class */ (function (_super) {
721
721
  return (0, exports.NamedRangesApiFp)(this.configuration).filterNamedRanges(requestParameters.code, requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filters, requestParameters.search, requestParameters.order, options).then(function (request) { return request(_this.axios, _this.basePath); });
722
722
  };
723
723
  /**
724
- * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
724
+ * Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
725
725
  * @summary Retrieve the named range
726
726
  * @param {NamedRangesApiGetNamedRangeRequest} requestParameters Request parameters.
727
727
  * @param {*} [options] Override http request option.
@@ -733,7 +733,7 @@ var NamedRangesApi = /** @class */ (function (_super) {
733
733
  return (0, exports.NamedRangesApiFp)(this.configuration).getNamedRange(requestParameters.id, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
734
734
  };
735
735
  /**
736
- * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
736
+ * Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
737
737
  * @summary List named ranges
738
738
  * @param {NamedRangesApiListNamedRangesRequest} requestParameters Request parameters.
739
739
  * @param {*} [options] Override http request option.