@emilgroup/insurance-sdk-node 1.93.1-beta.8 → 1.94.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 (93) hide show
  1. package/.openapi-generator/FILES +0 -20
  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.ts +0 -2
  12. package/dist/api/booking-funnels-api.d.ts +12 -12
  13. package/dist/api/booking-funnels-api.js +10 -10
  14. package/dist/api/commission-agreement-items-api.d.ts +12 -12
  15. package/dist/api/commission-agreement-items-api.js +10 -10
  16. package/dist/api/commission-agreement-products-api.d.ts +12 -12
  17. package/dist/api/commission-agreement-products-api.js +10 -10
  18. package/dist/api/commission-agreement-versions-api.d.ts +12 -12
  19. package/dist/api/commission-agreement-versions-api.js +10 -10
  20. package/dist/api/commission-agreements-api.d.ts +12 -12
  21. package/dist/api/commission-agreements-api.js +10 -10
  22. package/dist/api/commission-recipients-api.d.ts +12 -12
  23. package/dist/api/commission-recipients-api.js +10 -10
  24. package/dist/api/partner-links-api.d.ts +12 -12
  25. package/dist/api/partner-links-api.js +10 -10
  26. package/dist/api/policies-api.d.ts +36 -36
  27. package/dist/api/policies-api.js +30 -30
  28. package/dist/api.d.ts +0 -1
  29. package/dist/api.js +0 -1
  30. package/dist/models/index.d.ts +0 -19
  31. package/dist/models/index.js +0 -19
  32. package/models/index.ts +0 -19
  33. package/package.json +1 -1
  34. package/api/product-configs-api.ts +0 -242
  35. package/dist/api/product-configs-api.d.ts +0 -134
  36. package/dist/api/product-configs-api.js +0 -309
  37. package/dist/models/amount-with-limit-class.d.ts +0 -30
  38. package/dist/models/amount-with-limit-class.js +0 -15
  39. package/dist/models/category-class.d.ts +0 -57
  40. package/dist/models/category-class.js +0 -15
  41. package/dist/models/claim-config-class.d.ts +0 -39
  42. package/dist/models/claim-config-class.js +0 -15
  43. package/dist/models/claim-position-fields-class.d.ts +0 -31
  44. package/dist/models/claim-position-fields-class.js +0 -15
  45. package/dist/models/coverage-class.d.ts +0 -43
  46. package/dist/models/coverage-class.js +0 -15
  47. package/dist/models/coverage-term-class.d.ts +0 -54
  48. package/dist/models/coverage-term-class.js +0 -25
  49. package/dist/models/custom-field-class.d.ts +0 -50
  50. package/dist/models/custom-field-class.js +0 -23
  51. package/dist/models/deductible-class.d.ts +0 -60
  52. package/dist/models/deductible-class.js +0 -25
  53. package/dist/models/general-setting-class.d.ts +0 -56
  54. package/dist/models/general-setting-class.js +0 -33
  55. package/dist/models/product-field-override-class.d.ts +0 -48
  56. package/dist/models/product-field-override-class.js +0 -15
  57. package/dist/models/product-version-config-class.d.ts +0 -32
  58. package/dist/models/product-version-config-class.js +0 -15
  59. package/dist/models/rest-create-product-config-response-class.d.ts +0 -25
  60. package/dist/models/rest-create-product-config-response-class.js +0 -15
  61. package/dist/models/rest-create-product-config-version-response-class.d.ts +0 -25
  62. package/dist/models/rest-create-product-config-version-response-class.js +0 -15
  63. package/dist/models/shared-product-config-class.d.ts +0 -79
  64. package/dist/models/shared-product-config-class.js +0 -15
  65. package/dist/models/shared-product-config-version-class.d.ts +0 -85
  66. package/dist/models/shared-product-config-version-class.js +0 -21
  67. package/dist/models/tariff-coverage-term-class.d.ts +0 -72
  68. package/dist/models/tariff-coverage-term-class.js +0 -30
  69. package/dist/models/tariff-variation-class.d.ts +0 -64
  70. package/dist/models/tariff-variation-class.js +0 -15
  71. package/dist/models/waiting-period-class.d.ts +0 -41
  72. package/dist/models/waiting-period-class.js +0 -20
  73. package/dist/models/warning-class.d.ts +0 -47
  74. package/dist/models/warning-class.js +0 -20
  75. package/models/amount-with-limit-class.ts +0 -36
  76. package/models/category-class.ts +0 -63
  77. package/models/claim-config-class.ts +0 -45
  78. package/models/claim-position-fields-class.ts +0 -37
  79. package/models/coverage-class.ts +0 -49
  80. package/models/coverage-term-class.ts +0 -64
  81. package/models/custom-field-class.ts +0 -59
  82. package/models/deductible-class.ts +0 -70
  83. package/models/general-setting-class.ts +0 -66
  84. package/models/product-field-override-class.ts +0 -54
  85. package/models/product-version-config-class.ts +0 -38
  86. package/models/rest-create-product-config-response-class.ts +0 -31
  87. package/models/rest-create-product-config-version-response-class.ts +0 -31
  88. package/models/shared-product-config-class.ts +0 -85
  89. package/models/shared-product-config-version-class.ts +0 -94
  90. package/models/tariff-coverage-term-class.ts +0 -83
  91. package/models/tariff-variation-class.ts +0 -70
  92. package/models/waiting-period-class.ts +0 -50
  93. package/models/warning-class.ts +0 -56
