@emilgroup/insurance-sdk-node 1.53.0 → 1.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/.openapi-generator/FILES +5 -0
  2. package/README.md +2 -2
  3. package/api/booking-funnel-versions-api.ts +4 -4
  4. package/api/booking-funnels-api.ts +20 -12
  5. package/api/commission-agreement-products-api.ts +8 -8
  6. package/api/commission-agreement-versions-api.ts +8 -8
  7. package/api/commission-agreements-api.ts +8 -8
  8. package/api/commission-recipients-api.ts +8 -8
  9. package/api/emil-functions-api.ts +8 -8
  10. package/api/lead-statuses-api.ts +4 -4
  11. package/api/lead-versions-api.ts +4 -4
  12. package/api/leads-api.ts +4 -4
  13. package/api/partner-links-api.ts +4 -4
  14. package/api/partner-roles-api.ts +4 -4
  15. package/api/policies-api.ts +16 -16
  16. package/api/products-api.ts +8 -8
  17. package/api/status-transition-rules-api.ts +4 -4
  18. package/base.ts +15 -7
  19. package/dist/api/booking-funnel-versions-api.d.ts +4 -4
  20. package/dist/api/booking-funnel-versions-api.js +4 -4
  21. package/dist/api/booking-funnels-api.d.ts +20 -16
  22. package/dist/api/booking-funnels-api.js +4 -4
  23. package/dist/api/commission-agreement-products-api.d.ts +8 -8
  24. package/dist/api/commission-agreement-products-api.js +7 -7
  25. package/dist/api/commission-agreement-versions-api.d.ts +8 -8
  26. package/dist/api/commission-agreement-versions-api.js +7 -7
  27. package/dist/api/commission-agreements-api.d.ts +8 -8
  28. package/dist/api/commission-agreements-api.js +7 -7
  29. package/dist/api/commission-recipients-api.d.ts +8 -8
  30. package/dist/api/commission-recipients-api.js +7 -7
  31. package/dist/api/emil-functions-api.d.ts +8 -8
  32. package/dist/api/emil-functions-api.js +8 -8
  33. package/dist/api/lead-statuses-api.d.ts +4 -4
  34. package/dist/api/lead-statuses-api.js +4 -4
  35. package/dist/api/lead-versions-api.d.ts +4 -4
  36. package/dist/api/lead-versions-api.js +4 -4
  37. package/dist/api/leads-api.d.ts +4 -4
  38. package/dist/api/leads-api.js +4 -4
  39. package/dist/api/partner-links-api.d.ts +4 -4
  40. package/dist/api/partner-links-api.js +3 -3
  41. package/dist/api/partner-roles-api.d.ts +4 -4
  42. package/dist/api/partner-roles-api.js +4 -4
  43. package/dist/api/policies-api.d.ts +16 -16
  44. package/dist/api/policies-api.js +14 -14
  45. package/dist/api/products-api.d.ts +8 -8
  46. package/dist/api/products-api.js +8 -8
  47. package/dist/api/status-transition-rules-api.d.ts +4 -4
  48. package/dist/api/status-transition-rules-api.js +4 -4
  49. package/dist/base.d.ts +3 -1
  50. package/dist/base.js +27 -20
  51. package/dist/models/booking-funnel-class.d.ts +12 -0
  52. package/dist/models/commission-agreement-class.d.ts +12 -0
  53. package/dist/models/commission-agreement-item-class.d.ts +12 -0
  54. package/dist/models/commission-agreement-product-class.d.ts +12 -0
  55. package/dist/models/commission-agreement-version-class.d.ts +12 -0
  56. package/dist/models/commission-recipient-class.d.ts +12 -0
  57. package/dist/models/create-booking-funnel-response-class.d.ts +25 -0
  58. package/dist/models/create-booking-funnel-response-class.js +15 -0
  59. package/dist/models/create-dummy-policy-request-dto.d.ts +6 -0
  60. package/dist/models/create-lead-request-dto.d.ts +4 -9
  61. package/dist/models/emil-function-class.d.ts +12 -0
  62. package/dist/models/get-booking-funnel-response-class.d.ts +25 -0
  63. package/dist/models/get-booking-funnel-response-class.js +15 -0
  64. package/dist/models/index.d.ts +5 -0
  65. package/dist/models/index.js +5 -0
  66. package/dist/models/insured-object-class.d.ts +12 -0
  67. package/dist/models/insured-object-type-class.d.ts +12 -0
  68. package/dist/models/lead-class.d.ts +12 -0
  69. package/dist/models/lead-status-class.d.ts +12 -0
  70. package/dist/models/link-lead-partner-request-dto.d.ts +36 -0
  71. package/dist/models/link-lead-partner-request-dto.js +15 -0
  72. package/dist/models/list-named-ranges-response-class.d.ts +3 -2
  73. package/dist/models/named-range-class.d.ts +12 -0
  74. package/dist/models/partner-link-class.d.ts +12 -0
  75. package/dist/models/partner-role-class.d.ts +12 -0
  76. package/dist/models/patch-booking-funnel-response-class.d.ts +25 -0
  77. package/dist/models/patch-booking-funnel-response-class.js +15 -0
  78. package/dist/models/policy-class.d.ts +12 -0
  79. package/dist/models/policy-object-class.d.ts +12 -0
  80. package/dist/models/policy-premium-class.d.ts +12 -0
  81. package/dist/models/policy-premium-item-class.d.ts +12 -0
  82. package/dist/models/policy-version-class.d.ts +12 -0
  83. package/dist/models/premium-formula-class.d.ts +12 -0
  84. package/dist/models/product-class.d.ts +12 -0
  85. package/dist/models/product-factor-class.d.ts +12 -0
  86. package/dist/models/product-factor-for-version-class.d.ts +12 -0
  87. package/dist/models/product-factor-value-class.d.ts +12 -0
  88. package/dist/models/product-field-class.d.ts +12 -0
  89. package/dist/models/product-field-type-class.d.ts +12 -0
  90. package/dist/models/product-version-class.d.ts +12 -0
  91. package/dist/models/shared-product-field-class.d.ts +12 -0
  92. package/dist/models/status-transition-rule-class.d.ts +12 -0
  93. package/dist/models/timeslice-class.d.ts +12 -0
  94. package/dist/models/update-booking-funnel-response-class.d.ts +25 -0
  95. package/dist/models/update-booking-funnel-response-class.js +15 -0
  96. package/models/booking-funnel-class.ts +12 -0
  97. package/models/commission-agreement-class.ts +12 -0
  98. package/models/commission-agreement-item-class.ts +12 -0
  99. package/models/commission-agreement-product-class.ts +12 -0
  100. package/models/commission-agreement-version-class.ts +12 -0
  101. package/models/commission-recipient-class.ts +12 -0
  102. package/models/create-booking-funnel-response-class.ts +31 -0
  103. package/models/create-dummy-policy-request-dto.ts +6 -0
  104. package/models/create-lead-request-dto.ts +4 -9
  105. package/models/emil-function-class.ts +12 -0
  106. package/models/get-booking-funnel-response-class.ts +31 -0
  107. package/models/index.ts +5 -0
  108. package/models/insured-object-class.ts +12 -0
  109. package/models/insured-object-type-class.ts +12 -0
  110. package/models/lead-class.ts +12 -0
  111. package/models/lead-status-class.ts +12 -0
  112. package/models/link-lead-partner-request-dto.ts +42 -0
  113. package/models/list-named-ranges-response-class.ts +3 -2
  114. package/models/named-range-class.ts +12 -0
  115. package/models/partner-link-class.ts +12 -0
  116. package/models/partner-role-class.ts +12 -0
  117. package/models/patch-booking-funnel-response-class.ts +31 -0
  118. package/models/policy-class.ts +12 -0
  119. package/models/policy-object-class.ts +12 -0
  120. package/models/policy-premium-class.ts +12 -0
  121. package/models/policy-premium-item-class.ts +12 -0
  122. package/models/policy-version-class.ts +12 -0
  123. package/models/premium-formula-class.ts +12 -0
  124. package/models/product-class.ts +12 -0
  125. package/models/product-factor-class.ts +12 -0
  126. package/models/product-factor-for-version-class.ts +12 -0
  127. package/models/product-factor-value-class.ts +12 -0
  128. package/models/product-field-class.ts +12 -0
  129. package/models/product-field-type-class.ts +12 -0
  130. package/models/product-version-class.ts +12 -0
  131. package/models/shared-product-field-class.ts +12 -0
  132. package/models/status-transition-rule-class.ts +12 -0
  133. package/models/timeslice-class.ts +12 -0
  134. package/models/update-booking-funnel-response-class.ts +31 -0
  135. package/package.json +1 -1
