@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
@@ -22,6 +22,7 @@ api/partner-links-api.ts
22
22
  api/partner-roles-api.ts
23
23
  api/policies-api.ts
24
24
  api/premium-formulas-api.ts
25
+ api/product-configs-api.ts
25
26
  api/product-factors-api.ts
26
27
  api/product-fields-api.ts
27
28
  api/product-versions-api.ts
@@ -34,12 +35,24 @@ git_push.sh
34
35
  index.ts
35
36
  models/activate-policy-request-dto.ts
36
37
  models/activate-policy-response-class.ts
38
+ models/amount-with-limit-class.ts
37
39
  models/bank-transfer-dto.ts
38
40
  models/billing-address-dto.ts
39
41
  models/booking-funnel-class.ts
40
42
  models/calculate-custom-premium-request-dto.ts
41
43
  models/calculate-premium-request-dto.ts
42
44
  models/calculate-product-fields-request-dto.ts
45
+ models/calculated-policy-object-class.ts
46
+ models/calculation-errors-class.ts
47
+ models/calculation-item-errors-class.ts
48
+ models/calculation-message-class.ts
49
+ models/category-calculation-order-class.ts
50
+ models/category-calculation-step-class.ts
51
+ models/category-class.ts
52
+ models/category-coverage-summary-class.ts
53
+ models/category-definition-class.ts
54
+ models/claim-config-class.ts
55
+ models/claim-position-fields-class.ts
43
56
  models/clone-lead-request-dto.ts
44
57
  models/clone-product-version-request-dto.ts
45
58
  models/commission-agreement-class.ts
@@ -47,6 +60,9 @@ models/commission-agreement-item-class.ts
47
60
  models/commission-agreement-product-class.ts
48
61
  models/commission-agreement-version-class.ts
49
62
  models/commission-recipient-class.ts
63
+ models/coverage-class.ts
64
+ models/coverage-definition-class.ts
65
+ models/coverage-term-class.ts
50
66
  models/create-account-request-dto.ts
51
67
  models/create-bank-account-request-dto.ts
52
68
  models/create-booking-funnel-request-dto.ts
@@ -92,6 +108,8 @@ models/create-product-version-request-dto.ts
92
108
  models/create-status-transition-rule-request-dto.ts
93
109
  models/create-status-transition-rule-response-class.ts
94
110
  models/csv-product-factor-dto.ts
111
+ models/custom-field-class.ts
112
+ models/deductible-class.ts
95
113
  models/delete-draft-policy-request-dto.ts
96
114
  models/delete-response-class.ts
97
115
  models/emil-function-class.ts
@@ -100,6 +118,7 @@ models/empty-response-class.ts
100
118
  models/execute-emil-function-request-dto.ts
101
119
  models/filter-named-range-request-dto.ts
102
120
  models/filter-named-range-response-class.ts
121
+ models/general-setting-class.ts
103
122
  models/get-booking-funnel-response-class.ts
104
123
  models/get-booking-funnel-version-request-dto.ts
105
124
  models/get-commission-agreement-item-response-class.ts
@@ -122,6 +141,7 @@ models/get-policy-request-dto.ts
122
141
  models/get-policy-response-class.ts
123
142
  models/get-premium-formula-request-dto.ts
124
143
  models/get-premium-formula-response-class.ts
144
+ models/get-product-config-tariffs-response-class.ts
125
145
  models/get-product-factor-response-class.ts
126
146
  models/get-product-factor-value-request-dto.ts
127
147
  models/get-product-factor-value-response-class.ts
@@ -147,6 +167,7 @@ models/invoice-item-class.ts
147
167
  models/invoice-status-class.ts
148
168
  models/lead-bank-account-class.ts
149
169
  models/lead-class.ts
170
+ models/lead-policy-object-class.ts
150
171
  models/lead-status-class.ts
151
172
  models/link-lead-partner-request-dto.ts
152
173
  models/link-partner-request-dto.ts
@@ -204,6 +225,7 @@ models/premium-override-dto.ts
204
225
  models/premium-override-request-class.ts
205
226
  models/premium-override-request-dto.ts
206
227
  models/product-class.ts
228
+ models/product-config-summary-class.ts
207
229
  models/product-factor-class.ts
208
230
  models/product-factor-for-version-class.ts
209
231
  models/product-factor-value-class.ts
@@ -211,12 +233,19 @@ models/product-factor-value-for-version-class.ts
211
233
  models/product-field-class.ts
