@emilgroup/insurance-sdk-node 1.60.0 → 1.62.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 (53) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/README.md +2 -2
  3. package/api/commission-agreement-items-api.ts +4 -4
  4. package/api/commission-agreement-versions-api.ts +4 -4
  5. package/api/commission-recipients-api.ts +4 -4
  6. package/api/policies-api.ts +29 -15
  7. package/api/products-api.ts +46 -56
  8. package/base.ts +7 -15
  9. package/dist/api/commission-agreement-items-api.d.ts +4 -4
  10. package/dist/api/commission-agreement-items-api.js +3 -3
  11. package/dist/api/commission-agreement-versions-api.d.ts +4 -4
  12. package/dist/api/commission-agreement-versions-api.js +3 -3
  13. package/dist/api/commission-recipients-api.d.ts +4 -4
  14. package/dist/api/commission-recipients-api.js +3 -3
  15. package/dist/api/policies-api.d.ts +21 -12
  16. package/dist/api/policies-api.js +15 -9
  17. package/dist/api/products-api.d.ts +39 -39
  18. package/dist/api/products-api.js +28 -37
  19. package/dist/base.d.ts +1 -3
  20. package/dist/base.js +20 -26
  21. package/dist/models/booking-funnel-class.d.ts +6 -0
  22. package/dist/models/create-booking-funnel-request-dto.d.ts +7 -1
  23. package/dist/models/create-lead-status-request-dto.d.ts +6 -0
  24. package/dist/models/create-partner-role-request-dto.d.ts +6 -0
  25. package/dist/models/get-policy-data-by-date-request-dto.d.ts +6 -0
  26. package/dist/models/get-product-request-dto.d.ts +3 -3
  27. package/dist/models/index.d.ts +1 -0
  28. package/dist/models/index.js +1 -0
  29. package/dist/models/lead-class.d.ts +3 -3
  30. package/dist/models/lead-status-class.d.ts +6 -0
  31. package/dist/models/link-lead-partner-request-dto.d.ts +16 -4
  32. package/dist/models/link-partner-request-dto.d.ts +16 -4
  33. package/dist/models/omit-type-class.d.ts +84 -0
  34. package/dist/models/omit-type-class.js +15 -0
  35. package/dist/models/partner-role-class.d.ts +6 -0
  36. package/dist/models/update-lead-status-request-dto.d.ts +6 -0
  37. package/dist/models/update-partner-role-request-dto.d.ts +6 -0
  38. package/models/booking-funnel-class.ts +6 -0
  39. package/models/create-booking-funnel-request-dto.ts +7 -1
  40. package/models/create-lead-status-request-dto.ts +6 -0
  41. package/models/create-partner-role-request-dto.ts +6 -0
  42. package/models/get-policy-data-by-date-request-dto.ts +6 -0
  43. package/models/get-product-request-dto.ts +3 -3
  44. package/models/index.ts +1 -0
  45. package/models/lead-class.ts +3 -3
  46. package/models/lead-status-class.ts +6 -0
  47. package/models/link-lead-partner-request-dto.ts +16 -4
  48. package/models/link-partner-request-dto.ts +16 -4
  49. package/models/omit-type-class.ts +90 -0
  50. package/models/partner-role-class.ts +6 -0
  51. package/models/update-lead-status-request-dto.ts +6 -0
  52. package/models/update-partner-role-request-dto.ts +6 -0
  53. package/package.json +1 -1