@@ -198,7 +198,7 @@ var CommissionAgreementVersionsApiAxiosParamCreator = function (configuration) {
198
198
  });
199
199
  },
200
200
  /**
201
- * Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
201
+ * Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
202
202
  * @summary Retrieve the commission agreement version
203
203
  * @param {string} code
204
204
  * @param {string} expand
@@ -260,7 +260,7 @@ var CommissionAgreementVersionsApiAxiosParamCreator = function (configuration) {
260
260
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
261
261
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
262
262
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
263
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: .<i>
263
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
264
264
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
265
265
  * @param {*} [options] Override http request option.
266
266
  * @throws {RequiredError}
@@ -377,7 +377,7 @@ var CommissionAgreementVersionsApiFp = function (configuration) {
377
377
  });
378
378
  },
379
379
  /**
380
- * Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
380
+ * Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
381
381
  * @summary Retrieve the commission agreement version
382
382
  * @param {string} code
383
383
  * @param {string} expand
@@ -407,7 +407,7 @@ var CommissionAgreementVersionsApiFp = function (configuration) {
407
407
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
408
408
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
409
409
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
410
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: .<i>
410
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
411
411
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
412
412
  * @param {*} [options] Override http request option.
413
413
  * @throws {RequiredError}
@@ -459,7 +459,7 @@ var CommissionAgreementVersionsApiFactory = function (configuration, basePath, a
459
459
  return localVarFp.deleteCommissionAgreementVersion(code, authorization, options).then(function (request) { return request(axios, basePath); });
460
460
  },
461
461
  /**
462
- * Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
462
+ * Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
463
463
  * @summary Retrieve the commission agreement version
464
464
  * @param {string} code
465
465
  * @param {string} expand
@@ -479,7 +479,7 @@ var CommissionAgreementVersionsApiFactory = function (configuration, basePath, a
479
479
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
480
480
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
481
481
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
482
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: .<i>
482
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
483
483
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
484
484
  * @param {*} [options] Override http request option.
485
485
  * @throws {RequiredError}
@@ -526,7 +526,7 @@ var CommissionAgreementVersionsApi = /** @class */ (function (_super) {
526
526
  return (0, exports.CommissionAgreementVersionsApiFp)(this.configuration).deleteCommissionAgreementVersion(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
527
527
  };
528
528
  /**
529
- * Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
529
+ * Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
530
530
  * @summary Retrieve the commission agreement version
531
531
  * @param {CommissionAgreementVersionsApiGetCommissionAgreementVersionRequest} requestParameters Request parameters.
532
532
  * @param {*} [options] Override http request option.
@@ -43,7 +43,7 @@ export declare const CommissionAgreementsApiAxiosParamCreator: (configuration?:
43
43
  */
44
44
  deleteCommissionAgreement: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
45
  /**
46
- * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
46
+ * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
47
47
  * @summary Retrieve the commission agreement
48
48
  * @param {string} code
49
49
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -61,7 +61,7 @@ export declare const CommissionAgreementsApiAxiosParamCreator: (configuration?:
61
61
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
62
62
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: name, code, description&lt;/i&gt;
63
63
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
64
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
64
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
65
65
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
66
66
  * @param {*} [options] Override http request option.
67
67
  * @throws {RequiredError}
@@ -102,7 +102,7 @@ export declare const CommissionAgreementsApiFp: (configuration?: Configuration)
102
102
  */
103
103
  deleteCommissionAgreement(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
104
104
  /**
105
- * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
105
+ * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
106
106
  * @summary Retrieve the commission agreement
107
107
  * @param {string} code
108
108
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -120,7 +120,7 @@ export declare const CommissionAgreementsApiFp: (configuration?: Configuration)
120
120
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
121
121
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: name, code, description&lt;/i&gt;
122
122
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
123
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
123
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
124
124
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
125
125
  * @param {*} [options] Override http request option.
126
126
  * @throws {RequiredError}
@@ -161,7 +161,7 @@ export declare const CommissionAgreementsApiFactory: (configuration?: Configurat
161
161
  */
162
162
  deleteCommissionAgreement(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
163
163
  /**
164
- * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
164
+ * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
165
165
  * @summary Retrieve the commission agreement
166
166
  * @param {string} code
167
167
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -179,7 +179,7 @@ export declare const CommissionAgreementsApiFactory: (configuration?: Configurat
179
179
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
180
180
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: name, code, description&lt;/i&gt;
181
181
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
182
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
182
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
183
183
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
184
184
  * @param {*} [options] Override http request option.
185
185
  * @throws {RequiredError}
@@ -302,7 +302,7 @@ export interface CommissionAgreementsApiListCommissionAgreementsRequest {
302
302
  */
303
303
  readonly order?: string;
304
304
  /**
305
- * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
305
+ * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
306
306
  * @type {string}
307
307
  * @memberof CommissionAgreementsApiListCommissionAgreements
308
308
  */
@@ -365,7 +365,7 @@ export declare class CommissionAgreementsApi extends BaseAPI {
365
365
  */
366
366
  deleteCommissionAgreement(requestParameters: CommissionAgreementsApiDeleteCommissionAgreementRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
367
367
  /**
368
- * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
368
+ * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
369
369
  * @summary Retrieve the commission agreement
370
370
  * @param {CommissionAgreementsApiGetCommissionAgreementRequest} requestParameters Request parameters.
371
371
  * @param {*} [options] Override http request option.
@@ -194,7 +194,7 @@ var CommissionAgreementsApiAxiosParamCreator = function (configuration) {
194
194
  });
195
195
  },
196
196
  /**
197
- * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
197
+ * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
198
198
  * @summary Retrieve the commission agreement
199
199
  * @param {string} code
200
200
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -254,7 +254,7 @@ var CommissionAgreementsApiAxiosParamCreator = function (configuration) {
254
254
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
255
255
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: name, code, description&lt;/i&gt;
256
256
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
257
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
257
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
258
258
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
259
259
  * @param {*} [options] Override http request option.
260
260
  * @throws {RequiredError}
@@ -423,7 +423,7 @@ var CommissionAgreementsApiFp = function (configuration) {
423
423
  });
424
424
  },
425
425
  /**
426
- * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
426
+ * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
427
427
  * @summary Retrieve the commission agreement
428
428
  * @param {string} code
429
429
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -453,7 +453,7 @@ var CommissionAgreementsApiFp = function (configuration) {
453
453
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
454
454
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: name, code, description&lt;/i&gt;
455
455
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
456
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
456
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
457
457
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
458
458
  * @param {*} [options] Override http request option.
459
459
  * @throws {RequiredError}
@@ -526,7 +526,7 @@ var CommissionAgreementsApiFactory = function (configuration, basePath, axios) {
526
526
  return localVarFp.deleteCommissionAgreement(code, authorization, options).then(function (request) { return request(axios, basePath); });
527
527
  },
528
528
  /**
529
- * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
529
+ * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
530
530
  * @summary Retrieve the commission agreement
531
531
  * @param {string} code
532
532
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -546,7 +546,7 @@ var CommissionAgreementsApiFactory = function (configuration, basePath, axios) {
546
546
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
547
547
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: name, code, description&lt;/i&gt;
548
548
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
549
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients.&lt;i&gt;
549
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: versions, products, recipients&lt;i&gt;
550
550
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, name, description&lt;/i&gt;
551
551
  * @param {*} [options] Override http request option.
552
552
  * @throws {RequiredError}
@@ -605,7 +605,7 @@ var CommissionAgreementsApi = /** @class */ (function (_super) {
605
605
  return (0, exports.CommissionAgreementsApiFp)(this.configuration).deleteCommissionAgreement(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
606
606
  };
607
607
  /**
608
- * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
608
+ * Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
609
609
  * @summary Retrieve the commission agreement
610
610
  * @param {CommissionAgreementsApiGetCommissionAgreementRequest} requestParameters Request parameters.
611
611
  * @param {*} [options] Override http request option.
@@ -44,7 +44,7 @@ export declare const CommissionRecipientsApiAxiosParamCreator: (configuration?:
44
44
  */
45
45
  deleteCommissionRecipient: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
46
46
  /**
47
- * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
47
+ * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
48
48
  * @summary Retrieve the commission recipient
49
49
  * @param {string} code
50
50
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -61,7 +61,7 @@ export declare const CommissionRecipientsApiAxiosParamCreator: (configuration?:
61
61
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
62
62
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: displayName, partnerCode, code&lt;/i&gt;
63
63
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
64
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
64
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
65
65
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
66
66
  * @param {*} [options] Override http request option.
67
67
  * @throws {RequiredError}
@@ -103,7 +103,7 @@ export declare const CommissionRecipientsApiFp: (configuration?: Configuration)
103
103
  */
104
104
  deleteCommissionRecipient(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
105
105
  /**
106
- * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
106
+ * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
107
107
  * @summary Retrieve the commission recipient
108
108
  * @param {string} code
109
109
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -120,7 +120,7 @@ export declare const CommissionRecipientsApiFp: (configuration?: Configuration)
120
120
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
121
121
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: displayName, partnerCode, code&lt;/i&gt;
122
122
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
123
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
123
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
124
124
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
125
125
  * @param {*} [options] Override http request option.
126
126
  * @throws {RequiredError}
@@ -162,7 +162,7 @@ export declare const CommissionRecipientsApiFactory: (configuration?: Configurat
162
162
  */
163
163
  deleteCommissionRecipient(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
164
164
  /**
165
- * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
165
+ * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
166
166
  * @summary Retrieve the commission recipient
167
167
  * @param {string} code
168
168
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -179,7 +179,7 @@ export declare const CommissionRecipientsApiFactory: (configuration?: Configurat
179
179
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
180
180
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: displayName, partnerCode, code&lt;/i&gt;
181
181
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
182
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
182
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
183
183
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
184
184
  * @param {*} [options] Override http request option.
185
185
  * @throws {RequiredError}
@@ -302,7 +302,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
302
302
  */
303
303
  readonly order?: string;
304
304
  /**
305
- * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
305
+ * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
306
306
  * @type {string}
307
307
  * @memberof CommissionRecipientsApiListCommissionRecipients
308
308
  */
@@ -365,7 +365,7 @@ export declare class CommissionRecipientsApi extends BaseAPI {
365
365
  */
366
366
  deleteCommissionRecipient(requestParameters: CommissionRecipientsApiDeleteCommissionRecipientRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
367
367
  /**
368
- * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
368
+ * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
369
369
  * @summary Retrieve the commission recipient
370
370
  * @param {CommissionRecipientsApiGetCommissionRecipientRequest} requestParameters Request parameters.
371
371
  * @param {*} [options] Override http request option.
@@ -198,7 +198,7 @@ var CommissionRecipientsApiAxiosParamCreator = function (configuration) {
198
198
  });
199
199
  },
200
200
  /**
201
- * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
201
+ * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
202
202
  * @summary Retrieve the commission recipient
203
203
  * @param {string} code
204
204
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -254,7 +254,7 @@ var CommissionRecipientsApiAxiosParamCreator = function (configuration) {
254
254
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
255
255
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: displayName, partnerCode, code&lt;/i&gt;
256
256
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
257
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
257
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
258
258
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
259
259
  * @param {*} [options] Override http request option.
260
260
  * @throws {RequiredError}
@@ -424,7 +424,7 @@ var CommissionRecipientsApiFp = function (configuration) {
424
424
  });
425
425
  },
426
426
  /**
427
- * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
427
+ * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
428
428
  * @summary Retrieve the commission recipient
429
429
  * @param {string} code
430
430
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -453,7 +453,7 @@ var CommissionRecipientsApiFp = function (configuration) {
453
453
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
454
454
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: displayName, partnerCode, code&lt;/i&gt;
455
455
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
456
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
456
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
457
457
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
458
458
  * @param {*} [options] Override http request option.
459
459
  * @throws {RequiredError}
@@ -527,7 +527,7 @@ var CommissionRecipientsApiFactory = function (configuration, basePath, axios) {
527
527
  return localVarFp.deleteCommissionRecipient(code, authorization, options).then(function (request) { return request(axios, basePath); });
528
528
  },
529
529
  /**
530
- * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
530
+ * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
531
531
  * @summary Retrieve the commission recipient
532
532
  * @param {string} code
533
533
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -546,7 +546,7 @@ var CommissionRecipientsApiFactory = function (configuration, basePath, axios) {
546
546
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
547
547
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: displayName, partnerCode, code&lt;/i&gt;
548
548
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
549
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: .&lt;i&gt;
549
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
550
550
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, partnerCode, displayName, commissionAgreementId&lt;/i&gt;
551
551
  * @param {*} [options] Override http request option.
552
552
  * @throws {RequiredError}
@@ -605,7 +605,7 @@ var CommissionRecipientsApi = /** @class */ (function (_super) {
605
605
  return (0, exports.CommissionRecipientsApiFp)(this.configuration).deleteCommissionRecipient(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
606
606
  };
607
607
  /**
608
- * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
608
+ * Retrieves the details of the commission recipient that was previously created. Supply the unique commission recipient code that was returned when you created it and Emil Api will return the corresponding commission recipient information.
609
609
  * @summary Retrieve the commission recipient
610
610
  * @param {CommissionRecipientsApiGetCommissionRecipientRequest} requestParameters Request parameters.
611
611
  * @param {*} [options] Override http request option.
@@ -74,7 +74,7 @@ export declare const EmilFunctionsApiAxiosParamCreator: (configuration?: Configu
74
74
  */
75
75
  executeEmilFunction: (slug: string, executeEmilFunctionRequestDto: ExecuteEmilFunctionRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
76
76
  /**
77
- * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
77
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
78
78
  * @summary Retrieve the Emil function
79
79
  * @param {number} id
80
80
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -83,7 +83,7 @@ export declare const EmilFunctionsApiAxiosParamCreator: (configuration?: Configu
83
83
  */
84
84
  getEmilFunction: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
85
85
  /**
86
- * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
86
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
87
87
  * @summary Retrieve the Emil function secret
88
88
  * @param {string} name
89
89
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -187,7 +187,7 @@ export declare const EmilFunctionsApiFp: (configuration?: Configuration) => {
187
187
  */
188
188
  executeEmilFunction(slug: string, executeEmilFunctionRequestDto: ExecuteEmilFunctionRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
189
189
  /**
190
- * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
190
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
191
191
  * @summary Retrieve the Emil function
192
192
  * @param {number} id
193
193
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -196,7 +196,7 @@ export declare const EmilFunctionsApiFp: (configuration?: Configuration) => {
196
196
  */
197
197
  getEmilFunction(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
198
198
  /**
199
- * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
199
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
200
200
  * @summary Retrieve the Emil function secret
201
201
  * @param {string} name
202
202
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -300,7 +300,7 @@ export declare const EmilFunctionsApiFactory: (configuration?: Configuration, ba
300
300
  */
301
301
  executeEmilFunction(slug: string, executeEmilFunctionRequestDto: ExecuteEmilFunctionRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
302
302
  /**
303
- * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
303
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
304
304
  * @summary Retrieve the Emil function
305
305
  * @param {number} id
306
306
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -309,7 +309,7 @@ export declare const EmilFunctionsApiFactory: (configuration?: Configuration, ba
309
309
  */
310
310
  getEmilFunction(id: number, authorization?: string, options?: any): AxiosPromise<object>;
311
311
  /**
312
- * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
312
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
313
313
  * @summary Retrieve the Emil function secret
314
314
  * @param {string} name
315
315
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -671,7 +671,7 @@ export declare class EmilFunctionsApi extends BaseAPI {
671
671
  */
672
672
  executeEmilFunction(requestParameters: EmilFunctionsApiExecuteEmilFunctionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
673
673
  /**
674
- * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
674
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
675
675
  * @summary Retrieve the Emil function
676
676
  * @param {EmilFunctionsApiGetEmilFunctionRequest} requestParameters Request parameters.
677
677
  * @param {*} [options] Override http request option.
@@ -680,7 +680,7 @@ export declare class EmilFunctionsApi extends BaseAPI {
680
680
  */
681
681
  getEmilFunction(requestParameters: EmilFunctionsApiGetEmilFunctionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
682
682
  /**
683
- * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
683
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
684
684
  * @summary Retrieve the Emil function secret
685
685
  * @param {EmilFunctionsApiGetEmilFunctionSecretRequest} requestParameters Request parameters.
686
686
  * @param {*} [options] Override http request option.
@@ -344,7 +344,7 @@ var EmilFunctionsApiAxiosParamCreator = function (configuration) {
344
344
  });
345
345
  },
346
346
  /**
347
- * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
347
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
348
348
  * @summary Retrieve the Emil function
349
349
  * @param {number} id
350
350
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -392,7 +392,7 @@ var EmilFunctionsApiAxiosParamCreator = function (configuration) {
392
392
  });
393
393
  },
394
394
  /**
395
- * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
395
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
396
396
  * @summary Retrieve the Emil function secret
397
397
  * @param {string} name
398
398
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -778,7 +778,7 @@ var EmilFunctionsApiFp = function (configuration) {
778
778
  });
779
779
  },
780
780
  /**
781
- * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
781
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
782
782
  * @summary Retrieve the Emil function
783
783
  * @param {number} id
784
784
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -799,7 +799,7 @@ var EmilFunctionsApiFp = function (configuration) {
799
799
  });
800
800
  },
801
801
  /**
802
- * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
802
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
803
803
  * @summary Retrieve the Emil function secret
804
804
  * @param {string} name
805
805
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -977,7 +977,7 @@ var EmilFunctionsApiFactory = function (configuration, basePath, axios) {
977
977
  return localVarFp.executeEmilFunction(slug, executeEmilFunctionRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
978
978
  },
979
979
  /**
980
- * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
980
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
981
981
  * @summary Retrieve the Emil function
982
982
  * @param {number} id
983
983
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -988,7 +988,7 @@ var EmilFunctionsApiFactory = function (configuration, basePath, axios) {
988
988
  return localVarFp.getEmilFunction(id, authorization, options).then(function (request) { return request(axios, basePath); });
989
989
  },
990
990
  /**
991
- * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
991
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
992
992
  * @summary Retrieve the Emil function secret
993
993
  * @param {string} name
994
994
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -1124,7 +1124,7 @@ var EmilFunctionsApi = /** @class */ (function (_super) {
1124
1124
  return (0, exports.EmilFunctionsApiFp)(this.configuration).executeEmilFunction(requestParameters.slug, requestParameters.executeEmilFunctionRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
1125
1125
  };
1126
1126
  /**
1127
- * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
1127
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
1128
1128
  * @summary Retrieve the Emil function
1129
1129
  * @param {EmilFunctionsApiGetEmilFunctionRequest} requestParameters Request parameters.
1130
1130
  * @param {*} [options] Override http request option.
@@ -1136,7 +1136,7 @@ var EmilFunctionsApi = /** @class */ (function (_super) {
1136
1136
  return (0, exports.EmilFunctionsApiFp)(this.configuration).getEmilFunction(requestParameters.id, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
1137
1137
  };
1138
1138
  /**
1139
- * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
1139
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
1140
1140
  * @summary Retrieve the Emil function secret
1141
1141
  * @param {EmilFunctionsApiGetEmilFunctionSecretRequest} requestParameters Request parameters.
1142
1142
  * @param {*} [options] Override http request option.
@@ -41,7 +41,7 @@ export declare const LeadStatusesApiAxiosParamCreator: (configuration?: Configur
41
41
  */
42
42
  deleteLeadStatus: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
43
43
  /**
44
- * Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
44
+ * Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
45
45
  * @summary Retrieve the lead status
46
46
  * @param {number} id
47
47
  * @param {string} [authorization] Bearer Token
@@ -89,7 +89,7 @@ export declare const LeadStatusesApiFp: (configuration?: Configuration) => {
89
89
  */
90
90
  deleteLeadStatus(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
91
91
  /**
92
- * Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
92
+ * Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
93
93
  * @summary Retrieve the lead status
94
94
  * @param {number} id
95
95
  * @param {string} [authorization] Bearer Token
@@ -137,7 +137,7 @@ export declare const LeadStatusesApiFactory: (configuration?: Configuration, bas
137
137
  */
138
138
  deleteLeadStatus(id: number, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
139
139
  /**
140
- * Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
140
+ * Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
141
141
  * @summary Retrieve the lead status
142
142
  * @param {number} id
143
143
  * @param {string} [authorization] Bearer Token
@@ -299,7 +299,7 @@ export declare class LeadStatusesApi extends BaseAPI {
299
299
  */
300
300
  deleteLeadStatus(requestParameters: LeadStatusesApiDeleteLeadStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
301
301
  /**
302
- * Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
302
+ * Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
303
303
  * @summary Retrieve the lead status
304
304
  * @param {LeadStatusesApiGetLeadStatusRequest} requestParameters Request parameters.
305
305
  * @param {*} [options] Override http request option.