@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
package/api/health-check-api.ts
CHANGED
|
@@ -36,8 +36,8 @@ export const HealthCheckApiAxiosParamCreator = function (configuration?: Configu
|
|
|
36
36
|
* @param {*} [options] Override http request option.
|
|
37
37
|
* @throws {RequiredError}
|
|
38
38
|
*/
|
|
39
|
-
|
|
40
|
-
const localVarPath = `/
|
|
39
|
+
check0: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
40
|
+
const localVarPath = `/v1/claims/health`;
|
|
41
41
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
42
42
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
43
43
|
let baseOptions;
|
|
@@ -63,13 +63,12 @@ export const HealthCheckApiAxiosParamCreator = function (configuration?: Configu
|
|
|
63
63
|
};
|
|
64
64
|
},
|
|
65
65
|
/**
|
|
66
|
-
* 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
|
+
* 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.
|
|
67
67
|
* @summary Health Check
|
|
68
68
|
* @param {*} [options] Override http request option.
|
|
69
|
-
* @deprecated
|
|
70
69
|
* @throws {RequiredError}
|
|
71
70
|
*/
|
|
72
|
-
|
|
71
|
+
check0_1: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
73
72
|
const localVarPath = `/v1/claims/health`;
|
|
74
73
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
75
74
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -96,14 +95,13 @@ export const HealthCheckApiAxiosParamCreator = function (configuration?: Configu
|
|
|
96
95
|
};
|
|
97
96
|
},
|
|
98
97
|
/**
|
|
99
|
-
* 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.
|
|
98
|
+
* 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.
|
|
100
99
|
* @summary Health Check
|
|
101
100
|
* @param {*} [options] Override http request option.
|
|
102
|
-
* @deprecated
|
|
103
101
|
* @throws {RequiredError}
|
|
104
102
|
*/
|
|
105
|
-
|
|
106
|
-
const localVarPath = `/v1/
|
|
103
|
+
check1: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
104
|
+
const localVarPath = `/claimservice/v1/health`;
|
|
107
105
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
108
106
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
109
107
|
let baseOptions;
|
|
@@ -134,7 +132,7 @@ export const HealthCheckApiAxiosParamCreator = function (configuration?: Configu
|
|
|
134
132
|
* @param {*} [options] Override http request option.
|
|
135
133
|
* @throws {RequiredError}
|
|
136
134
|
*/
|
|
137
|
-
|
|
135
|
+
check1_2: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
138
136
|
const localVarPath = `/claimservice/v1/health`;
|
|
139
137
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
140
138
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -176,30 +174,28 @@ export const HealthCheckApiFp = function(configuration?: Configuration) {
|
|
|
176
174
|
* @param {*} [options] Override http request option.
|
|
177
175
|
* @throws {RequiredError}
|
|
178
176
|
*/
|
|
179
|
-
async
|
|
180
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
177
|
+
async check0(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
178
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.check0(options);
|
|
181
179
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
182
180
|
},
|
|
183
181
|
/**
|
|
184
|
-
* 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.
|
|
182
|
+
* 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.
|
|
185
183
|
* @summary Health Check
|
|
186
184
|
* @param {*} [options] Override http request option.
|
|
187
|
-
* @deprecated
|
|
188
185
|
* @throws {RequiredError}
|
|
189
186
|
*/
|
|
190
|
-
async
|
|
191
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
187
|
+
async check0_1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
188
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.check0_1(options);
|
|
192
189
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
193
190
|
},
|
|
194
191
|
/**
|
|
195
|
-
* 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.
|
|
192
|
+
* 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
193
|
* @summary Health Check
|
|
197
194
|
* @param {*} [options] Override http request option.
|
|
198
|
-
* @deprecated
|
|
199
195
|
* @throws {RequiredError}
|
|
200
196
|
*/
|
|
201
|
-
async
|
|
202
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
197
|
+
async check1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
198
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.check1(options);
|
|
203
199
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
204
200
|
},
|
|
205
201
|
/**
|
|
@@ -208,8 +204,8 @@ export const HealthCheckApiFp = function(configuration?: Configuration) {
|
|
|
208
204
|
* @param {*} [options] Override http request option.
|
|
209
205
|
* @throws {RequiredError}
|
|
210
206
|
*/
|
|
211
|
-
async
|
|
212
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
207
|
+
async check1_2(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
208
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.check1_2(options);
|
|
213
209
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
214
210
|
},
|
|
215
211
|
}
|
|
@@ -228,28 +224,26 @@ export const HealthCheckApiFactory = function (configuration?: Configuration, ba
|
|
|
228
224
|
* @param {*} [options] Override http request option.
|
|
229
225
|
* @throws {RequiredError}
|
|
230
226
|
*/
|
|
231
|
-
|
|
232
|
-
return localVarFp.
|
|
227
|
+
check0(options?: any): AxiosPromise<InlineResponse200> {
|
|
228
|
+
return localVarFp.check0(options).then((request) => request(axios, basePath));
|
|
233
229
|
},
|
|
234
230
|
/**
|
|
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.
|
|
231
|
+
* 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.
|
|
236
232
|
* @summary Health Check
|
|
237
233
|
* @param {*} [options] Override http request option.
|
|
238
|
-
* @deprecated
|
|
239
234
|
* @throws {RequiredError}
|
|
240
235
|
*/
|
|
241
|
-
|
|
242
|
-
return localVarFp.
|
|
236
|
+
check0_1(options?: any): AxiosPromise<InlineResponse200> {
|
|
237
|
+
return localVarFp.check0_1(options).then((request) => request(axios, basePath));
|
|
243
238
|
},
|
|
244
239
|
/**
|
|
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.
|
|
240
|
+
* 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.
|
|
246
241
|
* @summary Health Check
|
|
247
242
|
* @param {*} [options] Override http request option.
|
|
248
|
-
* @deprecated
|
|
249
243
|
* @throws {RequiredError}
|
|
250
244
|
*/
|
|
251
|
-
|
|
252
|
-
return localVarFp.
|
|
245
|
+
check1(options?: any): AxiosPromise<InlineResponse200> {
|
|
246
|
+
return localVarFp.check1(options).then((request) => request(axios, basePath));
|
|
253
247
|
},
|
|
254
248
|
/**
|
|
255
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.
|
|
@@ -257,8 +251,8 @@ export const HealthCheckApiFactory = function (configuration?: Configuration, ba
|
|
|
257
251
|
* @param {*} [options] Override http request option.
|
|
258
252
|
* @throws {RequiredError}
|
|
259
253
|
*/
|
|
260
|
-
|
|
261
|
-
return localVarFp.
|
|
254
|
+
check1_2(options?: any): AxiosPromise<InlineResponse200> {
|
|
255
|
+
return localVarFp.check1_2(options).then((request) => request(axios, basePath));
|
|
262
256
|
},
|
|
263
257
|
};
|
|
264
258
|
};
|
|
@@ -277,32 +271,30 @@ export class HealthCheckApi extends BaseAPI {
|
|
|
277
271
|
* @throws {RequiredError}
|
|
278
272
|
* @memberof HealthCheckApi
|
|
279
273
|
*/
|
|
280
|
-
public
|
|
281
|
-
return HealthCheckApiFp(this.configuration).
|
|
274
|
+
public check0(options?: AxiosRequestConfig) {
|
|
275
|
+
return HealthCheckApiFp(this.configuration).check0(options).then((request) => request(this.axios, this.basePath));
|
|
282
276
|
}
|
|
283
277
|
|
|
284
278
|
/**
|
|
285
|
-
* 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.
|
|
279
|
+
* 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.
|
|
286
280
|
* @summary Health Check
|
|
287
281
|
* @param {*} [options] Override http request option.
|
|
288
|
-
* @deprecated
|
|
289
282
|
* @throws {RequiredError}
|
|
290
283
|
* @memberof HealthCheckApi
|
|
291
284
|
*/
|
|
292
|
-
public
|
|
293
|
-
return HealthCheckApiFp(this.configuration).
|
|
285
|
+
public check0_1(options?: AxiosRequestConfig) {
|
|
286
|
+
return HealthCheckApiFp(this.configuration).check0_1(options).then((request) => request(this.axios, this.basePath));
|
|
294
287
|
}
|
|
295
288
|
|
|
296
289
|
/**
|
|
297
|
-
* 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
|
+
* 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.
|
|
298
291
|
* @summary Health Check
|
|
299
292
|
* @param {*} [options] Override http request option.
|
|
300
|
-
* @deprecated
|
|
301
293
|
* @throws {RequiredError}
|
|
302
294
|
* @memberof HealthCheckApi
|
|
303
295
|
*/
|
|
304
|
-
public
|
|
305
|
-
return HealthCheckApiFp(this.configuration).
|
|
296
|
+
public check1(options?: AxiosRequestConfig) {
|
|
297
|
+
return HealthCheckApiFp(this.configuration).check1(options).then((request) => request(this.axios, this.basePath));
|
|
306
298
|
}
|
|
307
299
|
|
|
308
300
|
/**
|
|
@@ -312,7 +304,7 @@ export class HealthCheckApi extends BaseAPI {
|
|
|
312
304
|
* @throws {RequiredError}
|
|
313
305
|
* @memberof HealthCheckApi
|
|
314
306
|
*/
|
|
315
|
-
public
|
|
316
|
-
return HealthCheckApiFp(this.configuration).
|
|
307
|
+
public check1_2(options?: AxiosRequestConfig) {
|
|
308
|
+
return HealthCheckApiFp(this.configuration).check1_2(options).then((request) => request(this.axios, this.basePath));
|
|
317
309
|
}
|
|
318
310
|
}
|