@emilgroup/insurance-sdk-node 1.95.0 → 1.95.1-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 +42 -0
- package/README.md +2 -2
- package/api/product-configs-api.ts +857 -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.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/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 +39 -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/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 +41 -0
- package/dist/models/index.js +41 -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/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 +73 -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/dist/models/warning-class.d.ts +41 -0
- package/dist/models/warning-class.js +20 -0
- package/models/amount-with-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 +45 -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/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 +41 -0
- package/models/lead-policy-object-class.ts +48 -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 +79 -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/models/warning-class.ts +50 -0
- package/package.json +1 -1
|
@@ -0,0 +1,30 @@
|
|
|
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.TariffCoverageTermClassProRataEnum = exports.TariffCoverageTermClassPeriodEnum = exports.TariffCoverageTermClassTypeEnum = void 0;
|
|
17
|
+
exports.TariffCoverageTermClassTypeEnum = {
|
|
18
|
+
Fixed: 'fixed',
|
|
19
|
+
Percent: 'percent'
|
|
20
|
+
};
|
|
21
|
+
exports.TariffCoverageTermClassPeriodEnum = {
|
|
22
|
+
CalendarYear: 'CALENDAR_YEAR',
|
|
23
|
+
PolicyYear: 'POLICY_YEAR',
|
|
24
|
+
PerClaim: 'PER_CLAIM'
|
|
25
|
+
};
|
|
26
|
+
exports.TariffCoverageTermClassProRataEnum = {
|
|
27
|
+
Disabled: 'DISABLED',
|
|
28
|
+
Enabled: 'ENABLED',
|
|
29
|
+
EnabledAfterWaitingPeriod: 'ENABLED_AFTER_WAITING_PERIOD'
|
|
30
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
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 TariffInfoClass
|
|
16
|
+
*/
|
|
17
|
+
export interface TariffInfoClass {
|
|
18
|
+
/**
|
|
19
|
+
* Display name shown to users
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TariffInfoClass
|
|
22
|
+
*/
|
|
23
|
+
'label': string;
|
|
24
|
+
/**
|
|
25
|
+
* Tariff variation description
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TariffInfoClass
|
|
28
|
+
*/
|
|
29
|
+
'description': string;
|
|
30
|
+
/**
|
|
31
|
+
* Starting premium amount for display
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof TariffInfoClass
|
|
34
|
+
*/
|
|
35
|
+
'startingPremium': number;
|
|
36
|
+
/**
|
|
37
|
+
* Premium billing period, used for display
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof TariffInfoClass
|
|
40
|
+
*/
|
|
41
|
+
'billingPeriod': TariffInfoClassBillingPeriodEnum;
|
|
42
|
+
}
|
|
43
|
+
export declare const TariffInfoClassBillingPeriodEnum: {
|
|
44
|
+
readonly Monthly: "MONTHLY";
|
|
45
|
+
readonly Yearly: "YEARLY";
|
|
46
|
+
};
|
|
47
|
+
export type TariffInfoClassBillingPeriodEnum = typeof TariffInfoClassBillingPeriodEnum[keyof typeof TariffInfoClassBillingPeriodEnum];
|
|
@@ -0,0 +1,20 @@
|
|
|
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.TariffInfoClassBillingPeriodEnum = void 0;
|
|
17
|
+
exports.TariffInfoClassBillingPeriodEnum = {
|
|
18
|
+
Monthly: 'MONTHLY',
|
|
19
|
+
Yearly: 'YEARLY'
|
|
20
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { DeductibleClass } from './deductible-class';
|
|
13
|
+
import { TariffCategorySummaryClass } from './tariff-category-summary-class';
|
|
14
|
+
import { TariffCoverageTermClass } from './tariff-coverage-term-class';
|
|
15
|
+
import { TariffInfoClass } from './tariff-info-class';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface TariffSummaryClass
|
|
20
|
+
*/
|
|
21
|
+
export interface TariffSummaryClass {
|
|
22
|
+
/**
|
|
23
|
+
* Unique identifier key for tariff variation
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof TariffSummaryClass
|
|
26
|
+
*/
|
|
27
|
+
'key': string;
|
|
28
|
+
/**
|
|
29
|
+
* Tariff variation display information
|
|
30
|
+
* @type {TariffInfoClass}
|
|
31
|
+
* @memberof TariffSummaryClass
|
|
32
|
+
*/
|
|
33
|
+
'info': TariffInfoClass;
|
|
34
|
+
/**
|
|
35
|
+
* Tariff coverage term
|
|
36
|
+
* @type {TariffCoverageTermClass}
|
|
37
|
+
* @memberof TariffSummaryClass
|
|
38
|
+
*/
|
|
39
|
+
'coverageTerm': TariffCoverageTermClass;
|
|
40
|
+
/**
|
|
41
|
+
* List of tariff variation categories
|
|
42
|
+
* @type {Array<TariffCategorySummaryClass>}
|
|
43
|
+
* @memberof TariffSummaryClass
|
|
44
|
+
*/
|
|
45
|
+
'categories': Array<TariffCategorySummaryClass>;
|
|
46
|
+
/**
|
|
47
|
+
* List of tariff variation deductibles
|
|
48
|
+
* @type {Array<DeductibleClass>}
|
|
49
|
+
* @memberof TariffSummaryClass
|
|
50
|
+
*/
|
|
51
|
+
'deductibles': Array<DeductibleClass>;
|
|
52
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -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,41 @@
|
|
|
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 WarningClass
|
|
16
|
+
*/
|
|
17
|
+
export interface WarningClass {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier key for warning
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof WarningClass
|
|
22
|
+
*/
|
|
23
|
+
'key': string;
|
|
24
|
+
/**
|
|
25
|
+
* Type of warning
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WarningClass
|
|
28
|
+
*/
|
|
29
|
+
'type': WarningClassTypeEnum;
|
|
30
|
+
/**
|
|
31
|
+
* Text message to display as warning
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof WarningClass
|
|
34
|
+
*/
|
|
35
|
+
'message': string;
|
|
36
|
+
}
|
|
37
|
+
export declare const WarningClassTypeEnum: {
|
|
38
|
+
readonly Warning: "WARNING";
|
|
39
|
+
readonly Blocker: "BLOCKER";
|
|
40
|
+
};
|
|
41
|
+
export type WarningClassTypeEnum = typeof WarningClassTypeEnum[keyof typeof WarningClassTypeEnum];
|
|
@@ -0,0 +1,20 @@
|
|
|
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.WarningClassTypeEnum = void 0;
|
|
17
|
+
exports.WarningClassTypeEnum = {
|
|
18
|
+
Warning: 'WARNING',
|
|
19
|
+
Blocker: 'BLOCKER'
|
|
20
|
+
};
|
|
@@ -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,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
|
+
|