@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,12 +16,24 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./activate-policy-request-dto"), exports);
18
18
  __exportStar(require("./activate-policy-response-class"), exports);
19
+ __exportStar(require("./amount-with-limit-class"), exports);
19
20
  __exportStar(require("./bank-transfer-dto"), exports);
20
21
  __exportStar(require("./billing-address-dto"), exports);
21
22
  __exportStar(require("./booking-funnel-class"), exports);
22
23
  __exportStar(require("./calculate-custom-premium-request-dto"), exports);
23
24
  __exportStar(require("./calculate-premium-request-dto"), exports);
24
25
  __exportStar(require("./calculate-product-fields-request-dto"), exports);
26
+ __exportStar(require("./calculated-policy-object-class"), exports);
27
+ __exportStar(require("./calculation-errors-class"), exports);
28
+ __exportStar(require("./calculation-item-errors-class"), exports);
29
+ __exportStar(require("./calculation-message-class"), exports);
30
+ __exportStar(require("./category-calculation-order-class"), exports);
31
+ __exportStar(require("./category-calculation-step-class"), exports);
32
+ __exportStar(require("./category-class"), exports);
33
+ __exportStar(require("./category-coverage-summary-class"), exports);
34
+ __exportStar(require("./category-definition-class"), exports);
35
+ __exportStar(require("./claim-config-class"), exports);
36
+ __exportStar(require("./claim-position-fields-class"), exports);
25
37
  __exportStar(require("./clone-lead-request-dto"), exports);
26
38
  __exportStar(require("./clone-product-version-request-dto"), exports);
27
39
  __exportStar(require("./commission-agreement-class"), exports);
@@ -29,6 +41,9 @@ __exportStar(require("./commission-agreement-item-class"), exports);
29
41
  __exportStar(require("./commission-agreement-product-class"), exports);
30
42
  __exportStar(require("./commission-agreement-version-class"), exports);
31
43
  __exportStar(require("./commission-recipient-class"), exports);
44
+ __exportStar(require("./coverage-class"), exports);
45
+ __exportStar(require("./coverage-definition-class"), exports);
46
+ __exportStar(require("./coverage-term-class"), exports);
32
47
  __exportStar(require("./create-account-request-dto"), exports);
33
48
  __exportStar(require("./create-bank-account-request-dto"), exports);
34
49
  __exportStar(require("./create-booking-funnel-request-dto"), exports);
@@ -74,6 +89,8 @@ __exportStar(require("./create-product-version-request-dto"), exports);
74
89
  __exportStar(require("./create-status-transition-rule-request-dto"), exports);
75
90
  __exportStar(require("./create-status-transition-rule-response-class"), exports);
76
91
  __exportStar(require("./csv-product-factor-dto"), exports);
92
+ __exportStar(require("./custom-field-class"), exports);
93
+ __exportStar(require("./deductible-class"), exports);
77
94
  __exportStar(require("./delete-draft-policy-request-dto"), exports);
78
95
  __exportStar(require("./delete-response-class"), exports);
79
96
  __exportStar(require("./emil-function-class"), exports);
@@ -82,6 +99,7 @@ __exportStar(require("./empty-response-class"), exports);
82
99
  __exportStar(require("./execute-emil-function-request-dto"), exports);
83
100
  __exportStar(require("./filter-named-range-request-dto"), exports);
84
101
  __exportStar(require("./filter-named-range-response-class"), exports);
102
+ __exportStar(require("./general-setting-class"), exports);
85
103
  __exportStar(require("./get-booking-funnel-response-class"), exports);
86
104
  __exportStar(require("./get-booking-funnel-version-request-dto"), exports);
87
105
  __exportStar(require("./get-commission-agreement-item-response-class"), exports);
@@ -104,6 +122,7 @@ __exportStar(require("./get-policy-request-dto"), exports);
104
122
  __exportStar(require("./get-policy-response-class"), exports);
