@emilgroup/insurance-sdk-node 1.104.1-beta.39 → 1.104.1-beta.40

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/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/insurance-sdk-node@1.104.1-beta.39 --save
20
+ npm install @emilgroup/insurance-sdk-node@1.104.1-beta.40 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/insurance-sdk-node@1.104.1-beta.39
24
+ yarn add @emilgroup/insurance-sdk-node@1.104.1-beta.40
25
25
  ```
26
26
 
27
27
  And then you can import `PoliciesApi`.
package/api/leads-api.ts CHANGED
@@ -346,7 +346,7 @@ export const LeadsApiAxiosParamCreator = function (configuration?: Configuration
346
346
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
347
347
  * @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.
348
348
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
349
- * @param {string} [search] Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
349
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
350
350
  * @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
351
351
  * @param {string} [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.
352
352
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
@@ -659,7 +659,7 @@ export const LeadsApiFp = function(configuration?: Configuration) {
659
659
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
660
660
  * @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.
661
661
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
662
- * @param {string} [search] Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
662
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
663
663
  * @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
664
664
  * @param {string} [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.
665
665
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
@@ -794,7 +794,7 @@ export const LeadsApiFactory = function (configuration?: Configuration, basePath
794
794
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
795
795
  * @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.
796
796
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
797
- * @param {string} [search] Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
797
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
798
798
  * @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
799
799
  * @param {string} [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.
800
800
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
@@ -1018,7 +1018,7 @@ export interface LeadsApiListLeadsRequest {
1018
1018
  readonly filter?: string
1019
1019
 
1020
1020
  /**
1021
- * Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
1021
+ * To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
1022
1022
  * @type {string}
1023
1023
  * @memberof LeadsApiListLeads
1024
1024
  */
@@ -429,11 +429,11 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
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. 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
- * @param {string} [search] Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
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, partnerLinks.partnerCode</i>
433
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
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. 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>
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, partnerLinks.partnerCode</i>
437
437
  * @param {*} [options] Override http request option.
438
438
  * @throws {RequiredError}
439
439
  */
@@ -1118,11 +1118,11 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
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. 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
- * @param {string} [search] Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
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, partnerLinks.partnerCode</i>
1122
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
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. 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>
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, partnerLinks.partnerCode</i>
1126
1126
  * @param {*} [options] Override http request option.
1127
1127
  * @throws {RequiredError}
1128
1128
  */
@@ -1357,11 +1357,11 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
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. 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
- * @param {string} [search] Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
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, partnerLinks.partnerCode</i>
1361
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
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. 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>
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, partnerLinks.partnerCode</i>
1365
1365
  * @param {*} [options] Override http request option.
1366
1366
  * @throws {RequiredError}
1367
1367
  */
@@ -1707,14 +1707,14 @@ export interface PoliciesApiListPoliciesRequest {
1707
1707
  readonly pageToken?: string
1708
1708
 
1709
1709
  /**
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>
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, partnerLinks.partnerCode</i>
1711
1711
  * @type {string}
1712
1712
  * @memberof PoliciesApiListPolicies
1713
1713
  */
1714
1714
  readonly filter?: string
1715
1715
 
1716
1716
  /**
1717
- * Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
1717
+ * To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
1718
1718
  * @type {string}
1719
1719
  * @memberof PoliciesApiListPolicies
1720
1720
  */
@@ -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. 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>
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, partnerLinks.partnerCode</i>
1739
1739
  * @type {string}
1740
1740
  * @memberof PoliciesApiListPolicies
1741
1741
  */
@@ -91,7 +91,7 @@ export declare const LeadsApiAxiosParamCreator: (configuration?: Configuration)
91
91
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
92
92
  * @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.
93
93
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
94
- * @param {string} [search] Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
94
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
95
95
  * @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
96
96
  * @param {string} [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.
97
97
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
@@ -198,7 +198,7 @@ export declare const LeadsApiFp: (configuration?: Configuration) => {
198
198
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
199
199
  * @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.
200
200
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
201
- * @param {string} [search] Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
201
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
202
202
  * @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
203
203
  * @param {string} [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.
204
204
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
@@ -305,7 +305,7 @@ export declare const LeadsApiFactory: (configuration?: Configuration, basePath?:
305
305
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
306
306
  * @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.
307
307
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
308
- * @param {string} [search] Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
308
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
309
309
  * @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
310
310
  * @param {string} [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.
311
311
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
@@ -501,7 +501,7 @@ export interface LeadsApiListLeadsRequest {
501
501
  */
502
502
  readonly filter?: string;
503
503
  /**
504
- * Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
504
+ * To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
505
505
  * @type {string}
506
506
  * @memberof LeadsApiListLeads
507
507
  */
@@ -403,7 +403,7 @@ var LeadsApiAxiosParamCreator = function (configuration) {
403
403
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
404
404
  * @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.
405
405
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
406
- * @param {string} [search] Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
406
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
407
407
  * @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
408
408
  * @param {string} [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.
409
409
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
@@ -772,7 +772,7 @@ var LeadsApiFp = function (configuration) {
772
772
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
773
773
  * @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.
774
774
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
775
- * @param {string} [search] Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
775
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
776
776
  * @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
777
777
  * @param {string} [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.
778
778
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
@@ -943,7 +943,7 @@ var LeadsApiFactory = function (configuration, basePath, axios) {
943
943
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
944
944
  * @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.
945
945
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
946
- * @param {string} [search] Free-text search across the lead\'s key fields: codes, status, product, account data (name, company, e-mail, address, phone), policy and insured-object data, bank and quote values. Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller or search=policyObjects.data.vin:WVW123. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
946
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the lead\'s searchable fields — lead code and number, status, product slug, account data (name, company, e-mail, address, phone, custom fields), embedded policy data, insured-object values, bank and payment data, and quote values. Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for first/last name, company, street, city and holder; results are ranked by relevance first, then by the requested order. Among the insured-object values (policyObjects.data), free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every lead that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=account.lastName:Müller, search=account.zipCode:10115, search=policyObjects.data.vin:WVW123, search=customData.externalId:A-4711. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
947
947
  * @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
948
948
  * @param {string} [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.
949
949
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
@@ -114,11 +114,11 @@ export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuratio
114
114
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
115
115
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
116
116
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
117
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
118
- * @param {string} [search] Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
117
+ * @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, partnerLinks.partnerCode</i>
118
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
119
119
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId</i>
120
120
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
121
- * @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>
121
+ * @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, partnerLinks.partnerCode</i>
122
122
  * @param {*} [options] Override http request option.
123
123
  * @throws {RequiredError}
124
124
  */
@@ -305,11 +305,11 @@ export declare const PoliciesApiFp: (configuration?: Configuration) => {
305
305
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
306
306
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
307
307
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
308
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
309
- * @param {string} [search] Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
308
+ * @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, partnerLinks.partnerCode</i>
309
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
310
310
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId</i>
311
311
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
312
- * @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>
312
+ * @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, partnerLinks.partnerCode</i>
313
313
  * @param {*} [options] Override http request option.
314
314
  * @throws {RequiredError}
315
315
  */
@@ -496,11 +496,11 @@ export declare const PoliciesApiFactory: (configuration?: Configuration, basePat
496
496
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
497
497
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
498
498
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
499
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
500
- * @param {string} [search] Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
499
+ * @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, partnerLinks.partnerCode</i>
500
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
501
501
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId</i>
502
502
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
503
- * @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>
503
+ * @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, partnerLinks.partnerCode</i>
504
504
  * @param {*} [options] Override http request option.
505
505
  * @throws {RequiredError}
506
506
  */
@@ -801,13 +801,13 @@ export interface PoliciesApiListPoliciesRequest {
801
801
  */
802
802
  readonly pageToken?: string;
803
803
  /**
804
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
804
+ * 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, partnerLinks.partnerCode</i>
805
805
  * @type {string}
806
806
  * @memberof PoliciesApiListPolicies
807
807
  */
808
808
  readonly filter?: string;
809
809
  /**
810
- * Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
810
+ * To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
811
811
  * @type {string}
812
812
  * @memberof PoliciesApiListPolicies
813
813
  */
@@ -825,7 +825,7 @@ export interface PoliciesApiListPoliciesRequest {
825
825
  */
826
826
  readonly expand?: string;
827
827
  /**
828
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData, partnerCode</i>
828
+ * 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, partnerLinks.partnerCode</i>
829
829
  * @type {string}
830
830
  * @memberof PoliciesApiListPolicies
831
831
  */
@@ -465,11 +465,11 @@ var PoliciesApiAxiosParamCreator = function (configuration) {
465
465
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
466
466
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
467
467
  * @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.
468
- * @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>
469
- * @param {string} [search] Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
468
+ * @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, partnerLinks.partnerCode</i>
469
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
470
470
  * @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>
471
471
  * @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>
472
- * @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>
472
+ * @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, partnerLinks.partnerCode</i>
473
473
  * @param {*} [options] Override http request option.
474
474
  * @throws {RequiredError}
475
475
  */
@@ -1219,11 +1219,11 @@ var PoliciesApiFp = function (configuration) {
1219
1219
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
1220
1220
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
1221
1221
  * @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.
1222
- * @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>
1223
- * @param {string} [search] Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
1222
+ * @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, partnerLinks.partnerCode</i>
1223
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
1224
1224
  * @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>
1225
1225
  * @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>
1226
- * @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>
1226
+ * @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, partnerLinks.partnerCode</i>
1227
1227
  * @param {*} [options] Override http request option.
1228
1228
  * @throws {RequiredError}
1229
1229
  */
@@ -1548,11 +1548,11 @@ var PoliciesApiFactory = function (configuration, basePath, axios) {
1548
1548
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
1549
1549
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
1550
1550
  * @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.
1551
- * @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>
1552
- * @param {string} [search] Free-text search across the policy\'s key fields: policy codes and numbers, holder, status, product, account and lead codes, start date, and insured-object data (policyObjects.data). Matching is case- and accent-insensitive (mueller finds Müller), tolerates typos, and ranks results by relevance. To search a single field, pass search=path:value — e.g. search=holder:Müller or search=policyObjects.data.postalCode:10115. The value matches exactly or as a prefix; paths are dot-separated and case-sensitive.
1551
+ * @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, partnerLinks.partnerCode</i>
1552
+ * @param {string} [search] To search the list, pass search=xxx. Free text is matched against the policy\'s searchable fields policy code, policy number, internal policy number, holder, status, product name/slug/ids, account and lead codes, policy start date, and insured-object values (policyObjects.data). Matching is case-, accent- and umlaut-insensitive (mueller finds Müller); typos are corrected for holder and product name; results are ranked by relevance first, then by the requested order. Among the insured-object values, free text reaches the ones a person would search by — names, e-mail addresses, postal addresses, plates, model, serial and other identifier fields. Dates, amounts, booleans, bare numbers, document links and values over 64 characters are deliberately not free-text searchable, so that searching for a name does not compete with every policy that happens to contain a 0. They remain reachable field-scoped. To search a single field, pass search=path:value — e.g. search=holder:Müller, search=policyNumber:11002200, search=policyObjects.data.postalCode:10115. Field-scoped search reaches every stored value, including the ones free text skips. The value matches exactly or as a prefix, without typo correction or ranking. Paths are dot-separated and case-sensitive; array fields need no index.
1553
1553
  * @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>
1554
1554
  * @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>
1555
- * @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>
1555
+ * @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, partnerLinks.partnerCode</i>
1556
1556
  * @param {*} [options] Override http request option.
1557
1557
  * @throws {RequiredError}
1558
1558
  */
@@ -33,6 +33,12 @@ export interface ProductVersionClass {
33
33
  * @memberof ProductVersionClass
34
34
  */
35
35
  'code': string;
36
+ /**
37
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id. It is derived from the product slug and the version number, e.g. `car-insurance_v2`.
38
+ * @type {string}
39
+ * @memberof ProductVersionClass
40
+ */
41
+ 'slug': string;
36
42
  /**
37
43
  * Product version description.
38
44
  * @type {string}
@@ -38,6 +38,12 @@ export interface ProductVersionClass {
38
38
  * @memberof ProductVersionClass
39
39
  */
40
40
  'code': string;
41
+ /**
42
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id. It is derived from the product slug and the version number, e.g. `car-insurance_v2`.
43
+ * @type {string}
44
+ * @memberof ProductVersionClass
45
+ */
46
+ 'slug': string;
41
47
  /**
42
48
  * Product version description.
43
49
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/insurance-sdk-node",
3
- "version": "1.104.1-beta.39",
3
+ "version": "1.104.1-beta.40",
4
4
  "description": "OpenAPI client for @emilgroup/insurance-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [