@emilgroup/insurance-sdk-node 1.94.0 → 1.94.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/.openapi-generator/FILES +42 -0
  2. package/README.md +2 -2
  3. package/api/booking-funnels-api.ts +12 -12
  4. package/api/commission-agreement-items-api.ts +12 -12
  5. package/api/commission-agreement-products-api.ts +12 -12
  6. package/api/commission-agreement-versions-api.ts +12 -12
  7. package/api/commission-agreements-api.ts +12 -12
  8. package/api/commission-recipients-api.ts +12 -12
  9. package/api/partner-links-api.ts +12 -12
  10. package/api/policies-api.ts +36 -36
  11. package/api/product-configs-api.ts +857 -0
  12. package/api.ts +2 -0
  13. package/dist/api/booking-funnels-api.d.ts +12 -12
  14. package/dist/api/booking-funnels-api.js +10 -10
  15. package/dist/api/commission-agreement-items-api.d.ts +12 -12
  16. package/dist/api/commission-agreement-items-api.js +10 -10
  17. package/dist/api/commission-agreement-products-api.d.ts +12 -12
  18. package/dist/api/commission-agreement-products-api.js +10 -10
  19. package/dist/api/commission-agreement-versions-api.d.ts +12 -12
  20. package/dist/api/commission-agreement-versions-api.js +10 -10
  21. package/dist/api/commission-agreements-api.d.ts +12 -12
  22. package/dist/api/commission-agreements-api.js +10 -10
  23. package/dist/api/commission-recipients-api.d.ts +12 -12
  24. package/dist/api/commission-recipients-api.js +10 -10
  25. package/dist/api/partner-links-api.d.ts +12 -12
  26. package/dist/api/partner-links-api.js +10 -10
  27. package/dist/api/policies-api.d.ts +36 -36
  28. package/dist/api/policies-api.js +30 -30
  29. package/dist/api/product-configs-api.d.ts +476 -0
  30. package/dist/api/product-configs-api.js +769 -0
  31. package/dist/api.d.ts +1 -0
  32. package/dist/api.js +1 -0
  33. package/dist/models/amount-with-limit-class.d.ts +30 -0
  34. package/dist/models/amount-with-limit-class.js +15 -0
  35. package/dist/models/calculated-policy-object-class.d.ts +36 -0
  36. package/dist/models/calculated-policy-object-class.js +15 -0
  37. package/dist/models/calculation-errors-class.d.ts +25 -0
  38. package/dist/models/calculation-errors-class.js +15 -0
  39. package/dist/models/calculation-item-errors-class.d.ts +43 -0
  40. package/dist/models/calculation-item-errors-class.js +15 -0
  41. package/dist/models/calculation-message-class.d.ts +30 -0
  42. package/dist/models/calculation-message-class.js +15 -0
  43. package/dist/models/category-calculation-order-class.d.ts +25 -0
  44. package/dist/models/category-calculation-order-class.js +15 -0
  45. package/dist/models/category-calculation-step-class.d.ts +58 -0
  46. package/dist/models/category-calculation-step-class.js +24 -0
  47. package/dist/models/category-class.d.ts +52 -0
  48. package/dist/models/category-class.js +15 -0
  49. package/dist/models/category-coverage-summary-class.d.ts +43 -0
  50. package/dist/models/category-coverage-summary-class.js +15 -0
  51. package/dist/models/category-definition-class.d.ts +43 -0
  52. package/dist/models/category-definition-class.js +15 -0
  53. package/dist/models/claim-config-class.d.ts +39 -0
  54. package/dist/models/claim-config-class.js +15 -0
  55. package/dist/models/claim-position-fields-class.d.ts +31 -0
  56. package/dist/models/claim-position-fields-class.js +15 -0
  57. package/dist/models/coverage-class.d.ts +31 -0
  58. package/dist/models/coverage-class.js +15 -0
  59. package/dist/models/coverage-definition-class.d.ts +36 -0
  60. package/dist/models/coverage-definition-class.js +15 -0
  61. package/dist/models/coverage-term-class.d.ts +66 -0
  62. package/dist/models/coverage-term-class.js +30 -0
  63. package/dist/models/create-product-field-request-dto.d.ts +6 -0
  64. package/dist/models/custom-field-class.d.ts +52 -0
  65. package/dist/models/custom-field-class.js +25 -0
  66. package/dist/models/deductible-class.d.ts +60 -0
  67. package/dist/models/deductible-class.js +25 -0
  68. package/dist/models/general-setting-class.d.ts +49 -0
  69. package/dist/models/general-setting-class.js +33 -0
  70. package/dist/models/get-product-config-tariffs-response-class.d.ts +31 -0
  71. package/dist/models/get-product-config-tariffs-response-class.js +15 -0
  72. package/dist/models/index.d.ts +41 -0
  73. package/dist/models/index.js +41 -0
  74. package/dist/models/lead-policy-object-class.d.ts +42 -0
  75. package/dist/models/lead-policy-object-class.js +15 -0
  76. package/dist/models/product-config-summary-class.d.ts +72 -0
  77. package/dist/models/product-config-summary-class.js +15 -0
  78. package/dist/models/product-field-class.d.ts +6 -0
  79. package/dist/models/rest-calculate-product-tariff-quote-request-dto.d.ts +38 -0
  80. package/dist/models/rest-calculate-product-tariff-quote-request-dto.js +15 -0
  81. package/dist/models/rest-calculate-product-tariff-quote-response-class.d.ts +25 -0
  82. package/dist/models/rest-calculate-product-tariff-quote-response-class.js +15 -0
  83. package/dist/models/rest-create-product-config-response-class.d.ts +25 -0
  84. package/dist/models/rest-create-product-config-response-class.js +15 -0
  85. package/dist/models/rest-get-product-config-response-class.d.ts +25 -0
  86. package/dist/models/rest-get-product-config-response-class.js +15 -0
  87. package/dist/models/rest-list-product-configs-response-class.d.ts +43 -0
  88. package/dist/models/rest-list-product-configs-response-class.js +15 -0
  89. package/dist/models/rest-update-product-config-response-class.d.ts +25 -0
  90. package/dist/models/rest-update-product-config-response-class.js +15 -0
  91. package/dist/models/shared-create-estimated-invoice-response-class.d.ts +25 -0
  92. package/dist/models/shared-create-estimated-invoice-response-class.js +15 -0
  93. package/dist/models/shared-product-config-class.d.ts +79 -0
  94. package/dist/models/shared-product-config-class.js +15 -0
  95. package/dist/models/shared-product-config-data-class.d.ts +39 -0
  96. package/dist/models/shared-product-config-data-class.js +15 -0
  97. package/dist/models/shared-product-field-class.d.ts +6 -0
  98. package/dist/models/shared-product-field-override-class.d.ts +48 -0
  99. package/dist/models/shared-product-field-override-class.js +15 -0
  100. package/dist/models/shared-product-tariff-quote-class.d.ts +52 -0
  101. package/dist/models/shared-product-tariff-quote-class.js +15 -0
  102. package/dist/models/shared-tariff-variation-class.d.ts +73 -0
  103. package/dist/models/shared-tariff-variation-class.js +15 -0
  104. package/dist/models/tariff-calculation-order-class.d.ts +36 -0
  105. package/dist/models/tariff-calculation-order-class.js +20 -0
  106. package/dist/models/tariff-calculation-step-class.d.ts +58 -0
  107. package/dist/models/tariff-calculation-step-class.js +24 -0
  108. package/dist/models/tariff-category-summary-class.d.ts +57 -0
  109. package/dist/models/tariff-category-summary-class.js +15 -0
  110. package/dist/models/tariff-coverage-term-class.d.ts +60 -0
  111. package/dist/models/tariff-coverage-term-class.js +30 -0
  112. package/dist/models/tariff-info-class.d.ts +47 -0
  113. package/dist/models/tariff-info-class.js +20 -0
  114. package/dist/models/tariff-summary-class.d.ts +52 -0
  115. package/dist/models/tariff-summary-class.js +15 -0
  116. package/dist/models/update-product-field-request-dto.d.ts +6 -0
  117. package/dist/models/waiting-period-class.d.ts +40 -0
  118. package/dist/models/waiting-period-class.js +19 -0
  119. package/dist/models/warning-class.d.ts +41 -0
  120. package/dist/models/warning-class.js +20 -0
  121. package/models/amount-with-limit-class.ts +36 -0
  122. package/models/calculated-policy-object-class.ts +42 -0
  123. package/models/calculation-errors-class.ts +31 -0
  124. package/models/calculation-item-errors-class.ts +49 -0
  125. package/models/calculation-message-class.ts +36 -0
  126. package/models/category-calculation-order-class.ts +31 -0
  127. package/models/category-calculation-step-class.ts +68 -0
  128. package/models/category-class.ts +58 -0
  129. package/models/category-coverage-summary-class.ts +49 -0
  130. package/models/category-definition-class.ts +49 -0
  131. package/models/claim-config-class.ts +45 -0
  132. package/models/claim-position-fields-class.ts +37 -0
  133. package/models/coverage-class.ts +37 -0
  134. package/models/coverage-definition-class.ts +42 -0
  135. package/models/coverage-term-class.ts +77 -0
  136. package/models/create-product-field-request-dto.ts +6 -0
  137. package/models/custom-field-class.ts +61 -0
  138. package/models/deductible-class.ts +70 -0
  139. package/models/general-setting-class.ts +59 -0
  140. package/models/get-product-config-tariffs-response-class.ts +37 -0
  141. package/models/index.ts +41 -0
  142. package/models/lead-policy-object-class.ts +48 -0
  143. package/models/product-config-summary-class.ts +78 -0
  144. package/models/product-field-class.ts +6 -0
  145. package/models/rest-calculate-product-tariff-quote-request-dto.ts +44 -0
  146. package/models/rest-calculate-product-tariff-quote-response-class.ts +31 -0
  147. package/models/rest-create-product-config-response-class.ts +31 -0
  148. package/models/rest-get-product-config-response-class.ts +31 -0
  149. package/models/rest-list-product-configs-response-class.ts +49 -0
  150. package/models/rest-update-product-config-response-class.ts +31 -0
  151. package/models/shared-create-estimated-invoice-response-class.ts +31 -0
  152. package/models/shared-product-config-class.ts +85 -0
  153. package/models/shared-product-config-data-class.ts +45 -0
  154. package/models/shared-product-field-class.ts +6 -0
  155. package/models/shared-product-field-override-class.ts +54 -0
  156. package/models/shared-product-tariff-quote-class.ts +58 -0
  157. package/models/shared-tariff-variation-class.ts +79 -0
  158. package/models/tariff-calculation-order-class.ts +45 -0
  159. package/models/tariff-calculation-step-class.ts +68 -0
  160. package/models/tariff-category-summary-class.ts +63 -0
  161. package/models/tariff-coverage-term-class.ts +71 -0
  162. package/models/tariff-info-class.ts +56 -0
  163. package/models/tariff-summary-class.ts +58 -0
  164. package/models/update-product-field-request-dto.ts +6 -0
  165. package/models/waiting-period-class.ts +49 -0
  166. package/models/warning-class.ts +50 -0
  167. package/package.json +1 -1