105
123
  __exportStar(require("./get-premium-formula-request-dto"), exports);
106
124
  __exportStar(require("./get-premium-formula-response-class"), exports);
125
+ __exportStar(require("./get-product-config-tariffs-response-class"), exports);
107
126
  __exportStar(require("./get-product-factor-response-class"), exports);
108
127
  __exportStar(require("./get-product-factor-value-request-dto"), exports);
109
128
  __exportStar(require("./get-product-factor-value-response-class"), exports);
@@ -128,6 +147,7 @@ __exportStar(require("./invoice-item-class"), exports);
128
147
  __exportStar(require("./invoice-status-class"), exports);
129
148
  __exportStar(require("./lead-bank-account-class"), exports);
130
149
  __exportStar(require("./lead-class"), exports);
150
+ __exportStar(require("./lead-policy-object-class"), exports);
131
151
  __exportStar(require("./lead-status-class"), exports);
132
152
  __exportStar(require("./link-lead-partner-request-dto"), exports);
133
153
  __exportStar(require("./link-partner-request-dto"), exports);
@@ -185,6 +205,7 @@ __exportStar(require("./premium-override-dto"), exports);
185
205
  __exportStar(require("./premium-override-request-class"), exports);
186
206
  __exportStar(require("./premium-override-request-dto"), exports);
187
207
  __exportStar(require("./product-class"), exports);
208
+ __exportStar(require("./product-config-summary-class"), exports);
188
209
  __exportStar(require("./product-factor-class"), exports);
189
210
  __exportStar(require("./product-factor-for-version-class"), exports);
190
211
  __exportStar(require("./product-factor-value-class"), exports);
@@ -192,12 +213,19 @@ __exportStar(require("./product-factor-value-for-version-class"), exports);
192
213
  __exportStar(require("./product-field-class"), exports);
193
214
  __exportStar(require("./product-field-type-class"), exports);
194
215
  __exportStar(require("./product-version-class"), exports);
216
+ __exportStar(require("./rest-calculate-product-tariff-quote-request-dto"), exports);
217
+ __exportStar(require("./rest-calculate-product-tariff-quote-response-class"), exports);
195
218
  __exportStar(require("./rest-clone-lead-account-request-dto"), exports);
219
+ __exportStar(require("./rest-create-product-config-response-class"), exports);
220
+ __exportStar(require("./rest-get-product-config-response-class"), exports);
221
+ __exportStar(require("./rest-list-product-configs-response-class"), exports);
222
+ __exportStar(require("./rest-update-product-config-response-class"), exports);
196
223
  __exportStar(require("./restore-policy-version-request-dto"), exports);
197
224
  __exportStar(require("./restore-policy-version-response-class"), exports);
198
225
  __exportStar(require("./sepa-dto"), exports);
199
226
  __exportStar(require("./shared-bank-transfer-response-class"), exports);
200
227
  __exportStar(require("./shared-billing-address-response-class"), exports);
228
+ __exportStar(require("./shared-create-estimated-invoice-response-class"), exports);
201
229
  __exportStar(require("./shared-create-lead-policy-request-dto"), exports);
202
230
  __exportStar(require("./shared-create-payment-method-request-dto"), exports);
203
231
  __exportStar(require("./shared-eis-sepa-debit-dto"), exports);
@@ -208,8 +236,13 @@ __exportStar(require("./shared-mandate-hash-data-dto"), exports);
208
236
  __exportStar(require("./shared-mandate-hash-data-response-class"), exports);
209
237
  __exportStar(require("./shared-mandate-response-class"), exports);
210
238
  __exportStar(require("./shared-payment-method-response-class"), exports);
239
+ __exportStar(require("./shared-product-config-class"), exports);
240
+ __exportStar(require("./shared-product-config-data-class"), exports);
211
241
  __exportStar(require("./shared-product-field-class"), exports);
