@emilgroup/insurance-sdk-node 1.94.0 → 1.94.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 (167) hide show
  1. package/.openapi-generator/FILES +42 -0
  2. package/README.md +2 -2
  3. package/api/booking-funnels-api.ts +12 -12
  4. package/api/commission-agreement-items-api.ts +12 -12
  5. package/api/commission-agreement-products-api.ts +12 -12
  6. package/api/commission-agreement-versions-api.ts +12 -12
  7. package/api/commission-agreements-api.ts +12 -12
  8. package/api/commission-recipients-api.ts +12 -12
  9. package/api/partner-links-api.ts +12 -12
  10. package/api/policies-api.ts +36 -36
  11. package/api/product-configs-api.ts +857 -0
  12. package/api.ts +2 -0
  13. package/dist/api/booking-funnels-api.d.ts +12 -12
  14. package/dist/api/booking-funnels-api.js +10 -10
  15. package/dist/api/commission-agreement-items-api.d.ts +12 -12
  16. package/dist/api/commission-agreement-items-api.js +10 -10
  17. package/dist/api/commission-agreement-products-api.d.ts +12 -12
  18. package/dist/api/commission-agreement-products-api.js +10 -10
  19. package/dist/api/commission-agreement-versions-api.d.ts +12 -12
  20. package/dist/api/commission-agreement-versions-api.js +10 -10
  21. package/dist/api/commission-agreements-api.d.ts +12 -12
  22. package/dist/api/commission-agreements-api.js +10 -10
  23. package/dist/api/commission-recipients-api.d.ts +12 -12
  24. package/dist/api/commission-recipients-api.js +10 -10
  25. package/dist/api/partner-links-api.d.ts +12 -12
  26. package/dist/api/partner-links-api.js +10 -10
  27. package/dist/api/policies-api.d.ts +36 -36
  28. package/dist/api/policies-api.js +30 -30
  29. package/dist/api/product-configs-api.d.ts +476 -0
  30. package/dist/api/product-configs-api.js +769 -0
  31. package/dist/api.d.ts +1 -0
  32. package/dist/api.js +1 -0
  33. package/dist/models/amount-with-limit-class.d.ts +30 -0
  34. package/dist/models/amount-with-limit-class.js +15 -0
  35. package/dist/models/calculated-policy-object-class.d.ts +36 -0
  36. package/dist/models/calculated-policy-object-class.js +15 -0
  37. package/dist/models/calculation-errors-class.d.ts +25 -0
  38. package/dist/models/calculation-errors-class.js +15 -0
  39. package/dist/models/calculation-item-errors-class.d.ts +43 -0
  40. package/dist/models/calculation-item-errors-class.js +15 -0
  41. package/dist/models/calculation-message-class.d.ts +30 -0
  42. package/dist/models/calculation-message-class.js +15 -0
  43. package/dist/models/category-calculation-order-class.d.ts +25 -0
  44. package/dist/models/category-calculation-order-class.js +15 -0
  45. package/dist/models/category-calculation-step-class.d.ts +58 -0
  46. package/dist/models/category-calculation-step-class.js +24 -0
  47. package/dist/models/category-class.d.ts +52 -0
  48. package/dist/models/category-class.js +15 -0
  49. package/dist/models/category-coverage-summary-class.d.ts +43 -0
  50. package/dist/models/category-coverage-summary-class.js +15 -0
  51. package/dist/models/category-definition-class.d.ts +43 -0
  52. package/dist/models/category-definition-class.js +15 -0
  53. package/dist/models/claim-config-class.d.ts +39 -0
  54. package/dist/models/claim-config-class.js +15 -0
  55. package/dist/models/claim-position-fields-class.d.ts +31 -0
  56. package/dist/models/claim-position-fields-class.js +15 -0
  57. package/dist/models/coverage-class.d.ts +31 -0
  58. package/dist/models/coverage-class.js +15 -0
  59. package/dist/models/coverage-definition-class.d.ts +36 -0
  60. package/dist/models/coverage-definition-class.js +15 -0
  61. package/dist/models/coverage-term-class.d.ts +66 -0
  62. package/dist/models/coverage-term-class.js +30 -0
  63. package/dist/models/create-product-field-request-dto.d.ts +6 -0
  64. package/dist/models/custom-field-class.d.ts +52 -0
  65. package/dist/models/custom-field-class.js +25 -0
  66. package/dist/models/deductible-class.d.ts +60 -0
  67. package/dist/models/deductible-class.js +25 -0
  68. package/dist/models/general-setting-class.d.ts +49 -0
  69. package/dist/models/general-setting-class.js +33 -0
  70. package/dist/models/get-product-config-tariffs-response-class.d.ts +31 -0
  71. package/dist/models/get-product-config-tariffs-response-class.js +15 -0
  72. package/dist/models/index.d.ts +41 -0
  73. package/dist/models/index.js +41 -0
  74. package/dist/models/lead-policy-object-class.d.ts +42 -0
  75. package/dist/models/lead-policy-object-class.js +15 -0
  76. package/dist/models/product-config-summary-class.d.ts +72 -0
  77. package/dist/models/product-config-summary-class.js +15 -0
  78. package/dist/models/product-field-class.d.ts +6 -0
  79. package/dist/models/rest-calculate-product-tariff-quote-request-dto.d.ts +38 -0
  80. package/dist/models/rest-calculate-product-tariff-quote-request-dto.js +15 -0
  81. package/dist/models/rest-calculate-product-tariff-quote-response-class.d.ts +25 -0
  82. package/dist/models/rest-calculate-product-tariff-quote-response-class.js +15 -0
  83. package/dist/models/rest-create-product-config-response-class.d.ts +25 -0
  84. package/dist/models/rest-create-product-config-response-class.js +15 -0
  85. package/dist/models/rest-get-product-config-response-class.d.ts +25 -0
  86. package/dist/models/rest-get-product-config-response-class.js +15 -0
  87. package/dist/models/rest-list-product-configs-response-class.d.ts +43 -0
  88. package/dist/models/rest-list-product-configs-response-class.js +15 -0
  89. package/dist/models/rest-update-product-config-response-class.d.ts +25 -0
  90. package/dist/models/rest-update-product-config-response-class.js +15 -0
  91. package/dist/models/shared-create-estimated-invoice-response-class.d.ts +25 -0
  92. package/dist/models/shared-create-estimated-invoice-response-class.js +15 -0
  93. package/dist/models/shared-product-config-class.d.ts +79 -0
  94. package/dist/models/shared-product-config-class.js +15 -0
  95. package/dist/models/shared-product-config-data-class.d.ts +39 -0
  96. package/dist/models/shared-product-config-data-class.js +15 -0
  97. package/dist/models/shared-product-field-class.d.ts +6 -0
  98. package/dist/models/shared-product-field-override-class.d.ts +48 -0
  99. package/dist/models/shared-product-field-override-class.js +15 -0
  100. package/dist/models/shared-product-tariff-quote-class.d.ts +52 -0
  101. package/dist/models/shared-product-tariff-quote-class.js +15 -0
  102. package/dist/models/shared-tariff-variation-class.d.ts +73 -0
  103. package/dist/models/shared-tariff-variation-class.js +15 -0
  104. package/dist/models/tariff-calculation-order-class.d.ts +36 -0
  105. package/dist/models/tariff-calculation-order-class.js +20 -0
  106. package/dist/models/tariff-calculation-step-class.d.ts +58 -0
  107. package/dist/models/tariff-calculation-step-class.js +24 -0
  108. package/dist/models/tariff-category-summary-class.d.ts +57 -0
  109. package/dist/models/tariff-category-summary-class.js +15 -0
  110. package/dist/models/tariff-coverage-term-class.d.ts +60 -0
  111. package/dist/models/tariff-coverage-term-class.js +30 -0
  112. package/dist/models/tariff-info-class.d.ts +47 -0
  113. package/dist/models/tariff-info-class.js +20 -0
  114. package/dist/models/tariff-summary-class.d.ts +52 -0
  115. package/dist/models/tariff-summary-class.js +15 -0
  116. package/dist/models/update-product-field-request-dto.d.ts +6 -0
  117. package/dist/models/waiting-period-class.d.ts +40 -0
  118. package/dist/models/waiting-period-class.js +19 -0
  119. package/dist/models/warning-class.d.ts +41 -0
  120. package/dist/models/warning-class.js +20 -0
  121. package/models/amount-with-limit-class.ts +36 -0
  122. package/models/calculated-policy-object-class.ts +42 -0
  123. package/models/calculation-errors-class.ts +31 -0
  124. package/models/calculation-item-errors-class.ts +49 -0
  125. package/models/calculation-message-class.ts +36 -0
  126. package/models/category-calculation-order-class.ts +31 -0
  127. package/models/category-calculation-step-class.ts +68 -0
  128. package/models/category-class.ts +58 -0
  129. package/models/category-coverage-summary-class.ts +49 -0
  130. package/models/category-definition-class.ts +49 -0
  131. package/models/claim-config-class.ts +45 -0
  132. package/models/claim-position-fields-class.ts +37 -0
  133. package/models/coverage-class.ts +37 -0
  134. package/models/coverage-definition-class.ts +42 -0
  135. package/models/coverage-term-class.ts +77 -0
  136. package/models/create-product-field-request-dto.ts +6 -0
  137. package/models/custom-field-class.ts +61 -0
  138. package/models/deductible-class.ts +70 -0
  139. package/models/general-setting-class.ts +59 -0
  140. package/models/get-product-config-tariffs-response-class.ts +37 -0
  141. package/models/index.ts +41 -0
  142. package/models/lead-policy-object-class.ts +48 -0
  143. package/models/product-config-summary-class.ts +78 -0
  144. package/models/product-field-class.ts +6 -0
  145. package/models/rest-calculate-product-tariff-quote-request-dto.ts +44 -0
  146. package/models/rest-calculate-product-tariff-quote-response-class.ts +31 -0
  147. package/models/rest-create-product-config-response-class.ts +31 -0
  148. package/models/rest-get-product-config-response-class.ts +31 -0
  149. package/models/rest-list-product-configs-response-class.ts +49 -0
  150. package/models/rest-update-product-config-response-class.ts +31 -0
  151. package/models/shared-create-estimated-invoice-response-class.ts +31 -0
  152. package/models/shared-product-config-class.ts +85 -0
  153. package/models/shared-product-config-data-class.ts +45 -0
  154. package/models/shared-product-field-class.ts +6 -0
  155. package/models/shared-product-field-override-class.ts +54 -0
  156. package/models/shared-product-tariff-quote-class.ts +58 -0
  157. package/models/shared-tariff-variation-class.ts +79 -0
  158. package/models/tariff-calculation-order-class.ts +45 -0
  159. package/models/tariff-calculation-step-class.ts +68 -0
  160. package/models/tariff-category-summary-class.ts +63 -0
  161. package/models/tariff-coverage-term-class.ts +71 -0
  162. package/models/tariff-info-class.ts +56 -0
  163. package/models/tariff-summary-class.ts +58 -0
  164. package/models/update-product-field-request-dto.ts +6 -0
  165. package/models/waiting-period-class.ts +49 -0
  166. package/models/warning-class.ts +50 -0
  167. package/package.json +1 -1
