@emilgroup/insurance-sdk-node 1.93.1-beta.18 → 1.93.1-beta.21

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 (45) hide show
  1. package/.openapi-generator/FILES +12 -0
  2. package/README.md +2 -2
  3. package/api/product-configs-api.ts +370 -36
  4. package/dist/api/product-configs-api.d.ts +203 -27
  5. package/dist/api/product-configs-api.js +285 -39
  6. package/dist/models/calculated-policy-object-class.d.ts +36 -0
  7. package/dist/models/calculated-policy-object-class.js +15 -0
  8. package/dist/models/calculation-errors-class.d.ts +25 -0
  9. package/dist/models/calculation-errors-class.js +15 -0
  10. package/dist/models/calculation-item-errors-class.d.ts +43 -0
  11. package/dist/models/calculation-item-errors-class.js +15 -0
  12. package/dist/models/calculation-message-class.d.ts +30 -0
  13. package/dist/models/calculation-message-class.js +15 -0
  14. package/dist/models/index.d.ts +12 -0
  15. package/dist/models/index.js +12 -0
  16. package/dist/models/lead-policy-object-class.d.ts +42 -0
  17. package/dist/models/lead-policy-object-class.js +15 -0
  18. package/dist/models/rest-get-product-config-tariff-quote-request-dto.d.ts +38 -0
  19. package/dist/models/rest-get-product-config-tariff-quote-request-dto.js +15 -0
  20. package/dist/models/rest-get-product-config-tariff-quote-response-class.d.ts +25 -0
  21. package/dist/models/rest-get-product-config-tariff-quote-response-class.js +15 -0
  22. package/dist/models/rest-get-product-config-tariffs-response-class.d.ts +31 -0
  23. package/dist/models/rest-get-product-config-tariffs-response-class.js +15 -0
  24. package/dist/models/shared-create-estimated-invoice-response-class.d.ts +25 -0
  25. package/dist/models/shared-create-estimated-invoice-response-class.js +15 -0
  26. package/dist/models/shared-product-config-tariff-quote-class.d.ts +52 -0
  27. package/dist/models/shared-product-config-tariff-quote-class.js +15 -0
  28. package/dist/models/tariff-category-summary-class.d.ts +50 -0
  29. package/dist/models/tariff-category-summary-class.js +15 -0
  30. package/dist/models/tariff-summary-class.d.ts +50 -0
  31. package/dist/models/tariff-summary-class.js +15 -0
  32. package/models/calculated-policy-object-class.ts +42 -0
  33. package/models/calculation-errors-class.ts +31 -0
  34. package/models/calculation-item-errors-class.ts +49 -0
  35. package/models/calculation-message-class.ts +36 -0
  36. package/models/index.ts +12 -0
  37. package/models/lead-policy-object-class.ts +48 -0
  38. package/models/rest-get-product-config-tariff-quote-request-dto.ts +44 -0
  39. package/models/rest-get-product-config-tariff-quote-response-class.ts +31 -0
  40. package/models/rest-get-product-config-tariffs-response-class.ts +37 -0
  41. package/models/shared-create-estimated-invoice-response-class.ts +31 -0
  42. package/models/shared-product-config-tariff-quote-class.ts +58 -0
  43. package/models/tariff-category-summary-class.ts +56 -0
  44. package/models/tariff-summary-class.ts +56 -0
  45. package/package.json +1 -1
@@ -42,6 +42,10 @@ models/booking-funnel-class.ts
42
42
  models/calculate-custom-premium-request-dto.ts
43
43
  models/calculate-premium-request-dto.ts
44
44
  models/calculate-product-fields-request-dto.ts
45
+ models/calculated-policy-object-class.ts
46
+ models/calculation-errors-class.ts
47
+ models/calculation-item-errors-class.ts
48
+ models/calculation-message-class.ts
45
49
  models/category-class.ts
46
50
  models/claim-config-class.ts
47
51
  models/claim-position-fields-class.ts
@@ -158,6 +162,7 @@ models/invoice-item-class.ts
158
162
  models/invoice-status-class.ts
159
163
  models/lead-bank-account-class.ts
160
164
  models/lead-class.ts
165
+ models/lead-policy-object-class.ts
161
166
  models/lead-status-class.ts
162
167
  models/link-lead-partner-request-dto.ts
163
168
  models/link-partner-request-dto.ts
@@ -229,6 +234,9 @@ models/rest-clone-lead-account-request-dto.ts
229
234
  models/rest-create-product-config-response-class.ts
230
235
  models/rest-create-product-config-version-response-class.ts
231
236
  models/rest-get-product-config-response-class.ts
237
+ models/rest-get-product-config-tariff-quote-request-dto.ts
238
+ models/rest-get-product-config-tariff-quote-response-class.ts
239
+ models/rest-get-product-config-tariffs-response-class.ts
232
240
  models/rest-get-product-config-version-response-class.ts
233
241
  models/rest-list-product-config-versions-response-class.ts
234
242
  models/rest-list-product-configs-response-class.ts
@@ -239,6 +247,7 @@ models/restore-policy-version-response-class.ts
239
247
  models/sepa-dto.ts
240
248
  models/shared-bank-transfer-response-class.ts
241
249
  models/shared-billing-address-response-class.ts
250
+ models/shared-create-estimated-invoice-response-class.ts
242
251
  models/shared-create-lead-policy-request-dto.ts
243
252
  models/shared-create-payment-method-request-dto.ts
244
253
  models/shared-eis-sepa-debit-dto.ts
@@ -250,6 +259,7 @@ models/shared-mandate-hash-data-response-class.ts
250
259
  models/shared-mandate-response-class.ts
251
260
  models/shared-payment-method-response-class.ts
252
261
  models/shared-product-config-class.ts
262
+ models/shared-product-config-tariff-quote-class.ts
253
263
  models/shared-product-config-version-class.ts
254
264
  models/shared-product-field-class.ts
255
265
  models/shared-product-field-override-class.ts
@@ -266,7 +276,9 @@ models/suspend-policy-response-class.ts
266
276
  models/swap-premium-formulas-order-request-dto.ts
267
277
  models/swap-product-fields-order-request-dto.ts
268
278
  models/tag-class.ts
279
+ models/tariff-category-summary-class.ts
269
280
  models/tariff-coverage-term-class.ts
281
+ models/tariff-summary-class.ts
270
282
  models/terminate-policy-request-dto.ts
271
283
  models/terminate-policy-response-class.ts
272
284
  models/timeslice-class.ts
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/insurance-sdk-node@1.93.1-beta.18 --save
20
+ npm install @emilgroup/insurance-sdk-node@1.93.1-beta.21 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/insurance-sdk-node@1.93.1-beta.18
24
+ yarn add @emilgroup/insurance-sdk-node@1.93.1-beta.21
25
25
  ```
26
26
 
27
27
  And then you can import `PoliciesApi`.