@emilgroup/claim-sdk-node 1.41.1-beta.3 → 1.41.1-beta.8
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
package/api/health-check-api.ts
CHANGED
|
@@ -40,8 +40,8 @@ export const HealthCheckApiAxiosParamCreator = function (configuration?: Configu
|
|
|
40
40
|
* @param {*} [options] Override http request option.
|
|
41
41
|
* @throws {RequiredError}
|
|
42
42
|
*/
|
|
43
|
-
|
|
44
|
-
const localVarPath = `/
|
|
43
|
+
check0: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
44
|
+
const localVarPath = `/v1/claims/health`;
|
|
45
45
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
46
46
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
47
47
|
let baseOptions;
|
|
@@ -67,13 +67,12 @@ export const HealthCheckApiAxiosParamCreator = function (configuration?: Configu
|
|
|
67
67
|
};
|
|
68
68
|
},
|
|
69
69
|
/**
|
|
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.
|
|
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.
|
|
71
71
|
* @summary Health Check
|
|
72
72
|
* @param {*} [options] Override http request option.
|
|
73
|
-
* @deprecated
|
|
74
73
|
* @throws {RequiredError}
|
|
75
74
|
*/
|
|
76
|
-
|
|
75
|
+
check0_1: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
77
76
|
const localVarPath = `/v1/claims/health`;
|
|
78
77
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
79
78
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -100,14 +99,13 @@ export const HealthCheckApiAxiosParamCreator = function (configuration?: Configu
|
|
|
100
99
|
};
|
|
101
100
|
},
|
|
102
101
|
/**
|
|
103
|
-
* 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
|
+
* 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
103
|
* @summary Health Check
|
|
105
104
|
* @param {*} [options] Override http request option.
|
|
106
|
-
* @deprecated
|
|
107
105
|
* @throws {RequiredError}
|
|
108
106
|
*/
|
|
109
|
-
|
|
110
|
-
const localVarPath = `/v1/
|
|
107
|
+
check1: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
108
|
+
const localVarPath = `/claimservice/v1/health`;
|
|
111
109
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
112
110
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
113
111
|
let baseOptions;
|
|
@@ -138,7 +136,7 @@ export const HealthCheckApiAxiosParamCreator = function (configuration?: Configu
|
|
|
138
136
|
* @param {*} [options] Override http request option.
|
|
139
137
|
* @throws {RequiredError}
|
|
140
138
|
*/
|
|
141
|
-
|
|
139
|
+
check1_2: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
142
140
|
const localVarPath = `/claimservice/v1/health`;
|
|
143
141
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
144
142
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -180,30 +178,28 @@ export const HealthCheckApiFp = function(configuration?: Configuration) {
|
|
|
180
178
|
* @param {*} [options] Override http request option.
|
|
181
179
|
* @throws {RequiredError}
|
|
182
180
|
*/
|
|
183
|
-
async
|
|
184
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
181
|
+
async check0(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
182
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.check0(options);
|
|
185
183
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
186
184
|
},
|
|
187
185
|
/**
|
|
188
|
-
* 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.
|
|
186
|
+
* 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.
|
|
189
187
|
* @summary Health Check
|
|
190
188
|
* @param {*} [options] Override http request option.
|
|
191
|
-
* @deprecated
|
|
192
189
|
* @throws {RequiredError}
|
|
193
190
|
*/
|
|
194
|
-
async
|
|
195
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
191
|
+
async check0_1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
192
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.check0_1(options);
|
|
196
193
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
197
194
|
},
|
|
198
195
|
/**
|
|
199
|
-
* 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.
|
|
196
|
+
* 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.
|
|
200
197
|
* @summary Health Check
|
|
201
198
|
* @param {*} [options] Override http request option.
|
|
202
|
-
* @deprecated
|
|
203
199
|
* @throws {RequiredError}
|
|
204
200
|
*/
|
|
205
|
-
async
|
|
206
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
201
|
+
async check1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
202
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.check1(options);
|
|
207
203
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
208
204
|
},
|
|
209
205
|
/**
|
|
@@ -212,8 +208,8 @@ export const HealthCheckApiFp = function(configuration?: Configuration) {
|
|
|
212
208
|
* @param {*} [options] Override http request option.
|
|
213
209
|
* @throws {RequiredError}
|
|
214
210
|
*/
|
|
215
|
-
async
|
|
216
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
211
|
+
async check1_2(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
212
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.check1_2(options);
|
|
217
213
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
218
214
|
},
|
|
219
215
|
}
|
|
@@ -232,28 +228,26 @@ export const HealthCheckApiFactory = function (configuration?: Configuration, ba
|
|
|
232
228
|
* @param {*} [options] Override http request option.
|
|
233
229
|
* @throws {RequiredError}
|
|
234
230
|
*/
|
|
235
|
-
|
|
236
|
-
return localVarFp.
|
|
231
|
+
check0(options?: any): AxiosPromise<InlineResponse200> {
|
|
232
|
+
return localVarFp.check0(options).then((request) => request(axios, basePath));
|
|
237
233
|
},
|
|
238
234
|
/**
|
|
239
|
-
* 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.
|
|
235
|
+
* 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.
|
|
240
236
|
* @summary Health Check
|
|
241
237
|
* @param {*} [options] Override http request option.
|
|
242
|
-
* @deprecated
|
|
243
238
|
* @throws {RequiredError}
|
|
244
239
|
*/
|
|
245
|
-
|
|
246
|
-
return localVarFp.
|
|
240
|
+
check0_1(options?: any): AxiosPromise<InlineResponse200> {
|
|
241
|
+
return localVarFp.check0_1(options).then((request) => request(axios, basePath));
|
|
247
242
|
},
|
|
248
243
|
/**
|
|
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.
|
|
244
|
+
* 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.
|
|
250
245
|
* @summary Health Check
|
|
251
246
|
* @param {*} [options] Override http request option.
|
|
252
|
-
* @deprecated
|
|
253
247
|
* @throws {RequiredError}
|
|
254
248
|
*/
|
|
255
|
-
|
|
256
|
-
return localVarFp.
|
|
249
|
+
check1(options?: any): AxiosPromise<InlineResponse200> {
|
|
250
|
+
return localVarFp.check1(options).then((request) => request(axios, basePath));
|
|
257
251
|
},
|
|
258
252
|
/**
|
|
259
253
|
* 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.
|
|
@@ -261,8 +255,8 @@ export const HealthCheckApiFactory = function (configuration?: Configuration, ba
|
|
|
261
255
|
* @param {*} [options] Override http request option.
|
|
262
256
|
* @throws {RequiredError}
|
|
263
257
|
*/
|
|
264
|
-
|
|
265
|
-
return localVarFp.
|
|
258
|
+
check1_2(options?: any): AxiosPromise<InlineResponse200> {
|
|
259
|
+
return localVarFp.check1_2(options).then((request) => request(axios, basePath));
|
|
266
260
|
},
|
|
267
261
|
};
|
|
268
262
|
};
|
|
@@ -281,32 +275,30 @@ export class HealthCheckApi extends BaseAPI {
|
|
|
281
275
|
* @throws {RequiredError}
|
|
282
276
|
* @memberof HealthCheckApi
|
|
283
277
|
*/
|
|
284
|
-
public
|
|
285
|
-
return HealthCheckApiFp(this.configuration).
|
|
278
|
+
public check0(options?: AxiosRequestConfig) {
|
|
279
|
+
return HealthCheckApiFp(this.configuration).check0(options).then((request) => request(this.axios, this.basePath));
|
|
286
280
|
}
|
|
287
281
|
|
|
288
282
|
/**
|
|
289
|
-
* 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.
|
|
283
|
+
* 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.
|
|
290
284
|
* @summary Health Check
|
|
291
285
|
* @param {*} [options] Override http request option.
|
|
292
|
-
* @deprecated
|
|
293
286
|
* @throws {RequiredError}
|
|
294
287
|
* @memberof HealthCheckApi
|
|
295
288
|
*/
|
|
296
|
-
public
|
|
297
|
-
return HealthCheckApiFp(this.configuration).
|
|
289
|
+
public check0_1(options?: AxiosRequestConfig) {
|
|
290
|
+
return HealthCheckApiFp(this.configuration).check0_1(options).then((request) => request(this.axios, this.basePath));
|
|
298
291
|
}
|
|
299
292
|
|
|
300
293
|
/**
|
|
301
|
-
* 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.
|
|
294
|
+
* 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.
|
|
302
295
|
* @summary Health Check
|
|
303
296
|
* @param {*} [options] Override http request option.
|
|
304
|
-
* @deprecated
|
|
305
297
|
* @throws {RequiredError}
|
|
306
298
|
* @memberof HealthCheckApi
|
|
307
299
|
*/
|
|
308
|
-
public
|
|
309
|
-
return HealthCheckApiFp(this.configuration).
|
|
300
|
+
public check1(options?: AxiosRequestConfig) {
|
|
301
|
+
return HealthCheckApiFp(this.configuration).check1(options).then((request) => request(this.axios, this.basePath));
|
|
310
302
|
}
|
|
311
303
|
|
|
312
304
|
/**
|
|
@@ -316,7 +308,7 @@ export class HealthCheckApi extends BaseAPI {
|
|
|
316
308
|
* @throws {RequiredError}
|
|
317
309
|
* @memberof HealthCheckApi
|
|
318
310
|
*/
|
|
319
|
-
public
|
|
320
|
-
return HealthCheckApiFp(this.configuration).
|
|
311
|
+
public check1_2(options?: AxiosRequestConfig) {
|
|
312
|
+
return HealthCheckApiFp(this.configuration).check1_2(options).then((request) => request(this.axios, this.basePath));
|
|
321
313
|
}
|
|
322
314
|
}
|