242
+ __exportStar(require("./shared-product-field-override-class"), exports);
243
+ __exportStar(require("./shared-product-tariff-quote-class"), exports);
212
244
  __exportStar(require("./shared-sepa-response-class"), exports);
245
+ __exportStar(require("./shared-tariff-variation-class"), exports);
213
246
  __exportStar(require("./shared-update-named-range-request-dto"), exports);
214
247
  __exportStar(require("./shared-update-premium-formula-request-dto"), exports);
215
248
  __exportStar(require("./status-transition-rule-class"), exports);
@@ -220,6 +253,12 @@ __exportStar(require("./suspend-policy-response-class"), exports);
220
253
  __exportStar(require("./swap-premium-formulas-order-request-dto"), exports);
221
254
  __exportStar(require("./swap-product-fields-order-request-dto"), exports);
222
255
  __exportStar(require("./tag-class"), exports);
256
+ __exportStar(require("./tariff-calculation-order-class"), exports);
257
+ __exportStar(require("./tariff-calculation-step-class"), exports);
258
+ __exportStar(require("./tariff-category-summary-class"), exports);
259
+ __exportStar(require("./tariff-coverage-term-class"), exports);
260
+ __exportStar(require("./tariff-info-class"), exports);
261
+ __exportStar(require("./tariff-summary-class"), exports);
223
262
  __exportStar(require("./terminate-policy-request-dto"), exports);
224
263
  __exportStar(require("./terminate-policy-response-class"), exports);
225
264
  __exportStar(require("./timeslice-class"), exports);
@@ -261,4 +300,6 @@ __exportStar(require("./update-status-transition-rule-request-dto"), exports);
261
300
  __exportStar(require("./update-status-transition-rule-response-class"), exports);
262
301
  __exportStar(require("./uploaded-document-dto"), exports);
263
302
  __exportStar(require("./validate-product-factors-request-dto"), exports);
303
+ __exportStar(require("./waiting-period-class"), exports);
304
+ __exportStar(require("./warning-class"), exports);
264
305
  __exportStar(require("./withdraw-policy-response-class"), exports);
