@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.
@@ -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
- check: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
44
- const localVarPath = `/claimservice/v1/health`;
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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
- check1: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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
- check1_1: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
110
- const localVarPath = `/v1/claims/health`;
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
- check_2: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
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 check(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
184
- const localVarAxiosArgs = await localVarAxiosParamCreator.check(options);
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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 check1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
195
- const localVarAxiosArgs = await localVarAxiosParamCreator.check1(options);
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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 check1_1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
206
- const localVarAxiosArgs = await localVarAxiosParamCreator.check1_1(options);
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 check_2(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
216
- const localVarAxiosArgs = await localVarAxiosParamCreator.check_2(options);
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
- check(options?: any): AxiosPromise<InlineResponse200> {
236
- return localVarFp.check(options).then((request) => request(axios, basePath));
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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
- check1(options?: any): AxiosPromise<InlineResponse200> {
246
- return localVarFp.check1(options).then((request) => request(axios, basePath));
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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
- check1_1(options?: any): AxiosPromise<InlineResponse200> {
256
- return localVarFp.check1_1(options).then((request) => request(axios, basePath));
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
- check_2(options?: any): AxiosPromise<InlineResponse200> {
265
- return localVarFp.check_2(options).then((request) => request(axios, basePath));
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 check(options?: AxiosRequestConfig) {
285
- return HealthCheckApiFp(this.configuration).check(options).then((request) => request(this.axios, this.basePath));
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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 check1(options?: AxiosRequestConfig) {
297
- return HealthCheckApiFp(this.configuration).check1(options).then((request) => request(this.axios, this.basePath));
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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 check1_1(options?: AxiosRequestConfig) {
309
- return HealthCheckApiFp(this.configuration).check1_1(options).then((request) => request(this.axios, this.basePath));
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 check_2(options?: AxiosRequestConfig) {
320
- return HealthCheckApiFp(this.configuration).check_2(options).then((request) => request(this.axios, this.basePath));
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
  }