package/models/index.ts CHANGED
@@ -1,11 +1,23 @@
1
1
  export * from './activate-policy-request-dto';
2
2
  export * from './activate-policy-response-class';
3
+ export * from './amount-with-limit-class';
3
4
  export * from './bank-transfer-dto';
4
5
  export * from './billing-address-dto';
5
6
  export * from './booking-funnel-class';
6
7
  export * from './calculate-custom-premium-request-dto';
7
8
  export * from './calculate-premium-request-dto';
8
9
  export * from './calculate-product-fields-request-dto';
10
+ export * from './calculated-policy-object-class';
11
+ export * from './calculation-errors-class';
12
+ export * from './calculation-item-errors-class';
13
+ export * from './calculation-message-class';
14
+ export * from './category-calculation-order-class';
15
+ export * from './category-calculation-step-class';
16
+ export * from './category-class';
17
+ export * from './category-coverage-summary-class';
18
+ export * from './category-definition-class';
19
+ export * from './claim-config-class';
20
+ export * from './claim-position-fields-class';
9
21
  export * from './clone-lead-request-dto';
10
22
  export * from './clone-product-version-request-dto';
11
23
  export * from './commission-agreement-class';
@@ -13,6 +25,9 @@ export * from './commission-agreement-item-class';
13
25
  export * from './commission-agreement-product-class';
