@emilgroup/insurance-sdk-node 1.93.1-beta.8 → 1.94.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.
- package/.openapi-generator/FILES +0 -20
- package/README.md +2 -2
- package/api/booking-funnels-api.ts +12 -12
- package/api/commission-agreement-items-api.ts +12 -12
- package/api/commission-agreement-products-api.ts +12 -12
- package/api/commission-agreement-versions-api.ts +12 -12
- package/api/commission-agreements-api.ts +12 -12
- package/api/commission-recipients-api.ts +12 -12
- package/api/partner-links-api.ts +12 -12
- package/api/policies-api.ts +36 -36
- package/api.ts +0 -2
- package/dist/api/booking-funnels-api.d.ts +12 -12
- package/dist/api/booking-funnels-api.js +10 -10
- package/dist/api/commission-agreement-items-api.d.ts +12 -12
- package/dist/api/commission-agreement-items-api.js +10 -10
- package/dist/api/commission-agreement-products-api.d.ts +12 -12
- package/dist/api/commission-agreement-products-api.js +10 -10
- package/dist/api/commission-agreement-versions-api.d.ts +12 -12
- package/dist/api/commission-agreement-versions-api.js +10 -10
- package/dist/api/commission-agreements-api.d.ts +12 -12
- package/dist/api/commission-agreements-api.js +10 -10
- package/dist/api/commission-recipients-api.d.ts +12 -12
- package/dist/api/commission-recipients-api.js +10 -10
- package/dist/api/partner-links-api.d.ts +12 -12
- package/dist/api/partner-links-api.js +10 -10
- package/dist/api/policies-api.d.ts +36 -36
- package/dist/api/policies-api.js +30 -30
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/models/index.d.ts +0 -19
- package/dist/models/index.js +0 -19
- package/models/index.ts +0 -19
- package/package.json +1 -1
- package/api/product-configs-api.ts +0 -242
- package/dist/api/product-configs-api.d.ts +0 -134
- package/dist/api/product-configs-api.js +0 -309
- package/dist/models/amount-with-limit-class.d.ts +0 -30
- package/dist/models/amount-with-limit-class.js +0 -15
- package/dist/models/category-class.d.ts +0 -57
- package/dist/models/category-class.js +0 -15
- package/dist/models/claim-config-class.d.ts +0 -39
- package/dist/models/claim-config-class.js +0 -15
- package/dist/models/claim-position-fields-class.d.ts +0 -31
- package/dist/models/claim-position-fields-class.js +0 -15
- package/dist/models/coverage-class.d.ts +0 -43
- package/dist/models/coverage-class.js +0 -15
- package/dist/models/coverage-term-class.d.ts +0 -54
- package/dist/models/coverage-term-class.js +0 -25
- package/dist/models/custom-field-class.d.ts +0 -50
- package/dist/models/custom-field-class.js +0 -23
- package/dist/models/deductible-class.d.ts +0 -60
- package/dist/models/deductible-class.js +0 -25
- package/dist/models/general-setting-class.d.ts +0 -56
- package/dist/models/general-setting-class.js +0 -33
- package/dist/models/product-field-override-class.d.ts +0 -48
- package/dist/models/product-field-override-class.js +0 -15
- package/dist/models/product-version-config-class.d.ts +0 -32
- package/dist/models/product-version-config-class.js +0 -15
- package/dist/models/rest-create-product-config-response-class.d.ts +0 -25
- package/dist/models/rest-create-product-config-response-class.js +0 -15
- package/dist/models/rest-create-product-config-version-response-class.d.ts +0 -25
- package/dist/models/rest-create-product-config-version-response-class.js +0 -15
- package/dist/models/shared-product-config-class.d.ts +0 -79
- package/dist/models/shared-product-config-class.js +0 -15
- package/dist/models/shared-product-config-version-class.d.ts +0 -85
- package/dist/models/shared-product-config-version-class.js +0 -21
- package/dist/models/tariff-coverage-term-class.d.ts +0 -72
- package/dist/models/tariff-coverage-term-class.js +0 -30
- package/dist/models/tariff-variation-class.d.ts +0 -64
- package/dist/models/tariff-variation-class.js +0 -15
- package/dist/models/waiting-period-class.d.ts +0 -41
- package/dist/models/waiting-period-class.js +0 -20
- package/dist/models/warning-class.d.ts +0 -47
- package/dist/models/warning-class.js +0 -20
- package/models/amount-with-limit-class.ts +0 -36
- package/models/category-class.ts +0 -63
- package/models/claim-config-class.ts +0 -45
- package/models/claim-position-fields-class.ts +0 -37
- package/models/coverage-class.ts +0 -49
- package/models/coverage-term-class.ts +0 -64
- package/models/custom-field-class.ts +0 -59
- package/models/deductible-class.ts +0 -70
- package/models/general-setting-class.ts +0 -66
- package/models/product-field-override-class.ts +0 -54
- package/models/product-version-config-class.ts +0 -38
- package/models/rest-create-product-config-response-class.ts +0 -31
- package/models/rest-create-product-config-version-response-class.ts +0 -31
- package/models/shared-product-config-class.ts +0 -85
- package/models/shared-product-config-version-class.ts +0 -94
- package/models/tariff-coverage-term-class.ts +0 -83
- package/models/tariff-variation-class.ts +0 -70
- package/models/waiting-period-class.ts +0 -50
- package/models/warning-class.ts +0 -56
|
@@ -186,16 +186,16 @@ export const CommissionRecipientsApiAxiosParamCreator = function (configuration?
|
|
|
186
186
|
};
|
|
187
187
|
},
|
|
188
188
|
/**
|
|
189
|
-
* Returns a list of commission recipients you have previously created.
|
|
189
|
+
* Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
190
190
|
* @summary List commission recipients
|
|
191
191
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
192
192
|
* @param {number} [pageSize] Page size.
|
|
193
193
|
* @param {string} [pageToken] Page token.
|
|
194
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
194
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
195
195
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
196
196
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
197
197
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
198
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
198
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
199
199
|
* @param {*} [options] Override http request option.
|
|
200
200
|
* @throws {RequiredError}
|
|
201
201
|
*/
|
|
@@ -360,16 +360,16 @@ export const CommissionRecipientsApiFp = function(configuration?: Configuration)
|
|
|
360
360
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
361
361
|
},
|
|
362
362
|
/**
|
|
363
|
-
* Returns a list of commission recipients you have previously created.
|
|
363
|
+
* Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
364
364
|
* @summary List commission recipients
|
|
365
365
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
366
366
|
* @param {number} [pageSize] Page size.
|
|
367
367
|
* @param {string} [pageToken] Page token.
|
|
368
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
368
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
369
369
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
370
370
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
371
371
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
372
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
372
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
373
373
|
* @param {*} [options] Override http request option.
|
|
374
374
|
* @throws {RequiredError}
|
|
375
375
|
*/
|
|
@@ -435,16 +435,16 @@ export const CommissionRecipientsApiFactory = function (configuration?: Configur
|
|
|
435
435
|
return localVarFp.getCommissionRecipient(code, authorization, options).then((request) => request(axios, basePath));
|
|
436
436
|
},
|
|
437
437
|
/**
|
|
438
|
-
* Returns a list of commission recipients you have previously created.
|
|
438
|
+
* Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
439
439
|
* @summary List commission recipients
|
|
440
440
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
441
441
|
* @param {number} [pageSize] Page size.
|
|
442
442
|
* @param {string} [pageToken] Page token.
|
|
443
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
443
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
444
444
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
445
445
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
446
446
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
447
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
447
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
448
448
|
* @param {*} [options] Override http request option.
|
|
449
449
|
* @throws {RequiredError}
|
|
450
450
|
*/
|
|
@@ -564,7 +564,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
|
|
|
564
564
|
readonly pageToken?: string
|
|
565
565
|
|
|
566
566
|
/**
|
|
567
|
-
* Filter the response by one or multiple fields.
|
|
567
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
568
568
|
* @type {string}
|
|
569
569
|
* @memberof CommissionRecipientsApiListCommissionRecipients
|
|
570
570
|
*/
|
|
@@ -592,7 +592,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
|
|
|
592
592
|
readonly expand?: string
|
|
593
593
|
|
|
594
594
|
/**
|
|
595
|
-
* Filters the response by one or multiple fields.
|
|
595
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
596
596
|
* @type {string}
|
|
597
597
|
* @memberof CommissionRecipientsApiListCommissionRecipients
|
|
598
598
|
*/
|
|
@@ -671,7 +671,7 @@ export class CommissionRecipientsApi extends BaseAPI {
|
|
|
671
671
|
}
|
|
672
672
|
|
|
673
673
|
/**
|
|
674
|
-
* Returns a list of commission recipients you have previously created.
|
|
674
|
+
* Returns a list of commission recipients you have previously created. The commission recipients are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
675
675
|
* @summary List commission recipients
|
|
676
676
|
* @param {CommissionRecipientsApiListCommissionRecipientsRequest} requestParameters Request parameters.
|
|
677
677
|
* @param {*} [options] Override http request option.
|
package/api/partner-links-api.ts
CHANGED
|
@@ -189,16 +189,16 @@ export const PartnerLinksApiAxiosParamCreator = function (configuration?: Config
|
|
|
189
189
|
};
|
|
190
190
|
},
|
|
191
191
|
/**
|
|
192
|
-
* Returns a list of partner links you have previously created.
|
|
192
|
+
* Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
193
193
|
* @summary List partner links
|
|
194
194
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
195
195
|
* @param {number} [pageSize] Page size.
|
|
196
196
|
* @param {string} [pageToken] Page token.
|
|
197
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
197
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
198
198
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
199
199
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
200
200
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: role<i>
|
|
201
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
201
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
202
202
|
* @param {*} [options] Override http request option.
|
|
203
203
|
* @throws {RequiredError}
|
|
204
204
|
*/
|
|
@@ -408,16 +408,16 @@ export const PartnerLinksApiFp = function(configuration?: Configuration) {
|
|
|
408
408
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
409
409
|
},
|
|
410
410
|
/**
|
|
411
|
-
* Returns a list of partner links you have previously created.
|
|
411
|
+
* Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
412
412
|
* @summary List partner links
|
|
413
413
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
414
414
|
* @param {number} [pageSize] Page size.
|
|
415
415
|
* @param {string} [pageToken] Page token.
|
|
416
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
416
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
417
417
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
418
418
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
419
419
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: role<i>
|
|
420
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
420
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
421
421
|
* @param {*} [options] Override http request option.
|
|
422
422
|
* @throws {RequiredError}
|
|
423
423
|
*/
|
|
@@ -495,16 +495,16 @@ export const PartnerLinksApiFactory = function (configuration?: Configuration, b
|
|
|
495
495
|
return localVarFp.linkPartner(linkPartnerRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
496
496
|
},
|
|
497
497
|
/**
|
|
498
|
-
* Returns a list of partner links you have previously created.
|
|
498
|
+
* Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
499
499
|
* @summary List partner links
|
|
500
500
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
501
501
|
* @param {number} [pageSize] Page size.
|
|
502
502
|
* @param {string} [pageToken] Page token.
|
|
503
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
503
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
504
504
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
505
505
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
506
506
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: role<i>
|
|
507
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
507
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
508
508
|
* @param {*} [options] Override http request option.
|
|
509
509
|
* @throws {RequiredError}
|
|
510
510
|
*/
|
|
@@ -635,7 +635,7 @@ export interface PartnerLinksApiListPartnerLinksRequest {
|
|
|
635
635
|
readonly pageToken?: string
|
|
636
636
|
|
|
637
637
|
/**
|
|
638
|
-
* Filter the response by one or multiple fields.
|
|
638
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
639
639
|
* @type {string}
|
|
640
640
|
* @memberof PartnerLinksApiListPartnerLinks
|
|
641
641
|
*/
|
|
@@ -663,7 +663,7 @@ export interface PartnerLinksApiListPartnerLinksRequest {
|
|
|
663
663
|
readonly expand?: string
|
|
664
664
|
|
|
665
665
|
/**
|
|
666
|
-
* Filters the response by one or multiple fields.
|
|
666
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
667
667
|
* @type {string}
|
|
668
668
|
* @memberof PartnerLinksApiListPartnerLinks
|
|
669
669
|
*/
|
|
@@ -763,7 +763,7 @@ export class PartnerLinksApi extends BaseAPI {
|
|
|
763
763
|
}
|
|
764
764
|
|
|
765
765
|
/**
|
|
766
|
-
* Returns a list of partner links you have previously created.
|
|
766
|
+
* Returns a list of partner links you have previously created. The partner links are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
767
767
|
* @summary List partner links
|
|
768
768
|
* @param {PartnerLinksApiListPartnerLinksRequest} requestParameters Request parameters.
|
|
769
769
|
* @param {*} [options] Override http request option.
|
package/api/policies-api.ts
CHANGED
|
@@ -424,16 +424,16 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
424
424
|
};
|
|
425
425
|
},
|
|
426
426
|
/**
|
|
427
|
-
* Returns a list of policies you have previously created.
|
|
427
|
+
* Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
428
428
|
* @summary List policies
|
|
429
429
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
430
430
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
431
431
|
* @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.
|
|
432
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
432
|
+
* @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, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
|
|
433
433
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
434
434
|
* @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, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId</i>
|
|
435
435
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
|
|
436
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
436
|
+
* @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, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
|
|
437
437
|
* @param {*} [options] Override http request option.
|
|
438
438
|
* @throws {RequiredError}
|
|
439
439
|
*/
|
|
@@ -500,16 +500,16 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
500
500
|
};
|
|
501
501
|
},
|
|
502
502
|
/**
|
|
503
|
-
* Returns a list of policy objects you have previously created.
|
|
503
|
+
* Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
504
504
|
* @summary List policy objects
|
|
505
505
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
506
506
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
507
507
|
* @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.
|
|
508
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
508
|
+
* @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, insuredObjectId, insuredObjectName, policyCode, date</i>
|
|
509
509
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
510
510
|
* @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, timesliceId, insuredObjectId, createdAt, updatedAt</i>
|
|
511
511
|
* @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/>
|
|
512
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
512
|
+
* @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, insuredObjectId, insuredObjectName, policyCode, date</i>
|
|
513
513
|
* @param {*} [options] Override http request option.
|
|
514
514
|
* @throws {RequiredError}
|
|
515
515
|
*/
|
|
@@ -576,17 +576,17 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
576
576
|
};
|
|
577
577
|
},
|
|
578
578
|
/**
|
|
579
|
-
* Returns a list of policy versions you have previously created.
|
|
579
|
+
* Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
580
580
|
* @summary List policy versions
|
|
581
581
|
* @param {string} policyCode
|
|
582
582
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
583
583
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
584
584
|
* @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.
|
|
585
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
585
|
+
* @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, policyId</i>
|
|
586
586
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
587
587
|
* @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, policyId, createdAt, updatedAt</i>
|
|
588
588
|
* @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: timelines, premiums, premiumItems, premiumFormulas<i>
|
|
589
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
589
|
+
* @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, policyId</i>
|
|
590
590
|
* @param {*} [options] Override http request option.
|
|
591
591
|
* @throws {RequiredError}
|
|
592
592
|
*/
|
|
@@ -1113,16 +1113,16 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
|
|
|
1113
1113
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1114
1114
|
},
|
|
1115
1115
|
/**
|
|
1116
|
-
* Returns a list of policies you have previously created.
|
|
1116
|
+
* Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
1117
1117
|
* @summary List policies
|
|
1118
1118
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1119
1119
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
1120
1120
|
* @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.
|
|
1121
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
1121
|
+
* @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, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
|
|
1122
1122
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1123
1123
|
* @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, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId</i>
|
|
1124
1124
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
|
|
1125
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
1125
|
+
* @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, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
|
|
1126
1126
|
* @param {*} [options] Override http request option.
|
|
1127
1127
|
* @throws {RequiredError}
|
|
1128
1128
|
*/
|
|
@@ -1131,16 +1131,16 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
|
|
|
1131
1131
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1132
1132
|
},
|
|
1133
1133
|
/**
|
|
1134
|
-
* Returns a list of policy objects you have previously created.
|
|
1134
|
+
* Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
1135
1135
|
* @summary List policy objects
|
|
1136
1136
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1137
1137
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
1138
1138
|
* @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.
|
|
1139
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
1139
|
+
* @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, insuredObjectId, insuredObjectName, policyCode, date</i>
|
|
1140
1140
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1141
1141
|
* @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, timesliceId, insuredObjectId, createdAt, updatedAt</i>
|
|
1142
1142
|
* @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/>
|
|
1143
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
1143
|
+
* @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, insuredObjectId, insuredObjectName, policyCode, date</i>
|
|
1144
1144
|
* @param {*} [options] Override http request option.
|
|
1145
1145
|
* @throws {RequiredError}
|
|
1146
1146
|
*/
|
|
@@ -1149,17 +1149,17 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
|
|
|
1149
1149
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1150
1150
|
},
|
|
1151
1151
|
/**
|
|
1152
|
-
* Returns a list of policy versions you have previously created.
|
|
1152
|
+
* Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
1153
1153
|
* @summary List policy versions
|
|
1154
1154
|
* @param {string} policyCode
|
|
1155
1155
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1156
1156
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
1157
1157
|
* @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.
|
|
1158
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
1158
|
+
* @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, policyId</i>
|
|
1159
1159
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1160
1160
|
* @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, policyId, createdAt, updatedAt</i>
|
|
1161
1161
|
* @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: timelines, premiums, premiumItems, premiumFormulas<i>
|
|
1162
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
1162
|
+
* @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, policyId</i>
|
|
1163
1163
|
* @param {*} [options] Override http request option.
|
|
1164
1164
|
* @throws {RequiredError}
|
|
1165
1165
|
*/
|
|
@@ -1352,16 +1352,16 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
|
|
|
1352
1352
|
return localVarFp.getPolicyDataByDate(code, authorization, timesliceDate, expand, options).then((request) => request(axios, basePath));
|
|
1353
1353
|
},
|
|
1354
1354
|
/**
|
|
1355
|
-
* Returns a list of policies you have previously created.
|
|
1355
|
+
* Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
1356
1356
|
* @summary List policies
|
|
1357
1357
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1358
1358
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
1359
1359
|
* @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.
|
|
1360
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
1360
|
+
* @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, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
|
|
1361
1361
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1362
1362
|
* @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, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId</i>
|
|
1363
1363
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
|
|
1364
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
1364
|
+
* @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, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
|
|
1365
1365
|
* @param {*} [options] Override http request option.
|
|
1366
1366
|
* @throws {RequiredError}
|
|
1367
1367
|
*/
|
|
@@ -1369,16 +1369,16 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
|
|
|
1369
1369
|
return localVarFp.listPolicies(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
1370
1370
|
},
|
|
1371
1371
|
/**
|
|
1372
|
-
* Returns a list of policy objects you have previously created.
|
|
1372
|
+
* Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
1373
1373
|
* @summary List policy objects
|
|
1374
1374
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1375
1375
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
1376
1376
|
* @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.
|
|
1377
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
1377
|
+
* @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, insuredObjectId, insuredObjectName, policyCode, date</i>
|
|
1378
1378
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1379
1379
|
* @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, timesliceId, insuredObjectId, createdAt, updatedAt</i>
|
|
1380
1380
|
* @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/>
|
|
1381
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
1381
|
+
* @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, insuredObjectId, insuredObjectName, policyCode, date</i>
|
|
1382
1382
|
* @param {*} [options] Override http request option.
|
|
1383
1383
|
* @throws {RequiredError}
|
|
1384
1384
|
*/
|
|
@@ -1386,17 +1386,17 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
|
|
|
1386
1386
|
return localVarFp.listPolicyObjects(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
1387
1387
|
},
|
|
1388
1388
|
/**
|
|
1389
|
-
* Returns a list of policy versions you have previously created.
|
|
1389
|
+
* Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
1390
1390
|
* @summary List policy versions
|
|
1391
1391
|
* @param {string} policyCode
|
|
1392
1392
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1393
1393
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
1394
1394
|
* @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.
|
|
1395
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
1395
|
+
* @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, policyId</i>
|
|
1396
1396
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1397
1397
|
* @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, policyId, createdAt, updatedAt</i>
|
|
1398
1398
|
* @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: timelines, premiums, premiumItems, premiumFormulas<i>
|
|
1399
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
1399
|
+
* @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, policyId</i>
|
|
1400
1400
|
* @param {*} [options] Override http request option.
|
|
1401
1401
|
* @throws {RequiredError}
|
|
1402
1402
|
*/
|
|
@@ -1707,7 +1707,7 @@ export interface PoliciesApiListPoliciesRequest {
|
|
|
1707
1707
|
readonly pageToken?: string
|
|
1708
1708
|
|
|
1709
1709
|
/**
|
|
1710
|
-
* Filter the response by one or multiple fields.
|
|
1710
|
+
* 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, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
|
|
1711
1711
|
* @type {string}
|
|
1712
1712
|
* @memberof PoliciesApiListPolicies
|
|
1713
1713
|
*/
|
|
@@ -1735,7 +1735,7 @@ export interface PoliciesApiListPoliciesRequest {
|
|
|
1735
1735
|
readonly expand?: string
|
|
1736
1736
|
|
|
1737
1737
|
/**
|
|
1738
|
-
* Filters the response by one or multiple fields.
|
|
1738
|
+
* 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, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
|
|
1739
1739
|
* @type {string}
|
|
1740
1740
|
* @memberof PoliciesApiListPolicies
|
|
1741
1741
|
*/
|
|
@@ -1770,7 +1770,7 @@ export interface PoliciesApiListPolicyObjectsRequest {
|
|
|
1770
1770
|
readonly pageToken?: string
|
|
1771
1771
|
|
|
1772
1772
|
/**
|
|
1773
|
-
* Filter the response by one or multiple fields.
|
|
1773
|
+
* 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, insuredObjectId, insuredObjectName, policyCode, date</i>
|
|
1774
1774
|
* @type {string}
|
|
1775
1775
|
* @memberof PoliciesApiListPolicyObjects
|
|
1776
1776
|
*/
|
|
@@ -1798,7 +1798,7 @@ export interface PoliciesApiListPolicyObjectsRequest {
|
|
|
1798
1798
|
readonly expand?: string
|
|
1799
1799
|
|
|
1800
1800
|
/**
|
|
1801
|
-
* Filters the response by one or multiple fields.
|
|
1801
|
+
* 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, insuredObjectId, insuredObjectName, policyCode, date</i>
|
|
1802
1802
|
* @type {string}
|
|
1803
1803
|
* @memberof PoliciesApiListPolicyObjects
|
|
1804
1804
|
*/
|
|
@@ -1840,7 +1840,7 @@ export interface PoliciesApiListPolicyVersionsRequest {
|
|
|
1840
1840
|
readonly pageToken?: string
|
|
1841
1841
|
|
|
1842
1842
|
/**
|
|
1843
|
-
* Filter the response by one or multiple fields.
|
|
1843
|
+
* 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, policyId</i>
|
|
1844
1844
|
* @type {string}
|
|
1845
1845
|
* @memberof PoliciesApiListPolicyVersions
|
|
1846
1846
|
*/
|
|
@@ -1868,7 +1868,7 @@ export interface PoliciesApiListPolicyVersionsRequest {
|
|
|
1868
1868
|
readonly expand?: string
|
|
1869
1869
|
|
|
1870
1870
|
/**
|
|
1871
|
-
* Filters the response by one or multiple fields.
|
|
1871
|
+
* 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, policyId</i>
|
|
1872
1872
|
* @type {string}
|
|
1873
1873
|
* @memberof PoliciesApiListPolicyVersions
|
|
1874
1874
|
*/
|
|
@@ -2163,7 +2163,7 @@ export class PoliciesApi extends BaseAPI {
|
|
|
2163
2163
|
}
|
|
2164
2164
|
|
|
2165
2165
|
/**
|
|
2166
|
-
* Returns a list of policies you have previously created.
|
|
2166
|
+
* Returns a list of policies you have previously created. The policies are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
2167
2167
|
* @summary List policies
|
|
2168
2168
|
* @param {PoliciesApiListPoliciesRequest} requestParameters Request parameters.
|
|
2169
2169
|
* @param {*} [options] Override http request option.
|
|
@@ -2175,7 +2175,7 @@ export class PoliciesApi extends BaseAPI {
|
|
|
2175
2175
|
}
|
|
2176
2176
|
|
|
2177
2177
|
/**
|
|
2178
|
-
* Returns a list of policy objects you have previously created.
|
|
2178
|
+
* Returns a list of policy objects you have previously created. The policy objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
2179
2179
|
* @summary List policy objects
|
|
2180
2180
|
* @param {PoliciesApiListPolicyObjectsRequest} requestParameters Request parameters.
|
|
2181
2181
|
* @param {*} [options] Override http request option.
|
|
@@ -2187,7 +2187,7 @@ export class PoliciesApi extends BaseAPI {
|
|
|
2187
2187
|
}
|
|
2188
2188
|
|
|
2189
2189
|
/**
|
|
2190
|
-
* Returns a list of policy versions you have previously created.
|
|
2190
|
+
* Returns a list of policy versions you have previously created. The policy versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.policies.view\"
|
|
2191
2191
|
* @summary List policy versions
|
|
2192
2192
|
* @param {PoliciesApiListPolicyVersionsRequest} requestParameters Request parameters.
|
|
2193
2193
|
* @param {*} [options] Override http request option.
|
package/api.ts
CHANGED
|
@@ -43,7 +43,6 @@ import { PartnerLinksApi } from './api';
|
|
|
43
43
|
import { PartnerRolesApi } from './api';
|
|
44
44
|
import { PoliciesApi } from './api';
|
|
45
45
|
import { PremiumFormulasApi } from './api';
|
|
46
|
-
import { ProductConfigsApi } from './api';
|
|
47
46
|
import { ProductFactorsApi } from './api';
|
|
48
47
|
import { ProductFieldsApi } from './api';
|
|
49
48
|
import { ProductVersionsApi } from './api';
|
|
@@ -70,7 +69,6 @@ export * from './api/partner-links-api';
|
|
|
70
69
|
export * from './api/partner-roles-api';
|
|
71
70
|
export * from './api/policies-api';
|
|
72
71
|
export * from './api/premium-formulas-api';
|
|
73
|
-
export * from './api/product-configs-api';
|
|
74
72
|
export * from './api/product-factors-api';
|
|
75
73
|
export * from './api/product-fields-api';
|
|
76
74
|
export * from './api/product-versions-api';
|