@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
|
@@ -32,6 +32,12 @@ export interface ProductVersionClass {
|
|
|
32
32
|
* @memberof ProductVersionClass
|
|
33
33
|
*/
|
|
34
34
|
'productId': number;
|
|
35
|
+
/**
|
|
36
|
+
* Product version code.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ProductVersionClass
|
|
39
|
+
*/
|
|
40
|
+
'code': string;
|
|
35
41
|
/**
|
|
36
42
|
* Product version description.
|
|
37
43
|
* @type {string}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { PremiumOverrideRequestDto } from './premium-override-request-dto';
|
|
17
|
+
import { SharedLeadPolicyObjectDto } from './shared-lead-policy-object-dto';
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @export
|
|
22
|
+
* @interface RestCalculateProductTariffQuoteRequestDto
|
|
23
|
+
*/
|
|
24
|
+
export interface RestCalculateProductTariffQuoteRequestDto {
|
|
25
|
+
/**
|
|
26
|
+
* Tariff key
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof RestCalculateProductTariffQuoteRequestDto
|
|
29
|
+
*/
|
|
30
|
+
'tariffKey': string;
|
|
31
|
+
/**
|
|
32
|
+
* The policy objects contains necessary information to create a policy. The Policy objects array will be validated if the \'validate\' flag is set to true
|
|
33
|
+
* @type {Array<SharedLeadPolicyObjectDto>}
|
|
34
|
+
* @memberof RestCalculateProductTariffQuoteRequestDto
|
|
35
|
+
*/
|
|
36
|
+
'policyObjects'?: Array<SharedLeadPolicyObjectDto>;
|
|
37
|
+
/**
|
|
38
|
+
* Premium Override is utilized to override the premium calculation. The premium formulas will be disregarded when this object is present. The premium override content will be validated if the \'validate\' flag is set to true.
|
|
39
|
+
* @type {PremiumOverrideRequestDto}
|
|
40
|
+
* @memberof RestCalculateProductTariffQuoteRequestDto
|
|
41
|
+
*/
|
|
42
|
+
'premiumOverride'?: PremiumOverrideRequestDto;
|
|
43
|
+
}
|
|
44
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { SharedProductTariffQuoteClass } from './shared-product-tariff-quote-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface RestCalculateProductTariffQuoteResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface RestCalculateProductTariffQuoteResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* Product tariff quote
|
|
26
|
+
* @type {SharedProductTariffQuoteClass}
|
|
27
|
+
* @memberof RestCalculateProductTariffQuoteResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'productTariffQuote': SharedProductTariffQuoteClass;
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { SharedProductConfigClass } from './shared-product-config-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface RestCreateProductConfigResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface RestCreateProductConfigResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* The product configuration
|
|
26
|
+
* @type {SharedProductConfigClass}
|
|
27
|
+
* @memberof RestCreateProductConfigResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'productConfig': SharedProductConfigClass;
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { SharedProductConfigClass } from './shared-product-config-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface RestGetProductConfigResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface RestGetProductConfigResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* The product configuration
|
|
26
|
+
* @type {SharedProductConfigClass}
|
|
27
|
+
* @memberof RestGetProductConfigResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'productConfig': SharedProductConfigClass;
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { ProductConfigSummaryClass } from './product-config-summary-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface RestListProductConfigsResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface RestListProductConfigsResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* List of product configurations
|
|
26
|
+
* @type {Array<ProductConfigSummaryClass>}
|
|
27
|
+
* @memberof RestListProductConfigsResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'items': Array<ProductConfigSummaryClass>;
|
|
30
|
+
/**
|
|
31
|
+
* Next page token.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof RestListProductConfigsResponseClass
|
|
34
|
+
*/
|
|
35
|
+
'nextPageToken': string;
|
|
36
|
+
/**
|
|
37
|
+
* Items per page.
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof RestListProductConfigsResponseClass
|
|
40
|
+
*/
|
|
41
|
+
'itemsPerPage': number;
|
|
42
|
+
/**
|
|
43
|
+
* Total amount of items.
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof RestListProductConfigsResponseClass
|
|
46
|
+
*/
|
|
47
|
+
'totalItems': number;
|
|
48
|
+
}
|
|
49
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { SharedProductConfigClass } from './shared-product-config-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface RestUpdateProductConfigResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface RestUpdateProductConfigResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* The product configuration
|
|
26
|
+
* @type {SharedProductConfigClass}
|
|
27
|
+
* @memberof RestUpdateProductConfigResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'productConfig': SharedProductConfigClass;
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { SharedInvoiceClass } from './shared-invoice-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface SharedCreateEstimatedInvoiceResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface SharedCreateEstimatedInvoiceResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* Invoice
|
|
26
|
+
* @type {SharedInvoiceClass}
|
|
27
|
+
* @memberof SharedCreateEstimatedInvoiceResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'invoice': SharedInvoiceClass;
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -57,7 +57,9 @@ export interface SharedCreatePaymentMethodRequestDto {
|
|
|
57
57
|
|
|
58
58
|
export const SharedCreatePaymentMethodRequestDtoTypeEnum = {
|
|
59
59
|
Sepa: 'sepa',
|
|
60
|
-
|
|
60
|
+
SepaDebit: 'sepa_debit',
|
|
61
|
+
Invoice: 'invoice',
|
|
62
|
+
BankTransfer: 'bank_transfer'
|
|
61
63
|
} as const;
|
|
62
64
|
|
|
63
65
|
export type SharedCreatePaymentMethodRequestDtoTypeEnum = typeof SharedCreatePaymentMethodRequestDtoTypeEnum[keyof typeof SharedCreatePaymentMethodRequestDtoTypeEnum];
|
|
@@ -57,7 +57,9 @@ export interface SharedPaymentMethodResponseClass {
|
|
|
57
57
|
|
|
58
58
|
export const SharedPaymentMethodResponseClassTypeEnum = {
|
|
59
59
|
Sepa: 'sepa',
|
|
60
|
-
|
|
60
|
+
SepaDebit: 'sepa_debit',
|
|
61
|
+
Invoice: 'invoice',
|
|
62
|
+
BankTransfer: 'bank_transfer'
|
|
61
63
|
} as const;
|
|
62
64
|
|
|
63
65
|
export type SharedPaymentMethodResponseClassTypeEnum = typeof SharedPaymentMethodResponseClassTypeEnum[keyof typeof SharedPaymentMethodResponseClassTypeEnum];
|
|
@@ -0,0 +1,85 @@
|
|
|
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 { SharedProductConfigDataClass } from './shared-product-config-data-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface SharedProductConfigClass
|
|
22
|
+
*/
|
|
23
|
+
export interface SharedProductConfigClass {
|
|
24
|
+
/**
|
|
25
|
+
* Unique numeric identifier
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof SharedProductConfigClass
|
|
28
|
+
*/
|
|
29
|
+
'id': number;
|
|
30
|
+
/**
|
|
31
|
+
* Unique identifier for the object.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SharedProductConfigClass
|
|
34
|
+
*/
|
|
35
|
+
'code': string;
|
|
36
|
+
/**
|
|
37
|
+
* URL-friendly unique identifier
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SharedProductConfigClass
|
|
40
|
+
*/
|
|
41
|
+
'slug': string;
|
|
42
|
+
/**
|
|
43
|
+
* URL-friendly product identifier
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SharedProductConfigClass
|
|
46
|
+
*/
|
|
47
|
+
'productSlug': string;
|
|
48
|
+
/**
|
|
49
|
+
* Product version id
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof SharedProductConfigClass
|
|
52
|
+
*/
|
|
53
|
+
'productVersionId': number;
|
|
54
|
+
/**
|
|
55
|
+
* Identifier of the user who created the record.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof SharedProductConfigClass
|
|
58
|
+
*/
|
|
59
|
+
'createdBy': string;
|
|
60
|
+
/**
|
|
61
|
+
* Identifier of the user who last updated the record.
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SharedProductConfigClass
|
|
64
|
+
*/
|
|
65
|
+
'updatedBy': string;
|
|
66
|
+
/**
|
|
67
|
+
* Time at which the object was created.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof SharedProductConfigClass
|
|
70
|
+
*/
|
|
71
|
+
'createdAt': string;
|
|
72
|
+
/**
|
|
73
|
+
* Time at which the object was updated.
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof SharedProductConfigClass
|
|
76
|
+
*/
|
|
77
|
+
'updatedAt': string;
|
|
78
|
+
/**
|
|
79
|
+
* Complete product config data
|
|
80
|
+
* @type {SharedProductConfigDataClass}
|
|
81
|
+
* @memberof SharedProductConfigClass
|
|
82
|
+
*/
|
|
83
|
+
'config': SharedProductConfigDataClass;
|
|
84
|
+
}
|
|
85
|
+
|
|
@@ -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 { CategoryDefinitionClass } from './category-definition-class';
|
|
17
|
+
import { ClaimConfigClass } from './claim-config-class';
|
|
18
|
+
import { SharedTariffVariationClass } from './shared-tariff-variation-class';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SharedProductConfigDataClass
|
|
24
|
+
*/
|
|
25
|
+
export interface SharedProductConfigDataClass {
|
|
26
|
+
/**
|
|
27
|
+
* Claim configuration settings
|
|
28
|
+
* @type {ClaimConfigClass}
|
|
29
|
+
* @memberof SharedProductConfigDataClass
|
|
30
|
+
*/
|
|
31
|
+
'claimConfig': ClaimConfigClass;
|
|
32
|
+
/**
|
|
33
|
+
* List of tariff variation configurations
|
|
34
|
+
* @type {Array<SharedTariffVariationClass>}
|
|
35
|
+
* @memberof SharedProductConfigDataClass
|
|
36
|
+
*/
|
|
37
|
+
'tariffVariations': Array<SharedTariffVariationClass>;
|
|
38
|
+
/**
|
|
39
|
+
* List of category definitions used across tariff variations
|
|
40
|
+
* @type {Array<CategoryDefinitionClass>}
|
|
41
|
+
* @memberof SharedProductConfigDataClass
|
|
42
|
+
*/
|
|
43
|
+
'categoryDefinitions': Array<CategoryDefinitionClass>;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -86,6 +86,12 @@ export interface SharedProductFieldClass {
|
|
|
86
86
|
* @memberof SharedProductFieldClass
|
|
87
87
|
*/
|
|
88
88
|
'isEditableCustomerPortal': boolean;
|
|
89
|
+
/**
|
|
90
|
+
* Whether this field can be overridden by product config.
|
|
91
|
+
* @type {boolean}
|
|
92
|
+
* @memberof SharedProductFieldClass
|
|
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}
|
|
@@ -0,0 +1,54 @@
|
|
|
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 SharedProductFieldOverrideClass
|
|
21
|
+
*/
|
|
22
|
+
export interface SharedProductFieldOverrideClass {
|
|
23
|
+
/**
|
|
24
|
+
* Name of the product field
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SharedProductFieldOverrideClass
|
|
27
|
+
*/
|
|
28
|
+
'name': string;
|
|
29
|
+
/**
|
|
30
|
+
* Group of the product field
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SharedProductFieldOverrideClass
|
|
33
|
+
*/
|
|
34
|
+
'group': string;
|
|
35
|
+
/**
|
|
36
|
+
* Id of the product field
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof SharedProductFieldOverrideClass
|
|
39
|
+
*/
|
|
40
|
+
'productFieldId': number;
|
|
41
|
+
/**
|
|
42
|
+
* Id of the insured object
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof SharedProductFieldOverrideClass
|
|
45
|
+
*/
|
|
46
|
+
'insuredObjectId': number;
|
|
47
|
+
/**
|
|
48
|
+
* Value of the product field
|
|
49
|
+
* @type {object}
|
|
50
|
+
* @memberof SharedProductFieldOverrideClass
|
|
51
|
+
*/
|
|
52
|
+
'value': object;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL InsuranceService
|
|
5
|
+
* The EMIL InsuranceService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CalculatedPolicyObjectClass } from './calculated-policy-object-class';
|
|
17
|
+
import { CalculationErrorsClass } from './calculation-errors-class';
|
|
18
|
+
import { LeadPolicyObjectClass } from './lead-policy-object-class';
|
|
19
|
+
import { SharedCreateEstimatedInvoiceResponseClass } from './shared-create-estimated-invoice-response-class';
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @export
|
|
24
|
+
* @interface SharedProductTariffQuoteClass
|
|
25
|
+
*/
|
|
26
|
+
export interface SharedProductTariffQuoteClass {
|
|
27
|
+
/**
|
|
28
|
+
* Tariff key
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof SharedProductTariffQuoteClass
|
|
31
|
+
*/
|
|
32
|
+
'tariffKey': string;
|
|
33
|
+
/**
|
|
34
|
+
* Estimated invoice
|
|
35
|
+
* @type {SharedCreateEstimatedInvoiceResponseClass}
|
|
36
|
+
* @memberof SharedProductTariffQuoteClass
|
|
37
|
+
*/
|
|
38
|
+
'estimatedInvoice': SharedCreateEstimatedInvoiceResponseClass;
|
|
39
|
+
/**
|
|
40
|
+
* The policy objects contains necessary information to create a policy. The Policy objects array will be validated if the \'validate\' flag is set to true
|
|
41
|
+
* @type {Array<LeadPolicyObjectClass>}
|
|
42
|
+
* @memberof SharedProductTariffQuoteClass
|
|
43
|
+
*/
|
|
44
|
+
'policyObjects': Array<LeadPolicyObjectClass>;
|
|
45
|
+
/**
|
|
46
|
+
* The policy objects contains necessary information to create a policy. The Policy objects array will be validated if the \'validate\' flag is set to true
|
|
47
|
+
* @type {Array<CalculatedPolicyObjectClass>}
|
|
48
|
+
* @memberof SharedProductTariffQuoteClass
|
|
49
|
+
*/
|
|
50
|
+
'calculatedPolicyObjects': Array<CalculatedPolicyObjectClass>;
|
|
51
|
+
/**
|
|
52
|
+
* Calculation errors
|
|
53
|
+
* @type {CalculationErrorsClass}
|
|
54
|
+
* @memberof SharedProductTariffQuoteClass
|
|
55
|
+
*/
|
|
56
|
+
'errors'?: CalculationErrorsClass;
|
|
57
|
+
}
|
|
58
|
+
|
|
@@ -0,0 +1,86 @@
|
|
|
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 { ApprovalLimitClass } from './approval-limit-class';
|
|
17
|
+
import { CategoryClass } from './category-class';
|
|
18
|
+
import { DeductibleClass } from './deductible-class';
|
|
19
|
+
import { SharedProductFieldOverrideClass } from './shared-product-field-override-class';
|
|
20
|
+
import { TariffCalculationOrderClass } from './tariff-calculation-order-class';
|
|
21
|
+
import { TariffCoverageTermClass } from './tariff-coverage-term-class';
|
|
22
|
+
import { TariffInfoClass } from './tariff-info-class';
|
|
23
|
+
import { WaitingPeriodClass } from './waiting-period-class';
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @export
|
|
28
|
+
* @interface SharedTariffVariationClass
|
|
29
|
+
*/
|
|
30
|
+
export interface SharedTariffVariationClass {
|
|
31
|
+
/**
|
|
32
|
+
* Unique identifier key for tariff variation
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof SharedTariffVariationClass
|
|
35
|
+
*/
|
|
36
|
+
'key': string;
|
|
37
|
+
/**
|
|
38
|
+
* Tariff variation display information
|
|
39
|
+
* @type {TariffInfoClass}
|
|
40
|
+
* @memberof SharedTariffVariationClass
|
|
41
|
+
*/
|
|
42
|
+
'info': TariffInfoClass;
|
|
43
|
+
/**
|
|
44
|
+
* Tariff coverage term
|
|
45
|
+
* @type {TariffCoverageTermClass}
|
|
46
|
+
* @memberof SharedTariffVariationClass
|
|
47
|
+
*/
|
|
48
|
+
'coverageTerm': TariffCoverageTermClass;
|
|
49
|
+
/**
|
|
50
|
+
* List of tariff variation categories
|
|
51
|
+
* @type {Array<CategoryClass>}
|
|
52
|
+
* @memberof SharedTariffVariationClass
|
|
53
|
+
*/
|
|
54
|
+
'categories': Array<CategoryClass>;
|
|
55
|
+
/**
|
|
56
|
+
* List of tariff variation deductibles
|
|
57
|
+
* @type {Array<DeductibleClass>}
|
|
58
|
+
* @memberof SharedTariffVariationClass
|
|
59
|
+
*/
|
|
60
|
+
'deductibles': Array<DeductibleClass>;
|
|
61
|
+
/**
|
|
62
|
+
* Custom field values that override product field values
|
|
63
|
+
* @type {Array<SharedProductFieldOverrideClass>}
|
|
64
|
+
* @memberof SharedTariffVariationClass
|
|
65
|
+
*/
|
|
66
|
+
'productFieldOverrides': Array<SharedProductFieldOverrideClass>;
|
|
67
|
+
/**
|
|
68
|
+
* Tariff calculation order configuration
|
|
69
|
+
* @type {TariffCalculationOrderClass}
|
|
70
|
+
* @memberof SharedTariffVariationClass
|
|
71
|
+
*/
|
|
72
|
+
'calculationOrder': TariffCalculationOrderClass;
|
|
73
|
+
/**
|
|
74
|
+
* Waiting period before tariff coverage applies
|
|
75
|
+
* @type {WaitingPeriodClass}
|
|
76
|
+
* @memberof SharedTariffVariationClass
|
|
77
|
+
*/
|
|
78
|
+
'waitingPeriod': WaitingPeriodClass;
|
|
79
|
+
/**
|
|
80
|
+
* Approval limits by role within the tariff variation
|
|
81
|
+
* @type {Array<ApprovalLimitClass>}
|
|
82
|
+
* @memberof SharedTariffVariationClass
|
|
83
|
+
*/
|
|
84
|
+
'approvalLimits': Array<ApprovalLimitClass>;
|
|
85
|
+
}
|
|
86
|
+
|
|
@@ -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 { TariffCalculationStepClass } from './tariff-calculation-step-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface TariffCalculationOrderClass
|
|
22
|
+
*/
|
|
23
|
+
export interface TariffCalculationOrderClass {
|
|
24
|
+
/**
|
|
25
|
+
* Ordered list of tariff calculation steps
|
|
26
|
+
* @type {Array<TariffCalculationStepClass>}
|
|
27
|
+
* @memberof TariffCalculationOrderClass
|
|
28
|
+
*/
|
|
29
|
+
'steps': Array<TariffCalculationStepClass>;
|
|
30
|
+
/**
|
|
31
|
+
* Defines when tariff steps run relative to category steps
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof TariffCalculationOrderClass
|
|
34
|
+
*/
|
|
35
|
+
'tariffExecutionOrder': TariffCalculationOrderClassTariffExecutionOrderEnum;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export const TariffCalculationOrderClassTariffExecutionOrderEnum = {
|
|
39
|
+
BeforeCategory: 'BEFORE_CATEGORY',
|
|
40
|
+
AfterCategory: 'AFTER_CATEGORY'
|
|
41
|
+
} as const;
|
|
42
|
+
|
|
43
|
+
export type TariffCalculationOrderClassTariffExecutionOrderEnum = typeof TariffCalculationOrderClassTariffExecutionOrderEnum[keyof typeof TariffCalculationOrderClassTariffExecutionOrderEnum];
|
|
44
|
+
|
|
45
|
+
|