14
26
  export * from './commission-agreement-version-class';
15
27
  export * from './commission-recipient-class';
28
+ export * from './coverage-class';
29
+ export * from './coverage-definition-class';
30
+ export * from './coverage-term-class';
16
31
  export * from './create-account-request-dto';
17
32
  export * from './create-bank-account-request-dto';
18
33
  export * from './create-booking-funnel-request-dto';
@@ -58,6 +73,8 @@ export * from './create-product-version-request-dto';
58
73
  export * from './create-status-transition-rule-request-dto';
59
74
  export * from './create-status-transition-rule-response-class';
60
75
  export * from './csv-product-factor-dto';
76
+ export * from './custom-field-class';
77
+ export * from './deductible-class';
61
78
  export * from './delete-draft-policy-request-dto';
62
79
  export * from './delete-response-class';
63
80
  export * from './emil-function-class';
@@ -66,6 +83,7 @@ export * from './empty-response-class';
66
83
  export * from './execute-emil-function-request-dto';
67
84
  export * from './filter-named-range-request-dto';
68
85
  export * from './filter-named-range-response-class';
86
+ export * from './general-setting-class';
69
87
  export * from './get-booking-funnel-response-class';
70
88
  export * from './get-booking-funnel-version-request-dto';
71
89
  export * from './get-commission-agreement-item-response-class';
