@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.
@@ -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
- check: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
40
- const localVarPath = `/claimservice/v1/health`;
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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
- check1: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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
- check1_1: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
106
- const localVarPath = `/v1/claims/health`;
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
- check_2: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
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 check(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
180
- const localVarAxiosArgs = await localVarAxiosParamCreator.check(options);
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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 check1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
191
- const localVarAxiosArgs = await localVarAxiosParamCreator.check1(options);
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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 check1_1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
202
- const localVarAxiosArgs = await localVarAxiosParamCreator.check1_1(options);
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 check_2(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
212
- const localVarAxiosArgs = await localVarAxiosParamCreator.check_2(options);
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
- check(options?: any): AxiosPromise<InlineResponse200> {
232
- return localVarFp.check(options).then((request) => request(axios, basePath));
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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
- check1(options?: any): AxiosPromise<InlineResponse200> {
242
- return localVarFp.check1(options).then((request) => request(axios, basePath));
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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
- check1_1(options?: any): AxiosPromise<InlineResponse200> {
252
- return localVarFp.check1_1(options).then((request) => request(axios, basePath));
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
- check_2(options?: any): AxiosPromise<InlineResponse200> {
261
- return localVarFp.check_2(options).then((request) => request(axios, basePath));
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 check(options?: AxiosRequestConfig) {
281
- return HealthCheckApiFp(this.configuration).check(options).then((request) => request(this.axios, this.basePath));
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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 check1(options?: AxiosRequestConfig) {
293
- return HealthCheckApiFp(this.configuration).check1(options).then((request) => request(this.axios, this.basePath));
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
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 check1_1(options?: AxiosRequestConfig) {
305
- return HealthCheckApiFp(this.configuration).check1_1(options).then((request) => request(this.axios, this.basePath));
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 check_2(options?: AxiosRequestConfig) {
316
- return HealthCheckApiFp(this.configuration).check_2(options).then((request) => request(this.axios, this.basePath));
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
  }