@emilgroup/claim-sdk 1.45.1-beta.0 → 1.45.1-beta.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/README.md +2 -2
- package/api/claim-limit-usages-api.ts +45 -53
- package/api/claim-partner-roles-api.ts +107 -127
- package/api/claim-partners-api.ts +87 -103
- package/api/claim-positions-api.ts +153 -181
- package/api/claim-regulations-api.ts +108 -128
- package/api/claim-statuses-api.ts +129 -153
- package/api/claims-api.ts +149 -177
- package/api/health-check-api.ts +38 -46
- package/api/settlements-api.ts +107 -127
- package/dist/api/claim-limit-usages-api.d.ts +34 -42
- package/dist/api/claim-limit-usages-api.js +29 -37
- package/dist/api/claim-partner-roles-api.d.ts +77 -97
- package/dist/api/claim-partner-roles-api.js +75 -95
- package/dist/api/claim-partners-api.d.ts +63 -79
- package/dist/api/claim-partners-api.js +60 -76
- package/dist/api/claim-positions-api.d.ts +108 -136
- package/dist/api/claim-positions-api.js +108 -136
- package/dist/api/claim-regulations-api.d.ts +78 -98
- package/dist/api/claim-regulations-api.js +75 -95
- package/dist/api/claim-statuses-api.d.ts +92 -116
- package/dist/api/claim-statuses-api.js +91 -115
- package/dist/api/claims-api.d.ts +106 -134
- package/dist/api/claims-api.js +106 -134
- package/dist/api/health-check-api.d.ts +24 -32
- package/dist/api/health-check-api.js +38 -46
- package/dist/api/settlements-api.d.ts +77 -97
- package/dist/api/settlements-api.js +75 -95
- package/package.json +1 -1
|
@@ -24,30 +24,28 @@ export declare const HealthCheckApiAxiosParamCreator: (configuration?: Configura
|
|
|
24
24
|
* @param {*} [options] Override http request option.
|
|
25
25
|
* @throws {RequiredError}
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
check0: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
28
28
|
/**
|
|
29
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
29
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
30
30
|
* @summary Health Check
|
|
31
31
|
* @param {*} [options] Override http request option.
|
|
32
|
-
* @deprecated
|
|
33
32
|
* @throws {RequiredError}
|
|
34
33
|
*/
|
|
35
|
-
|
|
34
|
+
check0_1: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
36
35
|
/**
|
|
37
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
36
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
38
37
|
* @summary Health Check
|
|
39
38
|
* @param {*} [options] Override http request option.
|
|
40
|
-
* @deprecated
|
|
41
39
|
* @throws {RequiredError}
|
|
42
40
|
*/
|
|
43
|
-
|
|
41
|
+
check1: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
42
|
/**
|
|
45
43
|
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
46
44
|
* @summary Health Check
|
|
47
45
|
* @param {*} [options] Override http request option.
|
|
48
46
|
* @throws {RequiredError}
|
|
49
47
|
*/
|
|
50
|
-
|
|
48
|
+
check1_2: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
49
|
};
|
|
52
50
|
/**
|
|
53
51
|
* HealthCheckApi - functional programming interface
|
|
@@ -60,30 +58,28 @@ export declare const HealthCheckApiFp: (configuration?: Configuration) => {
|
|
|
60
58
|
* @param {*} [options] Override http request option.
|
|
61
59
|
* @throws {RequiredError}
|
|
62
60
|
*/
|
|
63
|
-
|
|
61
|
+
check0(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>;
|
|
64
62
|
/**
|
|
65
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
63
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
66
64
|
* @summary Health Check
|
|
67
65
|
* @param {*} [options] Override http request option.
|
|
68
|
-
* @deprecated
|
|
69
66
|
* @throws {RequiredError}
|
|
70
67
|
*/
|
|
71
|
-
|
|
68
|
+
check0_1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>;
|
|
72
69
|
/**
|
|
73
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
70
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
74
71
|
* @summary Health Check
|
|
75
72
|
* @param {*} [options] Override http request option.
|
|
76
|
-
* @deprecated
|
|
77
73
|
* @throws {RequiredError}
|
|
78
74
|
*/
|
|
79
|
-
|
|
75
|
+
check1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>;
|
|
80
76
|
/**
|
|
81
77
|
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
82
78
|
* @summary Health Check
|
|
83
79
|
* @param {*} [options] Override http request option.
|
|
84
80
|
* @throws {RequiredError}
|
|
85
81
|
*/
|
|
86
|
-
|
|
82
|
+
check1_2(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>;
|
|
87
83
|
};
|
|
88
84
|
/**
|
|
89
85
|
* HealthCheckApi - factory interface
|
|
@@ -96,30 +92,28 @@ export declare const HealthCheckApiFactory: (configuration?: Configuration, base
|
|
|
96
92
|
* @param {*} [options] Override http request option.
|
|
97
93
|
* @throws {RequiredError}
|
|
98
94
|
*/
|
|
99
|
-
|
|
95
|
+
check0(options?: any): AxiosPromise<InlineResponse200>;
|
|
100
96
|
/**
|
|
101
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
97
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
102
98
|
* @summary Health Check
|
|
103
99
|
* @param {*} [options] Override http request option.
|
|
104
|
-
* @deprecated
|
|
105
100
|
* @throws {RequiredError}
|
|
106
101
|
*/
|
|
107
|
-
|
|
102
|
+
check0_1(options?: any): AxiosPromise<InlineResponse200>;
|
|
108
103
|
/**
|
|
109
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
104
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
110
105
|
* @summary Health Check
|
|
111
106
|
* @param {*} [options] Override http request option.
|
|
112
|
-
* @deprecated
|
|
113
107
|
* @throws {RequiredError}
|
|
114
108
|
*/
|
|
115
|
-
|
|
109
|
+
check1(options?: any): AxiosPromise<InlineResponse200>;
|
|
116
110
|
/**
|
|
117
111
|
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
118
112
|
* @summary Health Check
|
|
119
113
|
* @param {*} [options] Override http request option.
|
|
120
114
|
* @throws {RequiredError}
|
|
121
115
|
*/
|
|
122
|
-
|
|
116
|
+
check1_2(options?: any): AxiosPromise<InlineResponse200>;
|
|
123
117
|
};
|
|
124
118
|
/**
|
|
125
119
|
* HealthCheckApi - object-oriented interface
|
|
@@ -135,25 +129,23 @@ export declare class HealthCheckApi extends BaseAPI {
|
|
|
135
129
|
* @throws {RequiredError}
|
|
136
130
|
* @memberof HealthCheckApi
|
|
137
131
|
*/
|
|
138
|
-
|
|
132
|
+
check0(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>;
|
|
139
133
|
/**
|
|
140
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
134
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
141
135
|
* @summary Health Check
|
|
142
136
|
* @param {*} [options] Override http request option.
|
|
143
|
-
* @deprecated
|
|
144
137
|
* @throws {RequiredError}
|
|
145
138
|
* @memberof HealthCheckApi
|
|
146
139
|
*/
|
|
147
|
-
|
|
140
|
+
check0_1(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>;
|
|
148
141
|
/**
|
|
149
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
142
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
150
143
|
* @summary Health Check
|
|
151
144
|
* @param {*} [options] Override http request option.
|
|
152
|
-
* @deprecated
|
|
153
145
|
* @throws {RequiredError}
|
|
154
146
|
* @memberof HealthCheckApi
|
|
155
147
|
*/
|
|
156
|
-
|
|
148
|
+
check1(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>;
|
|
157
149
|
/**
|
|
158
150
|
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
159
151
|
* @summary Health Check
|
|
@@ -161,5 +153,5 @@ export declare class HealthCheckApi extends BaseAPI {
|
|
|
161
153
|
* @throws {RequiredError}
|
|
162
154
|
* @memberof HealthCheckApi
|
|
163
155
|
*/
|
|
164
|
-
|
|
156
|
+
check1_2(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>;
|
|
165
157
|
}
|
|
@@ -98,12 +98,12 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
|
|
|
98
98
|
* @param {*} [options] Override http request option.
|
|
99
99
|
* @throws {RequiredError}
|
|
100
100
|
*/
|
|
101
|
-
|
|
101
|
+
check0: function (options) {
|
|
102
102
|
if (options === void 0) { options = {}; }
|
|
103
103
|
return __awaiter(_this, void 0, void 0, function () {
|
|
104
104
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
105
105
|
return __generator(this, function (_a) {
|
|
106
|
-
localVarPath = "/
|
|
106
|
+
localVarPath = "/v1/claims/health";
|
|
107
107
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
108
108
|
if (configuration) {
|
|
109
109
|
baseOptions = configuration.baseOptions;
|
|
@@ -123,13 +123,12 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
|
|
|
123
123
|
});
|
|
124
124
|
},
|
|
125
125
|
/**
|
|
126
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
126
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
127
127
|
* @summary Health Check
|
|
128
128
|
* @param {*} [options] Override http request option.
|
|
129
|
-
* @deprecated
|
|
130
129
|
* @throws {RequiredError}
|
|
131
130
|
*/
|
|
132
|
-
|
|
131
|
+
check0_1: function (options) {
|
|
133
132
|
if (options === void 0) { options = {}; }
|
|
134
133
|
return __awaiter(_this, void 0, void 0, function () {
|
|
135
134
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -154,18 +153,17 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
|
|
|
154
153
|
});
|
|
155
154
|
},
|
|
156
155
|
/**
|
|
157
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
156
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
158
157
|
* @summary Health Check
|
|
159
158
|
* @param {*} [options] Override http request option.
|
|
160
|
-
* @deprecated
|
|
161
159
|
* @throws {RequiredError}
|
|
162
160
|
*/
|
|
163
|
-
|
|
161
|
+
check1: function (options) {
|
|
164
162
|
if (options === void 0) { options = {}; }
|
|
165
163
|
return __awaiter(_this, void 0, void 0, function () {
|
|
166
164
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
167
165
|
return __generator(this, function (_a) {
|
|
168
|
-
localVarPath = "/v1/
|
|
166
|
+
localVarPath = "/claimservice/v1/health";
|
|
169
167
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
170
168
|
if (configuration) {
|
|
171
169
|
baseOptions = configuration.baseOptions;
|
|
@@ -190,7 +188,7 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
|
|
|
190
188
|
* @param {*} [options] Override http request option.
|
|
191
189
|
* @throws {RequiredError}
|
|
192
190
|
*/
|
|
193
|
-
|
|
191
|
+
check1_2: function (options) {
|
|
194
192
|
if (options === void 0) { options = {}; }
|
|
195
193
|
return __awaiter(_this, void 0, void 0, function () {
|
|
196
194
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -230,12 +228,12 @@ var HealthCheckApiFp = function (configuration) {
|
|
|
230
228
|
* @param {*} [options] Override http request option.
|
|
231
229
|
* @throws {RequiredError}
|
|
232
230
|
*/
|
|
233
|
-
|
|
231
|
+
check0: function (options) {
|
|
234
232
|
return __awaiter(this, void 0, void 0, function () {
|
|
235
233
|
var localVarAxiosArgs;
|
|
236
234
|
return __generator(this, function (_a) {
|
|
237
235
|
switch (_a.label) {
|
|
238
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
236
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.check0(options)];
|
|
239
237
|
case 1:
|
|
240
238
|
localVarAxiosArgs = _a.sent();
|
|
241
239
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -244,18 +242,17 @@ var HealthCheckApiFp = function (configuration) {
|
|
|
244
242
|
});
|
|
245
243
|
},
|
|
246
244
|
/**
|
|
247
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
245
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
248
246
|
* @summary Health Check
|
|
249
247
|
* @param {*} [options] Override http request option.
|
|
250
|
-
* @deprecated
|
|
251
248
|
* @throws {RequiredError}
|
|
252
249
|
*/
|
|
253
|
-
|
|
250
|
+
check0_1: function (options) {
|
|
254
251
|
return __awaiter(this, void 0, void 0, function () {
|
|
255
252
|
var localVarAxiosArgs;
|
|
256
253
|
return __generator(this, function (_a) {
|
|
257
254
|
switch (_a.label) {
|
|
258
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
255
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.check0_1(options)];
|
|
259
256
|
case 1:
|
|
260
257
|
localVarAxiosArgs = _a.sent();
|
|
261
258
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -264,18 +261,17 @@ var HealthCheckApiFp = function (configuration) {
|
|
|
264
261
|
});
|
|
265
262
|
},
|
|
266
263
|
/**
|
|
267
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
264
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
268
265
|
* @summary Health Check
|
|
269
266
|
* @param {*} [options] Override http request option.
|
|
270
|
-
* @deprecated
|
|
271
267
|
* @throws {RequiredError}
|
|
272
268
|
*/
|
|
273
|
-
|
|
269
|
+
check1: function (options) {
|
|
274
270
|
return __awaiter(this, void 0, void 0, function () {
|
|
275
271
|
var localVarAxiosArgs;
|
|
276
272
|
return __generator(this, function (_a) {
|
|
277
273
|
switch (_a.label) {
|
|
278
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
274
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.check1(options)];
|
|
279
275
|
case 1:
|
|
280
276
|
localVarAxiosArgs = _a.sent();
|
|
281
277
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -289,12 +285,12 @@ var HealthCheckApiFp = function (configuration) {
|
|
|
289
285
|
* @param {*} [options] Override http request option.
|
|
290
286
|
* @throws {RequiredError}
|
|
291
287
|
*/
|
|
292
|
-
|
|
288
|
+
check1_2: function (options) {
|
|
293
289
|
return __awaiter(this, void 0, void 0, function () {
|
|
294
290
|
var localVarAxiosArgs;
|
|
295
291
|
return __generator(this, function (_a) {
|
|
296
292
|
switch (_a.label) {
|
|
297
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
293
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.check1_2(options)];
|
|
298
294
|
case 1:
|
|
299
295
|
localVarAxiosArgs = _a.sent();
|
|
300
296
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -318,28 +314,26 @@ var HealthCheckApiFactory = function (configuration, basePath, axios) {
|
|
|
318
314
|
* @param {*} [options] Override http request option.
|
|
319
315
|
* @throws {RequiredError}
|
|
320
316
|
*/
|
|
321
|
-
|
|
322
|
-
return localVarFp.
|
|
317
|
+
check0: function (options) {
|
|
318
|
+
return localVarFp.check0(options).then(function (request) { return request(axios, basePath); });
|
|
323
319
|
},
|
|
324
320
|
/**
|
|
325
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
321
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
326
322
|
* @summary Health Check
|
|
327
323
|
* @param {*} [options] Override http request option.
|
|
328
|
-
* @deprecated
|
|
329
324
|
* @throws {RequiredError}
|
|
330
325
|
*/
|
|
331
|
-
|
|
332
|
-
return localVarFp.
|
|
326
|
+
check0_1: function (options) {
|
|
327
|
+
return localVarFp.check0_1(options).then(function (request) { return request(axios, basePath); });
|
|
333
328
|
},
|
|
334
329
|
/**
|
|
335
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
330
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
336
331
|
* @summary Health Check
|
|
337
332
|
* @param {*} [options] Override http request option.
|
|
338
|
-
* @deprecated
|
|
339
333
|
* @throws {RequiredError}
|
|
340
334
|
*/
|
|
341
|
-
|
|
342
|
-
return localVarFp.
|
|
335
|
+
check1: function (options) {
|
|
336
|
+
return localVarFp.check1(options).then(function (request) { return request(axios, basePath); });
|
|
343
337
|
},
|
|
344
338
|
/**
|
|
345
339
|
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
@@ -347,8 +341,8 @@ var HealthCheckApiFactory = function (configuration, basePath, axios) {
|
|
|
347
341
|
* @param {*} [options] Override http request option.
|
|
348
342
|
* @throws {RequiredError}
|
|
349
343
|
*/
|
|
350
|
-
|
|
351
|
-
return localVarFp.
|
|
344
|
+
check1_2: function (options) {
|
|
345
|
+
return localVarFp.check1_2(options).then(function (request) { return request(axios, basePath); });
|
|
352
346
|
},
|
|
353
347
|
};
|
|
354
348
|
};
|
|
@@ -371,33 +365,31 @@ var HealthCheckApi = /** @class */ (function (_super) {
|
|
|
371
365
|
* @throws {RequiredError}
|
|
372
366
|
* @memberof HealthCheckApi
|
|
373
367
|
*/
|
|
374
|
-
HealthCheckApi.prototype.
|
|
368
|
+
HealthCheckApi.prototype.check0 = function (options) {
|
|
375
369
|
var _this = this;
|
|
376
|
-
return (0, exports.HealthCheckApiFp)(this.configuration).
|
|
370
|
+
return (0, exports.HealthCheckApiFp)(this.configuration).check0(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
377
371
|
};
|
|
378
372
|
/**
|
|
379
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
373
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
380
374
|
* @summary Health Check
|
|
381
375
|
* @param {*} [options] Override http request option.
|
|
382
|
-
* @deprecated
|
|
383
376
|
* @throws {RequiredError}
|
|
384
377
|
* @memberof HealthCheckApi
|
|
385
378
|
*/
|
|
386
|
-
HealthCheckApi.prototype.
|
|
379
|
+
HealthCheckApi.prototype.check0_1 = function (options) {
|
|
387
380
|
var _this = this;
|
|
388
|
-
return (0, exports.HealthCheckApiFp)(this.configuration).
|
|
381
|
+
return (0, exports.HealthCheckApiFp)(this.configuration).check0_1(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
389
382
|
};
|
|
390
383
|
/**
|
|
391
|
-
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
384
|
+
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
392
385
|
* @summary Health Check
|
|
393
386
|
* @param {*} [options] Override http request option.
|
|
394
|
-
* @deprecated
|
|
395
387
|
* @throws {RequiredError}
|
|
396
388
|
* @memberof HealthCheckApi
|
|
397
389
|
*/
|
|
398
|
-
HealthCheckApi.prototype.
|
|
390
|
+
HealthCheckApi.prototype.check1 = function (options) {
|
|
399
391
|
var _this = this;
|
|
400
|
-
return (0, exports.HealthCheckApiFp)(this.configuration).
|
|
392
|
+
return (0, exports.HealthCheckApiFp)(this.configuration).check1(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
401
393
|
};
|
|
402
394
|
/**
|
|
403
395
|
* Returns the health status of the claim service. This endpoint is used to monitor the operational status of the claim service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
@@ -406,9 +398,9 @@ var HealthCheckApi = /** @class */ (function (_super) {
|
|
|
406
398
|
* @throws {RequiredError}
|
|
407
399
|
* @memberof HealthCheckApi
|
|
408
400
|
*/
|
|
409
|
-
HealthCheckApi.prototype.
|
|
401
|
+
HealthCheckApi.prototype.check1_2 = function (options) {
|
|
410
402
|
var _this = this;
|
|
411
|
-
return (0, exports.HealthCheckApiFp)(this.configuration).
|
|
403
|
+
return (0, exports.HealthCheckApiFp)(this.configuration).check1_2(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
412
404
|
};
|
|
413
405
|
return HealthCheckApi;
|
|
414
406
|
}(base_1.BaseAPI));
|