@emilgroup/insurance-sdk-node 1.93.1-beta.20 → 1.93.1-beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +14 -0
- package/README.md +2 -2
- package/api/product-configs-api.ts +370 -36
- package/dist/api/product-configs-api.d.ts +203 -27
- package/dist/api/product-configs-api.js +285 -39
- package/dist/models/calculated-policy-object-class.d.ts +36 -0
- package/dist/models/calculated-policy-object-class.js +15 -0
- package/dist/models/calculation-errors-class.d.ts +25 -0
- package/dist/models/calculation-errors-class.js +15 -0
- package/dist/models/calculation-item-errors-class.d.ts +43 -0
- package/dist/models/calculation-item-errors-class.js +15 -0
- package/dist/models/calculation-message-class.d.ts +30 -0
- package/dist/models/calculation-message-class.js +15 -0
- package/dist/models/category-class.d.ts +0 -12
- package/dist/models/category-definition-class.d.ts +43 -0
- package/dist/models/category-definition-class.js +15 -0
- package/dist/models/coverage-class.d.ts +0 -12
- package/dist/models/coverage-definition-class.d.ts +36 -0
- package/dist/models/coverage-definition-class.js +15 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/dist/models/lead-policy-object-class.d.ts +42 -0
- package/dist/models/lead-policy-object-class.js +15 -0
- package/dist/models/rest-get-product-config-tariff-quote-request-dto.d.ts +38 -0
- package/dist/models/rest-get-product-config-tariff-quote-request-dto.js +15 -0
- package/dist/models/rest-get-product-config-tariff-quote-response-class.d.ts +25 -0
- package/dist/models/rest-get-product-config-tariff-quote-response-class.js +15 -0
- package/dist/models/rest-get-product-config-tariffs-response-class.d.ts +31 -0
- package/dist/models/rest-get-product-config-tariffs-response-class.js +15 -0
- package/dist/models/shared-create-estimated-invoice-response-class.d.ts +25 -0
- package/dist/models/shared-create-estimated-invoice-response-class.js +15 -0
- package/dist/models/shared-product-config-tariff-quote-class.d.ts +52 -0
- package/dist/models/shared-product-config-tariff-quote-class.js +15 -0
- package/dist/models/shared-product-version-config-class.d.ts +7 -0
- package/dist/models/tariff-category-summary-class.d.ts +50 -0
- package/dist/models/tariff-category-summary-class.js +15 -0
- package/dist/models/tariff-summary-class.d.ts +57 -0
- package/dist/models/tariff-summary-class.js +15 -0
- package/models/calculated-policy-object-class.ts +42 -0
- package/models/calculation-errors-class.ts +31 -0
- package/models/calculation-item-errors-class.ts +49 -0
- package/models/calculation-message-class.ts +36 -0
- package/models/category-class.ts +0 -12
- package/models/category-definition-class.ts +49 -0
- package/models/coverage-class.ts +0 -12
- package/models/coverage-definition-class.ts +42 -0
- package/models/index.ts +14 -0
- package/models/lead-policy-object-class.ts +48 -0
- package/models/rest-get-product-config-tariff-quote-request-dto.ts +44 -0
- package/models/rest-get-product-config-tariff-quote-response-class.ts +31 -0
- package/models/rest-get-product-config-tariffs-response-class.ts +37 -0
- package/models/shared-create-estimated-invoice-response-class.ts +31 -0
- package/models/shared-product-config-tariff-quote-class.ts +58 -0
- package/models/shared-product-version-config-class.ts +7 -0
- package/models/tariff-category-summary-class.ts +56 -0
- package/models/tariff-summary-class.ts +63 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -42,7 +42,12 @@ 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
|
|
50
|
+
models/category-definition-class.ts
|
|
46
51
|
models/claim-config-class.ts
|
|
47
52
|
models/claim-position-fields-class.ts
|
|
48
53
|
models/clone-lead-request-dto.ts
|
|
@@ -53,6 +58,7 @@ models/commission-agreement-product-class.ts
|
|
|
53
58
|
models/commission-agreement-version-class.ts
|
|
54
59
|
models/commission-recipient-class.ts
|
|
55
60
|
models/coverage-class.ts
|
|
61
|
+
models/coverage-definition-class.ts
|
|
56
62
|
models/coverage-term-class.ts
|
|
57
63
|
models/create-account-request-dto.ts
|
|
58
64
|
models/create-bank-account-request-dto.ts
|
|
@@ -158,6 +164,7 @@ models/invoice-item-class.ts
|
|
|
158
164
|
models/invoice-status-class.ts
|
|
159
165
|
models/lead-bank-account-class.ts
|
|
160
166
|
models/lead-class.ts
|
|
167
|
+
models/lead-policy-object-class.ts
|
|
161
168
|
models/lead-status-class.ts
|
|
162
169
|
models/link-lead-partner-request-dto.ts
|
|
163
170
|
models/link-partner-request-dto.ts
|
|
@@ -229,6 +236,9 @@ models/rest-clone-lead-account-request-dto.ts
|
|
|
229
236
|
models/rest-create-product-config-response-class.ts
|
|
230
237
|
models/rest-create-product-config-version-response-class.ts
|
|
231
238
|
models/rest-get-product-config-response-class.ts
|
|
239
|
+
models/rest-get-product-config-tariff-quote-request-dto.ts
|
|
240
|
+
models/rest-get-product-config-tariff-quote-response-class.ts
|
|
241
|
+
models/rest-get-product-config-tariffs-response-class.ts
|
|
232
242
|
models/rest-get-product-config-version-response-class.ts
|
|
233
243
|
models/rest-list-product-config-versions-response-class.ts
|
|
234
244
|
models/rest-list-product-configs-response-class.ts
|
|
@@ -239,6 +249,7 @@ models/restore-policy-version-response-class.ts
|
|
|
239
249
|
models/sepa-dto.ts
|
|
240
250
|
models/shared-bank-transfer-response-class.ts
|
|
241
251
|
models/shared-billing-address-response-class.ts
|
|
252
|
+
models/shared-create-estimated-invoice-response-class.ts
|
|
242
253
|
models/shared-create-lead-policy-request-dto.ts
|
|
243
254
|
models/shared-create-payment-method-request-dto.ts
|
|
244
255
|
models/shared-eis-sepa-debit-dto.ts
|
|
@@ -250,6 +261,7 @@ models/shared-mandate-hash-data-response-class.ts
|
|
|
250
261
|
models/shared-mandate-response-class.ts
|
|
251
262
|
models/shared-payment-method-response-class.ts
|
|
252
263
|
models/shared-product-config-class.ts
|
|
264
|
+
models/shared-product-config-tariff-quote-class.ts
|
|
253
265
|
models/shared-product-config-version-class.ts
|
|
254
266
|
models/shared-product-field-class.ts
|
|
255
267
|
models/shared-product-field-override-class.ts
|
|
@@ -266,7 +278,9 @@ models/suspend-policy-response-class.ts
|
|
|
266
278
|
models/swap-premium-formulas-order-request-dto.ts
|
|
267
279
|
models/swap-product-fields-order-request-dto.ts
|
|
268
280
|
models/tag-class.ts
|
|
281
|
+
models/tariff-category-summary-class.ts
|
|
269
282
|
models/tariff-coverage-term-class.ts
|
|
283
|
+
models/tariff-summary-class.ts
|
|
270
284
|
models/terminate-policy-request-dto.ts
|
|
271
285
|
models/terminate-policy-response-class.ts
|
|
272
286
|
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.
|
|
20
|
+
npm install @emilgroup/insurance-sdk-node@1.93.1-beta.22 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk-node@1.93.1-beta.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk-node@1.93.1-beta.22
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|