@emilgroup/claim-sdk 1.40.1-beta.8 → 1.41.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 +0 -10
- package/README.md +2 -2
- package/api/claim-partner-roles-api.ts +0 -627
- package/api/claim-partners-api.ts +0 -520
- package/api/claim-regulations-api.ts +5 -646
- package/api/claim-statuses-api.ts +6 -753
- package/api/claims-api.ts +6 -858
- package/api/health-check-api.ts +0 -66
- package/api/settlements-api.ts +0 -627
- package/api.ts +0 -2
- package/dist/api/claim-partner-roles-api.d.ts +0 -358
- package/dist/api/claim-partner-roles-api.js +0 -525
- package/dist/api/claim-partners-api.d.ts +0 -299
- package/dist/api/claim-partners-api.js +0 -428
- package/dist/api/claim-regulations-api.d.ts +0 -367
- package/dist/api/claim-regulations-api.js +0 -531
- package/dist/api/claim-statuses-api.d.ts +0 -426
- package/dist/api/claim-statuses-api.js +14 -642
- package/dist/api/claims-api.d.ts +0 -485
- package/dist/api/claims-api.js +1 -725
- package/dist/api/health-check-api.d.ts +0 -33
- package/dist/api/health-check-api.js +0 -73
- package/dist/api/settlements-api.d.ts +0 -358
- package/dist/api/settlements-api.js +0 -525
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/models/claim-class.d.ts +0 -6
- package/dist/models/index.d.ts +0 -9
- package/dist/models/index.js +0 -9
- package/dist/models/list-claim-partner-roles-response-class.d.ts +0 -12
- package/dist/models/list-claim-partners-response-class.d.ts +0 -12
- package/dist/models/list-claim-statuses-response-class.d.ts +1 -13
- package/dist/models/list-claims-response-class.d.ts +0 -12
- package/dist/models/list-regulations-response-class.d.ts +0 -12
- package/models/claim-class.ts +0 -6
- package/models/index.ts +0 -9
- package/models/list-claim-partner-roles-response-class.ts +0 -12
- package/models/list-claim-partners-response-class.ts +0 -12
- package/models/list-claim-statuses-response-class.ts +1 -13
- package/models/list-claims-response-class.ts +0 -12
- package/models/list-regulations-response-class.ts +0 -12
- package/package.json +1 -1
- package/api/claim-positions-api.ts +0 -1336
- package/dist/api/claim-positions-api.d.ts +0 -760
- package/dist/api/claim-positions-api.js +0 -1177
- package/dist/models/claim-position-class.d.ts +0 -121
- package/dist/models/claim-position-class.js +0 -15
- package/dist/models/coverage-class.d.ts +0 -72
- package/dist/models/coverage-class.js +0 -21
- package/dist/models/coverage-request-dto.d.ts +0 -41
- package/dist/models/coverage-request-dto.js +0 -20
- package/dist/models/create-claim-position-request-dto.d.ts +0 -73
- package/dist/models/create-claim-position-request-dto.js +0 -15
- package/dist/models/create-claim-position-response-class.d.ts +0 -25
- package/dist/models/create-claim-position-response-class.js +0 -15
- package/dist/models/get-claim-position-response-class.d.ts +0 -25
- package/dist/models/get-claim-position-response-class.js +0 -15
- package/dist/models/list-claim-positions-response-class.d.ts +0 -43
- package/dist/models/list-claim-positions-response-class.js +0 -15
- package/dist/models/update-claim-position-request-dto.d.ts +0 -73
- package/dist/models/update-claim-position-request-dto.js +0 -15
- package/dist/models/update-claim-position-response-class.d.ts +0 -25
- package/dist/models/update-claim-position-response-class.js +0 -15
- package/models/claim-position-class.ts +0 -127
- package/models/coverage-class.ts +0 -81
- package/models/coverage-request-dto.ts +0 -50
- package/models/create-claim-position-request-dto.ts +0 -79
- package/models/create-claim-position-response-class.ts +0 -31
- package/models/get-claim-position-response-class.ts +0 -31
- package/models/list-claim-positions-response-class.ts +0 -49
- package/models/update-claim-position-request-dto.ts +0 -79
- package/models/update-claim-position-response-class.ts +0 -31
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL ClaimService
|
|
5
|
-
* The EMIL ClaimService 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 { CoverageClass } from './coverage-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface ClaimPositionClass
|
|
22
|
-
*/
|
|
23
|
-
export interface ClaimPositionClass {
|
|
24
|
-
/**
|
|
25
|
-
* Unique identifier of the claim position.
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof ClaimPositionClass
|
|
28
|
-
*/
|
|
29
|
-
'id': number;
|
|
30
|
-
/**
|
|
31
|
-
* Code of the claim this position belongs to (e.g. cla_xxxxx).
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ClaimPositionClass
|
|
34
|
-
*/
|
|
35
|
-
'claimCode': string;
|
|
36
|
-
/**
|
|
37
|
-
* Unique code of the claim position (e.g. cla_pos_xxxxx).
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ClaimPositionClass
|
|
40
|
-
*/
|
|
41
|
-
'code': string;
|
|
42
|
-
/**
|
|
43
|
-
* Unique number assigned to the claim position.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof ClaimPositionClass
|
|
46
|
-
*/
|
|
47
|
-
'positionNumber': string;
|
|
48
|
-
/**
|
|
49
|
-
* Category or type of the claim position (e.g. damage type, coverage area, or product category).
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof ClaimPositionClass
|
|
52
|
-
*/
|
|
53
|
-
'category': string;
|
|
54
|
-
/**
|
|
55
|
-
* Human-readable description of the claim position (what is being claimed or covered).
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof ClaimPositionClass
|
|
58
|
-
*/
|
|
59
|
-
'description': string;
|
|
60
|
-
/**
|
|
61
|
-
* Current status of the claim position (e.g. open, in_progress, settled, rejected).
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof ClaimPositionClass
|
|
64
|
-
*/
|
|
65
|
-
'status': string;
|
|
66
|
-
/**
|
|
67
|
-
* Code of the product version configuration this position belongs to (e.g. prod_ver_xxxxx).
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof ClaimPositionClass
|
|
70
|
-
*/
|
|
71
|
-
'productVersionConfigCode': string;
|
|
72
|
-
/**
|
|
73
|
-
* Display order (lower = first). Used for reordering claim positions in lists.
|
|
74
|
-
* @type {number}
|
|
75
|
-
* @memberof ClaimPositionClass
|
|
76
|
-
*/
|
|
77
|
-
'order': number;
|
|
78
|
-
/**
|
|
79
|
-
* The current version of the entity - the version is increased with every update. Initial version is 1
|
|
80
|
-
* @type {number}
|
|
81
|
-
* @memberof ClaimPositionClass
|
|
82
|
-
*/
|
|
83
|
-
'version': number;
|
|
84
|
-
/**
|
|
85
|
-
* Coverage details (type, value, limit) for this position. Omit if the position has no coverage data.
|
|
86
|
-
* @type {CoverageClass}
|
|
87
|
-
* @memberof ClaimPositionClass
|
|
88
|
-
*/
|
|
89
|
-
'coverage'?: CoverageClass;
|
|
90
|
-
/**
|
|
91
|
-
* Monetary cost or amount associated with this claim position.
|
|
92
|
-
* @type {number}
|
|
93
|
-
* @memberof ClaimPositionClass
|
|
94
|
-
*/
|
|
95
|
-
'cost': number;
|
|
96
|
-
/**
|
|
97
|
-
* Optional key-value object for tenant- or product-specific data. Merged with existing customFields.
|
|
98
|
-
* @type {object}
|
|
99
|
-
* @memberof ClaimPositionClass
|
|
100
|
-
*/
|
|
101
|
-
'customFields'?: object;
|
|
102
|
-
/**
|
|
103
|
-
* Time at which the object was created.
|
|
104
|
-
* @type {string}
|
|
105
|
-
* @memberof ClaimPositionClass
|
|
106
|
-
*/
|
|
107
|
-
'createdAt': string;
|
|
108
|
-
/**
|
|
109
|
-
* Time at which the object was updated.
|
|
110
|
-
* @type {string}
|
|
111
|
-
* @memberof ClaimPositionClass
|
|
112
|
-
*/
|
|
113
|
-
'updatedAt': string;
|
|
114
|
-
/**
|
|
115
|
-
* Identifier of the user who created the record.
|
|
116
|
-
* @type {string}
|
|
117
|
-
* @memberof ClaimPositionClass
|
|
118
|
-
*/
|
|
119
|
-
'createdBy': string;
|
|
120
|
-
/**
|
|
121
|
-
* Identifier of the user who last updated the record.
|
|
122
|
-
* @type {string}
|
|
123
|
-
* @memberof ClaimPositionClass
|
|
124
|
-
*/
|
|
125
|
-
'updatedBy': string;
|
|
126
|
-
}
|
|
127
|
-
|
package/models/coverage-class.ts
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL ClaimService
|
|
5
|
-
* The EMIL ClaimService 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 CoverageClass
|
|
21
|
-
*/
|
|
22
|
-
export interface CoverageClass {
|
|
23
|
-
/**
|
|
24
|
-
* Unique identifier of the coverage.
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof CoverageClass
|
|
27
|
-
*/
|
|
28
|
-
'id': number;
|
|
29
|
-
/**
|
|
30
|
-
* How the coverage is expressed: \"percentage\" (e.g. 80% of value) or \"fixed\" (e.g. a fixed sum).
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof CoverageClass
|
|
33
|
-
*/
|
|
34
|
-
'type': CoverageClassTypeEnum;
|
|
35
|
-
/**
|
|
36
|
-
* Insured value or coverage amount (e.g. sum insured or percentage value).
|
|
37
|
-
* @type {number}
|
|
38
|
-
* @memberof CoverageClass
|
|
39
|
-
*/
|
|
40
|
-
'value': number;
|
|
41
|
-
/**
|
|
42
|
-
* Maximum limit (cap) for this coverage; claim payout cannot exceed this amount.
|
|
43
|
-
* @type {number}
|
|
44
|
-
* @memberof CoverageClass
|
|
45
|
-
*/
|
|
46
|
-
'limit': number;
|
|
47
|
-
/**
|
|
48
|
-
* Time at which the object was created.
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof CoverageClass
|
|
51
|
-
*/
|
|
52
|
-
'createdAt': string;
|
|
53
|
-
/**
|
|
54
|
-
* Time at which the object was updated.
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof CoverageClass
|
|
57
|
-
*/
|
|
58
|
-
'updatedAt': string;
|
|
59
|
-
/**
|
|
60
|
-
* Identifier of the user who created the record.
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof CoverageClass
|
|
63
|
-
*/
|
|
64
|
-
'createdBy': string;
|
|
65
|
-
/**
|
|
66
|
-
* Identifier of the user who last updated the record.
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof CoverageClass
|
|
69
|
-
*/
|
|
70
|
-
'updatedBy': string;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
export const CoverageClassTypeEnum = {
|
|
74
|
-
Kh: 'kh',
|
|
75
|
-
Vk: 'vk',
|
|
76
|
-
Tk: 'tk'
|
|
77
|
-
} as const;
|
|
78
|
-
|
|
79
|
-
export type CoverageClassTypeEnum = typeof CoverageClassTypeEnum[keyof typeof CoverageClassTypeEnum];
|
|
80
|
-
|
|
81
|
-
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL ClaimService
|
|
5
|
-
* The EMIL ClaimService 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 CoverageRequestDto
|
|
21
|
-
*/
|
|
22
|
-
export interface CoverageRequestDto {
|
|
23
|
-
/**
|
|
24
|
-
* How the coverage is expressed: \"percentage\" (e.g. 80% of value) or \"fixed\" (e.g. a fixed sum).
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof CoverageRequestDto
|
|
27
|
-
*/
|
|
28
|
-
'type': CoverageRequestDtoTypeEnum;
|
|
29
|
-
/**
|
|
30
|
-
* Insured value or coverage amount (e.g. sum insured or percentage value).
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof CoverageRequestDto
|
|
33
|
-
*/
|
|
34
|
-
'value': number;
|
|
35
|
-
/**
|
|
36
|
-
* Maximum limit (cap) for this coverage; claim payout cannot exceed this amount.
|
|
37
|
-
* @type {number}
|
|
38
|
-
* @memberof CoverageRequestDto
|
|
39
|
-
*/
|
|
40
|
-
'limit': number;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export const CoverageRequestDtoTypeEnum = {
|
|
44
|
-
Percentage: 'percentage',
|
|
45
|
-
Fixed: 'fixed'
|
|
46
|
-
} as const;
|
|
47
|
-
|
|
48
|
-
export type CoverageRequestDtoTypeEnum = typeof CoverageRequestDtoTypeEnum[keyof typeof CoverageRequestDtoTypeEnum];
|
|
49
|
-
|
|
50
|
-
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL ClaimService
|
|
5
|
-
* The EMIL ClaimService 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 { CoverageRequestDto } from './coverage-request-dto';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface CreateClaimPositionRequestDto
|
|
22
|
-
*/
|
|
23
|
-
export interface CreateClaimPositionRequestDto {
|
|
24
|
-
/**
|
|
25
|
-
* Code of the claim this position belongs to (e.g. cla_xxxxx).
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreateClaimPositionRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'claimCode': string;
|
|
30
|
-
/**
|
|
31
|
-
* Category or type of the claim position (e.g. damage type, coverage area, or product category).
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof CreateClaimPositionRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'category': string;
|
|
36
|
-
/**
|
|
37
|
-
* Human-readable description of the claim position (what is being claimed or covered).
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof CreateClaimPositionRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'description': string;
|
|
42
|
-
/**
|
|
43
|
-
* Current status of the claim position (e.g. open, in_progress, settled, rejected).
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof CreateClaimPositionRequestDto
|
|
46
|
-
*/
|
|
47
|
-
'status': string;
|
|
48
|
-
/**
|
|
49
|
-
* Optional coverage details for this position: type, insured value, and limit. Omit if the position has no coverage data.
|
|
50
|
-
* @type {CoverageRequestDto}
|
|
51
|
-
* @memberof CreateClaimPositionRequestDto
|
|
52
|
-
*/
|
|
53
|
-
'coverage'?: CoverageRequestDto;
|
|
54
|
-
/**
|
|
55
|
-
* Monetary cost or amount associated with this claim position.
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof CreateClaimPositionRequestDto
|
|
58
|
-
*/
|
|
59
|
-
'cost': number;
|
|
60
|
-
/**
|
|
61
|
-
* Optional key-value object for tenant- or product-specific data. Merged with existing customFields.
|
|
62
|
-
* @type {object}
|
|
63
|
-
* @memberof CreateClaimPositionRequestDto
|
|
64
|
-
*/
|
|
65
|
-
'customFields'?: object;
|
|
66
|
-
/**
|
|
67
|
-
* Display order (lower = first). Used for reordering claim positions in lists.
|
|
68
|
-
* @type {number}
|
|
69
|
-
* @memberof CreateClaimPositionRequestDto
|
|
70
|
-
*/
|
|
71
|
-
'order': number;
|
|
72
|
-
/**
|
|
73
|
-
* The date on which the procedure was performed.
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof CreateClaimPositionRequestDto
|
|
76
|
-
*/
|
|
77
|
-
'procedureDate': string;
|
|
78
|
-
}
|
|
79
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL ClaimService
|
|
5
|
-
* The EMIL ClaimService 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 { ClaimPositionClass } from './claim-position-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface CreateClaimPositionResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface CreateClaimPositionResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* Claim position created successfully.
|
|
26
|
-
* @type {ClaimPositionClass}
|
|
27
|
-
* @memberof CreateClaimPositionResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'claimPosition'?: ClaimPositionClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL ClaimService
|
|
5
|
-
* The EMIL ClaimService 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 { ClaimPositionClass } from './claim-position-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface GetClaimPositionResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface GetClaimPositionResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* Claim position details.
|
|
26
|
-
* @type {ClaimPositionClass}
|
|
27
|
-
* @memberof GetClaimPositionResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'claimPosition'?: ClaimPositionClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL ClaimService
|
|
5
|
-
* The EMIL ClaimService 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 { ClaimPositionClass } from './claim-position-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface ListClaimPositionsResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface ListClaimPositionsResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* List of claim positions.
|
|
26
|
-
* @type {Array<ClaimPositionClass>}
|
|
27
|
-
* @memberof ListClaimPositionsResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'items': Array<ClaimPositionClass>;
|
|
30
|
-
/**
|
|
31
|
-
* Next page token.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ListClaimPositionsResponseClass
|
|
34
|
-
*/
|
|
35
|
-
'nextPageToken': string;
|
|
36
|
-
/**
|
|
37
|
-
* Total amount of items.
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ListClaimPositionsResponseClass
|
|
40
|
-
*/
|
|
41
|
-
'totalItems': number;
|
|
42
|
-
/**
|
|
43
|
-
* Items per page.
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ListClaimPositionsResponseClass
|
|
46
|
-
*/
|
|
47
|
-
'itemsPerPage': number;
|
|
48
|
-
}
|
|
49
|
-
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL ClaimService
|
|
5
|
-
* The EMIL ClaimService 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 { CoverageRequestDto } from './coverage-request-dto';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface UpdateClaimPositionRequestDto
|
|
22
|
-
*/
|
|
23
|
-
export interface UpdateClaimPositionRequestDto {
|
|
24
|
-
/**
|
|
25
|
-
* Unique code of the claim position to update (e.g. cla_pos_xxxxx).
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UpdateClaimPositionRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'code': string;
|
|
30
|
-
/**
|
|
31
|
-
* Category or type of the claim position (e.g. damage type, coverage area). Send only to change.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof UpdateClaimPositionRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'category'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Human-readable description of the claim position. Send only to change.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof UpdateClaimPositionRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'description'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Status of the claim position (e.g. open, in_progress, settled, rejected). Send only to change.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof UpdateClaimPositionRequestDto
|
|
46
|
-
*/
|
|
47
|
-
'status'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* Coverage details (type, value, limit) for this position. Send to replace existing coverage; omit to leave unchanged.
|
|
50
|
-
* @type {CoverageRequestDto}
|
|
51
|
-
* @memberof UpdateClaimPositionRequestDto
|
|
52
|
-
*/
|
|
53
|
-
'coverage'?: CoverageRequestDto;
|
|
54
|
-
/**
|
|
55
|
-
* Monetary cost or amount for this claim position. Send only to change.
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof UpdateClaimPositionRequestDto
|
|
58
|
-
*/
|
|
59
|
-
'cost'?: number;
|
|
60
|
-
/**
|
|
61
|
-
* Optional key-value object for tenant- or product-specific data. Merged with existing customFields.
|
|
62
|
-
* @type {object}
|
|
63
|
-
* @memberof UpdateClaimPositionRequestDto
|
|
64
|
-
*/
|
|
65
|
-
'customFields'?: object;
|
|
66
|
-
/**
|
|
67
|
-
* Display order (lower = first). Use to reorder claim positions in lists.
|
|
68
|
-
* @type {number}
|
|
69
|
-
* @memberof UpdateClaimPositionRequestDto
|
|
70
|
-
*/
|
|
71
|
-
'order'?: number;
|
|
72
|
-
/**
|
|
73
|
-
* The date on which the procedure was performed.
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof UpdateClaimPositionRequestDto
|
|
76
|
-
*/
|
|
77
|
-
'procedureDate': string;
|
|
78
|
-
}
|
|
79
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL ClaimService
|
|
5
|
-
* The EMIL ClaimService 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 { ClaimPositionClass } from './claim-position-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface UpdateClaimPositionResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface UpdateClaimPositionResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* Claim position updated successfully.
|
|
26
|
-
* @type {ClaimPositionClass}
|
|
27
|
-
* @memberof UpdateClaimPositionResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'claimPosition'?: ClaimPositionClass;
|
|
30
|
-
}
|
|
31
|
-
|