@@ -88,6 +106,7 @@ export * from './get-policy-request-dto';
88
106
  export * from './get-policy-response-class';
89
107
  export * from './get-premium-formula-request-dto';
90
108
  export * from './get-premium-formula-response-class';
109
+ export * from './get-product-config-tariffs-response-class';
91
110
  export * from './get-product-factor-response-class';
92
111
  export * from './get-product-factor-value-request-dto';
93
112
  export * from './get-product-factor-value-response-class';
@@ -112,6 +131,7 @@ export * from './invoice-item-class';
112
131
  export * from './invoice-status-class';
113
132
  export * from './lead-bank-account-class';
114
133
  export * from './lead-class';
134
+ export * from './lead-policy-object-class';
115
135
  export * from './lead-status-class';
116
136
  export * from './link-lead-partner-request-dto';
117
137
  export * from './link-partner-request-dto';
@@ -169,6 +189,7 @@ export * from './premium-override-dto';
169
189
  export * from './premium-override-request-class';
170
190
  export * from './premium-override-request-dto';
171
191
  export * from './product-class';
192
+ export * from './product-config-summary-class';
172
193
  export * from './product-factor-class';
173
194
  export * from './product-factor-for-version-class';
174
195
  export * from './product-factor-value-class';
@@ -176,12 +197,19 @@ export * from './product-factor-value-for-version-class';
176
197
  export * from './product-field-class';
177
198
  export * from './product-field-type-class';
178
199
  export * from './product-version-class';
200
+ export * from './rest-calculate-product-tariff-quote-request-dto';
201
+ export * from './rest-calculate-product-tariff-quote-response-class';
179
202
  export * from './rest-clone-lead-account-request-dto';
203
+ export * from './rest-create-product-config-response-class';
204
+ export * from './rest-get-product-config-response-class';
205
+ export * from './rest-list-product-configs-response-class';
206
+ export * from './rest-update-product-config-response-class';
180
207
  export * from './restore-policy-version-request-dto';
181
208
  export * from './restore-policy-version-response-class';
182
209
  export * from './sepa-dto';
183
210
  export * from './shared-bank-transfer-response-class';
184
211
  export * from './shared-billing-address-response-class';
212
+ export * from './shared-create-estimated-invoice-response-class';
185
213
  export * from './shared-create-lead-policy-request-dto';
186
214
  export * from './shared-create-payment-method-request-dto';
187
215
  export * from './shared-eis-sepa-debit-dto';
@@ -192,8 +220,13 @@ export * from './shared-mandate-hash-data-dto';
192
220
  export * from './shared-mandate-hash-data-response-class';
193
221
  export * from './shared-mandate-response-class';
194
222
  export * from './shared-payment-method-response-class';
223
+ export * from './shared-product-config-class';
224
+ export * from './shared-product-config-data-class';
195
225
  export * from './shared-product-field-class';
226
+ export * from './shared-product-field-override-class';
227
+ export * from './shared-product-tariff-quote-class';
196
228
  export * from './shared-sepa-response-class';
229
+ export * from './shared-tariff-variation-class';
197
230
  export * from './shared-update-named-range-request-dto';
198
231
  export * from './shared-update-premium-formula-request-dto';
199
232
  export * from './status-transition-rule-class';
@@ -204,6 +237,12 @@ export * from './suspend-policy-response-class';
204
237
  export * from './swap-premium-formulas-order-request-dto';
