@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,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 });
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { CoverageTermClass } from './coverage-term-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CoverageClass
|
|
17
|
+
*/
|
|
18
|
+
export interface CoverageClass {
|
|
19
|
+
/**
|
|
20
|
+
* Unique identifier key for category coverage
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CoverageClass
|
|
23
|
+
*/
|
|
24
|
+
'key': string;
|
|
25
|
+
/**
|
|
26
|
+
* Coverage term
|
|
27
|
+
* @type {CoverageTermClass}
|
|
28
|
+
* @memberof CoverageClass
|
|
29
|
+
*/
|
|
30
|
+
'coverageTerm': CoverageTermClass;
|
|
31
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,36 @@
|
|
|
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 CoverageDefinitionClass
|
|
16
|
+
*/
|
|
17
|
+
export interface CoverageDefinitionClass {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier key for coverage definition
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CoverageDefinitionClass
|
|
22
|
+
*/
|
|
23
|
+
'key': string;
|
|
24
|
+
/**
|
|
25
|
+
* Display name shown to users
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CoverageDefinitionClass
|
|
28
|
+
*/
|
|
29
|
+
'label': string;
|
|
30
|
+
/**
|
|
31
|
+
* Coverage definition description
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CoverageDefinitionClass
|
|
34
|
+
*/
|
|
35
|
+
'description'?: string;
|
|
36
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,66 @@
|
|
|
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 { AmountWithLimitClass } from './amount-with-limit-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CoverageTermClass
|
|
17
|
+
*/
|
|
18
|
+
export interface CoverageTermClass {
|
|
19
|
+
/**
|
|
20
|
+
* Whether this coverage term is covered
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof CoverageTermClass
|
|
23
|
+
*/
|
|
24
|
+
'isCovered': boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Coverage term type (fixed or percent)
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CoverageTermClass
|
|
29
|
+
*/
|
|
30
|
+
'type': CoverageTermClassTypeEnum;
|
|
31
|
+
/**
|
|
32
|
+
* Time period over which the coverage term applies
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof CoverageTermClass
|
|
35
|
+
*/
|
|
36
|
+
'period': CoverageTermClassPeriodEnum;
|
|
37
|
+
/**
|
|
38
|
+
* Coverage term value - fixed amount or percentage (0..100) with maximum limit
|
|
39
|
+
* @type {AmountWithLimitClass}
|
|
40
|
+
* @memberof CoverageTermClass
|
|
41
|
+
*/
|
|
42
|
+
'value': AmountWithLimitClass;
|
|
43
|
+
/**
|
|
44
|
+
* Method for calculating coverage proration
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof CoverageTermClass
|
|
47
|
+
*/
|
|
48
|
+
'proRata': CoverageTermClassProRataEnum;
|
|
49
|
+
}
|
|
50
|
+
export declare const CoverageTermClassTypeEnum: {
|
|
51
|
+
readonly Fixed: "fixed";
|
|
52
|
+
readonly Percent: "percent";
|
|
53
|
+
};
|
|
54
|
+
export type CoverageTermClassTypeEnum = typeof CoverageTermClassTypeEnum[keyof typeof CoverageTermClassTypeEnum];
|
|
55
|
+
export declare const CoverageTermClassPeriodEnum: {
|
|
56
|
+
readonly CalendarYear: "CALENDAR_YEAR";
|
|
57
|
+
readonly PolicyYear: "POLICY_YEAR";
|
|
58
|
+
readonly PerClaim: "PER_CLAIM";
|
|
59
|
+
};
|
|
60
|
+
export type CoverageTermClassPeriodEnum = typeof CoverageTermClassPeriodEnum[keyof typeof CoverageTermClassPeriodEnum];
|
|
61
|
+
export declare const CoverageTermClassProRataEnum: {
|
|
62
|
+
readonly Disabled: "DISABLED";
|
|
63
|
+
readonly Enabled: "ENABLED";
|
|
64
|
+
readonly EnabledAfterWaitingPeriod: "ENABLED_AFTER_WAITING_PERIOD";
|
|
65
|
+
};
|
|
66
|
+
export type CoverageTermClassProRataEnum = typeof CoverageTermClassProRataEnum[keyof typeof CoverageTermClassProRataEnum];
|
|
@@ -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.CoverageTermClassProRataEnum = exports.CoverageTermClassPeriodEnum = exports.CoverageTermClassTypeEnum = void 0;
|
|
17
|
+
exports.CoverageTermClassTypeEnum = {
|
|
18
|
+
Fixed: 'fixed',
|
|
19
|
+
Percent: 'percent'
|
|
20
|
+
};
|
|
21
|
+
exports.CoverageTermClassPeriodEnum = {
|
|
22
|
+
CalendarYear: 'CALENDAR_YEAR',
|
|
23
|
+
PolicyYear: 'POLICY_YEAR',
|
|
24
|
+
PerClaim: 'PER_CLAIM'
|
|
25
|
+
};
|
|
26
|
+
exports.CoverageTermClassProRataEnum = {
|
|
27
|
+
Disabled: 'DISABLED',
|
|
28
|
+
Enabled: 'ENABLED',
|
|
29
|
+
EnabledAfterWaitingPeriod: 'ENABLED_AFTER_WAITING_PERIOD'
|
|
30
|
+
};
|
|
@@ -81,6 +81,12 @@ export interface CreateProductFieldRequestDto {
|
|
|
81
81
|
* @memberof CreateProductFieldRequestDto
|
|
82
82
|
*/
|
|
83
83
|
'isEditableCustomerPortal': boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Whether this field can be overridden by product config.
|
|
86
|
+
* @type {boolean}
|
|
87
|
+
* @memberof CreateProductFieldRequestDto
|
|
88
|
+
*/
|
|
89
|
+
'isProductConfigOverridable'?: boolean;
|
|
84
90
|
/**
|
|
85
91
|
* Default value of the field. For the field type date-time, it should be { \"templated\" : \"{{today}}\" }
|
|
86
92
|
* @type {object}
|
|
@@ -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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CustomFieldClass
|
|
16
|
+
*/
|
|
17
|
+
export interface CustomFieldClass {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier key for custom claim position field
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CustomFieldClass
|
|
22
|
+
*/
|
|
23
|
+
'key': string;
|
|
24
|
+
/**
|
|
25
|
+
* Display name shown to users
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CustomFieldClass
|
|
28
|
+
*/
|
|
29
|
+
'label': string;
|
|
30
|
+
/**
|
|
31
|
+
* Type of custom claim position field
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CustomFieldClass
|
|
34
|
+
*/
|
|
35
|
+
'type': CustomFieldClassTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
* Whether this custom claim position field is mandatory
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof CustomFieldClass
|
|
40
|
+
*/
|
|
41
|
+
'isRequired': boolean;
|
|
42
|
+
}
|
|
43
|
+
export declare const CustomFieldClassTypeEnum: {
|
|
44
|
+
readonly Boolean: "boolean";
|
|
45
|
+
readonly Date: "date";
|
|
46
|
+
readonly DateTime: "dateTime";
|
|
47
|
+
readonly String: "string";
|
|
48
|
+
readonly Number: "number";
|
|
49
|
+
readonly Select: "select";
|
|
50
|
+
readonly MultiSelect: "multiSelect";
|
|
51
|
+
};
|
|
52
|
+
export type CustomFieldClassTypeEnum = typeof CustomFieldClassTypeEnum[keyof typeof CustomFieldClassTypeEnum];
|
|
@@ -0,0 +1,25 @@
|
|
|
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.CustomFieldClassTypeEnum = void 0;
|
|
17
|
+
exports.CustomFieldClassTypeEnum = {
|
|
18
|
+
Boolean: 'boolean',
|
|
19
|
+
Date: 'date',
|
|
20
|
+
DateTime: 'dateTime',
|
|
21
|
+
String: 'string',
|
|
22
|
+
Number: 'number',
|
|
23
|
+
Select: 'select',
|
|
24
|
+
MultiSelect: 'multiSelect'
|
|
25
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { AmountWithLimitClass } from './amount-with-limit-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DeductibleClass
|
|
17
|
+
*/
|
|
18
|
+
export interface DeductibleClass {
|
|
19
|
+
/**
|
|
20
|
+
* Unique identifier key for deductible
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DeductibleClass
|
|
23
|
+
*/
|
|
24
|
+
'key': string;
|
|
25
|
+
/**
|
|
26
|
+
* Display name shown to users
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DeductibleClass
|
|
29
|
+
*/
|
|
30
|
+
'label': string;
|
|
31
|
+
/**
|
|
32
|
+
* Deductible type (fixed or percent)
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof DeductibleClass
|
|
35
|
+
*/
|
|
36
|
+
'type': DeductibleClassTypeEnum;
|
|
37
|
+
/**
|
|
38
|
+
* Time period over which the deductible applies
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof DeductibleClass
|
|
41
|
+
*/
|
|
42
|
+
'period': DeductibleClassPeriodEnum;
|
|
43
|
+
/**
|
|
44
|
+
* Selectable deductible amounts
|
|
45
|
+
* @type {Array<AmountWithLimitClass>}
|
|
46
|
+
* @memberof DeductibleClass
|
|
47
|
+
*/
|
|
48
|
+
'options': Array<AmountWithLimitClass>;
|
|
49
|
+
}
|
|
50
|
+
export declare const DeductibleClassTypeEnum: {
|
|
51
|
+
readonly Fixed: "fixed";
|
|
52
|
+
readonly Percent: "percent";
|
|
53
|
+
};
|
|
54
|
+
export type DeductibleClassTypeEnum = typeof DeductibleClassTypeEnum[keyof typeof DeductibleClassTypeEnum];
|
|
55
|
+
export declare const DeductibleClassPeriodEnum: {
|
|
56
|
+
readonly CalendarYear: "CALENDAR_YEAR";
|
|
57
|
+
readonly PolicyYear: "POLICY_YEAR";
|
|
58
|
+
readonly PerClaim: "PER_CLAIM";
|
|
59
|
+
};
|
|
60
|
+
export type DeductibleClassPeriodEnum = typeof DeductibleClassPeriodEnum[keyof typeof DeductibleClassPeriodEnum];
|
|
@@ -0,0 +1,25 @@
|
|
|
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.DeductibleClassPeriodEnum = exports.DeductibleClassTypeEnum = void 0;
|
|
17
|
+
exports.DeductibleClassTypeEnum = {
|
|
18
|
+
Fixed: 'fixed',
|
|
19
|
+
Percent: 'percent'
|
|
20
|
+
};
|
|
21
|
+
exports.DeductibleClassPeriodEnum = {
|
|
22
|
+
CalendarYear: 'CALENDAR_YEAR',
|
|
23
|
+
PolicyYear: 'POLICY_YEAR',
|
|
24
|
+
PerClaim: 'PER_CLAIM'
|
|
25
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
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 GeneralSettingClass
|
|
16
|
+
*/
|
|
17
|
+
export interface GeneralSettingClass {
|
|
18
|
+
/**
|
|
19
|
+
* Type of claim settlement type
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GeneralSettingClass
|
|
22
|
+
*/
|
|
23
|
+
'settlementType': GeneralSettingClassSettlementTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
* Currency used for claim settlement
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GeneralSettingClass
|
|
28
|
+
*/
|
|
29
|
+
'currency': GeneralSettingClassCurrencyEnum;
|
|
30
|
+
}
|
|
31
|
+
export declare const GeneralSettingClassSettlementTypeEnum: {
|
|
32
|
+
readonly CompleteClaim: "COMPLETE_CLAIM";
|
|
33
|
+
readonly PartialClaim: "PARTIAL_CLAIM";
|
|
34
|
+
};
|
|
35
|
+
export type GeneralSettingClassSettlementTypeEnum = typeof GeneralSettingClassSettlementTypeEnum[keyof typeof GeneralSettingClassSettlementTypeEnum];
|
|
36
|
+
export declare const GeneralSettingClassCurrencyEnum: {
|
|
37
|
+
readonly Eur: "EUR";
|
|
38
|
+
readonly Usd: "USD";
|
|
39
|
+
readonly Gbp: "GBP";
|
|
40
|
+
readonly Chf: "CHF";
|
|
41
|
+
readonly Pln: "PLN";
|
|
42
|
+
readonly Aud: "AUD";
|
|
43
|
+
readonly Cad: "CAD";
|
|
44
|
+
readonly Ddk: "DDK";
|
|
45
|
+
readonly Huf: "HUF";
|
|
46
|
+
readonly Nok: "NOK";
|
|
47
|
+
readonly Sek: "SEK";
|
|
48
|
+
};
|
|
49
|
+
export type GeneralSettingClassCurrencyEnum = typeof GeneralSettingClassCurrencyEnum[keyof typeof GeneralSettingClassCurrencyEnum];
|
|
@@ -0,0 +1,33 @@
|
|
|
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.GeneralSettingClassCurrencyEnum = exports.GeneralSettingClassSettlementTypeEnum = void 0;
|
|
17
|
+
exports.GeneralSettingClassSettlementTypeEnum = {
|
|
18
|
+
CompleteClaim: 'COMPLETE_CLAIM',
|
|
19
|
+
PartialClaim: 'PARTIAL_CLAIM'
|
|
20
|
+
};
|
|
21
|
+
exports.GeneralSettingClassCurrencyEnum = {
|
|
22
|
+
Eur: 'EUR',
|
|
23
|
+
Usd: 'USD',
|
|
24
|
+
Gbp: 'GBP',
|
|
25
|
+
Chf: 'CHF',
|
|
26
|
+
Pln: 'PLN',
|
|
27
|
+
Aud: 'AUD',
|
|
28
|
+
Cad: 'CAD',
|
|
29
|
+
Ddk: 'DDK',
|
|
30
|
+
Huf: 'HUF',
|
|
31
|
+
Nok: 'NOK',
|
|
32
|
+
Sek: 'SEK'
|
|
33
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { TariffSummaryClass } from './tariff-summary-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetProductConfigTariffsResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface GetProductConfigTariffsResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* List of tariff variations
|
|
21
|
+
* @type {Array<TariffSummaryClass>}
|
|
22
|
+
* @memberof GetProductConfigTariffsResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'tariffs': Array<TariffSummaryClass>;
|
|
25
|
+
/**
|
|
26
|
+
* Total amount of items.
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof GetProductConfigTariffsResponseClass
|
|
29
|
+
*/
|
|
30
|
+
'totalItems': number;
|
|
31
|
+
}
|
|
@@ -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 });
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
export * from './activate-policy-request-dto';
|
|
2
2
|
export * from './activate-policy-response-class';
|
|
3
|
+
export * from './amount-with-limit-class';
|
|
3
4
|
export * from './bank-transfer-dto';
|
|
4
5
|
export * from './billing-address-dto';
|
|
5
6
|
export * from './booking-funnel-class';
|
|
6
7
|
export * from './calculate-custom-premium-request-dto';
|
|
7
8
|
export * from './calculate-premium-request-dto';
|
|
8
9
|
export * from './calculate-product-fields-request-dto';
|
|
10
|
+
export * from './calculated-policy-object-class';
|
|
11
|
+
export * from './calculation-errors-class';
|
|
12
|
+
export * from './calculation-item-errors-class';
|
|
13
|
+
export * from './calculation-message-class';
|
|
14
|
+
export * from './category-calculation-order-class';
|
|
15
|
+
export * from './category-calculation-step-class';
|
|
16
|
+
export * from './category-class';
|
|
17
|
+
export * from './category-coverage-summary-class';
|
|
18
|
+
export * from './category-definition-class';
|
|
19
|
+
export * from './claim-config-class';
|
|
20
|
+
export * from './claim-position-fields-class';
|
|
9
21
|
export * from './clone-lead-request-dto';
|
|
10
22
|
export * from './clone-product-version-request-dto';
|
|
11
23
|
export * from './commission-agreement-class';
|
|
@@ -13,6 +25,9 @@ export * from './commission-agreement-item-class';
|
|
|
13
25
|
export * from './commission-agreement-product-class';
|
|
14
26
|
export * from './commission-agreement-version-class';
|
|
15
27
|
export * from './commission-recipient-class';
|
|
28
|
+
export * from './coverage-class';
|
|
29
|
+
export * from './coverage-definition-class';
|
|
30
|
+
export * from './coverage-term-class';
|
|
16
31
|
export * from './create-account-request-dto';
|
|
17
32
|
export * from './create-bank-account-request-dto';
|
|
18
33
|
export * from './create-booking-funnel-request-dto';
|
|
@@ -58,6 +73,8 @@ export * from './create-product-version-request-dto';
|
|
|
58
73
|
export * from './create-status-transition-rule-request-dto';
|
|
59
74
|
export * from './create-status-transition-rule-response-class';
|
|
60
75
|
export * from './csv-product-factor-dto';
|
|
76
|
+
export * from './custom-field-class';
|
|
77
|
+
export * from './deductible-class';
|
|
61
78
|
export * from './delete-draft-policy-request-dto';
|
|
62
79
|
export * from './delete-response-class';
|
|
63
80
|
export * from './emil-function-class';
|
|
@@ -66,6 +83,7 @@ export * from './empty-response-class';
|
|
|
66
83
|
export * from './execute-emil-function-request-dto';
|
|
67
84
|
export * from './filter-named-range-request-dto';
|
|
68
85
|
export * from './filter-named-range-response-class';
|
|
86
|
+
export * from './general-setting-class';
|
|
69
87
|
export * from './get-booking-funnel-response-class';
|
|
70
88
|
export * from './get-booking-funnel-version-request-dto';
|
|
71
89
|
export * from './get-commission-agreement-item-response-class';
|
|
@@ -88,6 +106,7 @@ export * from './get-policy-request-dto';
|
|
|
88
106
|
export * from './get-policy-response-class';
|
|
89
107
|
export * from './get-premium-formula-request-dto';
|
|
90
108
|
export * from './get-premium-formula-response-class';
|
|
109
|
+
export * from './get-product-config-tariffs-response-class';
|
|
91
110
|
export * from './get-product-factor-response-class';
|
|
92
111
|
export * from './get-product-factor-value-request-dto';
|
|
93
112
|
export * from './get-product-factor-value-response-class';
|
|
@@ -112,6 +131,7 @@ export * from './invoice-item-class';
|
|
|
112
131
|
export * from './invoice-status-class';
|
|
113
132
|
export * from './lead-bank-account-class';
|
|
114
133
|
export * from './lead-class';
|
|
134
|
+
export * from './lead-policy-object-class';
|
|
115
135
|
export * from './lead-status-class';
|
|
116
136
|
export * from './link-lead-partner-request-dto';
|
|
117
137
|
export * from './link-partner-request-dto';
|
|
@@ -169,6 +189,7 @@ export * from './premium-override-dto';
|
|
|
169
189
|
export * from './premium-override-request-class';
|
|
170
190
|
export * from './premium-override-request-dto';
|
|
171
191
|
export * from './product-class';
|
|
192
|
+
export * from './product-config-summary-class';
|
|
172
193
|
export * from './product-factor-class';
|
|
173
194
|
export * from './product-factor-for-version-class';
|
|
174
195
|
export * from './product-factor-value-class';
|
|
@@ -176,12 +197,19 @@ export * from './product-factor-value-for-version-class';
|
|
|
176
197
|
export * from './product-field-class';
|
|
177
198
|
export * from './product-field-type-class';
|
|
178
199
|
export * from './product-version-class';
|
|
200
|
+
export * from './rest-calculate-product-tariff-quote-request-dto';
|
|
201
|
+
export * from './rest-calculate-product-tariff-quote-response-class';
|
|
179
202
|
export * from './rest-clone-lead-account-request-dto';
|
|
203
|
+
export * from './rest-create-product-config-response-class';
|
|
204
|
+
export * from './rest-get-product-config-response-class';
|
|
205
|
+
export * from './rest-list-product-configs-response-class';
|
|
206
|
+
export * from './rest-update-product-config-response-class';
|
|
180
207
|
export * from './restore-policy-version-request-dto';
|
|
181
208
|
export * from './restore-policy-version-response-class';
|
|
182
209
|
export * from './sepa-dto';
|
|
183
210
|
export * from './shared-bank-transfer-response-class';
|
|
184
211
|
export * from './shared-billing-address-response-class';
|
|
212
|
+
export * from './shared-create-estimated-invoice-response-class';
|
|
185
213
|
export * from './shared-create-lead-policy-request-dto';
|
|
186
214
|
export * from './shared-create-payment-method-request-dto';
|
|
187
215
|
export * from './shared-eis-sepa-debit-dto';
|
|
@@ -192,8 +220,13 @@ export * from './shared-mandate-hash-data-dto';
|
|
|
192
220
|
export * from './shared-mandate-hash-data-response-class';
|
|
193
221
|
export * from './shared-mandate-response-class';
|
|
194
222
|
export * from './shared-payment-method-response-class';
|
|
223
|
+
export * from './shared-product-config-class';
|
|
224
|
+
export * from './shared-product-config-data-class';
|
|
195
225
|
export * from './shared-product-field-class';
|
|
226
|
+
export * from './shared-product-field-override-class';
|
|
227
|
+
export * from './shared-product-tariff-quote-class';
|
|
196
228
|
export * from './shared-sepa-response-class';
|
|
229
|
+
export * from './shared-tariff-variation-class';
|
|
197
230
|
export * from './shared-update-named-range-request-dto';
|
|
198
231
|
export * from './shared-update-premium-formula-request-dto';
|
|
199
232
|
export * from './status-transition-rule-class';
|
|
@@ -204,6 +237,12 @@ export * from './suspend-policy-response-class';
|
|
|
204
237
|
export * from './swap-premium-formulas-order-request-dto';
|
|
205
238
|
export * from './swap-product-fields-order-request-dto';
|
|
206
239
|
export * from './tag-class';
|
|
240
|
+
export * from './tariff-calculation-order-class';
|
|
241
|
+
export * from './tariff-calculation-step-class';
|
|
242
|
+
export * from './tariff-category-summary-class';
|
|
243
|
+
export * from './tariff-coverage-term-class';
|
|
244
|
+
export * from './tariff-info-class';
|
|
245
|
+
export * from './tariff-summary-class';
|
|
207
246
|
export * from './terminate-policy-request-dto';
|
|
208
247
|
export * from './terminate-policy-response-class';
|
|
209
248
|
export * from './timeslice-class';
|
|
@@ -245,4 +284,6 @@ export * from './update-status-transition-rule-request-dto';
|
|
|
245
284
|
export * from './update-status-transition-rule-response-class';
|
|
246
285
|
export * from './uploaded-document-dto';
|
|
247
286
|
export * from './validate-product-factors-request-dto';
|
|
287
|
+
export * from './waiting-period-class';
|
|
288
|
+
export * from './warning-class';
|
|
248
289
|
export * from './withdraw-policy-response-class';
|