@emilgroup/insurance-sdk-node 1.95.0 → 1.95.1-beta.10
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 +43 -0
- package/README.md +2 -2
- package/api/product-configs-api.ts +857 -0
- package/api/product-versions-api.ts +188 -0
- package/api.ts +2 -0
- package/dist/api/product-configs-api.d.ts +476 -0
- package/dist/api/product-configs-api.js +769 -0
- package/dist/api/product-versions-api.d.ts +110 -0
- package/dist/api/product-versions-api.js +129 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/models/amount-with-limit-class.d.ts +30 -0
- package/dist/models/amount-with-limit-class.js +15 -0
- package/dist/models/approval-limit-class.d.ts +30 -0
- package/dist/models/approval-limit-class.js +15 -0
- package/dist/models/calculated-policy-object-class.d.ts +36 -0
- package/dist/models/calculated-policy-object-class.js +15 -0
- package/dist/models/calculation-errors-class.d.ts +25 -0
- package/dist/models/calculation-errors-class.js +15 -0
- package/dist/models/calculation-item-errors-class.d.ts +43 -0
- package/dist/models/calculation-item-errors-class.js +15 -0
- package/dist/models/calculation-message-class.d.ts +30 -0
- package/dist/models/calculation-message-class.js +15 -0
- package/dist/models/category-calculation-order-class.d.ts +25 -0
- package/dist/models/category-calculation-order-class.js +15 -0
- package/dist/models/category-calculation-step-class.d.ts +58 -0
- package/dist/models/category-calculation-step-class.js +24 -0
- package/dist/models/category-class.d.ts +52 -0
- package/dist/models/category-class.js +15 -0
- package/dist/models/category-coverage-summary-class.d.ts +43 -0
- package/dist/models/category-coverage-summary-class.js +15 -0
- package/dist/models/category-definition-class.d.ts +43 -0
- package/dist/models/category-definition-class.js +15 -0
- package/dist/models/claim-config-class.d.ts +32 -0
- package/dist/models/claim-config-class.js +15 -0
- package/dist/models/claim-position-fields-class.d.ts +31 -0
- package/dist/models/claim-position-fields-class.js +15 -0
- package/dist/models/coverage-class.d.ts +31 -0
- package/dist/models/coverage-class.js +15 -0
- package/dist/models/coverage-definition-class.d.ts +36 -0
- package/dist/models/coverage-definition-class.js +15 -0
- package/dist/models/coverage-term-class.d.ts +66 -0
- package/dist/models/coverage-term-class.js +30 -0
- package/dist/models/create-product-field-request-dto.d.ts +6 -0
- package/dist/models/create-product-request-dto.d.ts +1 -0
- package/dist/models/create-product-request-dto.js +2 -1
- package/dist/models/custom-field-class.d.ts +52 -0
- package/dist/models/custom-field-class.js +25 -0
- package/dist/models/deductible-class.d.ts +60 -0
- package/dist/models/deductible-class.js +25 -0
- package/dist/models/general-setting-class.d.ts +49 -0
- package/dist/models/general-setting-class.js +33 -0
- package/dist/models/get-product-config-tariffs-response-class.d.ts +31 -0
- package/dist/models/get-product-config-tariffs-response-class.js +15 -0
- package/dist/models/index.d.ts +42 -0
- package/dist/models/index.js +42 -0
- package/dist/models/lead-policy-object-class.d.ts +42 -0
- package/dist/models/lead-policy-object-class.js +15 -0
- package/dist/models/list-product-versions-response-class.d.ts +31 -0
- package/dist/models/list-product-versions-response-class.js +15 -0
- package/dist/models/product-config-summary-class.d.ts +72 -0
- package/dist/models/product-config-summary-class.js +15 -0
- package/dist/models/product-field-class.d.ts +6 -0
- package/dist/models/product-version-class.d.ts +6 -0
- package/dist/models/rest-calculate-product-tariff-quote-request-dto.d.ts +38 -0
- package/dist/models/rest-calculate-product-tariff-quote-request-dto.js +15 -0
- package/dist/models/rest-calculate-product-tariff-quote-response-class.d.ts +25 -0
- package/dist/models/rest-calculate-product-tariff-quote-response-class.js +15 -0
- package/dist/models/rest-create-product-config-response-class.d.ts +25 -0
- package/dist/models/rest-create-product-config-response-class.js +15 -0
- package/dist/models/rest-get-product-config-response-class.d.ts +25 -0
- package/dist/models/rest-get-product-config-response-class.js +15 -0
- package/dist/models/rest-list-product-configs-response-class.d.ts +43 -0
- package/dist/models/rest-list-product-configs-response-class.js +15 -0
- package/dist/models/rest-update-product-config-response-class.d.ts +25 -0
- package/dist/models/rest-update-product-config-response-class.js +15 -0
- package/dist/models/shared-create-estimated-invoice-response-class.d.ts +25 -0
- package/dist/models/shared-create-estimated-invoice-response-class.js +15 -0
- package/dist/models/shared-create-payment-method-request-dto.d.ts +2 -0
- package/dist/models/shared-create-payment-method-request-dto.js +3 -1
- package/dist/models/shared-payment-method-response-class.d.ts +2 -0
- package/dist/models/shared-payment-method-response-class.js +3 -1
- package/dist/models/shared-product-config-class.d.ts +79 -0
- package/dist/models/shared-product-config-class.js +15 -0
- package/dist/models/shared-product-config-data-class.d.ts +39 -0
- package/dist/models/shared-product-config-data-class.js +15 -0
- package/dist/models/shared-product-field-class.d.ts +6 -0
- package/dist/models/shared-product-field-override-class.d.ts +48 -0
- package/dist/models/shared-product-field-override-class.js +15 -0
- package/dist/models/shared-product-tariff-quote-class.d.ts +52 -0
- package/dist/models/shared-product-tariff-quote-class.js +15 -0
- package/dist/models/shared-tariff-variation-class.d.ts +80 -0
- package/dist/models/shared-tariff-variation-class.js +15 -0
- package/dist/models/tariff-calculation-order-class.d.ts +36 -0
- package/dist/models/tariff-calculation-order-class.js +20 -0
- package/dist/models/tariff-calculation-step-class.d.ts +58 -0
- package/dist/models/tariff-calculation-step-class.js +24 -0
- package/dist/models/tariff-category-summary-class.d.ts +57 -0
- package/dist/models/tariff-category-summary-class.js +15 -0
- package/dist/models/tariff-coverage-term-class.d.ts +60 -0
- package/dist/models/tariff-coverage-term-class.js +30 -0
- package/dist/models/tariff-info-class.d.ts +47 -0
- package/dist/models/tariff-info-class.js +20 -0
- package/dist/models/tariff-summary-class.d.ts +52 -0
- package/dist/models/tariff-summary-class.js +15 -0
- package/dist/models/update-product-field-request-dto.d.ts +6 -0
- package/dist/models/waiting-period-class.d.ts +40 -0
- package/dist/models/waiting-period-class.js +19 -0
- package/models/amount-with-limit-class.ts +36 -0
- package/models/approval-limit-class.ts +36 -0
- package/models/calculated-policy-object-class.ts +42 -0
- package/models/calculation-errors-class.ts +31 -0
- package/models/calculation-item-errors-class.ts +49 -0
- package/models/calculation-message-class.ts +36 -0
- package/models/category-calculation-order-class.ts +31 -0
- package/models/category-calculation-step-class.ts +68 -0
- package/models/category-class.ts +58 -0
- package/models/category-coverage-summary-class.ts +49 -0
- package/models/category-definition-class.ts +49 -0
- package/models/claim-config-class.ts +38 -0
- package/models/claim-position-fields-class.ts +37 -0
- package/models/coverage-class.ts +37 -0
- package/models/coverage-definition-class.ts +42 -0
- package/models/coverage-term-class.ts +77 -0
- package/models/create-product-field-request-dto.ts +6 -0
- package/models/create-product-request-dto.ts +2 -1
- package/models/custom-field-class.ts +61 -0
- package/models/deductible-class.ts +70 -0
- package/models/general-setting-class.ts +59 -0
- package/models/get-product-config-tariffs-response-class.ts +37 -0
- package/models/index.ts +42 -0
- package/models/lead-policy-object-class.ts +48 -0
- package/models/list-product-versions-response-class.ts +37 -0
- package/models/product-config-summary-class.ts +78 -0
- package/models/product-field-class.ts +6 -0
- package/models/product-version-class.ts +6 -0
- package/models/rest-calculate-product-tariff-quote-request-dto.ts +44 -0
- package/models/rest-calculate-product-tariff-quote-response-class.ts +31 -0
- package/models/rest-create-product-config-response-class.ts +31 -0
- package/models/rest-get-product-config-response-class.ts +31 -0
- package/models/rest-list-product-configs-response-class.ts +49 -0
- package/models/rest-update-product-config-response-class.ts +31 -0
- package/models/shared-create-estimated-invoice-response-class.ts +31 -0
- package/models/shared-create-payment-method-request-dto.ts +3 -1
- package/models/shared-payment-method-response-class.ts +3 -1
- package/models/shared-product-config-class.ts +85 -0
- package/models/shared-product-config-data-class.ts +45 -0
- package/models/shared-product-field-class.ts +6 -0
- package/models/shared-product-field-override-class.ts +54 -0
- package/models/shared-product-tariff-quote-class.ts +58 -0
- package/models/shared-tariff-variation-class.ts +86 -0
- package/models/tariff-calculation-order-class.ts +45 -0
- package/models/tariff-calculation-step-class.ts +68 -0
- package/models/tariff-category-summary-class.ts +63 -0
- package/models/tariff-coverage-term-class.ts +71 -0
- package/models/tariff-info-class.ts +56 -0
- package/models/tariff-summary-class.ts +58 -0
- package/models/update-product-field-request-dto.ts +6 -0
- package/models/waiting-period-class.ts +49 -0
- package/package.json +1 -1
|
@@ -81,6 +81,12 @@ export interface UpdateProductFieldRequestDto {
|
|
|
81
81
|
* @memberof UpdateProductFieldRequestDto
|
|
82
82
|
*/
|
|
83
83
|
'isEditableCustomerPortal': boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Whether this field can be overridden by product config.
|
|
86
|
+
* @type {boolean}
|
|
87
|
+
* @memberof UpdateProductFieldRequestDto
|
|
88
|
+
*/
|
|
89
|
+
'isProductConfigOverridable'?: boolean;
|
|
84
90
|
/**
|
|
85
91
|
* Should the field value be unique across policies?
|
|
86
92
|
* @type {boolean}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 WaitingPeriodClass
|
|
16
|
+
*/
|
|
17
|
+
export interface WaitingPeriodClass {
|
|
18
|
+
/**
|
|
19
|
+
* Number of days in the waiting period before coverage applies
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof WaitingPeriodClass
|
|
22
|
+
*/
|
|
23
|
+
'days': number;
|
|
24
|
+
/**
|
|
25
|
+
* Starting point for waiting period calculation
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WaitingPeriodClass
|
|
28
|
+
*/
|
|
29
|
+
'startFrom': WaitingPeriodClassStartFromEnum;
|
|
30
|
+
/**
|
|
31
|
+
* Whether to include the start date in the waiting period calculation
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof WaitingPeriodClass
|
|
34
|
+
*/
|
|
35
|
+
'includeStartDate': boolean;
|
|
36
|
+
}
|
|
37
|
+
export declare const WaitingPeriodClassStartFromEnum: {
|
|
38
|
+
readonly PolicyStartDate: "POLICY_START_DATE";
|
|
39
|
+
};
|
|
40
|
+
export type WaitingPeriodClassStartFromEnum = typeof WaitingPeriodClassStartFromEnum[keyof typeof WaitingPeriodClassStartFromEnum];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.WaitingPeriodClassStartFromEnum = void 0;
|
|
17
|
+
exports.WaitingPeriodClassStartFromEnum = {
|
|
18
|
+
PolicyStartDate: 'POLICY_START_DATE'
|
|
19
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface AmountWithLimitClass
|
|
21
|
+
*/
|
|
22
|
+
export interface AmountWithLimitClass {
|
|
23
|
+
/**
|
|
24
|
+
* Amount value (required for percent and fixed types). For percent type use 0..100.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof AmountWithLimitClass
|
|
27
|
+
*/
|
|
28
|
+
'amount': number;
|
|
29
|
+
/**
|
|
30
|
+
* Maximum limit (required for percent type)
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof AmountWithLimitClass
|
|
33
|
+
*/
|
|
34
|
+
'limit': number;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ApprovalLimitClass
|
|
21
|
+
*/
|
|
22
|
+
export interface ApprovalLimitClass {
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier code of the approver role
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ApprovalLimitClass
|
|
27
|
+
*/
|
|
28
|
+
'roleCode': string;
|
|
29
|
+
/**
|
|
30
|
+
* Maximum approval amount for the role within the tariff
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ApprovalLimitClass
|
|
33
|
+
*/
|
|
34
|
+
'amount': number;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CalculatedPolicyObjectClass
|
|
21
|
+
*/
|
|
22
|
+
export interface CalculatedPolicyObjectClass {
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier referencing the Insured object..
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof CalculatedPolicyObjectClass
|
|
27
|
+
*/
|
|
28
|
+
'insuredObjectId': number;
|
|
29
|
+
/**
|
|
30
|
+
* Insured object name.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CalculatedPolicyObjectClass
|
|
33
|
+
*/
|
|
34
|
+
'insuredObjectName': string;
|
|
35
|
+
/**
|
|
36
|
+
* Calculated policy object values.
|
|
37
|
+
* @type {object}
|
|
38
|
+
* @memberof CalculatedPolicyObjectClass
|
|
39
|
+
*/
|
|
40
|
+
'data': object;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CalculationItemErrorsClass } from './calculation-item-errors-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface CalculationErrorsClass
|
|
22
|
+
*/
|
|
23
|
+
export interface CalculationErrorsClass {
|
|
24
|
+
/**
|
|
25
|
+
* Calculation errors.
|
|
26
|
+
* @type {Array<CalculationItemErrorsClass>}
|
|
27
|
+
* @memberof CalculationErrorsClass
|
|
28
|
+
*/
|
|
29
|
+
'itemErrors': Array<CalculationItemErrorsClass>;
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CalculationMessageClass } from './calculation-message-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface CalculationItemErrorsClass
|
|
22
|
+
*/
|
|
23
|
+
export interface CalculationItemErrorsClass {
|
|
24
|
+
/**
|
|
25
|
+
* Type of the calculated item (PREMIUM_ITEM or PRODUCT_FIELD).
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CalculationItemErrorsClass
|
|
28
|
+
*/
|
|
29
|
+
'itemType': string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique identifier referencing the premium item/product field..
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof CalculationItemErrorsClass
|
|
34
|
+
*/
|
|
35
|
+
'itemId': number;
|
|
36
|
+
/**
|
|
37
|
+
* Name of the calculated item.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CalculationItemErrorsClass
|
|
40
|
+
*/
|
|
41
|
+
'itemName': string;
|
|
42
|
+
/**
|
|
43
|
+
* Item messages.
|
|
44
|
+
* @type {Array<CalculationMessageClass>}
|
|
45
|
+
* @memberof CalculationItemErrorsClass
|
|
46
|
+
*/
|
|
47
|
+
'messages': Array<CalculationMessageClass>;
|
|
48
|
+
}
|
|
49
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CalculationMessageClass
|
|
21
|
+
*/
|
|
22
|
+
export interface CalculationMessageClass {
|
|
23
|
+
/**
|
|
24
|
+
* Message severity (ERROR, WARNING, INFO).
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CalculationMessageClass
|
|
27
|
+
*/
|
|
28
|
+
'severity': string;
|
|
29
|
+
/**
|
|
30
|
+
* Error/warning/info message.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CalculationMessageClass
|
|
33
|
+
*/
|
|
34
|
+
'message': string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CategoryCalculationStepClass } from './category-calculation-step-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface CategoryCalculationOrderClass
|
|
22
|
+
*/
|
|
23
|
+
export interface CategoryCalculationOrderClass {
|
|
24
|
+
/**
|
|
25
|
+
* Ordered list of category calculation steps
|
|
26
|
+
* @type {Array<CategoryCalculationStepClass>}
|
|
27
|
+
* @memberof CategoryCalculationOrderClass
|
|
28
|
+
*/
|
|
29
|
+
'steps': Array<CategoryCalculationStepClass>;
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CategoryCalculationStepClass
|
|
21
|
+
*/
|
|
22
|
+
export interface CategoryCalculationStepClass {
|
|
23
|
+
/**
|
|
24
|
+
* Unique key for the calculation step
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CategoryCalculationStepClass
|
|
27
|
+
*/
|
|
28
|
+
'key': string;
|
|
29
|
+
/**
|
|
30
|
+
* Execution order index for this step
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof CategoryCalculationStepClass
|
|
33
|
+
*/
|
|
34
|
+
'order': number;
|
|
35
|
+
/**
|
|
36
|
+
* The level where this step applies
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof CategoryCalculationStepClass
|
|
39
|
+
*/
|
|
40
|
+
'appliesTo': CategoryCalculationStepClassAppliesToEnum;
|
|
41
|
+
/**
|
|
42
|
+
* Deductible key used when scope is deductible
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof CategoryCalculationStepClass
|
|
45
|
+
*/
|
|
46
|
+
'deductibleKey'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Category calculation step type
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof CategoryCalculationStepClass
|
|
51
|
+
*/
|
|
52
|
+
'type': CategoryCalculationStepClassTypeEnum;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export const CategoryCalculationStepClassAppliesToEnum = {
|
|
56
|
+
Position: 'position'
|
|
57
|
+
} as const;
|
|
58
|
+
|
|
59
|
+
export type CategoryCalculationStepClassAppliesToEnum = typeof CategoryCalculationStepClassAppliesToEnum[keyof typeof CategoryCalculationStepClassAppliesToEnum];
|
|
60
|
+
export const CategoryCalculationStepClassTypeEnum = {
|
|
61
|
+
Coverage: 'coverage',
|
|
62
|
+
Deductible: 'deductible',
|
|
63
|
+
ManualAdjustment: 'manualAdjustment'
|
|
64
|
+
} as const;
|
|
65
|
+
|
|
66
|
+
export type CategoryCalculationStepClassTypeEnum = typeof CategoryCalculationStepClassTypeEnum[keyof typeof CategoryCalculationStepClassTypeEnum];
|
|
67
|
+
|
|
68
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CategoryCalculationOrderClass } from './category-calculation-order-class';
|
|
17
|
+
import { CoverageClass } from './coverage-class';
|
|
18
|
+
import { CoverageTermClass } from './coverage-term-class';
|
|
19
|
+
import { DeductibleClass } from './deductible-class';
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @export
|
|
24
|
+
* @interface CategoryClass
|
|
25
|
+
*/
|
|
26
|
+
export interface CategoryClass {
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier key for category
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof CategoryClass
|
|
31
|
+
*/
|
|
32
|
+
'key': string;
|
|
33
|
+
/**
|
|
34
|
+
* Category coverage term
|
|
35
|
+
* @type {CoverageTermClass}
|
|
36
|
+
* @memberof CategoryClass
|
|
37
|
+
*/
|
|
38
|
+
'coverageTerm': CoverageTermClass;
|
|
39
|
+
/**
|
|
40
|
+
* List of category coverages
|
|
41
|
+
* @type {Array<CoverageClass>}
|
|
42
|
+
* @memberof CategoryClass
|
|
43
|
+
*/
|
|
44
|
+
'coverages': Array<CoverageClass>;
|
|
45
|
+
/**
|
|
46
|
+
* List of category deductibles
|
|
47
|
+
* @type {Array<DeductibleClass>}
|
|
48
|
+
* @memberof CategoryClass
|
|
49
|
+
*/
|
|
50
|
+
'deductibles': Array<DeductibleClass>;
|
|
51
|
+
/**
|
|
52
|
+
* Category calculation order configuration
|
|
53
|
+
* @type {CategoryCalculationOrderClass}
|
|
54
|
+
* @memberof CategoryClass
|
|
55
|
+
*/
|
|
56
|
+
'calculationOrder': CategoryCalculationOrderClass;
|
|
57
|
+
}
|
|
58
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CoverageTermClass } from './coverage-term-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface CategoryCoverageSummaryClass
|
|
22
|
+
*/
|
|
23
|
+
export interface CategoryCoverageSummaryClass {
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier key for coverage
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CategoryCoverageSummaryClass
|
|
28
|
+
*/
|
|
29
|
+
'key': string;
|
|
30
|
+
/**
|
|
31
|
+
* Display name shown to users
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CategoryCoverageSummaryClass
|
|
34
|
+
*/
|
|
35
|
+
'label': string;
|
|
36
|
+
/**
|
|
37
|
+
* Coverage description
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CategoryCoverageSummaryClass
|
|
40
|
+
*/
|
|
41
|
+
'description'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Coverage term
|
|
44
|
+
* @type {CoverageTermClass}
|
|
45
|
+
* @memberof CategoryCoverageSummaryClass
|
|
46
|
+
*/
|
|
47
|
+
'coverageTerm': CoverageTermClass;
|
|
48
|
+
}
|
|
49
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CoverageDefinitionClass } from './coverage-definition-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface CategoryDefinitionClass
|
|
22
|
+
*/
|
|
23
|
+
export interface CategoryDefinitionClass {
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier key for category definition
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CategoryDefinitionClass
|
|
28
|
+
*/
|
|
29
|
+
'key': string;
|
|
30
|
+
/**
|
|
31
|
+
* Display name shown to users
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CategoryDefinitionClass
|
|
34
|
+
*/
|
|
35
|
+
'label': string;
|
|
36
|
+
/**
|
|
37
|
+
* Category definition description
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CategoryDefinitionClass
|
|
40
|
+
*/
|
|
41
|
+
'description'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Coverage definitions available for this category
|
|
44
|
+
* @type {Array<CoverageDefinitionClass>}
|
|
45
|
+
* @memberof CategoryDefinitionClass
|
|
46
|
+
*/
|
|
47
|
+
'coverageDefinitions': Array<CoverageDefinitionClass>;
|
|
48
|
+
}
|
|
49
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { ClaimPositionFieldsClass } from './claim-position-fields-class';
|
|
17
|
+
import { GeneralSettingClass } from './general-setting-class';
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @export
|
|
22
|
+
* @interface ClaimConfigClass
|
|
23
|
+
*/
|
|
24
|
+
export interface ClaimConfigClass {
|
|
25
|
+
/**
|
|
26
|
+
* General claim processing settings
|
|
27
|
+
* @type {GeneralSettingClass}
|
|
28
|
+
* @memberof ClaimConfigClass
|
|
29
|
+
*/
|
|
30
|
+
'generalSetting': GeneralSettingClass;
|
|
31
|
+
/**
|
|
32
|
+
* Fields configuration displayed in claim position table
|
|
33
|
+
* @type {ClaimPositionFieldsClass}
|
|
34
|
+
* @memberof ClaimConfigClass
|
|
35
|
+
*/
|
|
36
|
+
'claimPositionFields': ClaimPositionFieldsClass;
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CustomFieldClass } from './custom-field-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ClaimPositionFieldsClass
|
|
22
|
+
*/
|
|
23
|
+
export interface ClaimPositionFieldsClass {
|
|
24
|
+
/**
|
|
25
|
+
* Custom claim position fields
|
|
26
|
+
* @type {Array<CustomFieldClass>}
|
|
27
|
+
* @memberof ClaimPositionFieldsClass
|
|
28
|
+
*/
|
|
29
|
+
'customFields': Array<CustomFieldClass>;
|
|
30
|
+
/**
|
|
31
|
+
* Order for displaying claim position fields
|
|
32
|
+
* @type {Array<string>}
|
|
33
|
+
* @memberof ClaimPositionFieldsClass
|
|
34
|
+
*/
|
|
35
|
+
'fieldsOrder': Array<string>;
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CoverageTermClass } from './coverage-term-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface CoverageClass
|
|
22
|
+
*/
|
|
23
|
+
export interface CoverageClass {
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier key for category coverage
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CoverageClass
|
|
28
|
+
*/
|
|
29
|
+
'key': string;
|
|
30
|
+
/**
|
|
31
|
+
* Coverage term
|
|
32
|
+
* @type {CoverageTermClass}
|
|
33
|
+
* @memberof CoverageClass
|
|
34
|
+
*/
|
|
35
|
+
'coverageTerm': CoverageTermClass;
|
|
36
|
+
}
|
|
37
|
+
|