@@ -62,7 +62,7 @@ export declare const CommissionAgreementItemsApiAxiosParamCreator: (configuratio
62
62
  * @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>
63
63
  * @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>
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.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
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.<br/> <br/> <i>Allowed values: <i>
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.<br/> <br/>
66
66
  * @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>
67
67
  * @param {*} [options] Override http request option.
68
68
  * @throws {RequiredError}
@@ -122,7 +122,7 @@ export declare const CommissionAgreementItemsApiFp: (configuration?: Configurati
122
122
  * @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>
123
123
  * @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>
124
124
  * @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>
125
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
125
+ * @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/>
126
126
  * @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>
127
127
  * @param {*} [options] Override http request option.
128
128
  * @throws {RequiredError}
@@ -182,7 +182,7 @@ export declare const CommissionAgreementItemsApiFactory: (configuration?: Config
182
182
  * @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>
183
183
  * @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>
184
184
  * @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>
185
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
185
+ * @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/>
186
186
  * @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>
187
187
  * @param {*} [options] Override http request option.
188
188
  * @throws {RequiredError}
@@ -311,7 +311,7 @@ export interface CommissionAgreementItemsApiListCommissionAgreementItemsRequest
311
311
  */
312
312
  readonly order?: string;
313
313
  /**
314
- * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
314
+ * 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/>
315
315
  * @type {string}
316
316
  * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
317
317
  */
@@ -260,7 +260,7 @@ var CommissionAgreementItemsApiAxiosParamCreator = function (configuration) {
260
260
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
261
261
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
262
262
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
263
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
263
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
264
264
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
265
265
  * @param {*} [options] Override http request option.
266
266
  * @throws {RequiredError}
@@ -460,7 +460,7 @@ var CommissionAgreementItemsApiFp = function (configuration) {
460
460
  * @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>
461
461
  * @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>
462
462
  * @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>
463
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
463
+ * @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/>
464
464
  * @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>
465
465
  * @param {*} [options] Override http request option.
466
466
  * @throws {RequiredError}
@@ -554,7 +554,7 @@ var CommissionAgreementItemsApiFactory = function (configuration, basePath, axio
554
554
  * @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>
555
555
  * @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>
556
556
  * @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>
557
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
557
+ * @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/>
558
558
  * @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>
559
559
  * @param {*} [options] Override http request option.
560
560
  * @throws {RequiredError}
@@ -60,7 +60,7 @@ export declare const CommissionAgreementVersionsApiAxiosParamCreator: (configura
60
60
  * @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>
61
61
  * @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>
62
62
  * @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>
63
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
63
+ * @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/>
64
64
  * @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>
65
65
  * @param {*} [options] Override http request option.
66
66
  * @throws {RequiredError}
@@ -110,7 +110,7 @@ export declare const CommissionAgreementVersionsApiFp: (configuration?: Configur
110
110
  * @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>
111
111
  * @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>
112
112
  * @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>
113
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
113
+ * @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/>
114
114
  * @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>
115
115
  * @param {*} [options] Override http request option.
116
116
  * @throws {RequiredError}
@@ -160,7 +160,7 @@ export declare const CommissionAgreementVersionsApiFactory: (configuration?: Con
160
160
  * @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>
161
161
  * @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>
162
162
  * @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>
163
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
163
+ * @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/>
164
164
  * @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>
165
165
  * @param {*} [options] Override http request option.
166
166
  * @throws {RequiredError}
@@ -279,7 +279,7 @@ export interface CommissionAgreementVersionsApiListCommissionAgreementVersionsRe
279
279
  */
280
280
  readonly order?: string;
281
281
  /**
282
- * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
282
+ * 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/>
283
283
  * @type {string}
284
284
  * @memberof CommissionAgreementVersionsApiListCommissionAgreementVersions
285
285
  */
@@ -260,7 +260,7 @@ var CommissionAgreementVersionsApiAxiosParamCreator = function (configuration) {
260
260
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
261
261
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
262
262
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
263
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
263
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
264
264
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
265
265
  * @param {*} [options] Override http request option.
266
266
  * @throws {RequiredError}
@@ -407,7 +407,7 @@ var CommissionAgreementVersionsApiFp = function (configuration) {
407
407
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
408
408
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
409
409
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
410
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
410
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
411
411
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
412
412
  * @param {*} [options] Override http request option.
413
413
  * @throws {RequiredError}
@@ -479,7 +479,7 @@ var CommissionAgreementVersionsApiFactory = function (configuration, basePath, a
479
479
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
480
480
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
481
481
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
482
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
482
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
483
483
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
484
484
  * @param {*} [options] Override http request option.
485
485
  * @throws {RequiredError}
@@ -61,7 +61,7 @@ export declare const CommissionRecipientsApiAxiosParamCreator: (configuration?:
61
61
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
62
62
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
63
63
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
64
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
64
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
65
65
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
66
66
  * @param {*} [options] Override http request option.
67
67
  * @throws {RequiredError}
@@ -120,7 +120,7 @@ export declare const CommissionRecipientsApiFp: (configuration?: Configuration)
120
120
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
121
121
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
122
122
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
123
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
123
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
124
124
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
125
125
  * @param {*} [options] Override http request option.
126
126
  * @throws {RequiredError}
@@ -179,7 +179,7 @@ export declare const CommissionRecipientsApiFactory: (configuration?: Configurat
179
179
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
180
180
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
181
181
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
182
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
182
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
183
183
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
184
184
  * @param {*} [options] Override http request option.
185
185
  * @throws {RequiredError}
@@ -302,7 +302,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
302
302
  */
303
303
  readonly order?: string;
304
304
  /**
305
- * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
305
+ * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
306
306
  * @type {string}
307
307
  * @memberof CommissionRecipientsApiListCommissionRecipients
308
308
  */
@@ -254,7 +254,7 @@ var CommissionRecipientsApiAxiosParamCreator = function (configuration) {
254
254
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
255
255
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
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.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
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.<br/> <br/> <i>Allowed values: <i>
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.<br/> <br/>
258
258
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
259
259
  * @param {*} [options] Override http request option.
260
260
  * @throws {RequiredError}
@@ -453,7 +453,7 @@ var CommissionRecipientsApiFp = function (configuration) {
453
453
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
454
454
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
455
455
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
456
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
456
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
457
457
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
458
458
  * @param {*} [options] Override http request option.
459
459
  * @throws {RequiredError}
@@ -546,7 +546,7 @@ var CommissionRecipientsApiFactory = function (configuration, basePath, axios) {
546
546
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
547
547
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
548
548
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
549
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
549
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
550
550
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
551
551
  * @param {*} [options] Override http request option.
552
552
  * @throws {RequiredError}
@@ -101,10 +101,11 @@ export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuratio
101
101
  * @param {string} code Unique identifier for the object.
102
102
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
103
103
  * @param {string} [timesliceDate] This date is used to filter data of the policy, to select the appropriate timeslice. If no date is specified, the system returns all the timeslices available.
104
+ * @param {string} [expand] Expand to fetch additional information for current version or specified timeslice of the policy.<br/> <br/> <i>Expand by: \"premiums\", \"premiumItems\", \"premiumFormulas\", \"timelines,product\", or \"timelines,partnerLinks\"<i>
104
105
  * @param {*} [options] Override http request option.
105
106
  * @throws {RequiredError}
106
107
  */
107
- getPolicyDataByDate: (code: string, authorization?: string, timesliceDate?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
108
+ getPolicyDataByDate: (code: string, authorization?: string, timesliceDate?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
108
109
  /**
109
110
  * 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.
110
111
  * @summary List policies
@@ -129,12 +130,12 @@ export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuratio
129
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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
130
131
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
131
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, code, timesliceId, insuredObjectId, createdAt, updatedAt&lt;/i&gt;
132
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
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;
133
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: id, code, insuredObjectId, insuredObjectName, policyCode, date&lt;/i&gt;
134
135
  * @param {*} [options] Override http request option.
135
136
  * @throws {RequiredError}
136
137
  */
137
- listPolicyObjects: (authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: any, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
138
+ listPolicyObjects: (authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
138
139
  /**
139
140
  * 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.
140
141
  * @summary List policy versions
@@ -281,10 +282,11 @@ export declare const PoliciesApiFp: (configuration?: Configuration) => {
281
282
  * @param {string} code Unique identifier for the object.
282
283
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
283
284
  * @param {string} [timesliceDate] This date is used to filter data of the policy, to select the appropriate timeslice. If no date is specified, the system returns all the timeslices available.
285
+ * @param {string} [expand] Expand to fetch additional information for current version or specified timeslice of the policy.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Expand by: \&quot;premiums\&quot;, \&quot;premiumItems\&quot;, \&quot;premiumFormulas\&quot;, \&quot;timelines,product\&quot;, or \&quot;timelines,partnerLinks\&quot;&lt;i&gt;
284
286
  * @param {*} [options] Override http request option.
285
287
  * @throws {RequiredError}
286
288
  */
287
- getPolicyDataByDate(code: string, authorization?: string, timesliceDate?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPolicyResponseClass>>;
289
+ getPolicyDataByDate(code: string, authorization?: string, timesliceDate?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPolicyResponseClass>>;
288
290
  /**
289
291
  * 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.
290
292
  * @summary List policies
@@ -309,12 +311,12 @@ export declare const PoliciesApiFp: (configuration?: Configuration) => {
309
311
  * @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;
310
312
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
311
313
  * @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;
312
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
314
+ * @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;
313
315
  * @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;
314
316
  * @param {*} [options] Override http request option.
315
317
  * @throws {RequiredError}
316
318
  */
317
- listPolicyObjects(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: any, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPolicyObjectsResponseClass>>;
319
+ listPolicyObjects(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPolicyObjectsResponseClass>>;
318
320
  /**
319
321
  * 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.
320
322
  * @summary List policy versions
@@ -461,10 +463,11 @@ export declare const PoliciesApiFactory: (configuration?: Configuration, basePat
461
463
  * @param {string} code Unique identifier for the object.
462
464
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
463
465
  * @param {string} [timesliceDate] This date is used to filter data of the policy, to select the appropriate timeslice. If no date is specified, the system returns all the timeslices available.
466
+ * @param {string} [expand] Expand to fetch additional information for current version or specified timeslice of the policy.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Expand by: \&quot;premiums\&quot;, \&quot;premiumItems\&quot;, \&quot;premiumFormulas\&quot;, \&quot;timelines,product\&quot;, or \&quot;timelines,partnerLinks\&quot;&lt;i&gt;
464
467
  * @param {*} [options] Override http request option.
465
468
  * @throws {RequiredError}
466
469
  */
467
- getPolicyDataByDate(code: string, authorization?: string, timesliceDate?: string, options?: any): AxiosPromise<GetPolicyResponseClass>;
470
+ getPolicyDataByDate(code: string, authorization?: string, timesliceDate?: string, expand?: string, options?: any): AxiosPromise<GetPolicyResponseClass>;
468
471
  /**
469
472
  * 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.
470
473
  * @summary List policies
@@ -489,12 +492,12 @@ export declare const PoliciesApiFactory: (configuration?: Configuration, basePat
489
492
  * @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;
490
493
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
491
494
  * @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;
492
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
495
+ * @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;
493
496
  * @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;
494
497
  * @param {*} [options] Override http request option.
495
498
  * @throws {RequiredError}
496
499
  */
497
- listPolicyObjects(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: any, filters?: string, options?: any): AxiosPromise<ListPolicyObjectsResponseClass>;
500
+ listPolicyObjects(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListPolicyObjectsResponseClass>;
498
501
  /**
499
502
  * 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.
500
503
  * @summary List policy versions
@@ -734,6 +737,12 @@ export interface PoliciesApiGetPolicyDataByDateRequest {
734
737
  * @memberof PoliciesApiGetPolicyDataByDate
735
738
  */
736
739
  readonly timesliceDate?: string;
740
+ /**
741
+ * Expand to fetch additional information for current version or specified timeslice of the policy.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Expand by: \&quot;premiums\&quot;, \&quot;premiumItems\&quot;, \&quot;premiumFormulas\&quot;, \&quot;timelines,product\&quot;, or \&quot;timelines,partnerLinks\&quot;&lt;i&gt;
742
+ * @type {string}
743
+ * @memberof PoliciesApiGetPolicyDataByDate
744
+ */
745
+ readonly expand?: string;
737
746
  }
738
747
  /**
739
748
  * Request parameters for listPolicies operation in PoliciesApi.
@@ -833,11 +842,11 @@ export interface PoliciesApiListPolicyObjectsRequest {
833
842
  */
834
843
  readonly order?: string;
835
844
  /**
836
- * Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
837
- * @type {any}
845
+ * 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;
846
+ * @type {string}
838
847
  * @memberof PoliciesApiListPolicyObjects
839
848
  */
840
- readonly expand?: any;
849
+ readonly expand?: string;
841
850
  /**
842
851
  * 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;
843
852
  * @type {string}
@@ -409,10 +409,11 @@ var PoliciesApiAxiosParamCreator = function (configuration) {
409
409
  * @param {string} code Unique identifier for the object.
410
410
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
411
411
  * @param {string} [timesliceDate] This date is used to filter data of the policy, to select the appropriate timeslice. If no date is specified, the system returns all the timeslices available.
412
+ * @param {string} [expand] Expand to fetch additional information for current version or specified timeslice of the policy.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Expand by: \&quot;premiums\&quot;, \&quot;premiumItems\&quot;, \&quot;premiumFormulas\&quot;, \&quot;timelines,product\&quot;, or \&quot;timelines,partnerLinks\&quot;&lt;i&gt;
412
413
  * @param {*} [options] Override http request option.
413
414
  * @throws {RequiredError}
414
415
  */
415
- getPolicyDataByDate: function (code, authorization, timesliceDate, options) {
416
+ getPolicyDataByDate: function (code, authorization, timesliceDate, expand, options) {
416
417
  if (options === void 0) { options = {}; }
417
418
  return __awaiter(_this, void 0, void 0, function () {
418
419
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -441,6 +442,9 @@ var PoliciesApiAxiosParamCreator = function (configuration) {
441
442
  if (timesliceDate !== undefined) {
442
443
  localVarQueryParameter['timesliceDate'] = timesliceDate;
443
444
  }
445
+ if (expand !== undefined) {
446
+ localVarQueryParameter['expand'] = expand;
447
+ }
444
448
  if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
445
449
  localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
446
450
  }
@@ -536,7 +540,7 @@ var PoliciesApiAxiosParamCreator = function (configuration) {
536
540
  * @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;
537
541
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
538
542
  * @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;
539
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
543
+ * @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;
540
544
  * @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;
541
545
  * @param {*} [options] Override http request option.
542
546
  * @throws {RequiredError}
@@ -1139,15 +1143,16 @@ var PoliciesApiFp = function (configuration) {
1139
1143
  * @param {string} code Unique identifier for the object.
1140
1144
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
1141
1145
  * @param {string} [timesliceDate] This date is used to filter data of the policy, to select the appropriate timeslice. If no date is specified, the system returns all the timeslices available.
1146
+ * @param {string} [expand] Expand to fetch additional information for current version or specified timeslice of the policy.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Expand by: \&quot;premiums\&quot;, \&quot;premiumItems\&quot;, \&quot;premiumFormulas\&quot;, \&quot;timelines,product\&quot;, or \&quot;timelines,partnerLinks\&quot;&lt;i&gt;
1142
1147
  * @param {*} [options] Override http request option.
1143
1148
  * @throws {RequiredError}
1144
1149
  */
1145
- getPolicyDataByDate: function (code, authorization, timesliceDate, options) {
1150
+ getPolicyDataByDate: function (code, authorization, timesliceDate, expand, options) {
1146
1151
  return __awaiter(this, void 0, void 0, function () {
1147
1152
  var localVarAxiosArgs;
1148
1153
  return __generator(this, function (_a) {
1149
1154
  switch (_a.label) {
1150
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPolicyDataByDate(code, authorization, timesliceDate, options)];
1155
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPolicyDataByDate(code, authorization, timesliceDate, expand, options)];
1151
1156
  case 1:
1152
1157
  localVarAxiosArgs = _a.sent();
1153
1158
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -1191,7 +1196,7 @@ var PoliciesApiFp = function (configuration) {
1191
1196
  * @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;
1192
1197
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
1193
1198
  * @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;
1194
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
1199
+ * @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;
1195
1200
  * @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;
1196
1201
  * @param {*} [options] Override http request option.
1197
1202
  * @throws {RequiredError}
@@ -1455,11 +1460,12 @@ var PoliciesApiFactory = function (configuration, basePath, axios) {
1455
1460
  * @param {string} code Unique identifier for the object.
1456
1461
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
1457
1462
  * @param {string} [timesliceDate] This date is used to filter data of the policy, to select the appropriate timeslice. If no date is specified, the system returns all the timeslices available.
1463
+ * @param {string} [expand] Expand to fetch additional information for current version or specified timeslice of the policy.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Expand by: \&quot;premiums\&quot;, \&quot;premiumItems\&quot;, \&quot;premiumFormulas\&quot;, \&quot;timelines,product\&quot;, or \&quot;timelines,partnerLinks\&quot;&lt;i&gt;
1458
1464
  * @param {*} [options] Override http request option.
1459
1465
  * @throws {RequiredError}
1460
1466
  */
1461
- getPolicyDataByDate: function (code, authorization, timesliceDate, options) {
1462
- return localVarFp.getPolicyDataByDate(code, authorization, timesliceDate, options).then(function (request) { return request(axios, basePath); });
1467
+ getPolicyDataByDate: function (code, authorization, timesliceDate, expand, options) {
1468
+ return localVarFp.getPolicyDataByDate(code, authorization, timesliceDate, expand, options).then(function (request) { return request(axios, basePath); });
1463
1469
  },
1464
1470
  /**
1465
1471
  * 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.
@@ -1487,7 +1493,7 @@ var PoliciesApiFactory = function (configuration, basePath, axios) {
1487
1493
  * @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;
1488
1494
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
1489
1495
  * @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;
1490
- * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
1496
+ * @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;
1491
1497
  * @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;
1492
1498
  * @param {*} [options] Override http request option.
1493
1499
  * @throws {RequiredError}
@@ -1681,7 +1687,7 @@ var PoliciesApi = /** @class */ (function (_super) {
1681
1687
  */
1682
1688
  PoliciesApi.prototype.getPolicyDataByDate = function (requestParameters, options) {
1683
1689
  var _this = this;
1684
- return (0, exports.PoliciesApiFp)(this.configuration).getPolicyDataByDate(requestParameters.code, requestParameters.authorization, requestParameters.timesliceDate, options).then(function (request) { return request(_this.axios, _this.basePath); });
1690
+ return (0, exports.PoliciesApiFp)(this.configuration).getPolicyDataByDate(requestParameters.code, requestParameters.authorization, requestParameters.timesliceDate, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1685
1691
  };
1686
1692
  /**
1687
1693
  * 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.