@@ -187,16 +187,16 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
187
187
  };
188
188
  },
189
189
  /**
190
- * Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
190
+ * Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
191
191
  * @summary List commission agreements
192
192
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
193
193
  * @param {number} [pageSize] Page size.
194
194
  * @param {string} [pageToken] Page token.
195
- * @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, name, description</i>
195
+ * @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, name, description</i>
196
196
  * @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: name, code, description</i>
197
197
  * @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, name, code, description, type, createdAt, updatedAt</i>
198
198
  * @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: versions, products, recipients<i>
199
- * @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, name, description</i>
199
+ * @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, name, description</i>
200
200
  * @param {*} [options] Override http request option.
201
201
  * @throws {RequiredError}
202
202
  */
@@ -361,16 +361,16 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
361
361
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
362
362
  },
363
363
  /**
364
- * Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
364
+ * Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
365
365
  * @summary List commission agreements
366
366
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
367
367
  * @param {number} [pageSize] Page size.
368
368
  * @param {string} [pageToken] Page token.
369
- * @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, name, description</i>
369
+ * @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, name, description</i>
370
370
  * @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: name, code, description</i>
371
371
  * @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, name, code, description, type, createdAt, updatedAt</i>
372
372
  * @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: versions, products, recipients<i>
373
- * @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, name, description</i>
373
+ * @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, name, description</i>
374
374
  * @param {*} [options] Override http request option.
375
375
  * @throws {RequiredError}
376
376
  */