@@ -1,70 +0,0 @@
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 { AmountWithLimitClass } from './amount-with-limit-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface DeductibleClass
22
- */
23
- export interface DeductibleClass {
24
- /**
25
- * Unique identifier key for deductible
26
- * @type {string}
27
- * @memberof DeductibleClass
28
- */
29
- 'key': string;
30
- /**
31
- * Display name shown to users
32
- * @type {string}
33
- * @memberof DeductibleClass
34
- */
35
- 'label': string;
36
- /**
37
- * Deductible type (fixed or percent)
38
- * @type {string}
39
- * @memberof DeductibleClass
40
- */
41
- 'type': DeductibleClassTypeEnum;
42
- /**
43
- * Deductible value - fixed amount or percentage with maximum limit
44
- * @type {AmountWithLimitClass}
45
- * @memberof DeductibleClass
46
- */
47
- 'value': AmountWithLimitClass;
48
- /**
49
- * Time period over which the deductible applies
50
- * @type {string}
51
- * @memberof DeductibleClass
52
- */
53
- 'period': DeductibleClassPeriodEnum;
54
- }
55
-
56
- export const DeductibleClassTypeEnum = {
57
- Fixed: 'fixed',
58
- Percent: 'percent'
59
- } as const;
60
-
61
- export type DeductibleClassTypeEnum = typeof DeductibleClassTypeEnum[keyof typeof DeductibleClassTypeEnum];
62
- export const DeductibleClassPeriodEnum = {
63
- CalendarYear: 'CALENDAR_YEAR',
64
- PolicyYear: 'POLICY_YEAR',
65
- PerClaim: 'PER_CLAIM'
66
- } as const;
67
-
68
- export type DeductibleClassPeriodEnum = typeof DeductibleClassPeriodEnum[keyof typeof DeductibleClassPeriodEnum];
69
-
70
-
@@ -1,66 +0,0 @@
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 { WaitingPeriodClass } from './waiting-period-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface GeneralSettingClass
22
- */
23
- export interface GeneralSettingClass {
24
- /**
25
- * Type of claim settlement type
26
- * @type {string}
27
- * @memberof GeneralSettingClass
28
- */
29
- 'settlementType': GeneralSettingClassSettlementTypeEnum;
30
- /**
31
- * Currency used for claim settlement
32
- * @type {string}
33
- * @memberof GeneralSettingClass
34
- */
35
- 'currency': GeneralSettingClassCurrencyEnum;
36
- /**
37
- * Waiting period before coverage applies
38
- * @type {WaitingPeriodClass}
39
- * @memberof GeneralSettingClass
40
- */
41
- 'waitingPeriod': WaitingPeriodClass;
42
- }
43
-
44
- export const GeneralSettingClassSettlementTypeEnum = {
45
- CompleteClaim: 'COMPLETE_CLAIM',
46
- PartialClaim: 'PARTIAL_CLAIM'
47
- } as const;
48
-
49
- export type GeneralSettingClassSettlementTypeEnum = typeof GeneralSettingClassSettlementTypeEnum[keyof typeof GeneralSettingClassSettlementTypeEnum];
50
- export const GeneralSettingClassCurrencyEnum = {
51
- Eur: 'EUR',
52
- Usd: 'USD',
53
- Gbp: 'GBP',
54
- Chf: 'CHF',
55
- Pln: 'PLN',
56
- Aud: 'AUD',
57
- Cad: 'CAD',
58
- Ddk: 'DDK',
59
- Huf: 'HUF',
60
- Nok: 'NOK',
61
- Sek: 'SEK'
62
- } as const;
63
-
64
- export type GeneralSettingClassCurrencyEnum = typeof GeneralSettingClassCurrencyEnum[keyof typeof GeneralSettingClassCurrencyEnum];
65
-
66
-
@@ -1,54 +0,0 @@
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 ProductFieldOverrideClass
21
- */
22
- export interface ProductFieldOverrideClass {
23
- /**
24
- * Name of the product field
25
- * @type {string}
26
- * @memberof ProductFieldOverrideClass
27
- */
28
- 'name': string;
29
- /**
30
- * Group of the product field
31
- * @type {string}
32
- * @memberof ProductFieldOverrideClass
33
- */
34
- 'group': string;
35
- /**
36
- * Id of the product field
37
- * @type {number}
38
- * @memberof ProductFieldOverrideClass
39
- */
40
- 'productFieldId': number;
41
- /**
42
- * Id of the insured object
43
- * @type {number}
44
- * @memberof ProductFieldOverrideClass
45
- */
46
- 'insuredObjectId': number;
47
- /**
48
- * Value of the product field
49
- * @type {object}
50
- * @memberof ProductFieldOverrideClass
51
- */
52
- 'value': object;
53
- }
54
-
@@ -1,38 +0,0 @@
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 { ClaimConfigClass } from './claim-config-class';
17
- import { TariffVariationClass } from './tariff-variation-class';
18
-
19
- /**
20
- *
21
- * @export
22
- * @interface ProductVersionConfigClass
23
- */
24
- export interface ProductVersionConfigClass {
25
- /**
26
- * Claim configuration settings
27
- * @type {ClaimConfigClass}
28
- * @memberof ProductVersionConfigClass
29
- */
30
- 'claimConfig': ClaimConfigClass;
31
- /**
32
- * List of tariff variation configurations
33
- * @type {Array<TariffVariationClass>}
34
- * @memberof ProductVersionConfigClass
35
- */
36
- 'tariffVariations': Array<TariffVariationClass>;
37
- }
38
-
@@ -1,31 +0,0 @@
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
-
@@ -1,31 +0,0 @@
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 { SharedProductConfigVersionClass } from './shared-product-config-version-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface RestCreateProductConfigVersionResponseClass
22
- */
23
- export interface RestCreateProductConfigVersionResponseClass {
24
- /**
25
- * The product configuration version
26
- * @type {SharedProductConfigVersionClass}
27
- * @memberof RestCreateProductConfigVersionResponseClass
28
- */
29
- 'productConfigVersion': SharedProductConfigVersionClass;
30
- }
31
-
@@ -1,85 +0,0 @@
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 { SharedProductConfigVersionClass } from './shared-product-config-version-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
- * Identifier for the related product version
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
- * Product configuration versions
80
- * @type {Array<SharedProductConfigVersionClass>}
81
- * @memberof SharedProductConfigClass
82
- */
83
- 'versions': Array<SharedProductConfigVersionClass>;
84
- }
85
-
@@ -1,94 +0,0 @@
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 { ProductVersionConfigClass } from './product-version-config-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface SharedProductConfigVersionClass
22
- */
23
- export interface SharedProductConfigVersionClass {
24
- /**
25
- * Internal unique identifier for the object. You should not have to use this, use code instead.
26
- * @type {number}
27
- * @memberof SharedProductConfigVersionClass
28
- */
29
- 'id': number;
30
- /**
31
- * Unique identifier for the object.
32
- * @type {string}
33
- * @memberof SharedProductConfigVersionClass
34
- */
35
- 'code': string;
36
- /**
37
- * Current status of the product configuration version
38
- * @type {string}
39
- * @memberof SharedProductConfigVersionClass
40
- */
41
- 'status': SharedProductConfigVersionClassStatusEnum;
42
- /**
43
- * Version number of the product configuration version
44
- * @type {number}
45
- * @memberof SharedProductConfigVersionClass
46
- */
47
- 'version': number;
48
- /**
49
- * Unique code linking to the parent product configuration
50
- * @type {string}
51
- * @memberof SharedProductConfigVersionClass
52
- */
53
- 'productConfigCode': string;
54
- /**
55
- * Complete product configuration version settings
56
- * @type {ProductVersionConfigClass}
57
- * @memberof SharedProductConfigVersionClass
58
- */
59
- 'config': ProductVersionConfigClass;
60
- /**
61
- * Identifier of the user who created the record.
62
- * @type {string}
63
- * @memberof SharedProductConfigVersionClass
64
- */
65
- 'createdBy': string;
66
- /**
67
- * Identifier of the user who last updated the record.
68
- * @type {string}
69
- * @memberof SharedProductConfigVersionClass
70
- */
71
- 'updatedBy': string;
72
- /**
73
- * Time at which the object was created.
74
- * @type {string}
75
- * @memberof SharedProductConfigVersionClass
76
- */
77
- 'createdAt': string;
78
- /**
79
- * Time at which the object was updated.
80
- * @type {string}
81
- * @memberof SharedProductConfigVersionClass
82
- */
83
- 'updatedAt': string;
84
- }
85
-
86
- export const SharedProductConfigVersionClassStatusEnum = {
87
- Archived: 'archived',
88
- Draft: 'draft',
89
- Published: 'published'
90
- } as const;
91
-
92
- export type SharedProductConfigVersionClassStatusEnum = typeof SharedProductConfigVersionClassStatusEnum[keyof typeof SharedProductConfigVersionClassStatusEnum];
93
-
94
-
@@ -1,83 +0,0 @@
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 { AmountWithLimitClass } from './amount-with-limit-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface TariffCoverageTermClass
22
- */
23
- export interface TariffCoverageTermClass {
24
- /**
25
- * Coverage term type (fixed or percent)
26
- * @type {string}
27
- * @memberof TariffCoverageTermClass
28
- */
29
- 'type': TariffCoverageTermClassTypeEnum;
30
- /**
31
- * Time period over which the coverage term applies
32
- * @type {string}
33
- * @memberof TariffCoverageTermClass
34
- */
35
- 'period': TariffCoverageTermClassPeriodEnum;
36
- /**
37
- * Coverage term value - fixed amount or percentage with maximum limit
38
- * @type {AmountWithLimitClass}
39
- * @memberof TariffCoverageTermClass
40
- */
41
- 'value': AmountWithLimitClass;
42
- /**
43
- * Method for calculating coverage accrual
44
- * @type {string}
45
- * @memberof TariffCoverageTermClass
46
- */
47
- 'accrualBasis': TariffCoverageTermClassAccrualBasisEnum;
48
- /**
49
- * Maximum percentage for manual coverage term adjustment (0.0 to 1.0, e.g., 0.5 = 50%)
50
- * @type {number}
51
- * @memberof TariffCoverageTermClass
52
- */
53
- 'maxAdjustmentPercentage': number;
54
- /**
55
- * Whether manual coverage term adjustment is permitted
56
- * @type {boolean}
57
- * @memberof TariffCoverageTermClass
58
- */
59
- 'isManualAdjustmentAllowed': boolean;
60
- }
61
-
62
- export const TariffCoverageTermClassTypeEnum = {
63
- Fixed: 'fixed',
64
- Percent: 'percent'
65
- } as const;
66
-
67
- export type TariffCoverageTermClassTypeEnum = typeof TariffCoverageTermClassTypeEnum[keyof typeof TariffCoverageTermClassTypeEnum];
68
- export const TariffCoverageTermClassPeriodEnum = {
69
- CalendarYear: 'CALENDAR_YEAR',
70
- PolicyYear: 'POLICY_YEAR',
71
- PerClaim: 'PER_CLAIM'
72
- } as const;
73
-
74
- export type TariffCoverageTermClassPeriodEnum = typeof TariffCoverageTermClassPeriodEnum[keyof typeof TariffCoverageTermClassPeriodEnum];
75
- export const TariffCoverageTermClassAccrualBasisEnum = {
76
- CalendarYearProRata: 'CALENDAR_YEAR_PRO_RATA',
77
- PolicyYearProRata: 'POLICY_YEAR_PRO_RATA',
78
- PolicyYearProRataAfterWaitingPeriod: 'POLICY_YEAR_PRO_RATA_AFTER_WAITING_PERIOD'
79
- } as const;
80
-
81
- export type TariffCoverageTermClassAccrualBasisEnum = typeof TariffCoverageTermClassAccrualBasisEnum[keyof typeof TariffCoverageTermClassAccrualBasisEnum];
82
-
83
-
@@ -1,70 +0,0 @@
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 { CategoryClass } from './category-class';
17
- import { DeductibleClass } from './deductible-class';
18
- import { ProductFieldOverrideClass } from './product-field-override-class';
19
- import { TariffCoverageTermClass } from './tariff-coverage-term-class';
20
-
21
- /**
22
- *
23
- * @export
24
- * @interface TariffVariationClass
25
- */
26
- export interface TariffVariationClass {
27
- /**
28
- * Unique identifier key for tariff variation
29
- * @type {string}
30
- * @memberof TariffVariationClass
31
- */
32
- 'key': string;
33
- /**
34
- * Display name shown to users
35
- * @type {string}
36
- * @memberof TariffVariationClass
37
- */
38
- 'label': string;
39
- /**
40
- * Tariff coverage term
41
- * @type {TariffCoverageTermClass}
42
- * @memberof TariffVariationClass
43
- */
44
- 'coverageTerm': TariffCoverageTermClass;
45
- /**
46
- * Tariff variation description
47
- * @type {string}
48
- * @memberof TariffVariationClass
49
- */
50
- 'description': string;
51
- /**
52
- * List of tariff variation categories
53
- * @type {Array<CategoryClass>}
54
- * @memberof TariffVariationClass
55
- */
56
- 'categories': Array<CategoryClass>;
57
- /**
58
- * List of tariff variation deductibles
59
- * @type {Array<DeductibleClass>}
60
- * @memberof TariffVariationClass
61
- */
62
- 'deductibles': Array<DeductibleClass>;
63
- /**
64
- * Custom field values that override product field values
65
- * @type {Array<ProductFieldOverrideClass>}
66
- * @memberof TariffVariationClass
67
- */
68
- 'productFieldOverrides': Array<ProductFieldOverrideClass>;
69
- }
70
-
@@ -1,50 +0,0 @@
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 WaitingPeriodClass
21
- */
22
- export interface WaitingPeriodClass {
23
- /**
24
- * Number of days in the waiting period before coverage applies
25
- * @type {number}
26
- * @memberof WaitingPeriodClass
27
- */
28
- 'days': number;
29
- /**
30
- * Starting point for waiting period calculation (policy start date or claim event date)
31
- * @type {string}
32
- * @memberof WaitingPeriodClass
33
- */
34
- 'startFrom': WaitingPeriodClassStartFromEnum;
35
- /**
36
- * Whether to include the start date in the waiting period calculation
37
- * @type {boolean}
38
- * @memberof WaitingPeriodClass
39
- */
40
- 'includeStartDate': boolean;
41
- }
42
-
43
- export const WaitingPeriodClassStartFromEnum = {
44
- ClaimDate: 'CLAIM_DATE',
45
- PolicyStartDate: 'POLICY_START_DATE'
46
- } as const;
47
-
48
- export type WaitingPeriodClassStartFromEnum = typeof WaitingPeriodClassStartFromEnum[keyof typeof WaitingPeriodClassStartFromEnum];
49
-
50
-