@emilgroup/claim-sdk-node 1.3.0 → 1.3.1
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 +15 -0
- package/README.md +2 -2
- package/api/claims-api.ts +182 -61
- package/api/settlements-api.ts +760 -0
- package/api.ts +3 -1
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +1 -1
- package/dist/api/claims-api.d.ts +110 -50
- package/dist/api/claims-api.js +145 -44
- package/dist/api/settlements-api.d.ts +430 -0
- package/dist/api/settlements-api.js +681 -0
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +2 -2
- package/dist/common.d.ts +2 -2
- package/dist/common.js +1 -1
- 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/claim-class.d.ts +138 -0
- package/dist/models/claim-class.js +15 -0
- package/dist/models/create-claim-request-dto.d.ts +7 -7
- package/dist/models/create-claim-request-dto.js +1 -1
- package/dist/models/create-claim-response-class.d.ts +25 -0
- package/dist/models/create-claim-response-class.js +15 -0
- package/dist/models/create-settlement-request-dto.d.ts +48 -0
- package/dist/models/create-settlement-request-dto.js +15 -0
- package/dist/models/create-settlement-response-class.d.ts +25 -0
- package/dist/models/create-settlement-response-class.js +15 -0
- package/dist/models/delete-response-class.d.ts +24 -0
- package/dist/models/delete-response-class.js +15 -0
- package/dist/models/delete-settlement-request-dto.d.ts +30 -0
- package/dist/models/delete-settlement-request-dto.js +15 -0
- package/dist/models/get-claim-response-class.d.ts +25 -0
- package/dist/models/get-claim-response-class.js +15 -0
- package/dist/models/get-settlement-response-class.d.ts +25 -0
- package/dist/models/get-settlement-response-class.js +15 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/dist/models/list-claim-response-class.d.ts +31 -0
- package/dist/models/list-claim-response-class.js +15 -0
- package/dist/models/list-settlements-response-class.d.ts +31 -0
- package/dist/models/list-settlements-response-class.js +15 -0
- package/dist/models/settlement-class.d.ts +72 -0
- package/dist/models/settlement-class.js +15 -0
- package/dist/models/update-claim-request-dto.d.ts +7 -7
- package/dist/models/update-claim-request-dto.js +1 -1
- package/dist/models/update-claim-response-class.d.ts +25 -0
- package/dist/models/update-claim-response-class.js +15 -0
- package/dist/models/update-settlement-request-dto.d.ts +48 -0
- package/dist/models/update-settlement-request-dto.js +15 -0
- package/dist/models/update-settlement-response-class.d.ts +25 -0
- package/dist/models/update-settlement-response-class.js +15 -0
- package/index.ts +1 -1
- package/models/claim-class.ts +144 -0
- package/models/create-claim-request-dto.ts +7 -7
- package/models/create-claim-response-class.ts +31 -0
- package/models/create-settlement-request-dto.ts +54 -0
- package/models/create-settlement-response-class.ts +31 -0
- package/models/delete-response-class.ts +30 -0
- package/models/delete-settlement-request-dto.ts +36 -0
- package/models/get-claim-response-class.ts +31 -0
- package/models/get-settlement-response-class.ts +31 -0
- package/models/index.ts +14 -0
- package/models/list-claim-response-class.ts +37 -0
- package/models/list-settlements-response-class.ts +37 -0
- package/models/settlement-class.ts +78 -0
- package/models/update-claim-request-dto.ts +7 -7
- package/models/update-claim-response-class.ts +31 -0
- package/models/update-settlement-request-dto.ts +54 -0
- package/models/update-settlement-response-class.ts +31 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
* The EMIL ClaimService 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
12
|
export * from './api/claims-api';
|
|
13
|
+
export * from './api/settlements-api';
|
package/dist/api.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* The EMIL ClaimService 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
|
|
@@ -28,3 +28,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
30
|
__exportStar(require("./api/claims-api"), exports);
|
|
31
|
+
__exportStar(require("./api/settlements-api"), exports);
|
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* The EMIL ClaimService 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
|
|
@@ -109,7 +109,7 @@ var axios_1 = __importDefault(require("axios"));
|
|
|
109
109
|
var fs = __importStar(require("fs"));
|
|
110
110
|
var path = __importStar(require("path"));
|
|
111
111
|
var os = __importStar(require("os"));
|
|
112
|
-
exports.BASE_PATH = "
|
|
112
|
+
exports.BASE_PATH = "http://localhost".replace(/\/+$/, "");
|
|
113
113
|
var CONFIG_DIRECTORY = '.emil';
|
|
114
114
|
var CONFIG_FILENAME = 'credentials';
|
|
115
115
|
var KEY_USERNAME = 'emil_username';
|
package/dist/common.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* The EMIL ClaimService 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
|
|
@@ -69,7 +69,7 @@ export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios
|
|
|
69
69
|
* The EMIL ClaimService API description
|
|
70
70
|
*
|
|
71
71
|
* The version of the OpenAPI document: 1.0
|
|
72
|
-
*
|
|
72
|
+
* Contact: kontakt@emil.de
|
|
73
73
|
*
|
|
74
74
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
75
75
|
* https://openapi-generator.tech
|
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -0,0 +1,138 @@
|
|
|
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 ClaimClass
|
|
16
|
+
*/
|
|
17
|
+
export interface ClaimClass {
|
|
18
|
+
/**
|
|
19
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ClaimClass
|
|
22
|
+
*/
|
|
23
|
+
'id': number;
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier for the object.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ClaimClass
|
|
28
|
+
*/
|
|
29
|
+
'code': string;
|
|
30
|
+
/**
|
|
31
|
+
* Title of the claim.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ClaimClass
|
|
34
|
+
*/
|
|
35
|
+
'title': string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique identifier of the account that the claim belongs to.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ClaimClass
|
|
40
|
+
*/
|
|
41
|
+
'accountCode': string;
|
|
42
|
+
/**
|
|
43
|
+
* Field for the policy code that the claim belongs to.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ClaimClass
|
|
46
|
+
*/
|
|
47
|
+
'policyCode': string;
|
|
48
|
+
/**
|
|
49
|
+
* The policy number that the claim belongs to
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ClaimClass
|
|
52
|
+
*/
|
|
53
|
+
'policyNumber': string;
|
|
54
|
+
/**
|
|
55
|
+
* Unique identifier referencing the product.
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof ClaimClass
|
|
58
|
+
*/
|
|
59
|
+
'productId': number;
|
|
60
|
+
/**
|
|
61
|
+
* Unique identifier referencing the product version.
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof ClaimClass
|
|
64
|
+
*/
|
|
65
|
+
'productVersionId': number;
|
|
66
|
+
/**
|
|
67
|
+
* The name of the product.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof ClaimClass
|
|
70
|
+
*/
|
|
71
|
+
'productName': string;
|
|
72
|
+
/**
|
|
73
|
+
* The insured object identifier that the claim is made for.
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof ClaimClass
|
|
76
|
+
*/
|
|
77
|
+
'insuredObjectId': number;
|
|
78
|
+
/**
|
|
79
|
+
* Claim description.
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ClaimClass
|
|
82
|
+
*/
|
|
83
|
+
'description': string;
|
|
84
|
+
/**
|
|
85
|
+
* A claim adjuster investigates insurance claims by interviewing the claimant and witnesses, consulting police and hospital records, and inspecting property damage to determine the extent of the insurance company\'s liability.
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof ClaimClass
|
|
88
|
+
*/
|
|
89
|
+
'adjuster'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* A claim reporter is the person who is responsible for submitting this claim to the platform. A claim reporter is not necessarily the same as the policy holder.
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof ClaimClass
|
|
94
|
+
*/
|
|
95
|
+
'reporter': string;
|
|
96
|
+
/**
|
|
97
|
+
* Contact phone number.
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof ClaimClass
|
|
100
|
+
*/
|
|
101
|
+
'contactPhone'?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Contact email address.
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof ClaimClass
|
|
106
|
+
*/
|
|
107
|
+
'contactEmail'?: string;
|
|
108
|
+
/**
|
|
109
|
+
* The date on which the actual damage happened.
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof ClaimClass
|
|
112
|
+
*/
|
|
113
|
+
'damageDate': string;
|
|
114
|
+
/**
|
|
115
|
+
* The date on which the damage was reported.
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof ClaimClass
|
|
118
|
+
*/
|
|
119
|
+
'notificationDate': string;
|
|
120
|
+
/**
|
|
121
|
+
* Tenant specific custom fields for claims (e.g. IMEI, Serial Number, etc.)
|
|
122
|
+
* @type {object}
|
|
123
|
+
* @memberof ClaimClass
|
|
124
|
+
*/
|
|
125
|
+
'customFields'?: object;
|
|
126
|
+
/**
|
|
127
|
+
* Time at which the object was created.
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof ClaimClass
|
|
130
|
+
*/
|
|
131
|
+
'createdAt': string;
|
|
132
|
+
/**
|
|
133
|
+
* Time at which the object was updated.
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof ClaimClass
|
|
136
|
+
*/
|
|
137
|
+
'updatedAt': string;
|
|
138
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* The EMIL ClaimService 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
|
|
@@ -40,25 +40,25 @@ export interface CreateClaimRequestDto {
|
|
|
40
40
|
*/
|
|
41
41
|
'policyCode': string;
|
|
42
42
|
/**
|
|
43
|
-
* Unique identifier
|
|
43
|
+
* Unique identifier referencing the product.
|
|
44
44
|
* @type {number}
|
|
45
45
|
* @memberof CreateClaimRequestDto
|
|
46
46
|
*/
|
|
47
47
|
'productId': number;
|
|
48
48
|
/**
|
|
49
|
-
* Unique identifier
|
|
49
|
+
* Unique identifier referencing the product version.
|
|
50
50
|
* @type {number}
|
|
51
51
|
* @memberof CreateClaimRequestDto
|
|
52
52
|
*/
|
|
53
53
|
'productVersionId': number;
|
|
54
54
|
/**
|
|
55
|
-
* The name of the product
|
|
55
|
+
* The name of the product.
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof CreateClaimRequestDto
|
|
58
58
|
*/
|
|
59
59
|
'productName': string;
|
|
60
60
|
/**
|
|
61
|
-
* The
|
|
61
|
+
* The insured object identifier that the claim is made for.
|
|
62
62
|
* @type {number}
|
|
63
63
|
* @memberof CreateClaimRequestDto
|
|
64
64
|
*/
|
|
@@ -100,13 +100,13 @@ export interface CreateClaimRequestDto {
|
|
|
100
100
|
*/
|
|
101
101
|
'damageDate': string;
|
|
102
102
|
/**
|
|
103
|
-
* The date on which the claim is reported
|
|
103
|
+
* The date on which the claim is reported.
|
|
104
104
|
* @type {string}
|
|
105
105
|
* @memberof CreateClaimRequestDto
|
|
106
106
|
*/
|
|
107
107
|
'notificationDate': string;
|
|
108
108
|
/**
|
|
109
|
-
* Tenant specific custom fields for claims (e.g. IMEI, Serial Number, etc.)
|
|
109
|
+
* Tenant specific custom fields for claims (e.g. IMEI, Serial Number, etc.).
|
|
110
110
|
* @type {object}
|
|
111
111
|
* @memberof CreateClaimRequestDto
|
|
112
112
|
*/
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { ClaimClass } from './claim-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateClaimResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateClaimResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Claim
|
|
21
|
+
* @type {ClaimClass}
|
|
22
|
+
* @memberof CreateClaimResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'claim': ClaimClass;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,48 @@
|
|
|
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 CreateSettlementRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateSettlementRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* Field to enter the insured object for settlement against a particular claim.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateSettlementRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'insuredObject': string;
|
|
24
|
+
/**
|
|
25
|
+
* Field for the estimation of the maximum amount against a claim for the insured object.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof CreateSettlementRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'reserve': number;
|
|
30
|
+
/**
|
|
31
|
+
* Field for tracking the already paid out amounts against a claim for the insured object.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof CreateSettlementRequestDto
|
|
34
|
+
*/
|
|
35
|
+
'payment': number;
|
|
36
|
+
/**
|
|
37
|
+
* Field for tracking the amount to be claimed against third party.
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof CreateSettlementRequestDto
|
|
40
|
+
*/
|
|
41
|
+
'recourse': number;
|
|
42
|
+
/**
|
|
43
|
+
* Unique identifier of the claim to which settlement belongs to.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof CreateSettlementRequestDto
|
|
46
|
+
*/
|
|
47
|
+
'claimCode': string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { SettlementClass } from './settlement-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateSettlementResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateSettlementResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Settlement
|
|
21
|
+
* @type {SettlementClass}
|
|
22
|
+
* @memberof CreateSettlementResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'settlement': SettlementClass;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,24 @@
|
|
|
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 DeleteResponseClass
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteResponseClass {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {object}
|
|
21
|
+
* @memberof DeleteResponseClass
|
|
22
|
+
*/
|
|
23
|
+
'response': object;
|
|
24
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,30 @@
|
|
|
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 DeleteSettlementRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteSettlementRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DeleteSettlementRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'code': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DeleteSettlementRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'claimCode': string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { ClaimClass } from './claim-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetClaimResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface GetClaimResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Claim
|
|
21
|
+
* @type {ClaimClass}
|
|
22
|
+
* @memberof GetClaimResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'claim': ClaimClass;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { SettlementClass } from './settlement-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetSettlementResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface GetSettlementResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Settlement
|
|
21
|
+
* @type {SettlementClass}
|
|
22
|
+
* @memberof GetSettlementResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'settlement': SettlementClass;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|