212
234
  models/product-field-type-class.ts
213
235
  models/product-version-class.ts
236
+ models/rest-calculate-product-tariff-quote-request-dto.ts
237
+ models/rest-calculate-product-tariff-quote-response-class.ts
214
238
  models/rest-clone-lead-account-request-dto.ts
239
+ models/rest-create-product-config-response-class.ts
240
+ models/rest-get-product-config-response-class.ts
241
+ models/rest-list-product-configs-response-class.ts
242
+ models/rest-update-product-config-response-class.ts
215
243
  models/restore-policy-version-request-dto.ts
216
244
  models/restore-policy-version-response-class.ts
217
245
  models/sepa-dto.ts
218
246
  models/shared-bank-transfer-response-class.ts
219
247
  models/shared-billing-address-response-class.ts
248
+ models/shared-create-estimated-invoice-response-class.ts
220
249
  models/shared-create-lead-policy-request-dto.ts
221
250
  models/shared-create-payment-method-request-dto.ts
222
251
  models/shared-eis-sepa-debit-dto.ts
@@ -227,8 +256,13 @@ models/shared-mandate-hash-data-dto.ts
227
256
  models/shared-mandate-hash-data-response-class.ts
228
257
  models/shared-mandate-response-class.ts
229
258
  models/shared-payment-method-response-class.ts
259
+ models/shared-product-config-class.ts
260
+ models/shared-product-config-data-class.ts
230
261
  models/shared-product-field-class.ts
262
+ models/shared-product-field-override-class.ts
263
+ models/shared-product-tariff-quote-class.ts
231
264
  models/shared-sepa-response-class.ts
265
+ models/shared-tariff-variation-class.ts
232
266
  models/shared-update-named-range-request-dto.ts
233
267
  models/shared-update-premium-formula-request-dto.ts
234
268
  models/status-transition-rule-class.ts
@@ -239,6 +273,12 @@ models/suspend-policy-response-class.ts
239
273
  models/swap-premium-formulas-order-request-dto.ts
240
274
  models/swap-product-fields-order-request-dto.ts
241
275
  models/tag-class.ts
276
+ models/tariff-calculation-order-class.ts
277
+ models/tariff-calculation-step-class.ts
278
+ models/tariff-category-summary-class.ts
279
+ models/tariff-coverage-term-class.ts
280
+ models/tariff-info-class.ts
281
+ models/tariff-summary-class.ts
242
282
  models/terminate-policy-request-dto.ts
243
283
  models/terminate-policy-response-class.ts
244
284
  models/timeslice-class.ts
@@ -280,6 +320,8 @@ models/update-status-transition-rule-request-dto.ts
280
320
  models/update-status-transition-rule-response-class.ts
281
321
  models/uploaded-document-dto.ts
282
322
  models/validate-product-factors-request-dto.ts
323
+ models/waiting-period-class.ts
324
+ models/warning-class.ts
283
325
  models/withdraw-policy-response-class.ts
284
326
  package.json