@@ -0,0 +1,42 @@
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 LeadPolicyObjectClass
16
+ */
17
+ export interface LeadPolicyObjectClass {
18
+ /**
19
+ * Unique identifier referencing the insured object.
20
+ * @type {number}
21
+ * @memberof LeadPolicyObjectClass
22
+ */
23
+ 'insuredObjectId'?: number;
24
+ /**
25
+ * Insured object name.
26
+ * @type {string}
27
+ * @memberof LeadPolicyObjectClass
28
+ */
29
+ 'insuredObjectName'?: string;
30
+ /**
31
+ * Insured object data.
32
+ * @type {object}
33
+ * @memberof LeadPolicyObjectClass
34
+ */
35
+ 'data'?: object;
36
+ /**
37
+ * Unique identifier of the policy object that this object belongs to.
38
+ * @type {string}
39
+ * @memberof LeadPolicyObjectClass
40
+ */
41
+ 'code'?: string;
42
+ }
@@ -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,72 @@
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 ProductConfigSummaryClass
16
+ */
17
+ export interface ProductConfigSummaryClass {
18
+ /**
19
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
20
+ * @type {number}
21
+ * @memberof ProductConfigSummaryClass
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * Unique identifier for the object.
26
+ * @type {string}
27
+ * @memberof ProductConfigSummaryClass
28
+ */
29
+ 'code': string;
30
+ /**
31
+ * URL-friendly unique identifier
32
+ * @type {string}
33
+ * @memberof ProductConfigSummaryClass
34
+ */
35
+ 'slug': string;
36
+ /**
37
+ * URL-friendly product identifier
38
+ * @type {string}
39
+ * @memberof ProductConfigSummaryClass
40
+ */
41
+ 'productSlug': string;
42
+ /**
43
+ * Product version id
44
+ * @type {number}
45
+ * @memberof ProductConfigSummaryClass
46
+ */
47
+ 'productVersionId': number;
48
+ /**
49
+ * Identifier of the user who created the record.
50
+ * @type {string}
51
+ * @memberof ProductConfigSummaryClass
52
+ */
53
+ 'createdBy': string;
54
+ /**
55
+ * Identifier of the user who last updated the record.
56
+ * @type {string}
57
+ * @memberof ProductConfigSummaryClass
58
+ */
59
+ 'updatedBy': string;
60
+ /**
61
+ * Time at which the object was created.
62
+ * @type {string}
63
+ * @memberof ProductConfigSummaryClass
64
+ */
65
+ 'createdAt': string;
66
+ /**
67
+ * Time at which the object was updated.
68
+ * @type {string}
69
+ * @memberof ProductConfigSummaryClass
70
+ */
71
+ 'updatedAt': string;
72
+ }
@@ -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 ProductFieldClass {
81
81
  * @memberof ProductFieldClass
82
82
  */
83
83
  'isEditableCustomerPortal': boolean;
84
+ /**
85
+ * Whether this field can be overridden by product config.
86
+ * @type {boolean}
87
+ * @memberof ProductFieldClass
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}
@@ -27,6 +27,12 @@ export interface ProductVersionClass {
27
27
  * @memberof ProductVersionClass
28
28
  */
29
29
  'productId': number;
30
+ /**
31
+ * Product version code.
32
+ * @type {string}
33
+ * @memberof ProductVersionClass
34
+ */
35
+ 'code': string;
30
36
  /**
31
37
  * Product version description.
32
38
  * @type {string}
@@ -0,0 +1,38 @@
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 { PremiumOverrideRequestDto } from './premium-override-request-dto';
13
+ import { SharedLeadPolicyObjectDto } from './shared-lead-policy-object-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface RestCalculateProductTariffQuoteRequestDto
18
+ */
19
+ export interface RestCalculateProductTariffQuoteRequestDto {
20
+ /**
21
+ * Tariff key
22
+ * @type {string}
23
+ * @memberof RestCalculateProductTariffQuoteRequestDto
24
+ */
25
+ 'tariffKey': string;
26
+ /**
27
+ * 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
28
+ * @type {Array<SharedLeadPolicyObjectDto>}
29
+ * @memberof RestCalculateProductTariffQuoteRequestDto
30
+ */
31
+ 'policyObjects'?: Array<SharedLeadPolicyObjectDto>;
32
+ /**
33
+ * 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.
34
+ * @type {PremiumOverrideRequestDto}
35
+ * @memberof RestCalculateProductTariffQuoteRequestDto
36
+ */
37
+ 'premiumOverride'?: PremiumOverrideRequestDto;
38
+ }
@@ -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,25 @@
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 { SharedProductTariffQuoteClass } from './shared-product-tariff-quote-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RestCalculateProductTariffQuoteResponseClass
17
+ */
18
+ export interface RestCalculateProductTariffQuoteResponseClass {
19
+ /**
20
+ * Product tariff quote
21
+ * @type {SharedProductTariffQuoteClass}
22
+ * @memberof RestCalculateProductTariffQuoteResponseClass
23
+ */
24
+ 'productTariffQuote': SharedProductTariffQuoteClass;
25
+ }
@@ -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,25 @@
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 { SharedProductConfigClass } from './shared-product-config-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RestCreateProductConfigResponseClass
17
+ */
18
+ export interface RestCreateProductConfigResponseClass {
19
+ /**
20
+ * The product configuration
21
+ * @type {SharedProductConfigClass}
22
+ * @memberof RestCreateProductConfigResponseClass
23
+ */
24
+ 'productConfig': SharedProductConfigClass;
25
+ }
@@ -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,25 @@
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 { SharedProductConfigClass } from './shared-product-config-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RestGetProductConfigResponseClass
17
+ */
18
+ export interface RestGetProductConfigResponseClass {
19
+ /**
20
+ * The product configuration
21
+ * @type {SharedProductConfigClass}
22
+ * @memberof RestGetProductConfigResponseClass
23
+ */
24
+ 'productConfig': SharedProductConfigClass;
25
+ }
@@ -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,43 @@
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 { ProductConfigSummaryClass } from './product-config-summary-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RestListProductConfigsResponseClass
17
+ */
18
+ export interface RestListProductConfigsResponseClass {
19
+ /**
20
+ * List of product configurations
21
+ * @type {Array<ProductConfigSummaryClass>}
22
+ * @memberof RestListProductConfigsResponseClass
23
+ */
24
+ 'items': Array<ProductConfigSummaryClass>;
25
+ /**
26
+ * Next page token.
27
+ * @type {string}
28
+ * @memberof RestListProductConfigsResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ /**
32
+ * Items per page.
33
+ * @type {number}
34
+ * @memberof RestListProductConfigsResponseClass
35
+ */
36
+ 'itemsPerPage': number;
37
+ /**
38
+ * Total amount of items.
39
+ * @type {number}
40
+ * @memberof RestListProductConfigsResponseClass
41
+ */
42
+ 'totalItems': number;
43
+ }
@@ -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,25 @@
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 { SharedProductConfigClass } from './shared-product-config-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RestUpdateProductConfigResponseClass
17
+ */
18
+ export interface RestUpdateProductConfigResponseClass {
19
+ /**
20
+ * The product configuration
21
+ * @type {SharedProductConfigClass}
22
+ * @memberof RestUpdateProductConfigResponseClass
23
+ */
24
+ 'productConfig': SharedProductConfigClass;
25
+ }
@@ -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,25 @@
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 { SharedInvoiceClass } from './shared-invoice-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SharedCreateEstimatedInvoiceResponseClass
17
+ */
18
+ export interface SharedCreateEstimatedInvoiceResponseClass {
19
+ /**
20
+ * Invoice
21
+ * @type {SharedInvoiceClass}
22
+ * @memberof SharedCreateEstimatedInvoiceResponseClass
23
+ */
24
+ 'invoice': SharedInvoiceClass;
25
+ }
@@ -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 });
@@ -51,6 +51,8 @@ export interface SharedCreatePaymentMethodRequestDto {
51
51
  }
