@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
@@ -54,16 +54,16 @@ export declare const PartnerLinksApiAxiosParamCreator: (configuration?: Configur
54
54
  */
55
55
  linkPartner: (linkPartnerRequestDto: LinkPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
56
56
  /**
57
- * 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\"
57
+ * 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\"
58
58
  * @summary List partner links
59
59
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
60
60
  * @param {number} [pageSize] Page size.
61
61
  * @param {string} [pageToken] Page token.
62
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
62
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
63
63
  * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
64
64
  * @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;
65
65
  * @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: role&lt;i&gt;
66
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
66
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
67
67
  * @param {*} [options] Override http request option.
68
68
  * @throws {RequiredError}
69
69
  */
@@ -122,16 +122,16 @@ export declare const PartnerLinksApiFp: (configuration?: Configuration) => {
122
122
  */
123
123
  linkPartner(linkPartnerRequestDto: LinkPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkPartnerResponseClass>>;
124
124
  /**
125
- * 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\"
125
+ * 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\"
126
126
  * @summary List partner links
127
127
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
128
128
  * @param {number} [pageSize] Page size.
129
129
  * @param {string} [pageToken] Page token.
130
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
130
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
131
131
  * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
132
132
  * @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;
133
133
  * @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: role&lt;i&gt;
134
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
134
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
135
135
  * @param {*} [options] Override http request option.
136
136
  * @throws {RequiredError}
137
137
  */
@@ -190,16 +190,16 @@ export declare const PartnerLinksApiFactory: (configuration?: Configuration, bas
190
190
  */
191
191
  linkPartner(linkPartnerRequestDto: LinkPartnerRequestDto, authorization?: string, options?: any): AxiosPromise<LinkPartnerResponseClass>;
192
192
  /**
193
- * 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
+ * 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\"
194
194
  * @summary List partner links
195
195
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
196
196
  * @param {number} [pageSize] Page size.
197
197
  * @param {string} [pageToken] Page token.
198
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
198
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
199
199
  * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
200
200
  * @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;
201
201
  * @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: role&lt;i&gt;
202
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
202
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
203
203
  * @param {*} [options] Override http request option.
204
204
  * @throws {RequiredError}
205
205
  */
@@ -312,7 +312,7 @@ export interface PartnerLinksApiListPartnerLinksRequest {
312
312
  */
313
313
  readonly pageToken?: string;
314
314
  /**
315
- * 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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
315
+ * 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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
316
316
  * @type {string}
317
317
  * @memberof PartnerLinksApiListPartnerLinks
318
318
  */
@@ -336,7 +336,7 @@ export interface PartnerLinksApiListPartnerLinksRequest {
336
336
  */
337
337
  readonly expand?: string;
338
338
  /**
339
- * 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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
339
+ * 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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
340
340
  * @type {string}
341
341
  * @memberof PartnerLinksApiListPartnerLinks
342
342
  */
@@ -421,7 +421,7 @@ export declare class PartnerLinksApi extends BaseAPI {
421
421
  */
422
422
  linkPartner(requestParameters: PartnerLinksApiLinkPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkPartnerResponseClass, any, {}>>;
423
423
  /**
424
- * 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\"
424
+ * 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\"
425
425
  * @summary List partner links
426
426
  * @param {PartnerLinksApiListPartnerLinksRequest} requestParameters Request parameters.
427
427
  * @param {*} [options] Override http request option.
@@ -246,16 +246,16 @@ var PartnerLinksApiAxiosParamCreator = function (configuration) {
246
246
  });
247
247
  },
248
248
  /**
249
- * 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\"
249
+ * 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\"
250
250
  * @summary List partner links
251
251
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
252
252
  * @param {number} [pageSize] Page size.
253
253
  * @param {string} [pageToken] Page token.
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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
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: partnerCode, partnerRoleCode, policyCode, leadCode&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: partnerCode, partnerRoleCode, policyCode, leadCode&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
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: role&lt;i&gt;
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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
259
259
  * @param {*} [options] Override http request option.
260
260
  * @throws {RequiredError}
261
261
  */
@@ -493,16 +493,16 @@ var PartnerLinksApiFp = function (configuration) {
493
493
  });
494
494
  },
495
495
  /**
496
- * 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\"
496
+ * 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\"
497
497
  * @summary List partner links
498
498
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
499
499
  * @param {number} [pageSize] Page size.
500
500
  * @param {string} [pageToken] Page token.
501
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
501
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
502
502
  * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
503
503
  * @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;
504
504
  * @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: role&lt;i&gt;
505
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
505
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
506
506
  * @param {*} [options] Override http request option.
507
507
  * @throws {RequiredError}
508
508
  */
@@ -607,16 +607,16 @@ var PartnerLinksApiFactory = function (configuration, basePath, axios) {
607
607
  return localVarFp.linkPartner(linkPartnerRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
608
608
  },
609
609
  /**
610
- * 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\"
610
+ * 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\"
611
611
  * @summary List partner links
612
612
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
613
613
  * @param {number} [pageSize] Page size.
614
614
  * @param {string} [pageToken] Page token.
615
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
615
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
616
616
  * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
617
617
  * @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;
618
618
  * @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: role&lt;i&gt;
619
- * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
619
+ * @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: partnerCode, partnerRoleCode, policyCode, leadCode&lt;/i&gt;
620
620
  * @param {*} [options] Override http request option.
621
621
  * @throws {RequiredError}
622
622
  */
@@ -697,7 +697,7 @@ var PartnerLinksApi = /** @class */ (function (_super) {
697
697
  return (0, exports.PartnerLinksApiFp)(this.configuration).linkPartner(requestParameters.linkPartnerRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
698
698
  };
699
699
  /**
700
- * 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\"
700
+ * 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\"
701
701
  * @summary List partner links
702
702
  * @param {PartnerLinksApiListPartnerLinksRequest} requestParameters Request parameters.
703
703
  * @param {*} [options] Override http request option.
@@ -109,47 +109,47 @@ export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuratio
109
109
  */
110
110
  getPolicyDataByDate: (code: string, authorization?: string, timesliceDate?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
111
111
  /**
112
- * Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
112
+ * Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
113
113
  * @summary List policies
114
114
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
115
115
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
116
116
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
117
- * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
117
+ * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
118
118
  * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
119
119
  * @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, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId&lt;/i&gt;
120
120
  * @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, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks&lt;i&gt;
121
- * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
121
+ * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
122
122
  * @param {*} [options] Override http request option.
123
123
  * @throws {RequiredError}
124
124
  */
125
125
  listPolicies: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
126
126
  /**
127
- * Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
127
+ * Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
128
128
  * @summary List policy objects
129
129
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
130
130
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
131
131
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
132
- * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
132
+ * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
133
133
  * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
134
134
  * @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, code, timesliceId, insuredObjectId, createdAt, updatedAt&lt;/i&gt;
135
135
  * @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;
136
- * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
136
+ * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
137
137
  * @param {*} [options] Override http request option.
138
138
  * @throws {RequiredError}
139
139
  */
140
140
  listPolicyObjects: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
141
141
  /**
142
- * Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
142
+ * Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
143
143
  * @summary List policy versions
144
144
  * @param {string} policyCode
145
145
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
146
146
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
147
147
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
148
- * @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: id, policyId&lt;/i&gt;
148
+ * @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: id, policyId&lt;/i&gt;
149
149
  * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
150
150
  * @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, policyId, createdAt, updatedAt&lt;/i&gt;
151
151
  * @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: timelines, premiums, premiumItems, premiumFormulas&lt;i&gt;
152
- * @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: id, policyId&lt;/i&gt;
152
+ * @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: id, policyId&lt;/i&gt;
153
153
  * @param {*} [options] Override http request option.
154
154
  * @throws {RequiredError}
155
155
  */
@@ -300,47 +300,47 @@ export declare const PoliciesApiFp: (configuration?: Configuration) => {
300
300
  */
301
301
  getPolicyDataByDate(code: string, authorization?: string, timesliceDate?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPolicyResponseClass>>;
302
302
  /**
303
- * Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
303
+ * Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
304
304
  * @summary List policies
305
305
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
306
306
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
307
307
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
308
- * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
308
+ * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
309
309
  * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
310
310
  * @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, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId&lt;/i&gt;
311
311
  * @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, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks&lt;i&gt;
312
- * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
312
+ * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
313
313
  * @param {*} [options] Override http request option.
314
314
  * @throws {RequiredError}
315
315
  */
316
316
  listPolicies(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPoliciesResponseClass>>;
317
317
  /**
318
- * Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
318
+ * Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
319
319
  * @summary List policy objects
320
320
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
321
321
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
322
322
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
323
- * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
323
+ * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
324
324
  * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
325
325
  * @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, code, timesliceId, insuredObjectId, createdAt, updatedAt&lt;/i&gt;
326
326
  * @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;
327
- * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
327
+ * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
328
328
  * @param {*} [options] Override http request option.
329
329
  * @throws {RequiredError}
330
330
  */
331
331
  listPolicyObjects(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPolicyObjectsResponseClass>>;
332
332
  /**
333
- * Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
333
+ * Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
334
334
  * @summary List policy versions
335
335
  * @param {string} policyCode
336
336
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
337
337
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
338
338
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
339
- * @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: id, policyId&lt;/i&gt;
339
+ * @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: id, policyId&lt;/i&gt;
340
340
  * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
341
341
  * @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, policyId, createdAt, updatedAt&lt;/i&gt;
342
342
  * @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: timelines, premiums, premiumItems, premiumFormulas&lt;i&gt;
343
- * @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: id, policyId&lt;/i&gt;
343
+ * @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: id, policyId&lt;/i&gt;
344
344
  * @param {*} [options] Override http request option.
345
345
  * @throws {RequiredError}
346
346
  */
@@ -491,47 +491,47 @@ export declare const PoliciesApiFactory: (configuration?: Configuration, basePat
491
491
  */
492
492
  getPolicyDataByDate(code: string, authorization?: string, timesliceDate?: string, expand?: string, options?: any): AxiosPromise<GetPolicyResponseClass>;
493
493
  /**
494
- * Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
494
+ * Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
495
495
  * @summary List policies
496
496
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
497
497
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
498
498
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
499
- * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
499
+ * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
500
500
  * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
501
501
  * @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, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId&lt;/i&gt;
502
502
  * @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, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks&lt;i&gt;
503
- * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
503
+ * @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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
504
504
  * @param {*} [options] Override http request option.
505
505
  * @throws {RequiredError}
506
506
  */
507
507
  listPolicies(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListPoliciesResponseClass>;
508
508
  /**
509
- * Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
509
+ * Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
510
510
  * @summary List policy objects
511
511
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
512
512
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
513
513
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
514
- * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
514
+ * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
515
515
  * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
516
516
  * @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, code, timesliceId, insuredObjectId, createdAt, updatedAt&lt;/i&gt;
517
517
  * @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;
518
- * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
518
+ * @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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
519
519
  * @param {*} [options] Override http request option.
520
520
  * @throws {RequiredError}
521
521
  */
522
522
  listPolicyObjects(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListPolicyObjectsResponseClass>;
523
523
  /**
524
- * Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
524
+ * Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
525
525
  * @summary List policy versions
526
526
  * @param {string} policyCode
527
527
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
528
528
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
529
529
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
530
- * @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: id, policyId&lt;/i&gt;
530
+ * @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: id, policyId&lt;/i&gt;
531
531
  * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
532
532
  * @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, policyId, createdAt, updatedAt&lt;/i&gt;
533
533
  * @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: timelines, premiums, premiumItems, premiumFormulas&lt;i&gt;
534
- * @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: id, policyId&lt;/i&gt;
534
+ * @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: id, policyId&lt;/i&gt;
535
535
  * @param {*} [options] Override http request option.
536
536
  * @throws {RequiredError}
537
537
  */
@@ -801,7 +801,7 @@ export interface PoliciesApiListPoliciesRequest {
801
801
  */
802
802
  readonly pageToken?: string;
803
803
  /**
804
- * 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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
804
+ * 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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
805
805
  * @type {string}
806
806
  * @memberof PoliciesApiListPolicies
807
807
  */
@@ -825,7 +825,7 @@ export interface PoliciesApiListPoliciesRequest {
825
825
  */
826
826
  readonly expand?: string;
827
827
  /**
828
- * 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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
828
+ * 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: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode&lt;/i&gt;
829
829
  * @type {string}
830
830
  * @memberof PoliciesApiListPolicies
831
831
  */
@@ -856,7 +856,7 @@ export interface PoliciesApiListPolicyObjectsRequest {
856
856
  */
857
857
  readonly pageToken?: string;
858
858
  /**
859
- * 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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
859
+ * 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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
860
860
  * @type {string}
861
861
  * @memberof PoliciesApiListPolicyObjects
862
862
  */
@@ -880,7 +880,7 @@ export interface PoliciesApiListPolicyObjectsRequest {
880
880
  */
881
881
  readonly expand?: string;
882
882
  /**
883
- * 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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
883
+ * 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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
884
884
  * @type {string}
885
885
  * @memberof PoliciesApiListPolicyObjects
886
886
  */
@@ -917,7 +917,7 @@ export interface PoliciesApiListPolicyVersionsRequest {
917
917
  */
918
918
  readonly pageToken?: string;
919
919
  /**
920
- * 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: id, policyId&lt;/i&gt;
920
+ * 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: id, policyId&lt;/i&gt;
921
921
  * @type {string}
922
922
  * @memberof PoliciesApiListPolicyVersions
923
923
  */
@@ -941,7 +941,7 @@ export interface PoliciesApiListPolicyVersionsRequest {
941
941
  */
942
942
  readonly expand?: string;
943
943
  /**
944
- * 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: id, policyId&lt;/i&gt;
944
+ * 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: id, policyId&lt;/i&gt;
945
945
  * @type {string}
946
946
  * @memberof PoliciesApiListPolicyVersions
947
947
  */
@@ -1193,7 +1193,7 @@ export declare class PoliciesApi extends BaseAPI {
1193
1193
  */
1194
1194
  getPolicyDataByDate(requestParameters: PoliciesApiGetPolicyDataByDateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPolicyResponseClass, any, {}>>;
1195
1195
  /**
1196
- * Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
1196
+ * Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
1197
1197
  * @summary List policies
1198
1198
  * @param {PoliciesApiListPoliciesRequest} requestParameters Request parameters.
1199
1199
  * @param {*} [options] Override http request option.
@@ -1202,7 +1202,7 @@ export declare class PoliciesApi extends BaseAPI {
1202
1202
  */
1203
1203
  listPolicies(requestParameters?: PoliciesApiListPoliciesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPoliciesResponseClass, any, {}>>;
1204
1204
  /**
1205
- * Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
1205
+ * Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
1206
1206
  * @summary List policy objects
1207
1207
  * @param {PoliciesApiListPolicyObjectsRequest} requestParameters Request parameters.
1208
1208
  * @param {*} [options] Override http request option.
@@ -1211,7 +1211,7 @@ export declare class PoliciesApi extends BaseAPI {
1211
1211
  */
1212
1212
  listPolicyObjects(requestParameters?: PoliciesApiListPolicyObjectsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPolicyObjectsResponseClass, any, {}>>;
1213
1213
  /**
1214
- * Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
1214
+ * Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
1215
1215
  * @summary List policy versions
1216
1216
  * @param {PoliciesApiListPolicyVersionsRequest} requestParameters Request parameters.
1217
1217
  * @param {*} [options] Override http request option.