@@ -436,16 +436,16 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
436
436
  return localVarFp.getCommissionAgreement(code, authorization, expand, options).then((request) => request(axios, basePath));
437
437
  },
438
438
  /**
439
- * Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
439
+ * Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
440
440
  * @summary List commission agreements
441
441
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
442
442
  * @param {number} [pageSize] Page size.
443
443
  * @param {string} [pageToken] Page token.
444
- * @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, name, description</i>
444
+ * @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, name, description</i>
445
445
  * @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: name, code, description</i>
446
446
  * @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, name, code, description, type, createdAt, updatedAt</i>
447
447
  * @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: versions, products, recipients<i>
448
- * @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, name, description</i>
448
+ * @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, name, description</i>
449
449
  * @param {*} [options] Override http request option.
450
450
  * @throws {RequiredError}
451
451
  */
@@ -565,7 +565,7 @@ export interface CommissionAgreementsApiListCommissionAgreementsRequest {
565
565
  readonly pageToken?: string
566
566
 
567
567
  /**
568
- * 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, name, description</i>
568
+ * 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, name, description</i>
569
569
  * @type {string}
570
570
  * @memberof CommissionAgreementsApiListCommissionAgreements
571
571
  */
@@ -593,7 +593,7 @@ export interface CommissionAgreementsApiListCommissionAgreementsRequest {
593
593
  readonly expand?: string
594
594
 
595
595
  /**
596
- * 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, name, description</i>
596
+ * 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, name, description</i>
597
597
  * @type {string}
598
598
  * @memberof CommissionAgreementsApiListCommissionAgreements
599
599
  */
@@ -672,7 +672,7 @@ export class CommissionAgreementsApi extends BaseAPI {
672
672
  }
673
673
 
674
674
  /**
675
- * Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
675
+ * Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
676
676
  * @summary List commission agreements
677
677
  * @param {CommissionAgreementsApiListCommissionAgreementsRequest} requestParameters Request parameters.
678
678
  * @param {*} [options] Override http request option.
@@ -186,16 +186,16 @@ export const CommissionRecipientsApiAxiosParamCreator = function (configuration?
186
186
  };
187
187
  },
188
188
  /**
189
- * Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
189
+ * Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
190
190
  * @summary List commission recipients
191
191
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
192
192
  * @param {number} [pageSize] Page size.
193
193
  * @param {string} [pageToken] Page token.
194
- * @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, partnerCode, displayName, commissionAgreementId</i>
194
+ * @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, partnerCode, displayName, commissionAgreementId</i>
195
195
  * @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: displayName, partnerCode, code</i>
196
196
  * @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, displayName, partnerCode, code, createdAt, updatedAt</i>
197
197
  * @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/>
198
- * @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, partnerCode, displayName, commissionAgreementId</i>
198
+ * @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, partnerCode, displayName, commissionAgreementId</i>
199
199
  * @param {*} [options] Override http request option.
200
200
  * @throws {RequiredError}
201
201
  */
@@ -360,16 +360,16 @@ export const CommissionRecipientsApiFp = function(configuration?: Configuration)
360
360
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
361
361
  },
362
362
  /**
363
- * Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
363
+ * Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
364
364
  * @summary List commission recipients
365
365
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
366
366
  * @param {number} [pageSize] Page size.
367
367
  * @param {string} [pageToken] Page token.
368
- * @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, partnerCode, displayName, commissionAgreementId</i>
368
+ * @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, partnerCode, displayName, commissionAgreementId</i>
369
369
  * @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: displayName, partnerCode, code</i>
370
370
  * @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, displayName, partnerCode, code, createdAt, updatedAt</i>
371
371
  * @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/>
372
- * @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, partnerCode, displayName, commissionAgreementId</i>
372
+ * @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, partnerCode, displayName, commissionAgreementId</i>
373
373
  * @param {*} [options] Override http request option.
374
374
  * @throws {RequiredError}
375
375
  */
@@ -435,16 +435,16 @@ export const CommissionRecipientsApiFactory = function (configuration?: Configur
435
435
  return localVarFp.getCommissionRecipient(code, authorization, options).then((request) => request(axios, basePath));
436
436
  },
437
437
  /**
438
- * Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
438
+ * Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
439
439
  * @summary List commission recipients
440
440
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
441
441
  * @param {number} [pageSize] Page size.
442
442
  * @param {string} [pageToken] Page token.
443
- * @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, partnerCode, displayName, commissionAgreementId</i>
443
+ * @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, partnerCode, displayName, commissionAgreementId</i>
444
444
  * @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: displayName, partnerCode, code</i>
445
445
  * @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, displayName, partnerCode, code, createdAt, updatedAt</i>
446
446
  * @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/>
447
- * @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, partnerCode, displayName, commissionAgreementId</i>
447
+ * @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, partnerCode, displayName, commissionAgreementId</i>
448
448
  * @param {*} [options] Override http request option.
449
449
  * @throws {RequiredError}
450
450
  */
@@ -564,7 +564,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
564
564
  readonly pageToken?: string
565
565
 
566
566
  /**
567
- * 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, partnerCode, displayName, commissionAgreementId</i>
567
+ * 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, partnerCode, displayName, commissionAgreementId</i>
568
568
  * @type {string}
569
569
  * @memberof CommissionRecipientsApiListCommissionRecipients
570
570
  */
@@ -592,7 +592,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
592
592
  readonly expand?: string
593
593
 
594
594
  /**
595
- * 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, partnerCode, displayName, commissionAgreementId</i>
595
+ * 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, partnerCode, displayName, commissionAgreementId</i>
596
596
  * @type {string}
597
597
  * @memberof CommissionRecipientsApiListCommissionRecipients
598
598
  */
@@ -671,7 +671,7 @@ export class CommissionRecipientsApi extends BaseAPI {
671
671
  }
672
672
 
673
673
  /**
674
- * Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
674
+ * Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
675
675
  * @summary List commission recipients
676
676
  * @param {CommissionRecipientsApiListCommissionRecipientsRequest} requestParameters Request parameters.
677
677
  * @param {*} [options] Override http request option.
@@ -189,16 +189,16 @@ export const PartnerLinksApiAxiosParamCreator = function (configuration?: Config
189
189
  };
190
190
  },
191
191
  /**
192
- * Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
192
+ * Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
193
193
  * @summary List partner links
194
194
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
195
195
  * @param {number} [pageSize] Page size.
196
196
  * @param {string} [pageToken] Page token.
197
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
197
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
198
198
  * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
199
199
  * @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>
200
200
  * @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: role<i>
201
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
201
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
202
202
  * @param {*} [options] Override http request option.
203
203
  * @throws {RequiredError}
204
204
  */
@@ -408,16 +408,16 @@ export const PartnerLinksApiFp = function(configuration?: Configuration) {
408
408
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
409
409
  },
410
410
  /**
411
- * Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
411
+ * Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
412
412
  * @summary List partner links
413
413
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
414
414
  * @param {number} [pageSize] Page size.
415
415
  * @param {string} [pageToken] Page token.
416
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
416
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
417
417
  * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
418
418
  * @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>
419
419
  * @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: role<i>
420
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
420
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
421
421
  * @param {*} [options] Override http request option.
422
422
  * @throws {RequiredError}
423
423
  */
@@ -495,16 +495,16 @@ export const PartnerLinksApiFactory = function (configuration?: Configuration, b
495
495
  return localVarFp.linkPartner(linkPartnerRequestDto, authorization, options).then((request) => request(axios, basePath));
496
496
  },
497
497
  /**
498
- * Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
498
+ * Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
499
499
  * @summary List partner links
500
500
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
501
501
  * @param {number} [pageSize] Page size.
502
502
  * @param {string} [pageToken] Page token.
503
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
503
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
504
504
  * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
505
505
  * @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>
506
506
  * @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: role<i>
507
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
507
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
508
508
  * @param {*} [options] Override http request option.
509
509
  * @throws {RequiredError}
510
510
  */
@@ -635,7 +635,7 @@ export interface PartnerLinksApiListPartnerLinksRequest {
635
635
  readonly pageToken?: string
636
636
 
637
637
  /**
638
- * 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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
638
+ * 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: partnerCode, partnerRoleCode, policyCode, leadCode</i>
639
639
  * @type {string}
640
640
  * @memberof PartnerLinksApiListPartnerLinks
641
641
  */
@@ -663,7 +663,7 @@ export interface PartnerLinksApiListPartnerLinksRequest {
663
663
  readonly expand?: string
664
664
 
665
665
  /**
666
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
666
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
667
667
  * @type {string}
668
668
  * @memberof PartnerLinksApiListPartnerLinks
669
669
  */
@@ -763,7 +763,7 @@ export class PartnerLinksApi extends BaseAPI {
763
763
  }
764
764
 
765
765
  /**
766
- * Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
766
+ * Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
767
767
  * @summary List partner links
768
768
  * @param {PartnerLinksApiListPartnerLinksRequest} requestParameters Request parameters.
769
769
  * @param {*} [options] Override http request option.