52
52
  export declare const SharedCreatePaymentMethodRequestDtoTypeEnum: {
53
53
  readonly Sepa: "sepa";
54
+ readonly SepaDebit: "sepa_debit";
54
55
  readonly Invoice: "invoice";
56
+ readonly BankTransfer: "bank_transfer";
55
57
  };
56
58
  export type SharedCreatePaymentMethodRequestDtoTypeEnum = typeof SharedCreatePaymentMethodRequestDtoTypeEnum[keyof typeof SharedCreatePaymentMethodRequestDtoTypeEnum];
@@ -16,5 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.SharedCreatePaymentMethodRequestDtoTypeEnum = void 0;
17
17
  exports.SharedCreatePaymentMethodRequestDtoTypeEnum = {
18
18
  Sepa: 'sepa',
19
- Invoice: 'invoice'
19
+ SepaDebit: 'sepa_debit',
20
+ Invoice: 'invoice',
21
+ BankTransfer: 'bank_transfer'
20
22
  };
@@ -51,6 +51,8 @@ export interface SharedPaymentMethodResponseClass {
51
51
  }
52
52
  export declare const SharedPaymentMethodResponseClassTypeEnum: {
53
53
  readonly Sepa: "sepa";
54
+ readonly SepaDebit: "sepa_debit";
54
55
  readonly Invoice: "invoice";
56
+ readonly BankTransfer: "bank_transfer";
55
57
  };
56
58
  export type SharedPaymentMethodResponseClassTypeEnum = typeof SharedPaymentMethodResponseClassTypeEnum[keyof typeof SharedPaymentMethodResponseClassTypeEnum];