@emilgroup/insurance-sdk-node 1.95.0 → 1.95.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/.openapi-generator/FILES +42 -0
  2. package/README.md +2 -2
  3. package/api/product-configs-api.ts +857 -0
  4. package/api.ts +2 -0
  5. package/dist/api/product-configs-api.d.ts +476 -0
  6. package/dist/api/product-configs-api.js +769 -0
  7. package/dist/api.d.ts +1 -0
  8. package/dist/api.js +1 -0
  9. package/dist/models/amount-with-limit-class.d.ts +30 -0
  10. package/dist/models/amount-with-limit-class.js +15 -0
  11. package/dist/models/calculated-policy-object-class.d.ts +36 -0
  12. package/dist/models/calculated-policy-object-class.js +15 -0
  13. package/dist/models/calculation-errors-class.d.ts +25 -0
  14. package/dist/models/calculation-errors-class.js +15 -0
  15. package/dist/models/calculation-item-errors-class.d.ts +43 -0
  16. package/dist/models/calculation-item-errors-class.js +15 -0
  17. package/dist/models/calculation-message-class.d.ts +30 -0
  18. package/dist/models/calculation-message-class.js +15 -0
  19. package/dist/models/category-calculation-order-class.d.ts +25 -0
  20. package/dist/models/category-calculation-order-class.js +15 -0
  21. package/dist/models/category-calculation-step-class.d.ts +58 -0
  22. package/dist/models/category-calculation-step-class.js +24 -0
  23. package/dist/models/category-class.d.ts +52 -0
  24. package/dist/models/category-class.js +15 -0
  25. package/dist/models/category-coverage-summary-class.d.ts +43 -0
  26. package/dist/models/category-coverage-summary-class.js +15 -0
  27. package/dist/models/category-definition-class.d.ts +43 -0
  28. package/dist/models/category-definition-class.js +15 -0
  29. package/dist/models/claim-config-class.d.ts +39 -0
  30. package/dist/models/claim-config-class.js +15 -0
  31. package/dist/models/claim-position-fields-class.d.ts +31 -0
  32. package/dist/models/claim-position-fields-class.js +15 -0
  33. package/dist/models/coverage-class.d.ts +31 -0
  34. package/dist/models/coverage-class.js +15 -0
  35. package/dist/models/coverage-definition-class.d.ts +36 -0
  36. package/dist/models/coverage-definition-class.js +15 -0
  37. package/dist/models/coverage-term-class.d.ts +66 -0
  38. package/dist/models/coverage-term-class.js +30 -0
  39. package/dist/models/create-product-field-request-dto.d.ts +6 -0
  40. package/dist/models/custom-field-class.d.ts +52 -0
  41. package/dist/models/custom-field-class.js +25 -0
  42. package/dist/models/deductible-class.d.ts +60 -0
  43. package/dist/models/deductible-class.js +25 -0
  44. package/dist/models/general-setting-class.d.ts +49 -0
  45. package/dist/models/general-setting-class.js +33 -0
  46. package/dist/models/get-product-config-tariffs-response-class.d.ts +31 -0
  47. package/dist/models/get-product-config-tariffs-response-class.js +15 -0
  48. package/dist/models/index.d.ts +41 -0
  49. package/dist/models/index.js +41 -0
  50. package/dist/models/lead-policy-object-class.d.ts +42 -0
  51. package/dist/models/lead-policy-object-class.js +15 -0
  52. package/dist/models/product-config-summary-class.d.ts +72 -0
  53. package/dist/models/product-config-summary-class.js +15 -0
  54. package/dist/models/product-field-class.d.ts +6 -0
  55. package/dist/models/product-version-class.d.ts +6 -0
  56. package/dist/models/rest-calculate-product-tariff-quote-request-dto.d.ts +38 -0
  57. package/dist/models/rest-calculate-product-tariff-quote-request-dto.js +15 -0
  58. package/dist/models/rest-calculate-product-tariff-quote-response-class.d.ts +25 -0
  59. package/dist/models/rest-calculate-product-tariff-quote-response-class.js +15 -0
  60. package/dist/models/rest-create-product-config-response-class.d.ts +25 -0
  61. package/dist/models/rest-create-product-config-response-class.js +15 -0
  62. package/dist/models/rest-get-product-config-response-class.d.ts +25 -0
  63. package/dist/models/rest-get-product-config-response-class.js +15 -0
  64. package/dist/models/rest-list-product-configs-response-class.d.ts +43 -0
  65. package/dist/models/rest-list-product-configs-response-class.js +15 -0
  66. package/dist/models/rest-update-product-config-response-class.d.ts +25 -0
  67. package/dist/models/rest-update-product-config-response-class.js +15 -0
  68. package/dist/models/shared-create-estimated-invoice-response-class.d.ts +25 -0
  69. package/dist/models/shared-create-estimated-invoice-response-class.js +15 -0
  70. package/dist/models/shared-create-payment-method-request-dto.d.ts +2 -0
  71. package/dist/models/shared-create-payment-method-request-dto.js +3 -1
  72. package/dist/models/shared-payment-method-response-class.d.ts +2 -0
  73. package/dist/models/shared-payment-method-response-class.js +3 -1
  74. package/dist/models/shared-product-config-class.d.ts +79 -0
  75. package/dist/models/shared-product-config-class.js +15 -0
  76. package/dist/models/shared-product-config-data-class.d.ts +39 -0
  77. package/dist/models/shared-product-config-data-class.js +15 -0
  78. package/dist/models/shared-product-field-class.d.ts +6 -0
  79. package/dist/models/shared-product-field-override-class.d.ts +48 -0
  80. package/dist/models/shared-product-field-override-class.js +15 -0
  81. package/dist/models/shared-product-tariff-quote-class.d.ts +52 -0
  82. package/dist/models/shared-product-tariff-quote-class.js +15 -0
  83. package/dist/models/shared-tariff-variation-class.d.ts +73 -0
  84. package/dist/models/shared-tariff-variation-class.js +15 -0
  85. package/dist/models/tariff-calculation-order-class.d.ts +36 -0
  86. package/dist/models/tariff-calculation-order-class.js +20 -0
  87. package/dist/models/tariff-calculation-step-class.d.ts +58 -0
  88. package/dist/models/tariff-calculation-step-class.js +24 -0
  89. package/dist/models/tariff-category-summary-class.d.ts +57 -0
  90. package/dist/models/tariff-category-summary-class.js +15 -0
  91. package/dist/models/tariff-coverage-term-class.d.ts +60 -0
  92. package/dist/models/tariff-coverage-term-class.js +30 -0
  93. package/dist/models/tariff-info-class.d.ts +47 -0
  94. package/dist/models/tariff-info-class.js +20 -0
  95. package/dist/models/tariff-summary-class.d.ts +52 -0
  96. package/dist/models/tariff-summary-class.js +15 -0
  97. package/dist/models/update-product-field-request-dto.d.ts +6 -0
  98. package/dist/models/waiting-period-class.d.ts +40 -0
  99. package/dist/models/waiting-period-class.js +19 -0
  100. package/dist/models/warning-class.d.ts +41 -0
  101. package/dist/models/warning-class.js +20 -0
  102. package/models/amount-with-limit-class.ts +36 -0
  103. package/models/calculated-policy-object-class.ts +42 -0
  104. package/models/calculation-errors-class.ts +31 -0
  105. package/models/calculation-item-errors-class.ts +49 -0
  106. package/models/calculation-message-class.ts +36 -0
  107. package/models/category-calculation-order-class.ts +31 -0
  108. package/models/category-calculation-step-class.ts +68 -0
  109. package/models/category-class.ts +58 -0
  110. package/models/category-coverage-summary-class.ts +49 -0
  111. package/models/category-definition-class.ts +49 -0
  112. package/models/claim-config-class.ts +45 -0
  113. package/models/claim-position-fields-class.ts +37 -0
  114. package/models/coverage-class.ts +37 -0
  115. package/models/coverage-definition-class.ts +42 -0
  116. package/models/coverage-term-class.ts +77 -0
  117. package/models/create-product-field-request-dto.ts +6 -0
  118. package/models/custom-field-class.ts +61 -0
  119. package/models/deductible-class.ts +70 -0
  120. package/models/general-setting-class.ts +59 -0
  121. package/models/get-product-config-tariffs-response-class.ts +37 -0
  122. package/models/index.ts +41 -0
  123. package/models/lead-policy-object-class.ts +48 -0
  124. package/models/product-config-summary-class.ts +78 -0
  125. package/models/product-field-class.ts +6 -0
  126. package/models/product-version-class.ts +6 -0
  127. package/models/rest-calculate-product-tariff-quote-request-dto.ts +44 -0
  128. package/models/rest-calculate-product-tariff-quote-response-class.ts +31 -0
  129. package/models/rest-create-product-config-response-class.ts +31 -0
  130. package/models/rest-get-product-config-response-class.ts +31 -0
  131. package/models/rest-list-product-configs-response-class.ts +49 -0
  132. package/models/rest-update-product-config-response-class.ts +31 -0
  133. package/models/shared-create-estimated-invoice-response-class.ts +31 -0
  134. package/models/shared-create-payment-method-request-dto.ts +3 -1
  135. package/models/shared-payment-method-response-class.ts +3 -1
  136. package/models/shared-product-config-class.ts +85 -0
  137. package/models/shared-product-config-data-class.ts +45 -0
  138. package/models/shared-product-field-class.ts +6 -0
  139. package/models/shared-product-field-override-class.ts +54 -0
  140. package/models/shared-product-tariff-quote-class.ts +58 -0
  141. package/models/shared-tariff-variation-class.ts +79 -0
  142. package/models/tariff-calculation-order-class.ts +45 -0
  143. package/models/tariff-calculation-step-class.ts +68 -0
  144. package/models/tariff-category-summary-class.ts +63 -0
  145. package/models/tariff-coverage-term-class.ts +71 -0
  146. package/models/tariff-info-class.ts +56 -0
  147. package/models/tariff-summary-class.ts +58 -0
  148. package/models/update-product-field-request-dto.ts +6 -0
  149. package/models/waiting-period-class.ts +49 -0
  150. package/models/warning-class.ts +50 -0
  151. package/package.json +1 -1
