@emilgroup/insurance-sdk-node 1.2.0 → 1.4.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.
- package/.openapi-generator/FILES +18 -5
- package/README.md +2 -2
- package/api/insured-object-types-api.ts +29 -29
- package/api/insured-objects-api.ts +44 -33
- package/api/leads-api.ts +187 -7
- package/api/policies-api.ts +276 -41
- package/api/premium-formulas-api.ts +669 -0
- package/api/product-factors-api.ts +889 -0
- package/api/product-fields-api.ts +843 -0
- package/api/product-versions-api.ts +301 -0
- package/api/products-api.ts +201 -2665
- package/api.ts +9 -1
- package/base.ts +23 -33
- package/common.ts +62 -1
- package/configuration.ts +1 -1
- package/dist/api/insured-object-types-api.d.ts +29 -29
- package/dist/api/insured-object-types-api.js +25 -25
- package/dist/api/insured-objects-api.d.ts +38 -29
- package/dist/api/insured-objects-api.js +31 -27
- package/dist/api/leads-api.d.ts +114 -10
- package/dist/api/leads-api.js +125 -2
- package/dist/api/policies-api.d.ts +171 -41
- package/dist/api/policies-api.js +231 -34
- package/dist/api/premium-formulas-api.d.ts +376 -0
- package/dist/api/premium-formulas-api.js +634 -0
- package/dist/api/product-factors-api.d.ts +493 -0
- package/dist/api/product-factors-api.js +788 -0
- package/dist/api/product-fields-api.d.ts +477 -0
- package/dist/api/product-fields-api.js +757 -0
- package/dist/api/product-versions-api.d.ts +171 -0
- package/dist/api/product-versions-api.js +334 -0
- package/dist/api/products-api.d.ts +25 -1388
- package/dist/api/products-api.js +137 -2118
- package/dist/api.d.ts +5 -1
- package/dist/api.js +5 -1
- package/dist/base.d.ts +2 -3
- package/dist/base.js +20 -22
- package/dist/common.d.ts +27 -1
- package/dist/common.js +36 -3
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/calculate-custom-premium-request-dto.d.ts +4 -4
- package/dist/models/calculate-custom-premium-request-dto.js +1 -1
- package/dist/models/calculate-premium-request-dto.d.ts +9 -9
- package/dist/models/calculate-premium-request-dto.js +1 -1
- package/dist/models/create-account-request-dto.d.ts +26 -13
- package/dist/models/create-account-request-dto.js +8 -1
- package/dist/models/create-bank-account-request-dto.d.ts +3 -3
- package/dist/models/create-bank-account-request-dto.js +1 -1
- package/dist/models/create-custom-application-request-dto.d.ts +5 -5
- package/dist/models/create-custom-application-request-dto.js +1 -1
- package/dist/models/create-dummy-policy-request-dto.d.ts +4 -4
- package/dist/models/create-dummy-policy-request-dto.js +1 -1
- package/dist/models/create-insured-object-request-dto.d.ts +5 -5
- package/dist/models/create-insured-object-request-dto.js +1 -1
- package/dist/models/create-insured-object-response-class.d.ts +5 -5
- package/dist/models/create-insured-object-response-class.js +1 -1
- package/dist/models/create-lead-request-dto.d.ts +23 -23
- package/dist/models/create-lead-request-dto.js +1 -1
- package/dist/models/create-lead-response-class.d.ts +25 -0
- package/dist/models/{grpc-policy-object-dto.js → create-lead-response-class.js} +1 -1
- package/dist/models/create-policy-request-dto.d.ts +19 -7
- package/dist/models/create-policy-request-dto.js +1 -1
- package/dist/models/create-policy-response-class.d.ts +1 -1
- package/dist/models/create-policy-response-class.js +1 -1
- package/dist/models/create-premium-formula-request-dto.d.ts +10 -9
- package/dist/models/create-premium-formula-request-dto.js +3 -2
- package/dist/models/create-premium-formula-response-class.d.ts +2 -2
- package/dist/models/create-premium-formula-response-class.js +1 -1
- package/dist/models/create-product-field-request-dto.d.ts +2 -2
- package/dist/models/create-product-field-request-dto.js +1 -1
- package/dist/models/create-product-field-response-class.d.ts +2 -2
- package/dist/models/create-product-field-response-class.js +1 -1
- package/dist/models/create-product-request-dto.d.ts +6 -6
- package/dist/models/create-product-request-dto.js +1 -1
- package/dist/models/create-product-response-class.d.ts +1 -1
- package/dist/models/create-product-response-class.js +1 -1
- package/dist/models/csv-product-factor-dto.d.ts +6 -6
- package/dist/models/csv-product-factor-dto.js +1 -1
- package/dist/models/delete-request-dto.d.ts +2 -2
- package/dist/models/delete-request-dto.js +1 -1
- package/dist/models/{get-insured-object-request-dto.d.ts → delete-response-class.d.ts} +7 -7
- package/dist/models/{to-grpc-create-policy-request-dto.js → delete-response-class.js} +1 -1
- package/dist/models/get-insured-object-response-class.d.ts +2 -2
- package/dist/models/get-insured-object-response-class.js +1 -1
- package/dist/models/get-lead-response-class.d.ts +25 -0
- package/dist/models/{grpc-update-policy-request-dto.js → get-lead-response-class.js} +1 -1
- package/dist/models/{grpc-policy-object-dto.d.ts → get-policy-data-by-date-request-dto.d.ts} +11 -11
- package/dist/models/{get-insured-object-request-dto.js → get-policy-data-by-date-request-dto.js} +1 -1
- package/dist/models/get-policy-request-dto.d.ts +3 -3
- package/dist/models/get-policy-request-dto.js +1 -1
- package/dist/models/get-policy-response-class.d.ts +2 -2
- package/dist/models/get-policy-response-class.js +1 -1
- package/dist/models/get-premium-formula-request-dto.d.ts +2 -2
- package/dist/models/get-premium-formula-request-dto.js +1 -1
- package/dist/models/get-premium-formula-response-class.d.ts +2 -2
- package/dist/models/get-premium-formula-response-class.js +1 -1
- package/dist/models/get-product-factor-response-class.d.ts +2 -2
- package/dist/models/get-product-factor-response-class.js +1 -1
- package/dist/models/get-product-factor-value-request-dto.d.ts +1 -1
- package/dist/models/get-product-factor-value-request-dto.js +1 -1
- package/dist/models/get-product-factor-value-response-class.d.ts +2 -2
- package/dist/models/get-product-factor-value-response-class.js +1 -1
- package/dist/models/get-product-factors-for-version-request-dto.d.ts +4 -4
- package/dist/models/get-product-factors-for-version-request-dto.js +1 -1
- package/dist/models/get-product-factors-for-version-response-class.d.ts +1 -1
- package/dist/models/get-product-factors-for-version-response-class.js +1 -1
- package/dist/models/get-product-field-request-dto.d.ts +2 -2
- package/dist/models/get-product-field-request-dto.js +1 -1
- package/dist/models/get-product-field-response-class.d.ts +2 -2
- package/dist/models/get-product-field-response-class.js +1 -1
- package/dist/models/get-product-request-dto.d.ts +1 -1
- package/dist/models/get-product-request-dto.js +1 -1
- package/dist/models/get-product-response-class.d.ts +1 -1
- package/dist/models/get-product-response-class.js +1 -1
- package/dist/models/get-product-version-request-dto.d.ts +2 -2
- package/dist/models/get-product-version-request-dto.js +1 -1
- package/dist/models/get-product-version-response-class.d.ts +1 -1
- package/dist/models/get-product-version-response-class.js +1 -1
- package/dist/models/grouped-product-factor-class.d.ts +4 -4
- package/dist/models/grouped-product-factor-class.js +1 -1
- package/dist/models/grouped-product-factor-value-class.d.ts +10 -4
- package/dist/models/grouped-product-factor-value-class.js +1 -1
- package/dist/models/grouped-product-factors-response-class.d.ts +1 -1
- package/dist/models/grouped-product-factors-response-class.js +1 -1
- package/dist/models/index.d.ts +14 -5
- package/dist/models/index.js +14 -5
- package/dist/models/insured-object-class.d.ts +12 -12
- package/dist/models/insured-object-class.js +1 -1
- package/dist/models/insured-object-type-class.d.ts +6 -6
- package/dist/models/insured-object-type-class.js +1 -1
- package/dist/models/lead-bank-account-class.d.ts +30 -0
- package/dist/models/lead-bank-account-class.js +15 -0
- package/dist/models/lead-class.d.ts +95 -0
- package/dist/models/lead-class.js +15 -0
- package/dist/models/list-insured-object-types-response-class.d.ts +3 -3
- package/dist/models/list-insured-object-types-response-class.js +1 -1
- package/dist/models/list-insured-objects-response-class.d.ts +5 -4
- package/dist/models/list-insured-objects-response-class.js +1 -1
- package/dist/models/list-leads-response-class.d.ts +31 -0
- package/dist/models/list-leads-response-class.js +15 -0
- package/dist/models/list-policies-response-class.d.ts +2 -2
- package/dist/models/list-policies-response-class.js +1 -1
- package/dist/models/list-premium-formulas-response-class.d.ts +3 -3
- package/dist/models/list-premium-formulas-response-class.js +1 -1
- package/dist/models/list-product-factors-response-class.d.ts +7 -7
- package/dist/models/list-product-factors-response-class.js +1 -1
- package/dist/models/list-product-field-types-response-class.d.ts +6 -5
- package/dist/models/list-product-field-types-response-class.js +1 -1
- package/dist/models/list-product-fields-response-class.d.ts +3 -3
- package/dist/models/list-product-fields-response-class.js +1 -1
- package/dist/models/list-products-response-class.d.ts +3 -3
- package/dist/models/list-products-response-class.js +1 -1
- package/dist/models/list-request-dto.d.ts +6 -6
- package/dist/models/list-request-dto.js +1 -1
- package/dist/models/omit-type-class.d.ts +60 -0
- package/dist/models/omit-type-class.js +15 -0
- package/dist/models/policy-class.d.ts +32 -14
- package/dist/models/policy-class.js +1 -1
- package/dist/models/policy-object-class.d.ts +5 -5
- package/dist/models/policy-object-class.js +1 -1
- package/dist/models/policy-object-dto.d.ts +3 -3
- package/dist/models/policy-object-dto.js +1 -1
- package/dist/models/policy-premium-class.d.ts +5 -5
- package/dist/models/policy-premium-class.js +1 -1
- package/dist/models/policy-premium-item-class.d.ts +7 -7
- package/dist/models/policy-premium-item-class.js +1 -1
- package/dist/models/policy-version-class.d.ts +6 -6
- package/dist/models/policy-version-class.js +1 -1
- package/dist/models/premium-formula-class.d.ts +10 -17
- package/dist/models/premium-formula-class.js +1 -1
- package/dist/models/premium-override-dto.d.ts +7 -6
- package/dist/models/premium-override-dto.js +3 -2
- package/dist/models/premium-override-request-dto.d.ts +2 -2
- package/dist/models/premium-override-request-dto.js +1 -1
- package/dist/models/product-class.d.ts +10 -10
- package/dist/models/product-class.js +1 -1
- package/dist/models/product-factor-class.d.ts +9 -9
- package/dist/models/product-factor-class.js +1 -1
- package/dist/models/product-factor-value-class.d.ts +8 -28
- package/dist/models/product-factor-value-class.js +1 -1
- package/dist/models/product-field-class.d.ts +10 -10
- package/dist/models/product-field-class.js +1 -1
- package/dist/models/product-field-type-class.d.ts +48 -0
- package/dist/models/product-field-type-class.js +15 -0
- package/dist/models/product-version-class.d.ts +15 -8
- package/dist/models/product-version-class.js +8 -1
- package/dist/models/shared-product-field-class.d.ts +114 -0
- package/dist/models/shared-product-field-class.js +15 -0
- package/dist/models/shared-update-premium-formula-request-dto.d.ts +72 -0
- package/dist/models/{create-claim-request-dto.js → shared-update-premium-formula-request-dto.js} +10 -9
- package/dist/models/store-product-factors-request-dto.d.ts +2 -2
- package/dist/models/store-product-factors-request-dto.js +1 -1
- package/dist/models/store-product-factors-response-class.d.ts +1 -1
- package/dist/models/store-product-factors-response-class.js +1 -1
- package/dist/models/suspend-policy-request-dto.d.ts +24 -0
- package/dist/models/suspend-policy-request-dto.js +15 -0
- package/dist/models/suspend-policy-response-class.d.ts +25 -0
- package/dist/models/suspend-policy-response-class.js +15 -0
- package/dist/models/terminate-policy-request-dto.d.ts +3 -3
- package/dist/models/terminate-policy-request-dto.js +1 -1
- package/dist/models/terminate-policy-response-class.d.ts +1 -1
- package/dist/models/terminate-policy-response-class.js +1 -1
- package/dist/models/timeslice-class.d.ts +8 -8
- package/dist/models/timeslice-class.js +1 -1
- package/dist/models/update-insured-object-request-dto.d.ts +6 -6
- package/dist/models/update-insured-object-request-dto.js +1 -1
- package/dist/models/update-lead-request-dto.d.ts +8 -14
- package/dist/models/update-lead-request-dto.js +1 -1
- package/dist/models/update-lead-response-class.d.ts +25 -0
- package/dist/models/update-lead-response-class.js +15 -0
- package/dist/models/update-policy-request-dto.d.ts +24 -5
- package/dist/models/update-policy-request-dto.js +8 -1
- package/dist/models/update-policy-response-class.d.ts +1 -1
- package/dist/models/update-policy-response-class.js +1 -1
- package/dist/models/update-premium-formula-request-dto.d.ts +10 -15
- package/dist/models/update-premium-formula-request-dto.js +3 -2
- package/dist/models/update-premium-formula-response-class.d.ts +2 -2
- package/dist/models/update-premium-formula-response-class.js +1 -1
- package/dist/models/update-product-field-request-dto.d.ts +15 -15
- package/dist/models/update-product-field-request-dto.js +1 -1
- package/dist/models/update-product-field-response-class.d.ts +2 -2
- package/dist/models/update-product-field-response-class.js +1 -1
- package/dist/models/update-product-request-dto.d.ts +5 -5
- package/dist/models/update-product-request-dto.js +1 -1
- package/dist/models/update-product-response-class.d.ts +1 -1
- package/dist/models/update-product-response-class.js +1 -1
- package/dist/models/update-product-version-request-dto.d.ts +5 -5
- package/dist/models/update-product-version-request-dto.js +1 -1
- package/dist/models/update-product-version-response-class.d.ts +1 -1
- package/dist/models/update-product-version-response-class.js +1 -1
- package/dist/models/uploaded-document-dto.d.ts +2 -2
- package/dist/models/uploaded-document-dto.js +1 -1
- package/dist/models/validate-product-factors-request-dto.d.ts +2 -2
- package/dist/models/validate-product-factors-request-dto.js +1 -1
- package/dist/models/withdraw-policy-response-class.d.ts +1 -1
- package/dist/models/withdraw-policy-response-class.js +1 -1
- package/index.ts +1 -1
- package/models/calculate-custom-premium-request-dto.ts +3 -3
- package/models/calculate-premium-request-dto.ts +9 -9
- package/models/create-account-request-dto.ts +29 -13
- package/models/create-bank-account-request-dto.ts +3 -3
- package/models/create-custom-application-request-dto.ts +4 -4
- package/models/create-dummy-policy-request-dto.ts +4 -4
- package/models/create-insured-object-request-dto.ts +5 -5
- package/models/create-insured-object-response-class.ts +5 -5
- package/models/create-lead-request-dto.ts +22 -22
- package/models/create-lead-response-class.ts +31 -0
- package/models/create-policy-request-dto.ts +19 -7
- package/models/create-policy-response-class.ts +1 -1
- package/models/create-premium-formula-request-dto.ts +9 -8
- package/models/create-premium-formula-response-class.ts +2 -2
- package/models/create-product-field-request-dto.ts +1 -1
- package/models/create-product-field-response-class.ts +2 -2
- package/models/create-product-request-dto.ts +5 -5
- package/models/create-product-response-class.ts +1 -1
- package/models/csv-product-factor-dto.ts +6 -6
- package/models/delete-request-dto.ts +2 -2
- package/models/{get-insured-object-request-dto.ts → delete-response-class.ts} +7 -7
- package/models/get-insured-object-response-class.ts +2 -2
- package/models/get-lead-response-class.ts +31 -0
- package/models/{grpc-policy-object-dto.ts → get-policy-data-by-date-request-dto.ts} +11 -11
- package/models/get-policy-request-dto.ts +3 -3
- package/models/get-policy-response-class.ts +2 -2
- package/models/get-premium-formula-request-dto.ts +2 -2
- package/models/get-premium-formula-response-class.ts +2 -2
- package/models/get-product-factor-response-class.ts +2 -2
- package/models/get-product-factor-value-request-dto.ts +1 -1
- package/models/get-product-factor-value-response-class.ts +2 -2
- package/models/get-product-factors-for-version-request-dto.ts +4 -4
- package/models/get-product-factors-for-version-response-class.ts +1 -1
- package/models/get-product-field-request-dto.ts +2 -2
- package/models/get-product-field-response-class.ts +2 -2
- package/models/get-product-request-dto.ts +1 -1
- package/models/get-product-response-class.ts +1 -1
- package/models/get-product-version-request-dto.ts +2 -2
- package/models/get-product-version-response-class.ts +1 -1
- package/models/grouped-product-factor-class.ts +4 -4
- package/models/grouped-product-factor-value-class.ts +10 -4
- package/models/grouped-product-factors-response-class.ts +1 -1
- package/models/index.ts +14 -5
- package/models/insured-object-class.ts +12 -12
- package/models/insured-object-type-class.ts +6 -6
- package/models/lead-bank-account-class.ts +36 -0
- package/models/lead-class.ts +101 -0
- package/models/list-insured-object-types-response-class.ts +3 -3
- package/models/list-insured-objects-response-class.ts +5 -4
- package/models/list-leads-response-class.ts +37 -0
- package/models/list-policies-response-class.ts +2 -2
- package/models/list-premium-formulas-response-class.ts +3 -3
- package/models/list-product-factors-response-class.ts +7 -7
- package/models/list-product-field-types-response-class.ts +6 -5
- package/models/list-product-fields-response-class.ts +3 -3
- package/models/list-products-response-class.ts +3 -3
- package/models/list-request-dto.ts +6 -6
- package/models/omit-type-class.ts +66 -0
- package/models/policy-class.ts +32 -14
- package/models/policy-object-class.ts +5 -5
- package/models/policy-object-dto.ts +3 -3
- package/models/policy-premium-class.ts +5 -5
- package/models/policy-premium-item-class.ts +7 -7
- package/models/policy-version-class.ts +6 -6
- package/models/premium-formula-class.ts +10 -17
- package/models/premium-override-dto.ts +6 -5
- package/models/premium-override-request-dto.ts +2 -2
- package/models/product-class.ts +10 -10
- package/models/product-factor-class.ts +9 -9
- package/models/product-factor-value-class.ts +8 -28
- package/models/product-field-class.ts +10 -10
- package/models/product-field-type-class.ts +54 -0
- package/models/product-version-class.ts +18 -8
- package/models/shared-product-field-class.ts +120 -0
- package/models/shared-update-premium-formula-request-dto.ts +82 -0
- package/models/store-product-factors-request-dto.ts +2 -2
- package/models/store-product-factors-response-class.ts +1 -1
- package/models/suspend-policy-request-dto.ts +30 -0
- package/models/suspend-policy-response-class.ts +31 -0
- package/models/terminate-policy-request-dto.ts +3 -3
- package/models/terminate-policy-response-class.ts +1 -1
- package/models/timeslice-class.ts +8 -8
- package/models/update-insured-object-request-dto.ts +6 -6
- package/models/update-lead-request-dto.ts +7 -13
- package/models/update-lead-response-class.ts +31 -0
- package/models/update-policy-request-dto.ts +27 -5
- package/models/update-policy-response-class.ts +1 -1
- package/models/update-premium-formula-request-dto.ts +9 -14
- package/models/update-premium-formula-response-class.ts +2 -2
- package/models/update-product-field-request-dto.ts +14 -14
- package/models/update-product-field-response-class.ts +2 -2
- package/models/update-product-request-dto.ts +5 -5
- package/models/update-product-response-class.ts +1 -1
- package/models/update-product-version-request-dto.ts +4 -4
- package/models/update-product-version-response-class.ts +1 -1
- package/models/uploaded-document-dto.ts +2 -2
- package/models/validate-product-factors-request-dto.ts +2 -2
- package/models/withdraw-policy-response-class.ts +1 -1
- package/package.json +2 -3
- package/dist/models/create-claim-request-dto.d.ts +0 -83
- package/dist/models/grpc-update-policy-request-dto.d.ts +0 -50
- package/dist/models/to-grpc-create-policy-request-dto.d.ts +0 -44
- package/models/create-claim-request-dto.ts +0 -93
- package/models/grpc-update-policy-request-dto.ts +0 -56
- package/models/to-grpc-create-policy-request-dto.ts +0 -50
|
@@ -3,13 +3,12 @@
|
|
|
3
3
|
* The EMIL InsuranceService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ProductVersionClass } from './product-version-class';
|
|
13
12
|
/**
|
|
14
13
|
*
|
|
15
14
|
* @export
|
|
@@ -17,61 +16,55 @@ import { ProductVersionClass } from './product-version-class';
|
|
|
17
16
|
*/
|
|
18
17
|
export interface PremiumFormulaClass {
|
|
19
18
|
/**
|
|
20
|
-
*
|
|
19
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
21
20
|
* @type {number}
|
|
22
21
|
* @memberof PremiumFormulaClass
|
|
23
22
|
*/
|
|
24
23
|
'id': number;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
25
|
+
* Unique identifier referencing the product version.
|
|
27
26
|
* @type {number}
|
|
28
27
|
* @memberof PremiumFormulaClass
|
|
29
28
|
*/
|
|
30
29
|
'productVersionId': number;
|
|
31
30
|
/**
|
|
32
|
-
* Premium group
|
|
31
|
+
* Premium group name.
|
|
33
32
|
* @type {string}
|
|
34
33
|
* @memberof PremiumFormulaClass
|
|
35
34
|
*/
|
|
36
35
|
'group': string;
|
|
37
36
|
/**
|
|
38
|
-
* Premium name
|
|
37
|
+
* Premium name.
|
|
39
38
|
* @type {string}
|
|
40
39
|
* @memberof PremiumFormulaClass
|
|
41
40
|
*/
|
|
42
41
|
'name': string;
|
|
43
42
|
/**
|
|
44
|
-
* Premium expression
|
|
43
|
+
* Premium expression.
|
|
45
44
|
* @type {string}
|
|
46
45
|
* @memberof PremiumFormulaClass
|
|
47
46
|
*/
|
|
48
47
|
'expression': string;
|
|
49
48
|
/**
|
|
50
|
-
*
|
|
49
|
+
* Type of Premium that is based on time.
|
|
51
50
|
* @type {string}
|
|
52
51
|
* @memberof PremiumFormulaClass
|
|
53
52
|
*/
|
|
54
53
|
'type': string;
|
|
55
54
|
/**
|
|
56
|
-
* Premium
|
|
55
|
+
* This is unit of Premium. Premium units are determined based on oneTimePayment, day, week, month and year.
|
|
57
56
|
* @type {string}
|
|
58
57
|
* @memberof PremiumFormulaClass
|
|
59
58
|
*/
|
|
60
59
|
'unit': string;
|
|
61
60
|
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {Array<ProductVersionClass>}
|
|
64
|
-
* @memberof PremiumFormulaClass
|
|
65
|
-
*/
|
|
66
|
-
'productVersion': Array<ProductVersionClass>;
|
|
67
|
-
/**
|
|
68
|
-
* Date created
|
|
61
|
+
* Time at which the object was created.
|
|
69
62
|
* @type {string}
|
|
70
63
|
* @memberof PremiumFormulaClass
|
|
71
64
|
*/
|
|
72
65
|
'createdAt': string;
|
|
73
66
|
/**
|
|
74
|
-
*
|
|
67
|
+
* Time at which the object was updated.
|
|
75
68
|
* @type {string}
|
|
76
69
|
* @memberof PremiumFormulaClass
|
|
77
70
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* The EMIL InsuranceService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PremiumOverrideDto {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Name of Premium.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof PremiumOverrideDto
|
|
22
22
|
*/
|
|
23
23
|
'name': string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Type of Premium that is based on time.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof PremiumOverrideDto
|
|
28
28
|
*/
|
|
29
29
|
'type': PremiumOverrideDtoTypeEnum;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* This is unit of Premium. Premium units are determined based on oneTimePayment, day, week, month and year.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof PremiumOverrideDto
|
|
34
34
|
*/
|
|
@@ -43,11 +43,12 @@ export interface PremiumOverrideDto {
|
|
|
43
43
|
export declare const PremiumOverrideDtoTypeEnum: {
|
|
44
44
|
readonly Time: "time";
|
|
45
45
|
};
|
|
46
|
-
export
|
|
46
|
+
export type PremiumOverrideDtoTypeEnum = typeof PremiumOverrideDtoTypeEnum[keyof typeof PremiumOverrideDtoTypeEnum];
|
|
47
47
|
export declare const PremiumOverrideDtoUnitEnum: {
|
|
48
48
|
readonly Day: "day";
|
|
49
49
|
readonly Week: "week";
|
|
50
50
|
readonly Month: "month";
|
|
51
51
|
readonly Year: "year";
|
|
52
|
+
readonly OneTimePayment: "oneTimePayment";
|
|
52
53
|
};
|
|
53
|
-
export
|
|
54
|
+
export type PremiumOverrideDtoUnitEnum = typeof PremiumOverrideDtoUnitEnum[keyof typeof PremiumOverrideDtoUnitEnum];
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* The EMIL InsuranceService API description
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
|
-
*
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
12
|
* https://openapi-generator.tech
|
|
@@ -21,5 +21,6 @@ exports.PremiumOverrideDtoUnitEnum = {
|
|
|
21
21
|
Day: 'day',
|
|
22
22
|
Week: 'week',
|
|
23
23
|
Month: 'month',
|
|
24
|
-
Year: 'year'
|
|
24
|
+
Year: 'year',
|
|
25
|
+
OneTimePayment: 'oneTimePayment'
|
|
25
26
|
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* The EMIL InsuranceService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -17,7 +17,7 @@ import { PremiumOverrideDto } from './premium-override-dto';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PremiumOverrideRequestDto {
|
|
19
19
|
/**
|
|
20
|
-
* Premium Override
|
|
20
|
+
* Premium Override.
|
|
21
21
|
* @type {Array<PremiumOverrideDto>}
|
|
22
22
|
* @memberof PremiumOverrideRequestDto
|
|
23
23
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* The EMIL InsuranceService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -18,55 +18,55 @@ import { ProductVersionClass } from './product-version-class';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ProductClass {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
22
22
|
* @type {number}
|
|
23
23
|
* @memberof ProductClass
|
|
24
24
|
*/
|
|
25
25
|
'id': number;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Unique identifier for the object.
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof ProductClass
|
|
30
30
|
*/
|
|
31
31
|
'code': string;
|
|
32
32
|
/**
|
|
33
|
-
* Product\'s name
|
|
33
|
+
* Product\'s name.
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof ProductClass
|
|
36
36
|
*/
|
|
37
37
|
'name': string;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id. In this case, the template used for the product.
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof ProductClass
|
|
42
42
|
*/
|
|
43
43
|
'slug': string;
|
|
44
44
|
/**
|
|
45
|
-
* Insured object types covered under product
|
|
45
|
+
* Insured object types covered under product.
|
|
46
46
|
* @type {Array<InsuredObjectTypeClass>}
|
|
47
47
|
* @memberof ProductClass
|
|
48
48
|
*/
|
|
49
49
|
'insuredObjectTypes': Array<InsuredObjectTypeClass>;
|
|
50
50
|
/**
|
|
51
|
-
* Contract duration in days
|
|
51
|
+
* Contract duration in days.
|
|
52
52
|
* @type {number}
|
|
53
53
|
* @memberof ProductClass
|
|
54
54
|
*/
|
|
55
55
|
'contractDurationDays': number;
|
|
56
56
|
/**
|
|
57
|
-
* Product versions
|
|
57
|
+
* Product versions.
|
|
58
58
|
* @type {Array<ProductVersionClass>}
|
|
59
59
|
* @memberof ProductClass
|
|
60
60
|
*/
|
|
61
61
|
'versions': Array<ProductVersionClass>;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Time at which the object was created.
|
|
64
64
|
* @type {string}
|
|
65
65
|
* @memberof ProductClass
|
|
66
66
|
*/
|
|
67
67
|
'createdAt': string;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* Time at which the object was updated.
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof ProductClass
|
|
72
72
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* The EMIL InsuranceService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -18,49 +18,49 @@ import { ProductVersionClass } from './product-version-class';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ProductFactorClass {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
22
22
|
* @type {number}
|
|
23
23
|
* @memberof ProductFactorClass
|
|
24
24
|
*/
|
|
25
25
|
'id': number;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Unique identifier referencing the version of the product on which this product factor is used.
|
|
28
28
|
* @type {number}
|
|
29
29
|
* @memberof ProductFactorClass
|
|
30
30
|
*/
|
|
31
31
|
'productVersionId': number;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Product factor group. Has “default” as default value but can be adjusted by the insurer.
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof ProductFactorClass
|
|
36
36
|
*/
|
|
37
37
|
'group': string;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Label of the factor that is used in the field configuration in the dropdown.
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof ProductFactorClass
|
|
42
42
|
*/
|
|
43
43
|
'label': string;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Product factor values.
|
|
46
46
|
* @type {Array<ProductFactorValueClass>}
|
|
47
47
|
* @memberof ProductFactorClass
|
|
48
48
|
*/
|
|
49
49
|
'values': Array<ProductFactorValueClass>;
|
|
50
50
|
/**
|
|
51
|
-
* Factor product version
|
|
51
|
+
* Factor product version.
|
|
52
52
|
* @type {ProductVersionClass}
|
|
53
53
|
* @memberof ProductFactorClass
|
|
54
54
|
*/
|
|
55
55
|
'productVersion': ProductVersionClass;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* Time at which the object was created.
|
|
58
58
|
* @type {string}
|
|
59
59
|
* @memberof ProductFactorClass
|
|
60
60
|
*/
|
|
61
61
|
'createdAt': string;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Time at which the object was updated.
|
|
64
64
|
* @type {string}
|
|
65
65
|
* @memberof ProductFactorClass
|
|
66
66
|
*/
|
|
@@ -3,14 +3,12 @@
|
|
|
3
3
|
* The EMIL InsuranceService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ProductFactorClass } from './product-factor-class';
|
|
13
|
-
import { ProductVersionClass } from './product-version-class';
|
|
14
12
|
/**
|
|
15
13
|
*
|
|
16
14
|
* @export
|
|
@@ -18,61 +16,43 @@ import { ProductVersionClass } from './product-version-class';
|
|
|
18
16
|
*/
|
|
19
17
|
export interface ProductFactorValueClass {
|
|
20
18
|
/**
|
|
21
|
-
*
|
|
19
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
22
20
|
* @type {number}
|
|
23
21
|
* @memberof ProductFactorValueClass
|
|
24
22
|
*/
|
|
25
23
|
'id': number;
|
|
26
24
|
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {number}
|
|
29
|
-
* @memberof ProductFactorValueClass
|
|
30
|
-
*/
|
|
31
|
-
'productVersionId': number;
|
|
32
|
-
/**
|
|
33
|
-
* Factor id
|
|
25
|
+
* Internal unique identifier for product factor. You should not have to use this, use code instead.
|
|
34
26
|
* @type {number}
|
|
35
27
|
* @memberof ProductFactorValueClass
|
|
36
28
|
*/
|
|
37
29
|
'productFactorId': number;
|
|
38
30
|
/**
|
|
39
|
-
*
|
|
31
|
+
* Name of factor selection options as shown in the booking funnel and value of the variable that is saves.
|
|
40
32
|
* @type {string}
|
|
41
33
|
* @memberof ProductFactorValueClass
|
|
42
34
|
*/
|
|
43
35
|
'name': string;
|
|
44
36
|
/**
|
|
45
|
-
* Factor value key
|
|
37
|
+
* Factor value key.
|
|
46
38
|
* @type {string}
|
|
47
39
|
* @memberof ProductFactorValueClass
|
|
48
40
|
*/
|
|
49
41
|
'key': string;
|
|
50
42
|
/**
|
|
51
|
-
* Factor
|
|
43
|
+
* Factor that is used in premium calculation.
|
|
52
44
|
* @type {number}
|
|
53
45
|
* @memberof ProductFactorValueClass
|
|
54
46
|
*/
|
|
55
47
|
'value': number;
|
|
56
48
|
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {ProductFactorClass}
|
|
59
|
-
* @memberof ProductFactorValueClass
|
|
60
|
-
*/
|
|
61
|
-
'productFactor': ProductFactorClass;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {ProductVersionClass}
|
|
65
|
-
* @memberof ProductFactorValueClass
|
|
66
|
-
*/
|
|
67
|
-
'productVersion': ProductVersionClass;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
49
|
+
* Time at which the object was created.
|
|
70
50
|
* @type {string}
|
|
71
51
|
* @memberof ProductFactorValueClass
|
|
72
52
|
*/
|
|
73
53
|
'createdAt': string;
|
|
74
54
|
/**
|
|
75
|
-
*
|
|
55
|
+
* Time at which the object was updated.
|
|
76
56
|
* @type {string}
|
|
77
57
|
* @memberof ProductFactorValueClass
|
|
78
58
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* The EMIL InsuranceService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -16,43 +16,43 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ProductFieldClass {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof ProductFieldClass
|
|
22
22
|
*/
|
|
23
23
|
'id': number;
|
|
24
24
|
/**
|
|
25
|
-
* Product field name
|
|
25
|
+
* Product field name.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ProductFieldClass
|
|
28
28
|
*/
|
|
29
29
|
'name': string;
|
|
30
30
|
/**
|
|
31
|
-
* Product field group
|
|
31
|
+
* Product field group.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ProductFieldClass
|
|
34
34
|
*/
|
|
35
35
|
'group': string;
|
|
36
36
|
/**
|
|
37
|
-
* Product field label
|
|
37
|
+
* Product field label.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof ProductFieldClass
|
|
40
40
|
*/
|
|
41
41
|
'label': string;
|
|
42
42
|
/**
|
|
43
|
-
* Product field type
|
|
43
|
+
* Product field type.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof ProductFieldClass
|
|
46
46
|
*/
|
|
47
47
|
'typeEntity': string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Unique identifier referencing the product field type.
|
|
50
50
|
* @type {number}
|
|
51
51
|
* @memberof ProductFieldClass
|
|
52
52
|
*/
|
|
53
53
|
'typeId': number;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Unique identifier referencing the insured object.
|
|
56
56
|
* @type {number}
|
|
57
57
|
* @memberof ProductFieldClass
|
|
58
58
|
*/
|
|
@@ -100,13 +100,13 @@ export interface ProductFieldClass {
|
|
|
100
100
|
*/
|
|
101
101
|
'maxValue': object;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* Time at which the object was created.
|
|
104
104
|
* @type {string}
|
|
105
105
|
* @memberof ProductFieldClass
|
|
106
106
|
*/
|
|
107
107
|
'createdAt': string;
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* Time at which the object was updated.
|
|
110
110
|
* @type {string}
|
|
111
111
|
* @memberof ProductFieldClass
|
|
112
112
|
*/
|
|
@@ -0,0 +1,48 @@
|
|
|
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 ProductFieldTypeClass
|
|
16
|
+
*/
|
|
17
|
+
export interface ProductFieldTypeClass {
|
|
18
|
+
/**
|
|
19
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ProductFieldTypeClass
|
|
22
|
+
*/
|
|
23
|
+
'id': number;
|
|
24
|
+
/**
|
|
25
|
+
* Product field type name.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ProductFieldTypeClass
|
|
28
|
+
*/
|
|
29
|
+
'name': string;
|
|
30
|
+
/**
|
|
31
|
+
* Product field type category.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ProductFieldTypeClass
|
|
34
|
+
*/
|
|
35
|
+
'category': string;
|
|
36
|
+
/**
|
|
37
|
+
* Time at which the object was created.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ProductFieldTypeClass
|
|
40
|
+
*/
|
|
41
|
+
'createdAt': string;
|
|
42
|
+
/**
|
|
43
|
+
* Time at which the object was updated.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ProductFieldTypeClass
|
|
46
|
+
*/
|
|
47
|
+
'updatedAt': string;
|
|
48
|
+
}
|
|
@@ -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 });
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* The EMIL InsuranceService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -16,39 +16,46 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ProductVersionClass {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof ProductVersionClass
|
|
22
22
|
*/
|
|
23
23
|
'id': number;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Unique identifier referencing the product.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof ProductVersionClass
|
|
28
28
|
*/
|
|
29
29
|
'productId': number;
|
|
30
30
|
/**
|
|
31
|
-
* Product version description
|
|
31
|
+
* Product version description.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ProductVersionClass
|
|
34
34
|
*/
|
|
35
35
|
'description': string;
|
|
36
36
|
/**
|
|
37
|
-
* Product version status
|
|
37
|
+
* Product version status.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof ProductVersionClass
|
|
40
40
|
*/
|
|
41
|
-
'status':
|
|
41
|
+
'status': ProductVersionClassStatusEnum;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Time at which the object was created.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof ProductVersionClass
|
|
46
46
|
*/
|
|
47
47
|
'createdAt': string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Time at which the object was updated.
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof ProductVersionClass
|
|
52
52
|
*/
|
|
53
53
|
'updatedAt': string;
|
|
54
54
|
}
|
|
55
|
+
export declare const ProductVersionClassStatusEnum: {
|
|
56
|
+
readonly Draft: "draft";
|
|
57
|
+
readonly Active: "active";
|
|
58
|
+
readonly Passive: "passive";
|
|
59
|
+
readonly Archived: "archived";
|
|
60
|
+
};
|
|
61
|
+
export type ProductVersionClassStatusEnum = typeof ProductVersionClassStatusEnum[keyof typeof ProductVersionClassStatusEnum];
|
|
@@ -6,10 +6,17 @@
|
|
|
6
6
|
* The EMIL InsuranceService API description
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
|
-
*
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
12
|
* https://openapi-generator.tech
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ProductVersionClassStatusEnum = void 0;
|
|
17
|
+
exports.ProductVersionClassStatusEnum = {
|
|
18
|
+
Draft: 'draft',
|
|
19
|
+
Active: 'active',
|
|
20
|
+
Passive: 'passive',
|
|
21
|
+
Archived: 'archived'
|
|
22
|
+
};
|