@emilgroup/insurance-sdk-node 1.49.1 → 1.49.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +18 -8
- package/README.md +2 -2
- package/api/partner-links-api.ts +800 -0
- package/api/partner-roles-api.ts +683 -0
- package/api/policies-api.ts +13 -13
- package/api.ts +4 -2
- package/dist/api/partner-links-api.d.ts +450 -0
- package/dist/api/partner-links-api.js +738 -0
- package/dist/api/partner-roles-api.d.ts +385 -0
- package/dist/api/{policy-partner-roles-api.js → partner-roles-api.js} +136 -136
- package/dist/api/policies-api.d.ts +13 -13
- package/dist/api/policies-api.js +6 -6
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/models/create-account-request-dto.d.ts +1 -1
- package/dist/models/create-account-request-dto.js +1 -1
- package/dist/models/create-lead-request-dto.d.ts +12 -0
- package/dist/models/{update-policy-partner-role-request-dto.d.ts → create-partner-role-request-dto.d.ts} +5 -5
- package/dist/models/{get-policy-partner-role-response-class.d.ts → create-partner-role-response-class.d.ts} +7 -7
- package/dist/models/{update-policy-partner-role-response-class.d.ts → get-partner-link-response-class.d.ts} +7 -7
- package/dist/models/{create-policy-partner-role-response-class.d.ts → get-partner-role-response-class.d.ts} +7 -7
- package/dist/models/index.d.ts +16 -7
- package/dist/models/index.js +16 -7
- package/dist/models/lead-class.d.ts +7 -0
- package/dist/models/link-partner-request-dto.d.ts +54 -0
- package/dist/models/link-partner-response-class.d.ts +25 -0
- package/dist/models/{list-policy-partner-roles-response-class.d.ts → list-partner-links-response-class.d.ts} +8 -8
- package/dist/models/list-partner-roles-response-class.d.ts +31 -0
- package/dist/models/list-partner-roles-response-class.js +15 -0
- package/dist/models/partner-class.d.ts +60 -0
- package/dist/models/partner-class.js +15 -0
- package/dist/models/partner-link-class.d.ts +86 -0
- package/dist/models/partner-link-class.js +15 -0
- package/dist/models/{policy-partner-role-class.d.ts → partner-role-class.d.ts} +9 -9
- package/dist/models/partner-role-class.js +15 -0
- package/dist/models/policy-class.d.ts +7 -0
- package/dist/models/unlink-partner-response-class.d.ts +25 -0
- package/dist/models/unlink-partner-response-class.js +15 -0
- package/dist/models/update-partner-link-request-dto.d.ts +30 -0
- package/dist/models/update-partner-link-request-dto.js +15 -0
- package/dist/models/update-partner-link-response-class.d.ts +25 -0
- package/dist/models/update-partner-link-response-class.js +15 -0
- package/dist/models/{create-policy-partner-role-request-dto.d.ts → update-partner-role-request-dto.d.ts} +5 -5
- package/dist/models/update-partner-role-request-dto.js +15 -0
- package/dist/models/update-partner-role-response-class.d.ts +25 -0
- package/dist/models/update-partner-role-response-class.js +15 -0
- package/models/create-account-request-dto.ts +1 -1
- package/models/create-lead-request-dto.ts +12 -0
- package/models/{update-policy-partner-role-request-dto.ts → create-partner-role-request-dto.ts} +5 -5
- package/models/{get-policy-partner-role-response-class.ts → create-partner-role-response-class.ts} +7 -7
- package/models/{create-policy-partner-role-response-class.ts → get-partner-link-response-class.ts} +7 -7
- package/models/{update-policy-partner-role-response-class.ts → get-partner-role-response-class.ts} +7 -7
- package/models/index.ts +16 -7
- package/models/lead-class.ts +7 -0
- package/models/link-partner-request-dto.ts +60 -0
- package/models/link-partner-response-class.ts +31 -0
- package/models/{list-policy-partner-roles-response-class.ts → list-partner-links-response-class.ts} +8 -8
- package/models/list-partner-roles-response-class.ts +37 -0
- package/models/partner-class.ts +66 -0
- package/models/partner-link-class.ts +92 -0
- package/models/{policy-partner-role-class.ts → partner-role-class.ts} +9 -9
- package/models/policy-class.ts +7 -0
- package/models/unlink-partner-response-class.ts +31 -0
- package/models/update-partner-link-request-dto.ts +36 -0
- package/models/update-partner-link-response-class.ts +31 -0
- package/models/{create-policy-partner-role-request-dto.ts → update-partner-role-request-dto.ts} +5 -5
- package/models/update-partner-role-response-class.ts +31 -0
- package/package.json +1 -1
- package/api/policy-partner-roles-api.ts +0 -683
- package/dist/api/policy-partner-roles-api.d.ts +0 -385
- /package/dist/models/{create-policy-partner-role-request-dto.js → create-partner-role-request-dto.js} +0 -0
- /package/dist/models/{create-policy-partner-role-response-class.js → create-partner-role-response-class.js} +0 -0
- /package/dist/models/{get-policy-partner-role-response-class.js → get-partner-link-response-class.js} +0 -0
- /package/dist/models/{list-policy-partner-roles-response-class.js → get-partner-role-response-class.js} +0 -0
- /package/dist/models/{policy-partner-role-class.js → link-partner-request-dto.js} +0 -0
- /package/dist/models/{update-policy-partner-role-request-dto.js → link-partner-response-class.js} +0 -0
- /package/dist/models/{update-policy-partner-role-response-class.js → list-partner-links-response-class.js} +0 -0
|
@@ -92,11 +92,11 @@ export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
92
92
|
* @summary Retrieve the policy
|
|
93
93
|
* @param {string} code Unique identifier for the object.
|
|
94
94
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
95
|
-
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas'} [expand] You can expand policy in this endpoint. By default, versions will be an empty array.
|
|
95
|
+
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks'} [expand] You can expand policy in this endpoint. \' + \'By default, versions and partnerLinks will be an empty array. Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.
|
|
96
96
|
* @param {*} [options] Override http request option.
|
|
97
97
|
* @throws {RequiredError}
|
|
98
98
|
*/
|
|
99
|
-
getPolicy: (code: string, authorization?: string, expand?: 'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas', options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
99
|
+
getPolicy: (code: string, authorization?: string, expand?: 'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks', options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
100
100
|
/**
|
|
101
101
|
* This endpoint will return the current version of the policy. It is possible to filter the response by a specific date and the system will return the valid data that was (or will be) at the provided date.
|
|
102
102
|
* @summary Retrieve current policy version
|
|
@@ -116,7 +116,7 @@ export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
116
116
|
* @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</i>
|
|
117
117
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
118
118
|
* @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>
|
|
119
|
-
* @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.<i>
|
|
119
|
+
* @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>
|
|
120
120
|
* @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</i>
|
|
121
121
|
* @param {*} [options] Override http request option.
|
|
122
122
|
* @throws {RequiredError}
|
|
@@ -275,11 +275,11 @@ export declare const PoliciesApiFp: (configuration?: Configuration) => {
|
|
|
275
275
|
* @summary Retrieve the policy
|
|
276
276
|
* @param {string} code Unique identifier for the object.
|
|
277
277
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
278
|
-
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas'} [expand] You can expand policy in this endpoint. By default, versions will be an empty array.
|
|
278
|
+
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks'} [expand] You can expand policy in this endpoint. \' + \'By default, versions and partnerLinks will be an empty array. Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.
|
|
279
279
|
* @param {*} [options] Override http request option.
|
|
280
280
|
* @throws {RequiredError}
|
|
281
281
|
*/
|
|
282
|
-
getPolicy(code: string, authorization?: string, expand?: 'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPolicyResponseClass>>;
|
|
282
|
+
getPolicy(code: string, authorization?: string, expand?: 'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPolicyResponseClass>>;
|
|
283
283
|
/**
|
|
284
284
|
* This endpoint will return the current version of the policy. It is possible to filter the response by a specific date and the system will return the valid data that was (or will be) at the provided date.
|
|
285
285
|
* @summary Retrieve current policy version
|
|
@@ -299,7 +299,7 @@ export declare const PoliciesApiFp: (configuration?: Configuration) => {
|
|
|
299
299
|
* @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</i>
|
|
300
300
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
301
301
|
* @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>
|
|
302
|
-
* @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.<i>
|
|
302
|
+
* @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>
|
|
303
303
|
* @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</i>
|
|
304
304
|
* @param {*} [options] Override http request option.
|
|
305
305
|
* @throws {RequiredError}
|
|
@@ -458,11 +458,11 @@ export declare const PoliciesApiFactory: (configuration?: Configuration, basePat
|
|
|
458
458
|
* @summary Retrieve the policy
|
|
459
459
|
* @param {string} code Unique identifier for the object.
|
|
460
460
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
461
|
-
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas'} [expand] You can expand policy in this endpoint. By default, versions will be an empty array.
|
|
461
|
+
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks'} [expand] You can expand policy in this endpoint. \' + \'By default, versions and partnerLinks will be an empty array. Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.
|
|
462
462
|
* @param {*} [options] Override http request option.
|
|
463
463
|
* @throws {RequiredError}
|
|
464
464
|
*/
|
|
465
|
-
getPolicy(code: string, authorization?: string, expand?: 'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas', options?: any): AxiosPromise<GetPolicyResponseClass>;
|
|
465
|
+
getPolicy(code: string, authorization?: string, expand?: 'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks', options?: any): AxiosPromise<GetPolicyResponseClass>;
|
|
466
466
|
/**
|
|
467
467
|
* This endpoint will return the current version of the policy. It is possible to filter the response by a specific date and the system will return the valid data that was (or will be) at the provided date.
|
|
468
468
|
* @summary Retrieve current policy version
|
|
@@ -482,7 +482,7 @@ export declare const PoliciesApiFactory: (configuration?: Configuration, basePat
|
|
|
482
482
|
* @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</i>
|
|
483
483
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
484
484
|
* @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>
|
|
485
|
-
* @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.<i>
|
|
485
|
+
* @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>
|
|
486
486
|
* @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</i>
|
|
487
487
|
* @param {*} [options] Override http request option.
|
|
488
488
|
* @throws {RequiredError}
|
|
@@ -725,11 +725,11 @@ export interface PoliciesApiGetPolicyRequest {
|
|
|
725
725
|
*/
|
|
726
726
|
readonly authorization?: string;
|
|
727
727
|
/**
|
|
728
|
-
* You can expand policy in this endpoint. By default, versions will be an empty array.
|
|
729
|
-
* @type {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas'}
|
|
728
|
+
* You can expand policy in this endpoint. \' + \'By default, versions and partnerLinks will be an empty array. Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.
|
|
729
|
+
* @type {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks'}
|
|
730
730
|
* @memberof PoliciesApiGetPolicy
|
|
731
731
|
*/
|
|
732
|
-
readonly expand?: 'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas';
|
|
732
|
+
readonly expand?: 'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks';
|
|
733
733
|
}
|
|
734
734
|
/**
|
|
735
735
|
* Request parameters for getPolicyDataByDate operation in PoliciesApi.
|
|
@@ -799,7 +799,7 @@ export interface PoliciesApiListPoliciesRequest {
|
|
|
799
799
|
*/
|
|
800
800
|
readonly order?: string;
|
|
801
801
|
/**
|
|
802
|
-
* 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.<i>
|
|
802
|
+
* 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>
|
|
803
803
|
* @type {string}
|
|
804
804
|
* @memberof PoliciesApiListPolicies
|
|
805
805
|
*/
|
package/dist/api/policies-api.js
CHANGED
|
@@ -368,7 +368,7 @@ var PoliciesApiAxiosParamCreator = function (configuration) {
|
|
|
368
368
|
* @summary Retrieve the policy
|
|
369
369
|
* @param {string} code Unique identifier for the object.
|
|
370
370
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
371
|
-
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas'} [expand] You can expand policy in this endpoint. By default, versions will be an empty array.
|
|
371
|
+
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks'} [expand] You can expand policy in this endpoint. \' + \'By default, versions and partnerLinks will be an empty array. Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.
|
|
372
372
|
* @param {*} [options] Override http request option.
|
|
373
373
|
* @throws {RequiredError}
|
|
374
374
|
*/
|
|
@@ -476,7 +476,7 @@ var PoliciesApiAxiosParamCreator = function (configuration) {
|
|
|
476
476
|
* @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</i>
|
|
477
477
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
478
478
|
* @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>
|
|
479
|
-
* @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.<i>
|
|
479
|
+
* @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>
|
|
480
480
|
* @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</i>
|
|
481
481
|
* @param {*} [options] Override http request option.
|
|
482
482
|
* @throws {RequiredError}
|
|
@@ -1134,7 +1134,7 @@ var PoliciesApiFp = function (configuration) {
|
|
|
1134
1134
|
* @summary Retrieve the policy
|
|
1135
1135
|
* @param {string} code Unique identifier for the object.
|
|
1136
1136
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1137
|
-
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas'} [expand] You can expand policy in this endpoint. By default, versions will be an empty array.
|
|
1137
|
+
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks'} [expand] You can expand policy in this endpoint. \' + \'By default, versions and partnerLinks will be an empty array. Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.
|
|
1138
1138
|
* @param {*} [options] Override http request option.
|
|
1139
1139
|
* @throws {RequiredError}
|
|
1140
1140
|
*/
|
|
@@ -1182,7 +1182,7 @@ var PoliciesApiFp = function (configuration) {
|
|
|
1182
1182
|
* @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</i>
|
|
1183
1183
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1184
1184
|
* @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>
|
|
1185
|
-
* @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.<i>
|
|
1185
|
+
* @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>
|
|
1186
1186
|
* @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</i>
|
|
1187
1187
|
* @param {*} [options] Override http request option.
|
|
1188
1188
|
* @throws {RequiredError}
|
|
@@ -1463,7 +1463,7 @@ var PoliciesApiFactory = function (configuration, basePath, axios) {
|
|
|
1463
1463
|
* @summary Retrieve the policy
|
|
1464
1464
|
* @param {string} code Unique identifier for the object.
|
|
1465
1465
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1466
|
-
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas'} [expand] You can expand policy in this endpoint. By default, versions will be an empty array.
|
|
1466
|
+
* @param {'versions' | 'product' | 'timelines' | 'premiums' | 'premiumItems' | 'premiumFormulas' | 'currentVersion' | 'currentTimelines' | 'currentPremiums' | 'currentPremiumItems' | 'currentPremiumFormulas' | 'partnerLinks'} [expand] You can expand policy in this endpoint. \' + \'By default, versions and partnerLinks will be an empty array. Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks.
|
|
1467
1467
|
* @param {*} [options] Override http request option.
|
|
1468
1468
|
* @throws {RequiredError}
|
|
1469
1469
|
*/
|
|
@@ -1491,7 +1491,7 @@ var PoliciesApiFactory = function (configuration, basePath, axios) {
|
|
|
1491
1491
|
* @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</i>
|
|
1492
1492
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1493
1493
|
* @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>
|
|
1494
|
-
* @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.<i>
|
|
1494
|
+
* @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>
|
|
1495
1495
|
* @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</i>
|
|
1496
1496
|
* @param {*} [options] Override http request option.
|
|
1497
1497
|
* @throws {RequiredError}
|
package/dist/api.d.ts
CHANGED
|
@@ -19,8 +19,9 @@ export * from './api/lead-statuses-api';
|
|
|
19
19
|
export * from './api/lead-versions-api';
|
|
20
20
|
export * from './api/leads-api';
|
|
21
21
|
export * from './api/named-ranges-api';
|
|
22
|
+
export * from './api/partner-links-api';
|
|
23
|
+
export * from './api/partner-roles-api';
|
|
22
24
|
export * from './api/policies-api';
|
|
23
|
-
export * from './api/policy-partner-roles-api';
|
|
24
25
|
export * from './api/premium-formulas-api';
|
|
25
26
|
export * from './api/product-factors-api';
|
|
26
27
|
export * from './api/product-fields-api';
|
package/dist/api.js
CHANGED
|
@@ -37,8 +37,9 @@ __exportStar(require("./api/lead-statuses-api"), exports);
|
|
|
37
37
|
__exportStar(require("./api/lead-versions-api"), exports);
|
|
38
38
|
__exportStar(require("./api/leads-api"), exports);
|
|
39
39
|
__exportStar(require("./api/named-ranges-api"), exports);
|
|
40
|
+
__exportStar(require("./api/partner-links-api"), exports);
|
|
41
|
+
__exportStar(require("./api/partner-roles-api"), exports);
|
|
40
42
|
__exportStar(require("./api/policies-api"), exports);
|
|
41
|
-
__exportStar(require("./api/policy-partner-roles-api"), exports);
|
|
42
43
|
__exportStar(require("./api/premium-formulas-api"), exports);
|
|
43
44
|
__exportStar(require("./api/product-factors-api"), exports);
|
|
44
45
|
__exportStar(require("./api/product-fields-api"), exports);
|
|
@@ -110,7 +110,7 @@ export declare const CreateAccountRequestDtoTitleEnum: {
|
|
|
110
110
|
readonly Empty: "";
|
|
111
111
|
readonly Dr: "Dr.";
|
|
112
112
|
readonly DrMed: "Dr. med.";
|
|
113
|
-
readonly
|
|
113
|
+
readonly Prof: "Prof.";
|
|
114
114
|
};
|
|
115
115
|
export type CreateAccountRequestDtoTitleEnum = typeof CreateAccountRequestDtoTitleEnum[keyof typeof CreateAccountRequestDtoTitleEnum];
|
|
116
116
|
export declare const CreateAccountRequestDtoTypeEnum: {
|
|
@@ -93,4 +93,16 @@ export interface CreateLeadRequestDto {
|
|
|
93
93
|
* @memberof CreateLeadRequestDto
|
|
94
94
|
*/
|
|
95
95
|
'validate'?: boolean;
|
|
96
|
+
/**
|
|
97
|
+
* Unique identifier of the partner that this object belongs to.
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof CreateLeadRequestDto
|
|
100
|
+
*/
|
|
101
|
+
'partnerCode'?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Unique identifier of the partner role that this object belongs to.
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof CreateLeadRequestDto
|
|
106
|
+
*/
|
|
107
|
+
'partnerRoleCode'?: string;
|
|
96
108
|
}
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface CreatePartnerRoleRequestDto
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface CreatePartnerRoleRequestDto {
|
|
18
18
|
/**
|
|
19
|
-
* Name of the
|
|
19
|
+
* Name of the partner role.
|
|
20
20
|
* @type {string}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof CreatePartnerRoleRequestDto
|
|
22
22
|
*/
|
|
23
23
|
'name': string;
|
|
24
24
|
/**
|
|
25
25
|
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
26
26
|
* @type {string}
|
|
27
|
-
* @memberof
|
|
27
|
+
* @memberof CreatePartnerRoleRequestDto
|
|
28
28
|
*/
|
|
29
29
|
'productSlug'?: string;
|
|
30
30
|
}
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { PartnerRoleClass } from './partner-role-class';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface CreatePartnerRoleResponseClass
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface CreatePartnerRoleResponseClass {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {
|
|
22
|
-
* @memberof
|
|
20
|
+
* Partner role
|
|
21
|
+
* @type {PartnerRoleClass}
|
|
22
|
+
* @memberof CreatePartnerRoleResponseClass
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
24
|
+
'partnerRole': PartnerRoleClass;
|
|
25
25
|
}
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { PartnerLinkClass } from './partner-link-class';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface GetPartnerLinkResponseClass
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface GetPartnerLinkResponseClass {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {
|
|
22
|
-
* @memberof
|
|
20
|
+
* Partner link
|
|
21
|
+
* @type {PartnerLinkClass}
|
|
22
|
+
* @memberof GetPartnerLinkResponseClass
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
24
|
+
'partnerLink': PartnerLinkClass;
|
|
25
25
|
}
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { PartnerRoleClass } from './partner-role-class';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface GetPartnerRoleResponseClass
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface GetPartnerRoleResponseClass {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {
|
|
22
|
-
* @memberof
|
|
20
|
+
* Partner role
|
|
21
|
+
* @type {PartnerRoleClass}
|
|
22
|
+
* @memberof GetPartnerRoleResponseClass
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
24
|
+
'partnerRole': PartnerRoleClass;
|
|
25
25
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -24,9 +24,9 @@ export * from './create-lead-status-response-class';
|
|
|
24
24
|
export * from './create-named-range-request-dto';
|
|
25
25
|
export * from './create-named-range-response-class';
|
|
26
26
|
export * from './create-named-request-s3-data-class';
|
|
27
|
+
export * from './create-partner-role-request-dto';
|
|
28
|
+
export * from './create-partner-role-response-class';
|
|
27
29
|
export * from './create-payment-method-request-dto';
|
|
28
|
-
export * from './create-policy-partner-role-request-dto';
|
|
29
|
-
export * from './create-policy-partner-role-response-class';
|
|
30
30
|
export * from './create-policy-request-dto';
|
|
31
31
|
export * from './create-policy-response-class';
|
|
32
32
|
export * from './create-premium-formula-request-dto';
|
|
@@ -55,8 +55,9 @@ export * from './get-lead-status-response-class';
|
|
|
55
55
|
export * from './get-lead-version-request-dto';
|
|
56
56
|
export * from './get-lead-version-response-class';
|
|
57
57
|
export * from './get-named-range-response-class';
|
|
58
|
+
export * from './get-partner-link-response-class';
|
|
59
|
+
export * from './get-partner-role-response-class';
|
|
58
60
|
export * from './get-policy-data-by-date-request-dto';
|
|
59
|
-
export * from './get-policy-partner-role-response-class';
|
|
60
61
|
export * from './get-policy-request-dto';
|
|
61
62
|
export * from './get-policy-response-class';
|
|
62
63
|
export * from './get-premium-formula-request-dto';
|
|
@@ -87,6 +88,8 @@ export * from './invoice-status-class';
|
|
|
87
88
|
export * from './lead-bank-account-class';
|
|
88
89
|
export * from './lead-class';
|
|
89
90
|
export * from './lead-status-class';
|
|
91
|
+
export * from './link-partner-request-dto';
|
|
92
|
+
export * from './link-partner-response-class';
|
|
90
93
|
export * from './list-booking-funnels-response-class';
|
|
91
94
|
export * from './list-emil-function-secrets-response-class';
|
|
92
95
|
export * from './list-emil-functions-response-class';
|
|
@@ -96,9 +99,10 @@ export * from './list-lead-statuses-response-class';
|
|
|
96
99
|
export * from './list-lead-versions-response-class';
|
|
97
100
|
export * from './list-leads-response-class';
|
|
98
101
|
export * from './list-named-ranges-response-class';
|
|
102
|
+
export * from './list-partner-links-response-class';
|
|
103
|
+
export * from './list-partner-roles-response-class';
|
|
99
104
|
export * from './list-policies-response-class';
|
|
100
105
|
export * from './list-policy-objects-response-class';
|
|
101
|
-
export * from './list-policy-partner-roles-response-class';
|
|
102
106
|
export * from './list-policy-version-response-class';
|
|
103
107
|
export * from './list-policy-versions-request-dto';
|
|
104
108
|
export * from './list-premium-formulas-response-class';
|
|
@@ -109,6 +113,9 @@ export * from './list-products-response-class';
|
|
|
109
113
|
export * from './list-request-dto';
|
|
110
114
|
export * from './list-status-transition-rules-response-class';
|
|
111
115
|
export * from './named-range-class';
|
|
116
|
+
export * from './partner-class';
|
|
117
|
+
export * from './partner-link-class';
|
|
118
|
+
export * from './partner-role-class';
|
|
112
119
|
export * from './patch-booking-funnel-request-dto';
|
|
113
120
|
export * from './patch-draft-policy-request-dto';
|
|
114
121
|
export * from './patch-lead-request-dto';
|
|
@@ -120,7 +127,6 @@ export * from './patch-status-transition-rule-response-class';
|
|
|
120
127
|
export * from './policy-class';
|
|
121
128
|
export * from './policy-object-class';
|
|
122
129
|
export * from './policy-object-dto';
|
|
123
|
-
export * from './policy-partner-role-class';
|
|
124
130
|
export * from './policy-premium-class';
|
|
125
131
|
export * from './policy-premium-item-class';
|
|
126
132
|
export * from './policy-version-class';
|
|
@@ -153,6 +159,7 @@ export * from './swap-product-fields-order-request-dto';
|
|
|
153
159
|
export * from './terminate-policy-request-dto';
|
|
154
160
|
export * from './terminate-policy-response-class';
|
|
155
161
|
export * from './timeslice-class';
|
|
162
|
+
export * from './unlink-partner-response-class';
|
|
156
163
|
export * from './update-booking-funnel-request-dto';
|
|
157
164
|
export * from './update-emil-function-request-dto';
|
|
158
165
|
export * from './update-emil-function-secret-request-dto';
|
|
@@ -161,8 +168,10 @@ export * from './update-lead-request-dto';
|
|
|
161
168
|
export * from './update-lead-response-class';
|
|
162
169
|
export * from './update-named-range-request-dto';
|
|
163
170
|
export * from './update-named-range-response-class';
|
|
164
|
-
export * from './update-
|
|
165
|
-
export * from './update-
|
|
171
|
+
export * from './update-partner-link-request-dto';
|
|
172
|
+
export * from './update-partner-link-response-class';
|
|
173
|
+
export * from './update-partner-role-request-dto';
|
|
174
|
+
export * from './update-partner-role-response-class';
|
|
166
175
|
export * from './update-policy-request-dto';
|
|
167
176
|
export * from './update-policy-response-class';
|
|
168
177
|
export * from './update-premium-formula-request-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -40,9 +40,9 @@ __exportStar(require("./create-lead-status-response-class"), exports);
|
|
|
40
40
|
__exportStar(require("./create-named-range-request-dto"), exports);
|
|
41
41
|
__exportStar(require("./create-named-range-response-class"), exports);
|
|
42
42
|
__exportStar(require("./create-named-request-s3-data-class"), exports);
|
|
43
|
+
__exportStar(require("./create-partner-role-request-dto"), exports);
|
|
44
|
+
__exportStar(require("./create-partner-role-response-class"), exports);
|
|
43
45
|
__exportStar(require("./create-payment-method-request-dto"), exports);
|
|
44
|
-
__exportStar(require("./create-policy-partner-role-request-dto"), exports);
|
|
45
|
-
__exportStar(require("./create-policy-partner-role-response-class"), exports);
|
|
46
46
|
__exportStar(require("./create-policy-request-dto"), exports);
|
|
47
47
|
__exportStar(require("./create-policy-response-class"), exports);
|
|
48
48
|
__exportStar(require("./create-premium-formula-request-dto"), exports);
|
|
@@ -71,8 +71,9 @@ __exportStar(require("./get-lead-status-response-class"), exports);
|
|
|
71
71
|
__exportStar(require("./get-lead-version-request-dto"), exports);
|
|
72
72
|
__exportStar(require("./get-lead-version-response-class"), exports);
|
|
73
73
|
__exportStar(require("./get-named-range-response-class"), exports);
|
|
74
|
+
__exportStar(require("./get-partner-link-response-class"), exports);
|
|
75
|
+
__exportStar(require("./get-partner-role-response-class"), exports);
|
|
74
76
|
__exportStar(require("./get-policy-data-by-date-request-dto"), exports);
|
|
75
|
-
__exportStar(require("./get-policy-partner-role-response-class"), exports);
|
|
76
77
|
__exportStar(require("./get-policy-request-dto"), exports);
|
|
77
78
|
__exportStar(require("./get-policy-response-class"), exports);
|
|
78
79
|
__exportStar(require("./get-premium-formula-request-dto"), exports);
|
|
@@ -103,6 +104,8 @@ __exportStar(require("./invoice-status-class"), exports);
|
|
|
103
104
|
__exportStar(require("./lead-bank-account-class"), exports);
|
|
104
105
|
__exportStar(require("./lead-class"), exports);
|
|
105
106
|
__exportStar(require("./lead-status-class"), exports);
|
|
107
|
+
__exportStar(require("./link-partner-request-dto"), exports);
|
|
108
|
+
__exportStar(require("./link-partner-response-class"), exports);
|
|
106
109
|
__exportStar(require("./list-booking-funnels-response-class"), exports);
|
|
107
110
|
__exportStar(require("./list-emil-function-secrets-response-class"), exports);
|
|
108
111
|
__exportStar(require("./list-emil-functions-response-class"), exports);
|
|
@@ -112,9 +115,10 @@ __exportStar(require("./list-lead-statuses-response-class"), exports);
|
|
|
112
115
|
__exportStar(require("./list-lead-versions-response-class"), exports);
|
|
113
116
|
__exportStar(require("./list-leads-response-class"), exports);
|
|
114
117
|
__exportStar(require("./list-named-ranges-response-class"), exports);
|
|
118
|
+
__exportStar(require("./list-partner-links-response-class"), exports);
|
|
119
|
+
__exportStar(require("./list-partner-roles-response-class"), exports);
|
|
115
120
|
__exportStar(require("./list-policies-response-class"), exports);
|
|
116
121
|
__exportStar(require("./list-policy-objects-response-class"), exports);
|
|
117
|
-
__exportStar(require("./list-policy-partner-roles-response-class"), exports);
|
|
118
122
|
__exportStar(require("./list-policy-version-response-class"), exports);
|
|
119
123
|
__exportStar(require("./list-policy-versions-request-dto"), exports);
|
|
120
124
|
__exportStar(require("./list-premium-formulas-response-class"), exports);
|
|
@@ -125,6 +129,9 @@ __exportStar(require("./list-products-response-class"), exports);
|
|
|
125
129
|
__exportStar(require("./list-request-dto"), exports);
|
|
126
130
|
__exportStar(require("./list-status-transition-rules-response-class"), exports);
|
|
127
131
|
__exportStar(require("./named-range-class"), exports);
|
|
132
|
+
__exportStar(require("./partner-class"), exports);
|
|
133
|
+
__exportStar(require("./partner-link-class"), exports);
|
|
134
|
+
__exportStar(require("./partner-role-class"), exports);
|
|
128
135
|
__exportStar(require("./patch-booking-funnel-request-dto"), exports);
|
|
129
136
|
__exportStar(require("./patch-draft-policy-request-dto"), exports);
|
|
130
137
|
__exportStar(require("./patch-lead-request-dto"), exports);
|
|
@@ -136,7 +143,6 @@ __exportStar(require("./patch-status-transition-rule-response-class"), exports);
|
|
|
136
143
|
__exportStar(require("./policy-class"), exports);
|
|
137
144
|
__exportStar(require("./policy-object-class"), exports);
|
|
138
145
|
__exportStar(require("./policy-object-dto"), exports);
|
|
139
|
-
__exportStar(require("./policy-partner-role-class"), exports);
|
|
140
146
|
__exportStar(require("./policy-premium-class"), exports);
|
|
141
147
|
__exportStar(require("./policy-premium-item-class"), exports);
|
|
142
148
|
__exportStar(require("./policy-version-class"), exports);
|
|
@@ -169,6 +175,7 @@ __exportStar(require("./swap-product-fields-order-request-dto"), exports);
|
|
|
169
175
|
__exportStar(require("./terminate-policy-request-dto"), exports);
|
|
170
176
|
__exportStar(require("./terminate-policy-response-class"), exports);
|
|
171
177
|
__exportStar(require("./timeslice-class"), exports);
|
|
178
|
+
__exportStar(require("./unlink-partner-response-class"), exports);
|
|
172
179
|
__exportStar(require("./update-booking-funnel-request-dto"), exports);
|
|
173
180
|
__exportStar(require("./update-emil-function-request-dto"), exports);
|
|
174
181
|
__exportStar(require("./update-emil-function-secret-request-dto"), exports);
|
|
@@ -177,8 +184,10 @@ __exportStar(require("./update-lead-request-dto"), exports);
|
|
|
177
184
|
__exportStar(require("./update-lead-response-class"), exports);
|
|
178
185
|
__exportStar(require("./update-named-range-request-dto"), exports);
|
|
179
186
|
__exportStar(require("./update-named-range-response-class"), exports);
|
|
180
|
-
__exportStar(require("./update-
|
|
181
|
-
__exportStar(require("./update-
|
|
187
|
+
__exportStar(require("./update-partner-link-request-dto"), exports);
|
|
188
|
+
__exportStar(require("./update-partner-link-response-class"), exports);
|
|
189
|
+
__exportStar(require("./update-partner-role-request-dto"), exports);
|
|
190
|
+
__exportStar(require("./update-partner-role-response-class"), exports);
|
|
182
191
|
__exportStar(require("./update-policy-request-dto"), exports);
|
|
183
192
|
__exportStar(require("./update-policy-response-class"), exports);
|
|
184
193
|
__exportStar(require("./update-premium-formula-request-dto"), exports);
|
|
@@ -13,6 +13,7 @@ import { CreateAccountRequestDto } from './create-account-request-dto';
|
|
|
13
13
|
import { CreateLeadPolicyRequestDto } from './create-lead-policy-request-dto';
|
|
14
14
|
import { CreatePaymentMethodRequestDto } from './create-payment-method-request-dto';
|
|
15
15
|
import { LeadBankAccountClass } from './lead-bank-account-class';
|
|
16
|
+
import { PartnerLinkClass } from './partner-link-class';
|
|
16
17
|
import { PremiumOverrideRequestClass } from './premium-override-request-class';
|
|
17
18
|
import { SharedInvoiceClass } from './shared-invoice-class';
|
|
18
19
|
import { UploadedDocumentDto } from './uploaded-document-dto';
|
|
@@ -136,4 +137,10 @@ export interface LeadClass {
|
|
|
136
137
|
* @memberof LeadClass
|
|
137
138
|
*/
|
|
138
139
|
'version'?: number;
|
|
140
|
+
/**
|
|
141
|
+
* Partner links.
|
|
142
|
+
* @type {Array<PartnerLinkClass>}
|
|
143
|
+
* @memberof LeadClass
|
|
144
|
+
*/
|
|
145
|
+
'partnerLinks': Array<PartnerLinkClass>;
|
|
139
146
|
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LinkPartnerRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface LinkPartnerRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier of the partner that this object belongs to.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LinkPartnerRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'partnerCode': string;
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier of the partner role that this object belongs to.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LinkPartnerRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'partnerRoleCode': string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique identifier of the policy that this object belongs to. Either this or leadCode should be provided, but not both.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof LinkPartnerRequestDto
|
|
34
|
+
*/
|
|
35
|
+
'policyCode'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique identifier of the lead that this object belongs to. Either this or policyCode should be provided, but not both.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof LinkPartnerRequestDto
|
|
40
|
+
*/
|
|
41
|
+
'leadCode'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Date from which the partner should be linked.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof LinkPartnerRequestDto
|
|
46
|
+
*/
|
|
47
|
+
'startDate'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Date to which the partner should be linked.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof LinkPartnerRequestDto
|
|
52
|
+
*/
|
|
53
|
+
'endDate'?: string;
|
|
54
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PartnerLinkClass } from './partner-link-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface LinkPartnerResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface LinkPartnerResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Partner link
|
|
21
|
+
* @type {PartnerLinkClass}
|
|
22
|
+
* @memberof LinkPartnerResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'partnerLink': PartnerLinkClass;
|
|
25
|
+
}
|