@emilgroup/claim-sdk-node 1.41.1-beta.3 → 1.41.1-beta.9
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/base.ts +1 -0
- 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/dist/base.d.ts +2 -1
- package/dist/base.js +1 -0
- 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
|
}
|
|
@@ -102,12 +102,12 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
|
|
|
102
102
|
* @param {*} [options] Override http request option.
|
|
103
103
|
* @throws {RequiredError}
|
|
104
104
|
*/
|
|
105
|
-
|
|
105
|
+
check0: function (options) {
|
|
106
106
|
if (options === void 0) { options = {}; }
|
|
107
107
|
return __awaiter(_this, void 0, void 0, function () {
|
|
108
108
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
109
109
|
return __generator(this, function (_a) {
|
|
110
|
-
localVarPath = "/
|
|
110
|
+
localVarPath = "/v1/claims/health";
|
|
111
111
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
112
112
|
if (configuration) {
|
|
113
113
|
baseOptions = configuration.baseOptions;
|
|
@@ -127,13 +127,12 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
|
|
|
127
127
|
});
|
|
128
128
|
},
|
|
129
129
|
/**
|
|
130
|
-
* 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.
|
|
130
|
+
* 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.
|
|
131
131
|
* @summary Health Check
|
|
132
132
|
* @param {*} [options] Override http request option.
|
|
133
|
-
* @deprecated
|
|
134
133
|
* @throws {RequiredError}
|
|
135
134
|
*/
|
|
136
|
-
|
|
135
|
+
check0_1: function (options) {
|
|
137
136
|
if (options === void 0) { options = {}; }
|
|
138
137
|
return __awaiter(_this, void 0, void 0, function () {
|
|
139
138
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -158,18 +157,17 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
|
|
|
158
157
|
});
|
|
159
158
|
},
|
|
160
159
|
/**
|
|
161
|
-
* 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.
|
|
160
|
+
* 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.
|
|
162
161
|
* @summary Health Check
|
|
163
162
|
* @param {*} [options] Override http request option.
|
|
164
|
-
* @deprecated
|
|
165
163
|
* @throws {RequiredError}
|
|
166
164
|
*/
|
|
167
|
-
|
|
165
|
+
check1: function (options) {
|
|
168
166
|
if (options === void 0) { options = {}; }
|
|
169
167
|
return __awaiter(_this, void 0, void 0, function () {
|
|
170
168
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
171
169
|
return __generator(this, function (_a) {
|
|
172
|
-
localVarPath = "/v1/
|
|
170
|
+
localVarPath = "/claimservice/v1/health";
|
|
173
171
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
174
172
|
if (configuration) {
|
|
175
173
|
baseOptions = configuration.baseOptions;
|
|
@@ -194,7 +192,7 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
|
|
|
194
192
|
* @param {*} [options] Override http request option.
|
|
195
193
|
* @throws {RequiredError}
|
|
196
194
|
*/
|
|
197
|
-
|
|
195
|
+
check1_2: function (options) {
|
|
198
196
|
if (options === void 0) { options = {}; }
|
|
199
197
|
return __awaiter(_this, void 0, void 0, function () {
|
|
200
198
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -234,12 +232,12 @@ var HealthCheckApiFp = function (configuration) {
|
|
|
234
232
|
* @param {*} [options] Override http request option.
|
|
235
233
|
* @throws {RequiredError}
|
|
236
234
|
*/
|
|
237
|
-
|
|
235
|
+
check0: function (options) {
|
|
238
236
|
return __awaiter(this, void 0, void 0, function () {
|
|
239
237
|
var localVarAxiosArgs;
|
|
240
238
|
return __generator(this, function (_a) {
|
|
241
239
|
switch (_a.label) {
|
|
242
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
240
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.check0(options)];
|
|
243
241
|
case 1:
|
|
244
242
|
localVarAxiosArgs = _a.sent();
|
|
245
243
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -248,18 +246,17 @@ var HealthCheckApiFp = function (configuration) {
|
|
|
248
246
|
});
|
|
249
247
|
},
|
|
250
248
|
/**
|
|
251
|
-
* 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.
|
|
249
|
+
* 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.
|
|
252
250
|
* @summary Health Check
|
|
253
251
|
* @param {*} [options] Override http request option.
|
|
254
|
-
* @deprecated
|
|
255
252
|
* @throws {RequiredError}
|
|
256
253
|
*/
|
|
257
|
-
|
|
254
|
+
check0_1: function (options) {
|
|
258
255
|
return __awaiter(this, void 0, void 0, function () {
|
|
259
256
|
var localVarAxiosArgs;
|
|
260
257
|
return __generator(this, function (_a) {
|
|
261
258
|
switch (_a.label) {
|
|
262
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
259
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.check0_1(options)];
|
|
263
260
|
case 1:
|
|
264
261
|
localVarAxiosArgs = _a.sent();
|
|
265
262
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -268,18 +265,17 @@ var HealthCheckApiFp = function (configuration) {
|
|
|
268
265
|
});
|
|
269
266
|
},
|
|
270
267
|
/**
|
|
271
|
-
* 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
|
+
* 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.
|
|
272
269
|
* @summary Health Check
|
|
273
270
|
* @param {*} [options] Override http request option.
|
|
274
|
-
* @deprecated
|
|
275
271
|
* @throws {RequiredError}
|
|
276
272
|
*/
|
|
277
|
-
|
|
273
|
+
check1: function (options) {
|
|
278
274
|
return __awaiter(this, void 0, void 0, function () {
|
|
279
275
|
var localVarAxiosArgs;
|
|
280
276
|
return __generator(this, function (_a) {
|
|
281
277
|
switch (_a.label) {
|
|
282
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
278
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.check1(options)];
|
|
283
279
|
case 1:
|
|
284
280
|
localVarAxiosArgs = _a.sent();
|
|
285
281
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -293,12 +289,12 @@ var HealthCheckApiFp = function (configuration) {
|
|
|
293
289
|
* @param {*} [options] Override http request option.
|
|
294
290
|
* @throws {RequiredError}
|
|
295
291
|
*/
|
|
296
|
-
|
|
292
|
+
check1_2: function (options) {
|
|
297
293
|
return __awaiter(this, void 0, void 0, function () {
|
|
298
294
|
var localVarAxiosArgs;
|
|
299
295
|
return __generator(this, function (_a) {
|
|
300
296
|
switch (_a.label) {
|
|
301
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
297
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.check1_2(options)];
|
|
302
298
|
case 1:
|
|
303
299
|
localVarAxiosArgs = _a.sent();
|
|
304
300
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -322,28 +318,26 @@ var HealthCheckApiFactory = function (configuration, basePath, axios) {
|
|
|
322
318
|
* @param {*} [options] Override http request option.
|
|
323
319
|
* @throws {RequiredError}
|
|
324
320
|
*/
|
|
325
|
-
|
|
326
|
-
return localVarFp.
|
|
321
|
+
check0: function (options) {
|
|
322
|
+
return localVarFp.check0(options).then(function (request) { return request(axios, basePath); });
|
|
327
323
|
},
|
|
328
324
|
/**
|
|
329
|
-
* 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.
|
|
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.
|
|
330
326
|
* @summary Health Check
|
|
331
327
|
* @param {*} [options] Override http request option.
|
|
332
|
-
* @deprecated
|
|
333
328
|
* @throws {RequiredError}
|
|
334
329
|
*/
|
|
335
|
-
|
|
336
|
-
return localVarFp.
|
|
330
|
+
check0_1: function (options) {
|
|
331
|
+
return localVarFp.check0_1(options).then(function (request) { return request(axios, basePath); });
|
|
337
332
|
},
|
|
338
333
|
/**
|
|
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.
|
|
334
|
+
* 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.
|
|
340
335
|
* @summary Health Check
|
|
341
336
|
* @param {*} [options] Override http request option.
|
|
342
|
-
* @deprecated
|
|
343
337
|
* @throws {RequiredError}
|
|
344
338
|
*/
|
|
345
|
-
|
|
346
|
-
return localVarFp.
|
|
339
|
+
check1: function (options) {
|
|
340
|
+
return localVarFp.check1(options).then(function (request) { return request(axios, basePath); });
|
|
347
341
|
},
|
|
348
342
|
/**
|
|
349
343
|
* 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.
|
|
@@ -351,8 +345,8 @@ var HealthCheckApiFactory = function (configuration, basePath, axios) {
|
|
|
351
345
|
* @param {*} [options] Override http request option.
|
|
352
346
|
* @throws {RequiredError}
|
|
353
347
|
*/
|
|
354
|
-
|
|
355
|
-
return localVarFp.
|
|
348
|
+
check1_2: function (options) {
|
|
349
|
+
return localVarFp.check1_2(options).then(function (request) { return request(axios, basePath); });
|
|
356
350
|
},
|
|
357
351
|
};
|
|
358
352
|
};
|
|
@@ -375,33 +369,31 @@ var HealthCheckApi = /** @class */ (function (_super) {
|
|
|
375
369
|
* @throws {RequiredError}
|
|
376
370
|
* @memberof HealthCheckApi
|
|
377
371
|
*/
|
|
378
|
-
HealthCheckApi.prototype.
|
|
372
|
+
HealthCheckApi.prototype.check0 = function (options) {
|
|
379
373
|
var _this = this;
|
|
380
|
-
return (0, exports.HealthCheckApiFp)(this.configuration).
|
|
374
|
+
return (0, exports.HealthCheckApiFp)(this.configuration).check0(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
381
375
|
};
|
|
382
376
|
/**
|
|
383
|
-
* 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.
|
|
377
|
+
* 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
378
|
* @summary Health Check
|
|
385
379
|
* @param {*} [options] Override http request option.
|
|
386
|
-
* @deprecated
|
|
387
380
|
* @throws {RequiredError}
|
|
388
381
|
* @memberof HealthCheckApi
|
|
389
382
|
*/
|
|
390
|
-
HealthCheckApi.prototype.
|
|
383
|
+
HealthCheckApi.prototype.check0_1 = function (options) {
|
|
391
384
|
var _this = this;
|
|
392
|
-
return (0, exports.HealthCheckApiFp)(this.configuration).
|
|
385
|
+
return (0, exports.HealthCheckApiFp)(this.configuration).check0_1(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
393
386
|
};
|
|
394
387
|
/**
|
|
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.
|
|
388
|
+
* 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.
|
|
396
389
|
* @summary Health Check
|
|
397
390
|
* @param {*} [options] Override http request option.
|
|
398
|
-
* @deprecated
|
|
399
391
|
* @throws {RequiredError}
|
|
400
392
|
* @memberof HealthCheckApi
|
|
401
393
|
*/
|
|
402
|
-
HealthCheckApi.prototype.
|
|
394
|
+
HealthCheckApi.prototype.check1 = function (options) {
|
|
403
395
|
var _this = this;
|
|
404
|
-
return (0, exports.HealthCheckApiFp)(this.configuration).
|
|
396
|
+
return (0, exports.HealthCheckApiFp)(this.configuration).check1(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
405
397
|
};
|
|
406
398
|
/**
|
|
407
399
|
* 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.
|
|
@@ -410,9 +402,9 @@ var HealthCheckApi = /** @class */ (function (_super) {
|
|
|
410
402
|
* @throws {RequiredError}
|
|
411
403
|
* @memberof HealthCheckApi
|
|
412
404
|
*/
|
|
413
|
-
HealthCheckApi.prototype.
|
|
405
|
+
HealthCheckApi.prototype.check1_2 = function (options) {
|
|
414
406
|
var _this = this;
|
|
415
|
-
return (0, exports.HealthCheckApiFp)(this.configuration).
|
|
407
|
+
return (0, exports.HealthCheckApiFp)(this.configuration).check1_2(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
416
408
|
};
|
|
417
409
|
return HealthCheckApi;
|
|
418
410
|
}(base_1.BaseAPI));
|