@emilgroup/insurance-sdk-node 1.95.0 → 1.95.1-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +43 -0
- package/README.md +2 -2
- package/api/product-configs-api.ts +857 -0
- package/api/product-versions-api.ts +188 -0
- package/api.ts +2 -0
- package/dist/api/product-configs-api.d.ts +476 -0
- package/dist/api/product-configs-api.js +769 -0
- package/dist/api/product-versions-api.d.ts +110 -0
- package/dist/api/product-versions-api.js +129 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/models/amount-with-limit-class.d.ts +30 -0
- package/dist/models/amount-with-limit-class.js +15 -0
- package/dist/models/approval-limit-class.d.ts +30 -0
- package/dist/models/approval-limit-class.js +15 -0
- package/dist/models/calculated-policy-object-class.d.ts +36 -0
- package/dist/models/calculated-policy-object-class.js +15 -0
- package/dist/models/calculation-errors-class.d.ts +25 -0
- package/dist/models/calculation-errors-class.js +15 -0
- package/dist/models/calculation-item-errors-class.d.ts +43 -0
- package/dist/models/calculation-item-errors-class.js +15 -0
- package/dist/models/calculation-message-class.d.ts +30 -0
- package/dist/models/calculation-message-class.js +15 -0
- package/dist/models/category-calculation-order-class.d.ts +25 -0
- package/dist/models/category-calculation-order-class.js +15 -0
- package/dist/models/category-calculation-step-class.d.ts +58 -0
- package/dist/models/category-calculation-step-class.js +24 -0
- package/dist/models/category-class.d.ts +52 -0
- package/dist/models/category-class.js +15 -0
- package/dist/models/category-coverage-summary-class.d.ts +43 -0
- package/dist/models/category-coverage-summary-class.js +15 -0
- package/dist/models/category-definition-class.d.ts +43 -0
- package/dist/models/category-definition-class.js +15 -0
- package/dist/models/claim-config-class.d.ts +32 -0
- package/dist/models/claim-config-class.js +15 -0
- package/dist/models/claim-position-fields-class.d.ts +31 -0
- package/dist/models/claim-position-fields-class.js +15 -0
- package/dist/models/coverage-class.d.ts +31 -0
- package/dist/models/coverage-class.js +15 -0
- package/dist/models/coverage-definition-class.d.ts +36 -0
- package/dist/models/coverage-definition-class.js +15 -0
- package/dist/models/coverage-term-class.d.ts +66 -0
- package/dist/models/coverage-term-class.js +30 -0
- package/dist/models/create-product-field-request-dto.d.ts +6 -0
- package/dist/models/create-product-request-dto.d.ts +1 -0
- package/dist/models/create-product-request-dto.js +2 -1
- package/dist/models/custom-field-class.d.ts +52 -0
- package/dist/models/custom-field-class.js +25 -0
- package/dist/models/deductible-class.d.ts +60 -0
- package/dist/models/deductible-class.js +25 -0
- package/dist/models/general-setting-class.d.ts +49 -0
- package/dist/models/general-setting-class.js +33 -0
- package/dist/models/get-product-config-tariffs-response-class.d.ts +31 -0
- package/dist/models/get-product-config-tariffs-response-class.js +15 -0
- package/dist/models/index.d.ts +42 -0
- package/dist/models/index.js +42 -0
- package/dist/models/lead-policy-object-class.d.ts +42 -0
- package/dist/models/lead-policy-object-class.js +15 -0
- package/dist/models/list-product-versions-response-class.d.ts +31 -0
- package/dist/models/list-product-versions-response-class.js +15 -0
- package/dist/models/product-config-summary-class.d.ts +72 -0
- package/dist/models/product-config-summary-class.js +15 -0
- package/dist/models/product-field-class.d.ts +6 -0
- package/dist/models/product-version-class.d.ts +6 -0
- package/dist/models/rest-calculate-product-tariff-quote-request-dto.d.ts +38 -0
- package/dist/models/rest-calculate-product-tariff-quote-request-dto.js +15 -0
- package/dist/models/rest-calculate-product-tariff-quote-response-class.d.ts +25 -0
- package/dist/models/rest-calculate-product-tariff-quote-response-class.js +15 -0
- package/dist/models/rest-create-product-config-response-class.d.ts +25 -0
- package/dist/models/rest-create-product-config-response-class.js +15 -0
- package/dist/models/rest-get-product-config-response-class.d.ts +25 -0
- package/dist/models/rest-get-product-config-response-class.js +15 -0
- package/dist/models/rest-list-product-configs-response-class.d.ts +43 -0
- package/dist/models/rest-list-product-configs-response-class.js +15 -0
- package/dist/models/rest-update-product-config-response-class.d.ts +25 -0
- package/dist/models/rest-update-product-config-response-class.js +15 -0
- package/dist/models/shared-create-estimated-invoice-response-class.d.ts +25 -0
- package/dist/models/shared-create-estimated-invoice-response-class.js +15 -0
- package/dist/models/shared-create-payment-method-request-dto.d.ts +2 -0
- package/dist/models/shared-create-payment-method-request-dto.js +3 -1
- package/dist/models/shared-payment-method-response-class.d.ts +2 -0
- package/dist/models/shared-payment-method-response-class.js +3 -1
- package/dist/models/shared-product-config-class.d.ts +79 -0
- package/dist/models/shared-product-config-class.js +15 -0
- package/dist/models/shared-product-config-data-class.d.ts +39 -0
- package/dist/models/shared-product-config-data-class.js +15 -0
- package/dist/models/shared-product-field-class.d.ts +6 -0
- package/dist/models/shared-product-field-override-class.d.ts +48 -0
- package/dist/models/shared-product-field-override-class.js +15 -0
- package/dist/models/shared-product-tariff-quote-class.d.ts +52 -0
- package/dist/models/shared-product-tariff-quote-class.js +15 -0
- package/dist/models/shared-tariff-variation-class.d.ts +80 -0
- package/dist/models/shared-tariff-variation-class.js +15 -0
- package/dist/models/tariff-calculation-order-class.d.ts +36 -0
- package/dist/models/tariff-calculation-order-class.js +20 -0
- package/dist/models/tariff-calculation-step-class.d.ts +58 -0
- package/dist/models/tariff-calculation-step-class.js +24 -0
- package/dist/models/tariff-category-summary-class.d.ts +57 -0
- package/dist/models/tariff-category-summary-class.js +15 -0
- package/dist/models/tariff-coverage-term-class.d.ts +60 -0
- package/dist/models/tariff-coverage-term-class.js +30 -0
- package/dist/models/tariff-info-class.d.ts +47 -0
- package/dist/models/tariff-info-class.js +20 -0
- package/dist/models/tariff-summary-class.d.ts +52 -0
- package/dist/models/tariff-summary-class.js +15 -0
- package/dist/models/update-product-field-request-dto.d.ts +6 -0
- package/dist/models/waiting-period-class.d.ts +40 -0
- package/dist/models/waiting-period-class.js +19 -0
- package/models/amount-with-limit-class.ts +36 -0
- package/models/approval-limit-class.ts +36 -0
- package/models/calculated-policy-object-class.ts +42 -0
- package/models/calculation-errors-class.ts +31 -0
- package/models/calculation-item-errors-class.ts +49 -0
- package/models/calculation-message-class.ts +36 -0
- package/models/category-calculation-order-class.ts +31 -0
- package/models/category-calculation-step-class.ts +68 -0
- package/models/category-class.ts +58 -0
- package/models/category-coverage-summary-class.ts +49 -0
- package/models/category-definition-class.ts +49 -0
- package/models/claim-config-class.ts +38 -0
- package/models/claim-position-fields-class.ts +37 -0
- package/models/coverage-class.ts +37 -0
- package/models/coverage-definition-class.ts +42 -0
- package/models/coverage-term-class.ts +77 -0
- package/models/create-product-field-request-dto.ts +6 -0
- package/models/create-product-request-dto.ts +2 -1
- package/models/custom-field-class.ts +61 -0
- package/models/deductible-class.ts +70 -0
- package/models/general-setting-class.ts +59 -0
- package/models/get-product-config-tariffs-response-class.ts +37 -0
- package/models/index.ts +42 -0
- package/models/lead-policy-object-class.ts +48 -0
- package/models/list-product-versions-response-class.ts +37 -0
- package/models/product-config-summary-class.ts +78 -0
- package/models/product-field-class.ts +6 -0
- package/models/product-version-class.ts +6 -0
- package/models/rest-calculate-product-tariff-quote-request-dto.ts +44 -0
- package/models/rest-calculate-product-tariff-quote-response-class.ts +31 -0
- package/models/rest-create-product-config-response-class.ts +31 -0
- package/models/rest-get-product-config-response-class.ts +31 -0
- package/models/rest-list-product-configs-response-class.ts +49 -0
- package/models/rest-update-product-config-response-class.ts +31 -0
- package/models/shared-create-estimated-invoice-response-class.ts +31 -0
- package/models/shared-create-payment-method-request-dto.ts +3 -1
- package/models/shared-payment-method-response-class.ts +3 -1
- package/models/shared-product-config-class.ts +85 -0
- package/models/shared-product-config-data-class.ts +45 -0
- package/models/shared-product-field-class.ts +6 -0
- package/models/shared-product-field-override-class.ts +54 -0
- package/models/shared-product-tariff-quote-class.ts +58 -0
- package/models/shared-tariff-variation-class.ts +86 -0
- package/models/tariff-calculation-order-class.ts +45 -0
- package/models/tariff-calculation-step-class.ts +68 -0
- package/models/tariff-category-summary-class.ts +63 -0
- package/models/tariff-coverage-term-class.ts +71 -0
- package/models/tariff-info-class.ts +56 -0
- package/models/tariff-summary-class.ts +58 -0
- package/models/update-product-field-request-dto.ts +6 -0
- package/models/waiting-period-class.ts +49 -0
- package/package.json +1 -1
|
@@ -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}
|
|
@@ -64,7 +64,8 @@ export const CreateProductRequestDtoInsuredObjectTypesEnum = {
|
|
|
64
64
|
LegalProtection: 'legalProtection',
|
|
65
65
|
Accident: 'accident',
|
|
66
66
|
Travel: 'travel',
|
|
67
|
-
Device: 'device'
|
|
67
|
+
Device: 'device',
|
|
68
|
+
Coverage: 'coverage'
|
|
68
69
|
} as const;
|
|
69
70
|
|
|
70
71
|
export type CreateProductRequestDtoInsuredObjectTypesEnum = typeof CreateProductRequestDtoInsuredObjectTypesEnum[keyof typeof CreateProductRequestDtoInsuredObjectTypesEnum];
|
|
@@ -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
|
+
|
package/models/index.ts
CHANGED
|
@@ -1,11 +1,24 @@
|
|
|
1
1
|
export * from './activate-policy-request-dto';
|
|
2
2
|
export * from './activate-policy-response-class';
|
|
3
|
+
export * from './amount-with-limit-class';
|
|
4
|
+
export * from './approval-limit-class';
|
|
3
5
|
export * from './bank-transfer-dto';
|
|
4
6
|
export * from './billing-address-dto';
|
|
5
7
|
export * from './booking-funnel-class';
|
|
6
8
|
export * from './calculate-custom-premium-request-dto';
|
|
7
9
|
export * from './calculate-premium-request-dto';
|
|
8
10
|
export * from './calculate-product-fields-request-dto';
|
|
11
|
+
export * from './calculated-policy-object-class';
|
|
12
|
+
export * from './calculation-errors-class';
|
|
13
|
+
export * from './calculation-item-errors-class';
|
|
14
|
+
export * from './calculation-message-class';
|
|
15
|
+
export * from './category-calculation-order-class';
|
|
16
|
+
export * from './category-calculation-step-class';
|
|
17
|
+
export * from './category-class';
|
|
18
|
+
export * from './category-coverage-summary-class';
|
|
19
|
+
export * from './category-definition-class';
|
|
20
|
+
export * from './claim-config-class';
|
|
21
|
+
export * from './claim-position-fields-class';
|
|
9
22
|
export * from './clone-lead-request-dto';
|
|
10
23
|
export * from './clone-product-version-request-dto';
|
|
11
24
|
export * from './commission-agreement-class';
|
|
@@ -13,6 +26,9 @@ export * from './commission-agreement-item-class';
|
|
|
13
26
|
export * from './commission-agreement-product-class';
|
|
14
27
|
export * from './commission-agreement-version-class';
|
|
15
28
|
export * from './commission-recipient-class';
|
|
29
|
+
export * from './coverage-class';
|
|
30
|
+
export * from './coverage-definition-class';
|
|
31
|
+
export * from './coverage-term-class';
|
|
16
32
|
export * from './create-account-request-dto';
|
|
17
33
|
export * from './create-bank-account-request-dto';
|
|
18
34
|
export * from './create-booking-funnel-request-dto';
|
|
@@ -58,6 +74,8 @@ export * from './create-product-version-request-dto';
|
|
|
58
74
|
export * from './create-status-transition-rule-request-dto';
|
|
59
75
|
export * from './create-status-transition-rule-response-class';
|
|
60
76
|
export * from './csv-product-factor-dto';
|
|
77
|
+
export * from './custom-field-class';
|
|
78
|
+
export * from './deductible-class';
|
|
61
79
|
export * from './delete-draft-policy-request-dto';
|
|
62
80
|
export * from './delete-response-class';
|
|
63
81
|
export * from './emil-function-class';
|
|
@@ -66,6 +84,7 @@ export * from './empty-response-class';
|
|
|
66
84
|
export * from './execute-emil-function-request-dto';
|
|
67
85
|
export * from './filter-named-range-request-dto';
|
|
68
86
|
export * from './filter-named-range-response-class';
|
|
87
|
+
export * from './general-setting-class';
|
|
69
88
|
export * from './get-booking-funnel-response-class';
|
|
70
89
|
export * from './get-booking-funnel-version-request-dto';
|
|
71
90
|
export * from './get-commission-agreement-item-response-class';
|
|
@@ -88,6 +107,7 @@ export * from './get-policy-request-dto';
|
|
|
88
107
|
export * from './get-policy-response-class';
|
|
89
108
|
export * from './get-premium-formula-request-dto';
|
|
90
109
|
export * from './get-premium-formula-response-class';
|
|
110
|
+
export * from './get-product-config-tariffs-response-class';
|
|
91
111
|
export * from './get-product-factor-response-class';
|
|
92
112
|
export * from './get-product-factor-value-request-dto';
|
|
93
113
|
export * from './get-product-factor-value-response-class';
|
|
@@ -112,6 +132,7 @@ export * from './invoice-item-class';
|
|
|
112
132
|
export * from './invoice-status-class';
|
|
113
133
|
export * from './lead-bank-account-class';
|
|
114
134
|
export * from './lead-class';
|
|
135
|
+
export * from './lead-policy-object-class';
|
|
115
136
|
export * from './lead-status-class';
|
|
116
137
|
export * from './link-lead-partner-request-dto';
|
|
117
138
|
export * from './link-partner-request-dto';
|
|
@@ -141,6 +162,7 @@ export * from './list-premium-formulas-response-class';
|
|
|
141
162
|
export * from './list-product-factors-response-class';
|
|
142
163
|
export * from './list-product-field-types-response-class';
|
|
143
164
|
export * from './list-product-fields-response-class';
|
|
165
|
+
export * from './list-product-versions-response-class';
|
|
144
166
|
export * from './list-products-response-class';
|
|
145
167
|
export * from './list-request-dto';
|
|
146
168
|
export * from './list-status-transition-rules-response-class';
|
|
@@ -169,6 +191,7 @@ export * from './premium-override-dto';
|
|
|
169
191
|
export * from './premium-override-request-class';
|
|
170
192
|
export * from './premium-override-request-dto';
|
|
171
193
|
export * from './product-class';
|
|
194
|
+
export * from './product-config-summary-class';
|
|
172
195
|
export * from './product-factor-class';
|
|
173
196
|
export * from './product-factor-for-version-class';
|
|
174
197
|
export * from './product-factor-value-class';
|
|
@@ -176,12 +199,19 @@ export * from './product-factor-value-for-version-class';
|
|
|
176
199
|
export * from './product-field-class';
|
|
177
200
|
export * from './product-field-type-class';
|
|
178
201
|
export * from './product-version-class';
|
|
202
|
+
export * from './rest-calculate-product-tariff-quote-request-dto';
|
|
203
|
+
export * from './rest-calculate-product-tariff-quote-response-class';
|
|
179
204
|
export * from './rest-clone-lead-account-request-dto';
|
|
205
|
+
export * from './rest-create-product-config-response-class';
|
|
206
|
+
export * from './rest-get-product-config-response-class';
|
|
207
|
+
export * from './rest-list-product-configs-response-class';
|
|
208
|
+
export * from './rest-update-product-config-response-class';
|
|
180
209
|
export * from './restore-policy-version-request-dto';
|
|
181
210
|
export * from './restore-policy-version-response-class';
|
|
182
211
|
export * from './sepa-dto';
|
|
183
212
|
export * from './shared-bank-transfer-response-class';
|
|
184
213
|
export * from './shared-billing-address-response-class';
|
|
214
|
+
export * from './shared-create-estimated-invoice-response-class';
|
|
185
215
|
export * from './shared-create-lead-policy-request-dto';
|
|
186
216
|
export * from './shared-create-payment-method-request-dto';
|
|
187
217
|
export * from './shared-eis-sepa-debit-dto';
|
|
@@ -192,8 +222,13 @@ export * from './shared-mandate-hash-data-dto';
|
|
|
192
222
|
export * from './shared-mandate-hash-data-response-class';
|
|
193
223
|
export * from './shared-mandate-response-class';
|
|
194
224
|
export * from './shared-payment-method-response-class';
|
|
225
|
+
export * from './shared-product-config-class';
|
|
226
|
+
export * from './shared-product-config-data-class';
|
|
195
227
|
export * from './shared-product-field-class';
|
|
228
|
+
export * from './shared-product-field-override-class';
|
|
229
|
+
export * from './shared-product-tariff-quote-class';
|
|
196
230
|
export * from './shared-sepa-response-class';
|
|
231
|
+
export * from './shared-tariff-variation-class';
|
|
197
232
|
export * from './shared-update-named-range-request-dto';
|
|
198
233
|
export * from './shared-update-premium-formula-request-dto';
|
|
199
234
|
export * from './status-transition-rule-class';
|
|
@@ -204,6 +239,12 @@ export * from './suspend-policy-response-class';
|
|
|
204
239
|
export * from './swap-premium-formulas-order-request-dto';
|
|
205
240
|
export * from './swap-product-fields-order-request-dto';
|
|
206
241
|
export * from './tag-class';
|
|
242
|
+
export * from './tariff-calculation-order-class';
|
|
243
|
+
export * from './tariff-calculation-step-class';
|
|
244
|
+
export * from './tariff-category-summary-class';
|
|
245
|
+
export * from './tariff-coverage-term-class';
|
|
246
|
+
export * from './tariff-info-class';
|
|
247
|
+
export * from './tariff-summary-class';
|
|
207
248
|
export * from './terminate-policy-request-dto';
|
|
208
249
|
export * from './terminate-policy-response-class';
|
|
209
250
|
export * from './timeslice-class';
|
|
@@ -245,4 +286,5 @@ export * from './update-status-transition-rule-request-dto';
|
|
|
245
286
|
export * from './update-status-transition-rule-response-class';
|
|
246
287
|
export * from './uploaded-document-dto';
|
|
247
288
|
export * from './validate-product-factors-request-dto';
|
|
289
|
+
export * from './waiting-period-class';
|
|
248
290
|
export * from './withdraw-policy-response-class';
|
|
@@ -0,0 +1,48 @@
|
|
|
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 LeadPolicyObjectClass
|
|
21
|
+
*/
|
|
22
|
+
export interface LeadPolicyObjectClass {
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier referencing the insured object.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof LeadPolicyObjectClass
|
|
27
|
+
*/
|
|
28
|
+
'insuredObjectId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Insured object name.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof LeadPolicyObjectClass
|
|
33
|
+
*/
|
|
34
|
+
'insuredObjectName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Insured object data.
|
|
37
|
+
* @type {object}
|
|
38
|
+
* @memberof LeadPolicyObjectClass
|
|
39
|
+
*/
|
|
40
|
+
'data'?: object;
|
|
41
|
+
/**
|
|
42
|
+
* Unique identifier of the policy object that this object belongs to.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof LeadPolicyObjectClass
|
|
45
|
+
*/
|
|
46
|
+
'code'?: string;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -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 { ProductVersionClass } from './product-version-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ListProductVersionsResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface ListProductVersionsResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* List of product versions.
|
|
26
|
+
* @type {Array<ProductVersionClass>}
|
|
27
|
+
* @memberof ListProductVersionsResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'items': Array<ProductVersionClass>;
|
|
30
|
+
/**
|
|
31
|
+
* Next page token.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ListProductVersionsResponseClass
|
|
34
|
+
*/
|
|
35
|
+
'nextPageToken': string;
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,78 @@
|
|
|
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 ProductConfigSummaryClass
|
|
21
|
+
*/
|
|
22
|
+
export interface ProductConfigSummaryClass {
|
|
23
|
+
/**
|
|
24
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ProductConfigSummaryClass
|
|
27
|
+
*/
|
|
28
|
+
'id': number;
|
|
29
|
+
/**
|
|
30
|
+
* Unique identifier for the object.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ProductConfigSummaryClass
|
|
33
|
+
*/
|
|
34
|
+
'code': string;
|
|
35
|
+
/**
|
|
36
|
+
* URL-friendly unique identifier
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ProductConfigSummaryClass
|
|
39
|
+
*/
|
|
40
|
+
'slug': string;
|
|
41
|
+
/**
|
|
42
|
+
* URL-friendly product identifier
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ProductConfigSummaryClass
|
|
45
|
+
*/
|
|
46
|
+
'productSlug': string;
|
|
47
|
+
/**
|
|
48
|
+
* Product version id
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof ProductConfigSummaryClass
|
|
51
|
+
*/
|
|
52
|
+
'productVersionId': number;
|
|
53
|
+
/**
|
|
54
|
+
* Identifier of the user who created the record.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ProductConfigSummaryClass
|
|
57
|
+
*/
|
|
58
|
+
'createdBy': string;
|
|
59
|
+
/**
|
|
60
|
+
* Identifier of the user who last updated the record.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ProductConfigSummaryClass
|
|
63
|
+
*/
|
|
64
|
+
'updatedBy': string;
|
|
65
|
+
/**
|
|
66
|
+
* Time at which the object was created.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof ProductConfigSummaryClass
|
|
69
|
+
*/
|
|
70
|
+
'createdAt': string;
|
|
71
|
+
/**
|
|
72
|
+
* Time at which the object was updated.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ProductConfigSummaryClass
|
|
75
|
+
*/
|
|
76
|
+
'updatedAt': string;
|
|
77
|
+
}
|
|
78
|
+
|
|
@@ -86,6 +86,12 @@ export interface ProductFieldClass {
|
|
|
86
86
|
* @memberof ProductFieldClass
|
|
87
87
|
*/
|
|
88
88
|
'isEditableCustomerPortal': boolean;
|
|
89
|
+
/**
|
|
90
|
+
* Whether this field can be overridden by product config.
|
|
91
|
+
* @type {boolean}
|
|
92
|
+
* @memberof ProductFieldClass
|
|
93
|
+
*/
|
|
94
|
+
'isProductConfigOverridable': boolean;
|
|
89
95
|
/**
|
|
90
96
|
* Is this a system field? - System fields can neither be deleted nor modified
|
|
91
97
|
* @type {boolean}
|