205
238
  export * from './swap-product-fields-order-request-dto';
206
239
  export * from './tag-class';
240
+ export * from './tariff-calculation-order-class';
241
+ export * from './tariff-calculation-step-class';
242
+ export * from './tariff-category-summary-class';
243
+ export * from './tariff-coverage-term-class';
244
+ export * from './tariff-info-class';
245
+ export * from './tariff-summary-class';
207
246
  export * from './terminate-policy-request-dto';
208
247
  export * from './terminate-policy-response-class';
209
248
  export * from './timeslice-class';
@@ -245,4 +284,6 @@ export * from './update-status-transition-rule-request-dto';
245
284
  export * from './update-status-transition-rule-response-class';
246
285
  export * from './uploaded-document-dto';
247
286
  export * from './validate-product-factors-request-dto';
287
+ export * from './waiting-period-class';
288
+ export * from './warning-class';
248
289
  export * from './withdraw-policy-response-class';
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface LeadPolicyObjectClass
21
+ */
22
+ export interface LeadPolicyObjectClass {
23
+ /**
24
+ * Unique identifier referencing the insured object.
25
+ * @type {number}
26
+ * @memberof LeadPolicyObjectClass
27
+ */
28
+ 'insuredObjectId'?: number;
29
+ /**
30
+ * Insured object name.
31
+ * @type {string}
32
+ * @memberof LeadPolicyObjectClass
33
+ */
34
+ 'insuredObjectName'?: string;
35
+ /**
36
+ * Insured object data.
37
+ * @type {object}
38
+ * @memberof LeadPolicyObjectClass
39
+ */
40
+ 'data'?: object;
41
+ /**
42
+ * Unique identifier of the policy object that this object belongs to.
43
+ * @type {string}
44
+ * @memberof LeadPolicyObjectClass
45
+ */
46
+ 'code'?: string;
47
+ }
48
+
@@ -0,0 +1,78 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface ProductConfigSummaryClass
21
+ */
22
+ export interface ProductConfigSummaryClass {
23
+ /**
24
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
25
+ * @type {number}
26
+ * @memberof ProductConfigSummaryClass
27
+ */
28
+ 'id': number;
29
+ /**
30
+ * Unique identifier for the object.
31
+ * @type {string}
32
+ * @memberof ProductConfigSummaryClass
33
+ */
34
+ 'code': string;
35
+ /**
36
+ * URL-friendly unique identifier
37
+ * @type {string}
38
+ * @memberof ProductConfigSummaryClass
39
+ */
40
+ 'slug': string;
41
+ /**
42
+ * URL-friendly product identifier
43
+ * @type {string}
44
+ * @memberof ProductConfigSummaryClass
45
+ */
46
+ 'productSlug': string;
47
+ /**
48
+ * Product version id
49
+ * @type {number}
50
+ * @memberof ProductConfigSummaryClass
51
+ */
52
+ 'productVersionId': number;
53
+ /**
54
+ * Identifier of the user who created the record.
55
+ * @type {string}
56
+ * @memberof ProductConfigSummaryClass
57
+ */
58
+ 'createdBy': string;
59
+ /**
60
+ * Identifier of the user who last updated the record.
61
+ * @type {string}
62
+ * @memberof ProductConfigSummaryClass
63
+ */
64
+ 'updatedBy': string;
65
+ /**
66
+ * Time at which the object was created.
67
+ * @type {string}
68
+ * @memberof ProductConfigSummaryClass
69
+ */
70
+ 'createdAt': string;
71
+ /**
72
+ * Time at which the object was updated.
73
+ * @type {string}
74
+ * @memberof ProductConfigSummaryClass
75
+ */
76
+ 'updatedAt': string;
77
+ }
78
+
@@ -86,6 +86,12 @@ export interface ProductFieldClass {
86
86
  * @memberof ProductFieldClass
87
87
  */
88
88
  'isEditableCustomerPortal': boolean;
89
+ /**
90
+ * Whether this field can be overridden by product config.
91
+ * @type {boolean}
92
+ * @memberof ProductFieldClass
93
+ */
94
+ 'isProductConfigOverridable': boolean;
89
95
  /**
90
96
  * Is this a system field? - System fields can neither be deleted nor modified
91
97
  * @type {boolean}
@@ -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
+
@@ -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}