285
327
  tsconfig.json
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/insurance-sdk-node@1.94.0 --save
20
+ npm install @emilgroup/insurance-sdk-node@1.94.1-beta.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/insurance-sdk-node@1.94.0
24
+ yarn add @emilgroup/insurance-sdk-node@1.94.1-beta.0
25
25
  ```
26
26
 
27
27
  And then you can import `PoliciesApi`.
@@ -186,16 +186,16 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
186
186
  };
187
187
  },
188
188
  /**
189
- * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
189
+ * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
190
190
  * @summary List booking funnels
191
191
  * @param {string} [authorization] Bearer Token
192
192
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
193
193
  * @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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
195
195
  * @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
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, code, name, 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/> <i>Allowed values: stepsConfig<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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
199
199
  * @param {*} [options] Override http request option.
200
200
  * @throws {RequiredError}
201
201
  */
@@ -409,16 +409,16 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
409
409
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
410
410
  },
411
411
  /**
412
- * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
412
+ * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
413
413
  * @summary List booking funnels
414
414
  * @param {string} [authorization] Bearer Token
415
415
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
416
416
  * @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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
417
- * @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
417
+ * @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
418
418
  * @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
419
419
  * @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, code, name, createdAt, updatedAt</i>
420
420
  * @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: stepsConfig<i>
421
- * @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
421
+ * @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
422
422
  * @param {*} [options] Override http request option.
423
423
  * @throws {RequiredError}
424
424
  */
@@ -495,16 +495,16 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
495
495
  return localVarFp.getBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
496
496
  },
497
497
  /**
498
- * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
498
+ * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
499
499
  * @summary List booking funnels
500
500
  * @param {string} [authorization] Bearer Token
501
501
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
502
502
  * @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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
504
504
  * @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
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, code, name, 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: stepsConfig<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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
508
508
  * @param {*} [options] Override http request option.
509
509
  * @throws {RequiredError}
510
510
  */
@@ -628,7 +628,7 @@ export interface BookingFunnelsApiListBookingFunnelsRequest {
628
628
  readonly pageToken?: string
629
629
 
630
630
  /**
631
- * 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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
631
+ * 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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
632
632
  * @type {string}
633
633
  * @memberof BookingFunnelsApiListBookingFunnels
634
634
  */
@@ -656,7 +656,7 @@ export interface BookingFunnelsApiListBookingFunnelsRequest {
656
656
  readonly expand?: string
657
657
 
658
658
  /**
659
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
659
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
660
660
  * @type {string}
661
661
  * @memberof BookingFunnelsApiListBookingFunnels
662
662
  */
@@ -763,7 +763,7 @@ export class BookingFunnelsApi extends BaseAPI {
763
763
  }
764
764
 
765
765
  /**
766
- * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
766
+ * Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
767
767
  * @summary List booking funnels
768
768
  * @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
769
769
  * @param {*} [options] Override http request option.
@@ -193,16 +193,16 @@ export const CommissionAgreementItemsApiAxiosParamCreator = function (configurat
193
193
  };
194
194
  },
195
195
  /**
196
- * Returns a list of commission agreement items you have previously created. The commission agreement items 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\"
196
+ * Returns a list of commission agreement items you have previously created. The commission agreement items 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\"
197
197
  * @summary List commission agreement items
198
198
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
199
199
  * @param {number} [pageSize] Page size.
200
200
  * @param {string} [pageToken] Page token.
201
- * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
201
+ * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
202
202
  * @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: itemName, itemDescription, commissionFormula, code</i>
203
203
  * @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, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
204
204
  * @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/>
205
- * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
205
+ * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
206
206
  * @param {*} [options] Override http request option.
207
207
  * @throws {RequiredError}
208
208
  */
@@ -368,16 +368,16 @@ export const CommissionAgreementItemsApiFp = function(configuration?: Configurat
368
368
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
369
369
  },
370
370
  /**
371
- * Returns a list of commission agreement items you have previously created. The commission agreement items 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\"
371
+ * Returns a list of commission agreement items you have previously created. The commission agreement items 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\"
372
372
  * @summary List commission agreement items
373
373
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
374
374
  * @param {number} [pageSize] Page size.
375
375
  * @param {string} [pageToken] Page token.
376
- * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
376
+ * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
377
377
  * @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: itemName, itemDescription, commissionFormula, code</i>
378
378
  * @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, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
379
379
  * @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/>
380
- * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
380
+ * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
381
381
  * @param {*} [options] Override http request option.
382
382
  * @throws {RequiredError}
383
383
  */
@@ -444,16 +444,16 @@ export const CommissionAgreementItemsApiFactory = function (configuration?: Conf
444
444
  return localVarFp.getCommissionAgreementItem(code, expand, authorization, options).then((request) => request(axios, basePath));
445
445
  },
446
446
  /**
447
- * Returns a list of commission agreement items you have previously created. The commission agreement items 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\"
447
+ * Returns a list of commission agreement items you have previously created. The commission agreement items 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\"
448
448
  * @summary List commission agreement items
449
449
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
450
450
  * @param {number} [pageSize] Page size.
451
451
  * @param {string} [pageToken] Page token.
452
- * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
452
+ * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
453
453
  * @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: itemName, itemDescription, commissionFormula, code</i>
454
454
  * @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, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
455
455
  * @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/>
456
- * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
456
+ * @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
457
457
  * @param {*} [options] Override http request option.
458
458
  * @throws {RequiredError}
459
459
  */
@@ -580,7 +580,7 @@ export interface CommissionAgreementItemsApiListCommissionAgreementItemsRequest
580
580
  readonly pageToken?: string
581
581
 
582
582
  /**
583
- * 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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
583
+ * 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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
584
584
  * @type {string}
585
585
  * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
586
586
  */
@@ -608,7 +608,7 @@ export interface CommissionAgreementItemsApiListCommissionAgreementItemsRequest
608
608
  readonly expand?: string
609
609
 
610
610
  /**
611
- * 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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
611
+ * 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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
612
612
  * @type {string}
613
613
  * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
614
614
  */
@@ -687,7 +687,7 @@ export class CommissionAgreementItemsApi extends BaseAPI {
687
687
  }
688
688
 
689
689
  /**
690
- * Returns a list of commission agreement items you have previously created. The commission agreement items 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\"
690
+ * Returns a list of commission agreement items you have previously created. The commission agreement items 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\"
691
691
  * @summary List commission agreement items
692
692
  * @param {CommissionAgreementItemsApiListCommissionAgreementItemsRequest} requestParameters Request parameters.
693
693
  * @param {*} [options] Override http request option.
@@ -191,16 +191,16 @@ export const CommissionAgreementProductsApiAxiosParamCreator = function (configu
191
191
  };
192
192
  },
193
193
  /**
194
- * Returns a list of commission agreement products you have previously created. The commission agreement products 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\"
194
+ * Returns a list of commission agreement products you have previously created. The commission agreement products 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\"
195
195
  * @summary List commission agreement products
196
196
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
197
197
  * @param {number} [pageSize] Page size.
198
198
  * @param {string} [pageToken] Page token.
199
- * @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, productId, commissionAgreementId</i>
199
+ * @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, productId, commissionAgreementId</i>
200
200
  * @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: productId, code</i>
201
201
  * @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, productId, code, createdAt, updatedAt</i>
202
202
  * @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: product<i>
203
- * @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, productId, commissionAgreementId</i>
203
+ * @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, productId, commissionAgreementId</i>
204
204
  * @param {*} [options] Override http request option.
205
205
  * @throws {RequiredError}
206
206
  */
@@ -366,16 +366,16 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
366
366
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
367
367
  },
368
368
  /**
369
- * Returns a list of commission agreement products you have previously created. The commission agreement products 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\"
369
+ * Returns a list of commission agreement products you have previously created. The commission agreement products 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\"
370
370
  * @summary List commission agreement products
371
371
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
372
372
  * @param {number} [pageSize] Page size.
373
373
  * @param {string} [pageToken] Page token.
374
- * @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, productId, commissionAgreementId</i>
374
+ * @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, productId, commissionAgreementId</i>
375
375
  * @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: productId, code</i>
376
376
  * @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, productId, code, createdAt, updatedAt</i>
377
377
  * @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: product<i>
378
- * @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, productId, commissionAgreementId</i>
378
+ * @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, productId, commissionAgreementId</i>
379
379
  * @param {*} [options] Override http request option.
380
380
  * @throws {RequiredError}
381
381
  */
@@ -442,16 +442,16 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
442
442
  return localVarFp.getCommissionAgreementProduct(code, authorization, expand, options).then((request) => request(axios, basePath));
443
443
  },
444
444
  /**
445
- * Returns a list of commission agreement products you have previously created. The commission agreement products 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\"
445
+ * Returns a list of commission agreement products you have previously created. The commission agreement products 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\"
446
446
  * @summary List commission agreement products
447
447
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
448
448
  * @param {number} [pageSize] Page size.
449
449
  * @param {string} [pageToken] Page token.
450
- * @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, productId, commissionAgreementId</i>
450
+ * @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, productId, commissionAgreementId</i>
451
451
  * @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: productId, code</i>
452
452
  * @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, productId, code, createdAt, updatedAt</i>
453
453
  * @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: product<i>
454
- * @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, productId, commissionAgreementId</i>
454
+ * @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, productId, commissionAgreementId</i>
455
455
  * @param {*} [options] Override http request option.
456
456
  * @throws {RequiredError}
457
457
  */
@@ -578,7 +578,7 @@ export interface CommissionAgreementProductsApiListCommissionAgreementProductsRe
578
578
  readonly pageToken?: string
579
579
 
580
580
  /**
581
- * 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, productId, commissionAgreementId</i>
581
+ * 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, productId, commissionAgreementId</i>
582
582
  * @type {string}
583
583
  * @memberof CommissionAgreementProductsApiListCommissionAgreementProducts
584
584
  */
@@ -606,7 +606,7 @@ export interface CommissionAgreementProductsApiListCommissionAgreementProductsRe
606
606
  readonly expand?: string
607
607
 
608
608
  /**
609
- * 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, productId, commissionAgreementId</i>
609
+ * 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, productId, commissionAgreementId</i>
610
610
  * @type {string}
611
611
  * @memberof CommissionAgreementProductsApiListCommissionAgreementProducts
612
612
  */
@@ -685,7 +685,7 @@ export class CommissionAgreementProductsApi extends BaseAPI {
685
685
  }
686
686
 
687
687
  /**
688
- * Returns a list of commission agreement products you have previously created. The commission agreement products 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\"
688
+ * Returns a list of commission agreement products you have previously created. The commission agreement products 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\"
689
689
  * @summary List commission agreement products
690
690
  * @param {CommissionAgreementProductsApiListCommissionAgreementProductsRequest} requestParameters Request parameters.
691
691
  * @param {*} [options] Override http request option.
@@ -189,16 +189,16 @@ export const CommissionAgreementVersionsApiAxiosParamCreator = function (configu
189
189
  };
190
190
  },
191
191
  /**
192
- * Returns a list of commission agreement versions you have previously created. The commission agreement versions 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\"
192
+ * Returns a list of commission agreement versions you have previously created. The commission agreement versions 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\"
193
193
  * @summary List commission agreement versions
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: code, description, commissionAgreementId</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: code, description, commissionAgreementId</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: versionDescription, code</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, versionDescription, code, 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/>
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: code, description, commissionAgreementId</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: code, description, commissionAgreementId</i>
202
202
  * @param {*} [options] Override http request option.
203
203
  * @throws {RequiredError}
204
204
  */
@@ -313,16 +313,16 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
313
313
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
314
314
  },
315
315
  /**
316
- * Returns a list of commission agreement versions you have previously created. The commission agreement versions 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\"
316
+ * Returns a list of commission agreement versions you have previously created. The commission agreement versions 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\"
317
317
  * @summary List commission agreement versions
318
318
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
319
319
  * @param {number} [pageSize] Page size.
320
320
  * @param {string} [pageToken] Page token.
321
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
321
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
322
322
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
323
323
  * @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, versionDescription, code, createdAt, updatedAt</i>
324
324
  * @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/>
325
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
325
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
326
326
  * @param {*} [options] Override http request option.
327
327
  * @throws {RequiredError}
328
328
  */
@@ -376,16 +376,16 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
376
376
  return localVarFp.getCommissionAgreementVersion(code, expand, authorization, options).then((request) => request(axios, basePath));
377
377
  },
378
378
  /**
379
- * Returns a list of commission agreement versions you have previously created. The commission agreement versions 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\"
379
+ * Returns a list of commission agreement versions you have previously created. The commission agreement versions 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\"
380
380
  * @summary List commission agreement versions
381
381
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
382
382
  * @param {number} [pageSize] Page size.
383
383
  * @param {string} [pageToken] Page token.
384
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
384
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
385
385
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
386
386
  * @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, versionDescription, code, createdAt, updatedAt</i>
387
387
  * @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/>
388
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
388
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
389
389
  * @param {*} [options] Override http request option.
390
390
  * @throws {RequiredError}
391
391
  */
@@ -500,7 +500,7 @@ export interface CommissionAgreementVersionsApiListCommissionAgreementVersionsRe
500
500
  readonly pageToken?: string
501
501
 
502
502
  /**
503
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
503
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
504
504
  * @type {string}
505
505
  * @memberof CommissionAgreementVersionsApiListCommissionAgreementVersions
506
506
  */
@@ -528,7 +528,7 @@ export interface CommissionAgreementVersionsApiListCommissionAgreementVersionsRe
528
528
  readonly expand?: string
529
529
 
530
530
  /**
531
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
531
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
532
532
  * @type {string}
533
533
  * @memberof CommissionAgreementVersionsApiListCommissionAgreementVersions
534
534
  */
@@ -579,7 +579,7 @@ export class CommissionAgreementVersionsApi extends BaseAPI {
579
579
  }
580
580
 
581
581
  /**
582
- * Returns a list of commission agreement versions you have previously created. The commission agreement versions 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\"
582
+ * Returns a list of commission agreement versions you have previously created. The commission agreement versions 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\"
583
583
  * @summary List commission agreement versions
584
584
  * @param {CommissionAgreementVersionsApiListCommissionAgreementVersionsRequest} requestParameters Request parameters.
585
585
  * @param {*} [options] Override http request option.