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