@emilgroup/insurance-sdk-node 1.94.0 → 1.94.1-beta.1
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-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-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,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,45 @@
|
|
|
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
|
+
import { WarningClass } from './warning-class';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ClaimConfigClass
|
|
24
|
+
*/
|
|
25
|
+
export interface ClaimConfigClass {
|
|
26
|
+
/**
|
|
27
|
+
* General claim processing settings
|
|
28
|
+
* @type {GeneralSettingClass}
|
|
29
|
+
* @memberof ClaimConfigClass
|
|
30
|
+
*/
|
|
31
|
+
'generalSetting': GeneralSettingClass;
|
|
32
|
+
/**
|
|
33
|
+
* List of claim warning messages
|
|
34
|
+
* @type {Array<WarningClass>}
|
|
35
|
+
* @memberof ClaimConfigClass
|
|
36
|
+
*/
|
|
37
|
+
'warnings': Array<WarningClass>;
|
|
38
|
+
/**
|
|
39
|
+
* Fields configuration displayed in claim position table
|
|
40
|
+
* @type {ClaimPositionFieldsClass}
|
|
41
|
+
* @memberof ClaimConfigClass
|
|
42
|
+
*/
|
|
43
|
+
'claimPositionFields': ClaimPositionFieldsClass;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -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
|
+
|
|
@@ -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 CoverageDefinitionClass
|
|
21
|
+
*/
|
|
22
|
+
export interface CoverageDefinitionClass {
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier key for coverage definition
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CoverageDefinitionClass
|
|
27
|
+
*/
|
|
28
|
+
'key': string;
|
|
29
|
+
/**
|
|
30
|
+
* Display name shown to users
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CoverageDefinitionClass
|
|
33
|
+
*/
|
|
34
|
+
'label': string;
|
|
35
|
+
/**
|
|
36
|
+
* Coverage definition description
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof CoverageDefinitionClass
|
|
39
|
+
*/
|
|
40
|
+
'description'?: string;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,77 @@
|
|
|
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 { AmountWithLimitClass } from './amount-with-limit-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface CoverageTermClass
|
|
22
|
+
*/
|
|
23
|
+
export interface CoverageTermClass {
|
|
24
|
+
/**
|
|
25
|
+
* Whether this coverage term is covered
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof CoverageTermClass
|
|
28
|
+
*/
|
|
29
|
+
'isCovered': boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Coverage term type (fixed or percent)
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CoverageTermClass
|
|
34
|
+
*/
|
|
35
|
+
'type': CoverageTermClassTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
* Time period over which the coverage term applies
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CoverageTermClass
|
|
40
|
+
*/
|
|
41
|
+
'period': CoverageTermClassPeriodEnum;
|
|
42
|
+
/**
|
|
43
|
+
* Coverage term value - fixed amount or percentage (0..100) with maximum limit
|
|
44
|
+
* @type {AmountWithLimitClass}
|
|
45
|
+
* @memberof CoverageTermClass
|
|
46
|
+
*/
|
|
47
|
+
'value': AmountWithLimitClass;
|
|
48
|
+
/**
|
|
49
|
+
* Method for calculating coverage proration
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CoverageTermClass
|
|
52
|
+
*/
|
|
53
|
+
'proRata': CoverageTermClassProRataEnum;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export const CoverageTermClassTypeEnum = {
|
|
57
|
+
Fixed: 'fixed',
|
|
58
|
+
Percent: 'percent'
|
|
59
|
+
} as const;
|
|
60
|
+
|
|
61
|
+
export type CoverageTermClassTypeEnum = typeof CoverageTermClassTypeEnum[keyof typeof CoverageTermClassTypeEnum];
|
|
62
|
+
export const CoverageTermClassPeriodEnum = {
|
|
63
|
+
CalendarYear: 'CALENDAR_YEAR',
|
|
64
|
+
PolicyYear: 'POLICY_YEAR',
|
|
65
|
+
PerClaim: 'PER_CLAIM'
|
|
66
|
+
} as const;
|
|
67
|
+
|
|
68
|
+
export type CoverageTermClassPeriodEnum = typeof CoverageTermClassPeriodEnum[keyof typeof CoverageTermClassPeriodEnum];
|
|
69
|
+
export const CoverageTermClassProRataEnum = {
|
|
70
|
+
Disabled: 'DISABLED',
|
|
71
|
+
Enabled: 'ENABLED',
|
|
72
|
+
EnabledAfterWaitingPeriod: 'ENABLED_AFTER_WAITING_PERIOD'
|
|
73
|
+
} as const;
|
|
74
|
+
|
|
75
|
+
export type CoverageTermClassProRataEnum = typeof CoverageTermClassProRataEnum[keyof typeof CoverageTermClassProRataEnum];
|
|
76
|
+
|
|
77
|
+
|
|
@@ -86,6 +86,12 @@ export interface CreateProductFieldRequestDto {
|
|
|
86
86
|
* @memberof CreateProductFieldRequestDto
|
|
87
87
|
*/
|
|
88
88
|
'isEditableCustomerPortal': boolean;
|
|
89
|
+
/**
|
|
90
|
+
* Whether this field can be overridden by product config.
|
|
91
|
+
* @type {boolean}
|
|
92
|
+
* @memberof CreateProductFieldRequestDto
|
|
93
|
+
*/
|
|
94
|
+
'isProductConfigOverridable'?: boolean;
|
|
89
95
|
/**
|
|
90
96
|
* Default value of the field. For the field type date-time, it should be { \"templated\" : \"{{today}}\" }
|
|
91
97
|
* @type {object}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 CustomFieldClass
|
|
21
|
+
*/
|
|
22
|
+
export interface CustomFieldClass {
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier key for custom claim position field
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CustomFieldClass
|
|
27
|
+
*/
|
|
28
|
+
'key': string;
|
|
29
|
+
/**
|
|
30
|
+
* Display name shown to users
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CustomFieldClass
|
|
33
|
+
*/
|
|
34
|
+
'label': string;
|
|
35
|
+
/**
|
|
36
|
+
* Type of custom claim position field
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof CustomFieldClass
|
|
39
|
+
*/
|
|
40
|
+
'type': CustomFieldClassTypeEnum;
|
|
41
|
+
/**
|
|
42
|
+
* Whether this custom claim position field is mandatory
|
|
43
|
+
* @type {boolean}
|
|
44
|
+
* @memberof CustomFieldClass
|
|
45
|
+
*/
|
|
46
|
+
'isRequired': boolean;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export const CustomFieldClassTypeEnum = {
|
|
50
|
+
Boolean: 'boolean',
|
|
51
|
+
Date: 'date',
|
|
52
|
+
DateTime: 'dateTime',
|
|
53
|
+
String: 'string',
|
|
54
|
+
Number: 'number',
|
|
55
|
+
Select: 'select',
|
|
56
|
+
MultiSelect: 'multiSelect'
|
|
57
|
+
} as const;
|
|
58
|
+
|
|
59
|
+
export type CustomFieldClassTypeEnum = typeof CustomFieldClassTypeEnum[keyof typeof CustomFieldClassTypeEnum];
|
|
60
|
+
|
|
61
|
+
|
|
@@ -0,0 +1,70 @@
|
|
|
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 { AmountWithLimitClass } from './amount-with-limit-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface DeductibleClass
|
|
22
|
+
*/
|
|
23
|
+
export interface DeductibleClass {
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier key for deductible
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DeductibleClass
|
|
28
|
+
*/
|
|
29
|
+
'key': string;
|
|
30
|
+
/**
|
|
31
|
+
* Display name shown to users
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DeductibleClass
|
|
34
|
+
*/
|
|
35
|
+
'label': string;
|
|
36
|
+
/**
|
|
37
|
+
* Deductible type (fixed or percent)
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof DeductibleClass
|
|
40
|
+
*/
|
|
41
|
+
'type': DeductibleClassTypeEnum;
|
|
42
|
+
/**
|
|
43
|
+
* Time period over which the deductible applies
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof DeductibleClass
|
|
46
|
+
*/
|
|
47
|
+
'period': DeductibleClassPeriodEnum;
|
|
48
|
+
/**
|
|
49
|
+
* Selectable deductible amounts
|
|
50
|
+
* @type {Array<AmountWithLimitClass>}
|
|
51
|
+
* @memberof DeductibleClass
|
|
52
|
+
*/
|
|
53
|
+
'options': Array<AmountWithLimitClass>;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export const DeductibleClassTypeEnum = {
|
|
57
|
+
Fixed: 'fixed',
|
|
58
|
+
Percent: 'percent'
|
|
59
|
+
} as const;
|
|
60
|
+
|
|
61
|
+
export type DeductibleClassTypeEnum = typeof DeductibleClassTypeEnum[keyof typeof DeductibleClassTypeEnum];
|
|
62
|
+
export const DeductibleClassPeriodEnum = {
|
|
63
|
+
CalendarYear: 'CALENDAR_YEAR',
|
|
64
|
+
PolicyYear: 'POLICY_YEAR',
|
|
65
|
+
PerClaim: 'PER_CLAIM'
|
|
66
|
+
} as const;
|
|
67
|
+
|
|
68
|
+
export type DeductibleClassPeriodEnum = typeof DeductibleClassPeriodEnum[keyof typeof DeductibleClassPeriodEnum];
|
|
69
|
+
|
|
70
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
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 GeneralSettingClass
|
|
21
|
+
*/
|
|
22
|
+
export interface GeneralSettingClass {
|
|
23
|
+
/**
|
|
24
|
+
* Type of claim settlement type
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GeneralSettingClass
|
|
27
|
+
*/
|
|
28
|
+
'settlementType': GeneralSettingClassSettlementTypeEnum;
|
|
29
|
+
/**
|
|
30
|
+
* Currency used for claim settlement
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GeneralSettingClass
|
|
33
|
+
*/
|
|
34
|
+
'currency': GeneralSettingClassCurrencyEnum;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export const GeneralSettingClassSettlementTypeEnum = {
|
|
38
|
+
CompleteClaim: 'COMPLETE_CLAIM',
|
|
39
|
+
PartialClaim: 'PARTIAL_CLAIM'
|
|
40
|
+
} as const;
|
|
41
|
+
|
|
42
|
+
export type GeneralSettingClassSettlementTypeEnum = typeof GeneralSettingClassSettlementTypeEnum[keyof typeof GeneralSettingClassSettlementTypeEnum];
|
|
43
|
+
export const GeneralSettingClassCurrencyEnum = {
|
|
44
|
+
Eur: 'EUR',
|
|
45
|
+
Usd: 'USD',
|
|
46
|
+
Gbp: 'GBP',
|
|
47
|
+
Chf: 'CHF',
|
|
48
|
+
Pln: 'PLN',
|
|
49
|
+
Aud: 'AUD',
|
|
50
|
+
Cad: 'CAD',
|
|
51
|
+
Ddk: 'DDK',
|
|
52
|
+
Huf: 'HUF',
|
|
53
|
+
Nok: 'NOK',
|
|
54
|
+
Sek: 'SEK'
|
|
55
|
+
} as const;
|
|
56
|
+
|
|
57
|
+
export type GeneralSettingClassCurrencyEnum = typeof GeneralSettingClassCurrencyEnum[keyof typeof GeneralSettingClassCurrencyEnum];
|
|
58
|
+
|
|
59
|
+
|
|
@@ -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 { TariffSummaryClass } from './tariff-summary-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface GetProductConfigTariffsResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface GetProductConfigTariffsResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* List of tariff variations
|
|
26
|
+
* @type {Array<TariffSummaryClass>}
|
|
27
|
+
* @memberof GetProductConfigTariffsResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'tariffs': Array<TariffSummaryClass>;
|
|
30
|
+
/**
|
|
31
|
+
* Total amount of items.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof GetProductConfigTariffsResponseClass
|
|
34
|
+
*/
|
|
35
|
+
'totalItems': number;
|
|
36
|
+
}
|
|
37
|
+
|