@@ -16,5 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.SharedPaymentMethodResponseClassTypeEnum = void 0;
17
17
  exports.SharedPaymentMethodResponseClassTypeEnum = {
18
18
  Sepa: 'sepa',
19
- Invoice: 'invoice'
19
+ SepaDebit: 'sepa_debit',
20
+ Invoice: 'invoice',
21
+ BankTransfer: 'bank_transfer'
20
22
  };
@@ -0,0 +1,79 @@
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 { SharedProductConfigDataClass } from './shared-product-config-data-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SharedProductConfigClass
17
+ */
18
+ export interface SharedProductConfigClass {
19
+ /**
20
+ * Unique numeric identifier
21
+ * @type {number}
22
+ * @memberof SharedProductConfigClass
23
+ */
24
+ 'id': number;
25
+ /**
26
+ * Unique identifier for the object.
27
+ * @type {string}
28
+ * @memberof SharedProductConfigClass
29
+ */
30
+ 'code': string;
31
+ /**
32
+ * URL-friendly unique identifier
33
+ * @type {string}
34
+ * @memberof SharedProductConfigClass
35
+ */
36
+ 'slug': string;
37
+ /**
38
+ * URL-friendly product identifier
39
+ * @type {string}
40
+ * @memberof SharedProductConfigClass
41
+ */
42
+ 'productSlug': string;
43
+ /**
44
+ * Product version id
45
+ * @type {number}
46
+ * @memberof SharedProductConfigClass
47
+ */
48
+ 'productVersionId': number;
49
+ /**
50
+ * Identifier of the user who created the record.
51
+ * @type {string}
52
+ * @memberof SharedProductConfigClass
53
+ */
54
+ 'createdBy': string;
55
+ /**
56
+ * Identifier of the user who last updated the record.
57
+ * @type {string}
58
+ * @memberof SharedProductConfigClass
59
+ */
60
+ 'updatedBy': string;
61
+ /**
62
+ * Time at which the object was created.
63
+ * @type {string}
64
+ * @memberof SharedProductConfigClass
65
+ */
66
+ 'createdAt': string;
67
+ /**
68
+ * Time at which the object was updated.
69
+ * @type {string}
70
+ * @memberof SharedProductConfigClass
71
+ */
72
+ 'updatedAt': string;
73
+ /**
74
+ * Complete product config data
75
+ * @type {SharedProductConfigDataClass}
76
+ * @memberof SharedProductConfigClass
77
+ */
78
+ 'config': SharedProductConfigDataClass;
79
+ }
@@ -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,39 @@
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 { CategoryDefinitionClass } from './category-definition-class';
13
+ import { ClaimConfigClass } from './claim-config-class';
14
+ import { SharedTariffVariationClass } from './shared-tariff-variation-class';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface SharedProductConfigDataClass
19
+ */
20
+ export interface SharedProductConfigDataClass {
21
+ /**
22
+ * Claim configuration settings
23
+ * @type {ClaimConfigClass}
24
+ * @memberof SharedProductConfigDataClass
25
+ */
26
+ 'claimConfig': ClaimConfigClass;
27
+ /**
28
+ * List of tariff variation configurations
29
+ * @type {Array<SharedTariffVariationClass>}
30
+ * @memberof SharedProductConfigDataClass
31
+ */
32
+ 'tariffVariations': Array<SharedTariffVariationClass>;
33
+ /**
34
+ * List of category definitions used across tariff variations
35
+ * @type {Array<CategoryDefinitionClass>}
36
+ * @memberof SharedProductConfigDataClass
37
+ */
38
+ 'categoryDefinitions': Array<CategoryDefinitionClass>;
39
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL InsuranceService
6
+ * The EMIL InsuranceService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -81,6 +81,12 @@ export interface SharedProductFieldClass {
81
81
  * @memberof SharedProductFieldClass
82
82
  */
83
83
  'isEditableCustomerPortal': boolean;
84
+ /**
85
+ * Whether this field can be overridden by product config.
86
+ * @type {boolean}
87
+ * @memberof SharedProductFieldClass
88
+ */
89
+ 'isProductConfigOverridable': boolean;
84
90
  /**
85
91
  * Is this a system field? - System fields can neither be deleted nor modified
86
92
  * @type {boolean}
@@ -0,0 +1,48 @@
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 SharedProductFieldOverrideClass
16
+ */
17
+ export interface SharedProductFieldOverrideClass {
18
+ /**
19
+ * Name of the product field
20
+ * @type {string}
21
+ * @memberof SharedProductFieldOverrideClass
22
+ */
23
+ 'name': string;
24
+ /**
25
+ * Group of the product field
26
+ * @type {string}
27
+ * @memberof SharedProductFieldOverrideClass
28
+ */
29
+ 'group': string;
30
+ /**
31
+ * Id of the product field
32
+ * @type {number}
33
+ * @memberof SharedProductFieldOverrideClass
34
+ */
35
+ 'productFieldId': number;
36
+ /**
37
+ * Id of the insured object
38
+ * @type {number}
39
+ * @memberof SharedProductFieldOverrideClass
40
+ */
41
+ 'insuredObjectId': number;
42
+ /**
43
+ * Value of the product field
44
+ * @type {object}
45
+ * @memberof SharedProductFieldOverrideClass
46
+ */
47
+ 'value': object;
48
+ }
@@ -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,52 @@
1
+ /**
2
+ * EMIL InsuranceService
3
+ * The EMIL InsuranceService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CalculatedPolicyObjectClass } from './calculated-policy-object-class';
13
+ import { CalculationErrorsClass } from './calculation-errors-class';
14
+ import { LeadPolicyObjectClass } from './lead-policy-object-class';
15
+ import { SharedCreateEstimatedInvoiceResponseClass } from './shared-create-estimated-invoice-response-class';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface SharedProductTariffQuoteClass
20
+ */
21
+ export interface SharedProductTariffQuoteClass {
22
+ /**
23
+ * Tariff key
24
+ * @type {string}
25
+ * @memberof SharedProductTariffQuoteClass
26
+ */
27
+ 'tariffKey': string;
28
+ /**
29
+ * Estimated invoice
30
+ * @type {SharedCreateEstimatedInvoiceResponseClass}
31
+ * @memberof SharedProductTariffQuoteClass
32
+ */
33
+ 'estimatedInvoice': SharedCreateEstimatedInvoiceResponseClass;
34
+ /**
35
+ * 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
36
+ * @type {Array<LeadPolicyObjectClass>}
37
+ * @memberof SharedProductTariffQuoteClass
38
+ */
39
+ 'policyObjects': Array<LeadPolicyObjectClass>;
40
+ /**
41
+ * 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
42
+ * @type {Array<CalculatedPolicyObjectClass>}
43
+ * @memberof SharedProductTariffQuoteClass
44
+ */
45
+ 'calculatedPolicyObjects': Array<CalculatedPolicyObjectClass>;
46
+ /**
47
+ * Calculation errors
48
+ * @type {CalculationErrorsClass}
49
+ * @memberof SharedProductTariffQuoteClass
50
+ */
51
+ 'errors'?: CalculationErrorsClass;
52
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL InsuranceService
6
+ * The EMIL InsuranceService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,73 @@
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 { CategoryClass } from './category-class';
13
+ import { DeductibleClass } from './deductible-class';
14
+ import { SharedProductFieldOverrideClass } from './shared-product-field-override-class';
15
+ import { TariffCalculationOrderClass } from './tariff-calculation-order-class';
16
+ import { TariffCoverageTermClass } from './tariff-coverage-term-class';
17
+ import { TariffInfoClass } from './tariff-info-class';
18
+ import { WaitingPeriodClass } from './waiting-period-class';
19
+ /**
20
+ *
21
+ * @export
22
+ * @interface SharedTariffVariationClass
23
+ */
24
+ export interface SharedTariffVariationClass {
25
+ /**
26
+ * Unique identifier key for tariff variation
27
+ * @type {string}
28
+ * @memberof SharedTariffVariationClass
29
+ */
30
+ 'key': string;
31
+ /**
32
+ * Tariff variation display information
33
+ * @type {TariffInfoClass}
34
+ * @memberof SharedTariffVariationClass
35
+ */
36
+ 'info': TariffInfoClass;
37
+ /**
38
+ * Tariff coverage term
39
+ * @type {TariffCoverageTermClass}
40
+ * @memberof SharedTariffVariationClass
41
+ */
42
+ 'coverageTerm': TariffCoverageTermClass;
43
+ /**
44
+ * List of tariff variation categories
45
+ * @type {Array<CategoryClass>}
46
+ * @memberof SharedTariffVariationClass
47
+ */
48
+ 'categories': Array<CategoryClass>;
49
+ /**
50
+ * List of tariff variation deductibles
51
+ * @type {Array<DeductibleClass>}
52
+ * @memberof SharedTariffVariationClass
53
+ */
54
+ 'deductibles': Array<DeductibleClass>;
55
+ /**
56
+ * Custom field values that override product field values
57
+ * @type {Array<SharedProductFieldOverrideClass>}
58
+ * @memberof SharedTariffVariationClass
59
+ */
60
+ 'productFieldOverrides': Array<SharedProductFieldOverrideClass>;
61
+ /**
62
+ * Tariff calculation order configuration
63
+ * @type {TariffCalculationOrderClass}
64
+ * @memberof SharedTariffVariationClass
65
+ */
66
+ 'calculationOrder': TariffCalculationOrderClass;
67
+ /**
68
+ * Waiting period before tariff coverage applies
69
+ * @type {WaitingPeriodClass}
70
+ * @memberof SharedTariffVariationClass
71
+ */
72
+ 'waitingPeriod': WaitingPeriodClass;
73
+ }
@@ -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
+ import { TariffCalculationStepClass } from './tariff-calculation-step-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TariffCalculationOrderClass
17
+ */
18
+ export interface TariffCalculationOrderClass {
19
+ /**
20
+ * Ordered list of tariff calculation steps
21
+ * @type {Array<TariffCalculationStepClass>}
22
+ * @memberof TariffCalculationOrderClass
23
+ */
24
+ 'steps': Array<TariffCalculationStepClass>;
25
+ /**
26
+ * Defines when tariff steps run relative to category steps
27
+ * @type {string}
28
+ * @memberof TariffCalculationOrderClass
29
+ */
30
+ 'tariffExecutionOrder': TariffCalculationOrderClassTariffExecutionOrderEnum;
31
+ }
32
+ export declare const TariffCalculationOrderClassTariffExecutionOrderEnum: {
33
+ readonly BeforeCategory: "BEFORE_CATEGORY";
34
+ readonly AfterCategory: "AFTER_CATEGORY";
35
+ };
36
+ export type TariffCalculationOrderClassTariffExecutionOrderEnum = typeof TariffCalculationOrderClassTariffExecutionOrderEnum[keyof typeof TariffCalculationOrderClassTariffExecutionOrderEnum];
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL InsuranceService
6
+ * The EMIL InsuranceService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.TariffCalculationOrderClassTariffExecutionOrderEnum = void 0;
17
+ exports.TariffCalculationOrderClassTariffExecutionOrderEnum = {
18
+ BeforeCategory: 'BEFORE_CATEGORY',
19
+ AfterCategory: 'AFTER_CATEGORY'
20
+ };
@@ -0,0 +1,58 @@
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 TariffCalculationStepClass
16
+ */
17
+ export interface TariffCalculationStepClass {
18
+ /**
19
+ * Unique key for the calculation step
20
+ * @type {string}
21
+ * @memberof TariffCalculationStepClass
22
+ */
23
+ 'key': string;
24
+ /**
25
+ * Execution order index for this step
26
+ * @type {number}
27
+ * @memberof TariffCalculationStepClass
28
+ */
29
+ 'order': number;
30
+ /**
31
+ * The level where this step applies
32
+ * @type {string}
33
+ * @memberof TariffCalculationStepClass
34
+ */
35
+ 'appliesTo': TariffCalculationStepClassAppliesToEnum;
36
+ /**
37
+ * Deductible key used when scope is deductible
38
+ * @type {string}
39
+ * @memberof TariffCalculationStepClass
40
+ */
41
+ 'deductibleKey'?: string;
42
+ /**
43
+ * Tariff calculation step type
44
+ * @type {string}
45
+ * @memberof TariffCalculationStepClass
46
+ */
47
+ 'type': TariffCalculationStepClassTypeEnum;
48
+ }
49
+ export declare const TariffCalculationStepClassAppliesToEnum: {
50
+ readonly Position: "position";
51
+ };
52
+ export type TariffCalculationStepClassAppliesToEnum = typeof TariffCalculationStepClassAppliesToEnum[keyof typeof TariffCalculationStepClassAppliesToEnum];
53
+ export declare const TariffCalculationStepClassTypeEnum: {
54
+ readonly Coverage: "coverage";
55
+ readonly Deductible: "deductible";
56
+ readonly ManualAdjustment: "manualAdjustment";
57
+ };
58
+ export type TariffCalculationStepClassTypeEnum = typeof TariffCalculationStepClassTypeEnum[keyof typeof TariffCalculationStepClassTypeEnum];
@@ -0,0 +1,24 @@
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.TariffCalculationStepClassTypeEnum = exports.TariffCalculationStepClassAppliesToEnum = void 0;
17
+ exports.TariffCalculationStepClassAppliesToEnum = {
18
+ Position: 'position'
19
+ };
20
+ exports.TariffCalculationStepClassTypeEnum = {
21
+ Coverage: 'coverage',
22
+ Deductible: 'deductible',
23
+ ManualAdjustment: 'manualAdjustment'
24
+ };
@@ -0,0 +1,57 @@
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 { CategoryCoverageSummaryClass } from './category-coverage-summary-class';
13
+ import { CoverageTermClass } from './coverage-term-class';
14
+ import { DeductibleClass } from './deductible-class';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface TariffCategorySummaryClass
19
+ */
20
+ export interface TariffCategorySummaryClass {
21
+ /**
22
+ * Unique identifier key for category
23
+ * @type {string}
24
+ * @memberof TariffCategorySummaryClass
25
+ */
26
+ 'key': string;
27
+ /**
28
+ * Display name shown to users
29
+ * @type {string}
30
+ * @memberof TariffCategorySummaryClass
31
+ */
32
+ 'label': string;
33
+ /**
34
+ * Category description
35
+ * @type {string}
36
+ * @memberof TariffCategorySummaryClass
37
+ */
38
+ 'description'?: string;
39
+ /**
40
+ * Category coverage term
41
+ * @type {CoverageTermClass}
42
+ * @memberof TariffCategorySummaryClass
43
+ */
44
+ 'coverageTerm': CoverageTermClass;
45
+ /**
46
+ * List of category coverages
47
+ * @type {Array<CategoryCoverageSummaryClass>}
48
+ * @memberof TariffCategorySummaryClass
49
+ */
50
+ 'coverages': Array<CategoryCoverageSummaryClass>;
51
+ /**
52
+ * List of category deductibles
53
+ * @type {Array<DeductibleClass>}
54
+ * @memberof TariffCategorySummaryClass
55
+ */
56
+ 'deductibles': Array<DeductibleClass>;
57
+ }
@@ -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,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 TariffCoverageTermClass
17
+ */
18
+ export interface TariffCoverageTermClass {
19
+ /**
20
+ * Coverage term type (fixed or percent)
21
+ * @type {string}
22
+ * @memberof TariffCoverageTermClass
23
+ */
24
+ 'type': TariffCoverageTermClassTypeEnum;
25
+ /**
26
+ * Time period over which the coverage term applies
27
+ * @type {string}
28
+ * @memberof TariffCoverageTermClass
29
+ */
30
+ 'period': TariffCoverageTermClassPeriodEnum;
31
+ /**
32
+ * Coverage term value - fixed amount or percentage (0..100) with maximum limit
33
+ * @type {AmountWithLimitClass}
34
+ * @memberof TariffCoverageTermClass
35
+ */
36
+ 'value': AmountWithLimitClass;
37
+ /**
38
+ * Method for calculating coverage proration
39
+ * @type {string}
40
+ * @memberof TariffCoverageTermClass
41
+ */
42
+ 'proRata': TariffCoverageTermClassProRataEnum;
43
+ }
44
+ export declare const TariffCoverageTermClassTypeEnum: {
45
+ readonly Fixed: "fixed";
46
+ readonly Percent: "percent";
47
+ };
48
+ export type TariffCoverageTermClassTypeEnum = typeof TariffCoverageTermClassTypeEnum[keyof typeof TariffCoverageTermClassTypeEnum];
49
+ export declare const TariffCoverageTermClassPeriodEnum: {
50
+ readonly CalendarYear: "CALENDAR_YEAR";
51
+ readonly PolicyYear: "POLICY_YEAR";
52
+ readonly PerClaim: "PER_CLAIM";
53
+ };
54
+ export type TariffCoverageTermClassPeriodEnum = typeof TariffCoverageTermClassPeriodEnum[keyof typeof TariffCoverageTermClassPeriodEnum];
55
+ export declare const TariffCoverageTermClassProRataEnum: {
56
+ readonly Disabled: "DISABLED";
57
+ readonly Enabled: "ENABLED";
58
+ readonly EnabledAfterWaitingPeriod: "ENABLED_AFTER_WAITING_PERIOD";
59
+ };
60
+ export type TariffCoverageTermClassProRataEnum = typeof TariffCoverageTermClassProRataEnum[keyof typeof TariffCoverageTermClassProRataEnum];