@emilgroup/insurance-sdk 1.95.1-beta.6 → 1.95.1-beta.8
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 +12 -3
- package/README.md +2 -2
- package/api/product-configs-api.ts +1226 -97
- package/dist/api/product-configs-api.d.ts +643 -12
- package/dist/api/product-configs-api.js +933 -17
- package/dist/models/delete-response-by-code-class.d.ts +24 -0
- package/dist/models/index.d.ts +12 -3
- package/dist/models/index.js +12 -3
- package/dist/models/rest-get-product-config-response-class.d.ts +25 -0
- package/dist/models/rest-get-product-config-version-response-class.d.ts +25 -0
- package/dist/models/rest-list-product-config-versions-response-class.d.ts +43 -0
- package/dist/models/rest-list-product-config-versions-response-class.js +15 -0
- package/dist/models/rest-list-product-configs-response-class.d.ts +43 -0
- package/dist/models/rest-list-product-configs-response-class.js +15 -0
- package/dist/models/rest-update-product-config-response-class.d.ts +25 -0
- package/dist/models/rest-update-product-config-response-class.js +15 -0
- package/dist/models/rest-update-product-config-version-response-class.d.ts +25 -0
- package/dist/models/rest-update-product-config-version-response-class.js +15 -0
- package/dist/models/shared-product-config-version-class.d.ts +3 -3
- package/dist/models/{product-field-override-class.d.ts → shared-product-field-override-class.d.ts} +7 -7
- package/dist/models/shared-product-field-override-class.js +15 -0
- package/dist/models/{product-version-config-class.d.ts → shared-product-version-config-class.d.ts} +7 -7
- package/dist/models/shared-product-version-config-class.js +15 -0
- package/dist/models/{tariff-variation-class.d.ts → shared-tariff-variation-class.d.ts} +12 -12
- package/dist/models/shared-tariff-variation-class.js +15 -0
- package/dist/models/update-product-config-request-dto.d.ts +24 -0
- package/dist/models/update-product-config-request-dto.js +15 -0
- package/dist/models/update-product-config-version-status-request-dto.d.ts +30 -0
- package/dist/models/update-product-config-version-status-request-dto.js +21 -0
- package/models/delete-response-by-code-class.ts +30 -0
- package/models/index.ts +12 -3
- package/models/rest-get-product-config-response-class.ts +31 -0
- package/models/rest-get-product-config-version-response-class.ts +31 -0
- package/models/rest-list-product-config-versions-response-class.ts +49 -0
- package/models/rest-list-product-configs-response-class.ts +49 -0
- package/models/rest-update-product-config-response-class.ts +31 -0
- package/models/rest-update-product-config-version-response-class.ts +31 -0
- package/models/shared-product-config-version-class.ts +3 -3
- package/models/{product-field-override-class.ts → shared-product-field-override-class.ts} +7 -7
- package/models/{product-version-config-class.ts → shared-product-version-config-class.ts} +7 -7
- package/models/{tariff-variation-class.ts → shared-tariff-variation-class.ts} +12 -12
- package/models/update-product-config-request-dto.ts +30 -0
- package/models/update-product-config-version-status-request-dto.ts +39 -0
- package/package.json +1 -1
- /package/dist/models/{product-field-override-class.js → delete-response-by-code-class.js} +0 -0
- /package/dist/models/{product-version-config-class.js → rest-get-product-config-response-class.js} +0 -0
- /package/dist/models/{tariff-variation-class.js → rest-get-product-config-version-response-class.js} +0 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -102,6 +102,7 @@ models/csv-product-factor-dto.ts
|
|
|
102
102
|
models/custom-field-class.ts
|
|
103
103
|
models/deductible-class.ts
|
|
104
104
|
models/delete-draft-policy-request-dto.ts
|
|
105
|
+
models/delete-response-by-code-class.ts
|
|
105
106
|
models/delete-response-class.ts
|
|
106
107
|
models/emil-function-class.ts
|
|
107
108
|
models/emil-function-secret-class.ts
|
|
@@ -219,13 +220,17 @@ models/product-factor-for-version-class.ts
|
|
|
219
220
|
models/product-factor-value-class.ts
|
|
220
221
|
models/product-factor-value-for-version-class.ts
|
|
221
222
|
models/product-field-class.ts
|
|
222
|
-
models/product-field-override-class.ts
|
|
223
223
|
models/product-field-type-class.ts
|
|
224
224
|
models/product-version-class.ts
|
|
225
|
-
models/product-version-config-class.ts
|
|
226
225
|
models/rest-clone-lead-account-request-dto.ts
|
|
227
226
|
models/rest-create-product-config-response-class.ts
|
|
228
227
|
models/rest-create-product-config-version-response-class.ts
|
|
228
|
+
models/rest-get-product-config-response-class.ts
|
|
229
|
+
models/rest-get-product-config-version-response-class.ts
|
|
230
|
+
models/rest-list-product-config-versions-response-class.ts
|
|
231
|
+
models/rest-list-product-configs-response-class.ts
|
|
232
|
+
models/rest-update-product-config-response-class.ts
|
|
233
|
+
models/rest-update-product-config-version-response-class.ts
|
|
229
234
|
models/restore-policy-version-request-dto.ts
|
|
230
235
|
models/restore-policy-version-response-class.ts
|
|
231
236
|
models/sepa-dto.ts
|
|
@@ -244,7 +249,10 @@ models/shared-payment-method-response-class.ts
|
|
|
244
249
|
models/shared-product-config-class.ts
|
|
245
250
|
models/shared-product-config-version-class.ts
|
|
246
251
|
models/shared-product-field-class.ts
|
|
252
|
+
models/shared-product-field-override-class.ts
|
|
253
|
+
models/shared-product-version-config-class.ts
|
|
247
254
|
models/shared-sepa-response-class.ts
|
|
255
|
+
models/shared-tariff-variation-class.ts
|
|
248
256
|
models/shared-update-named-range-request-dto.ts
|
|
249
257
|
models/shared-update-premium-formula-request-dto.ts
|
|
250
258
|
models/status-transition-rule-class.ts
|
|
@@ -256,7 +264,6 @@ models/swap-premium-formulas-order-request-dto.ts
|
|
|
256
264
|
models/swap-product-fields-order-request-dto.ts
|
|
257
265
|
models/tag-class.ts
|
|
258
266
|
models/tariff-coverage-term-class.ts
|
|
259
|
-
models/tariff-variation-class.ts
|
|
260
267
|
models/terminate-policy-request-dto.ts
|
|
261
268
|
models/terminate-policy-response-class.ts
|
|
262
269
|
models/timeslice-class.ts
|
|
@@ -288,6 +295,8 @@ models/update-policy-request-dto.ts
|
|
|
288
295
|
models/update-policy-response-class.ts
|
|
289
296
|
models/update-premium-formula-request-dto.ts
|
|
290
297
|
models/update-premium-formula-response-class.ts
|
|
298
|
+
models/update-product-config-request-dto.ts
|
|
299
|
+
models/update-product-config-version-status-request-dto.ts
|
|
291
300
|
models/update-product-field-request-dto.ts
|
|
292
301
|
models/update-product-field-response-class.ts
|
|
293
302
|
models/update-product-request-dto.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@1.95.1-beta.
|
|
20
|
+
npm install @emilgroup/insurance-sdk@1.95.1-beta.8 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk@1.95.1-beta.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk@1.95.1-beta.8
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|