@emilgroup/claim-sdk 1.40.1-beta.8 → 1.41.0
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/.openapi-generator/FILES +0 -10
- package/README.md +2 -2
- package/api/claim-partner-roles-api.ts +0 -627
- package/api/claim-partners-api.ts +0 -520
- package/api/claim-regulations-api.ts +5 -646
- package/api/claim-statuses-api.ts +6 -753
- package/api/claims-api.ts +6 -858
- package/api/health-check-api.ts +0 -66
- package/api/settlements-api.ts +0 -627
- package/api.ts +0 -2
- package/dist/api/claim-partner-roles-api.d.ts +0 -358
- package/dist/api/claim-partner-roles-api.js +0 -525
- package/dist/api/claim-partners-api.d.ts +0 -299
- package/dist/api/claim-partners-api.js +0 -428
- package/dist/api/claim-regulations-api.d.ts +0 -367
- package/dist/api/claim-regulations-api.js +0 -531
- package/dist/api/claim-statuses-api.d.ts +0 -426
- package/dist/api/claim-statuses-api.js +14 -642
- package/dist/api/claims-api.d.ts +0 -485
- package/dist/api/claims-api.js +1 -725
- package/dist/api/health-check-api.d.ts +0 -33
- package/dist/api/health-check-api.js +0 -73
- package/dist/api/settlements-api.d.ts +0 -358
- package/dist/api/settlements-api.js +0 -525
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/models/claim-class.d.ts +0 -6
- package/dist/models/index.d.ts +0 -9
- package/dist/models/index.js +0 -9
- package/dist/models/list-claim-partner-roles-response-class.d.ts +0 -12
- package/dist/models/list-claim-partners-response-class.d.ts +0 -12
- package/dist/models/list-claim-statuses-response-class.d.ts +1 -13
- package/dist/models/list-claims-response-class.d.ts +0 -12
- package/dist/models/list-regulations-response-class.d.ts +0 -12
- package/models/claim-class.ts +0 -6
- package/models/index.ts +0 -9
- package/models/list-claim-partner-roles-response-class.ts +0 -12
- package/models/list-claim-partners-response-class.ts +0 -12
- package/models/list-claim-statuses-response-class.ts +1 -13
- package/models/list-claims-response-class.ts +0 -12
- package/models/list-regulations-response-class.ts +0 -12
- package/package.json +1 -1
- package/api/claim-positions-api.ts +0 -1336
- package/dist/api/claim-positions-api.d.ts +0 -760
- package/dist/api/claim-positions-api.js +0 -1177
- package/dist/models/claim-position-class.d.ts +0 -121
- package/dist/models/claim-position-class.js +0 -15
- package/dist/models/coverage-class.d.ts +0 -72
- package/dist/models/coverage-class.js +0 -21
- package/dist/models/coverage-request-dto.d.ts +0 -41
- package/dist/models/coverage-request-dto.js +0 -20
- package/dist/models/create-claim-position-request-dto.d.ts +0 -73
- package/dist/models/create-claim-position-request-dto.js +0 -15
- package/dist/models/create-claim-position-response-class.d.ts +0 -25
- package/dist/models/create-claim-position-response-class.js +0 -15
- package/dist/models/get-claim-position-response-class.d.ts +0 -25
- package/dist/models/get-claim-position-response-class.js +0 -15
- package/dist/models/list-claim-positions-response-class.d.ts +0 -43
- package/dist/models/list-claim-positions-response-class.js +0 -15
- package/dist/models/update-claim-position-request-dto.d.ts +0 -73
- package/dist/models/update-claim-position-request-dto.js +0 -15
- package/dist/models/update-claim-position-response-class.d.ts +0 -25
- package/dist/models/update-claim-position-response-class.js +0 -15
- package/models/claim-position-class.ts +0 -127
- package/models/coverage-class.ts +0 -81
- package/models/coverage-request-dto.ts +0 -50
- package/models/create-claim-position-request-dto.ts +0 -79
- package/models/create-claim-position-response-class.ts +0 -31
- package/models/get-claim-position-response-class.ts +0 -31
- package/models/list-claim-positions-response-class.ts +0 -49
- package/models/update-claim-position-request-dto.ts +0 -79
- package/models/update-claim-position-response-class.ts +0 -31
package/api/health-check-api.ts
CHANGED
|
@@ -37,39 +37,6 @@ export const HealthCheckApiAxiosParamCreator = function (configuration?: Configu
|
|
|
37
37
|
* @throws {RequiredError}
|
|
38
38
|
*/
|
|
39
39
|
check: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
40
|
-
const localVarPath = `/claimservice/v1/health`;
|
|
41
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
42
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
43
|
-
let baseOptions;
|
|
44
|
-
let baseAccessToken;
|
|
45
|
-
if (configuration) {
|
|
46
|
-
baseOptions = configuration.baseOptions;
|
|
47
|
-
baseAccessToken = configuration.accessToken;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
51
|
-
const localVarHeaderParameter = {} as any;
|
|
52
|
-
const localVarQueryParameter = {} as any;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
57
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
58
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
59
|
-
|
|
60
|
-
return {
|
|
61
|
-
url: toPathString(localVarUrlObj),
|
|
62
|
-
options: localVarRequestOptions,
|
|
63
|
-
};
|
|
64
|
-
},
|
|
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.
|
|
67
|
-
* @summary Health Check
|
|
68
|
-
* @param {*} [options] Override http request option.
|
|
69
|
-
* @deprecated
|
|
70
|
-
* @throws {RequiredError}
|
|
71
|
-
*/
|
|
72
|
-
check1: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
73
40
|
const localVarPath = `/v1/claims/health`;
|
|
74
41
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
75
42
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -115,17 +82,6 @@ export const HealthCheckApiFp = function(configuration?: Configuration) {
|
|
|
115
82
|
const localVarAxiosArgs = await localVarAxiosParamCreator.check(options);
|
|
116
83
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
117
84
|
},
|
|
118
|
-
/**
|
|
119
|
-
* 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.
|
|
120
|
-
* @summary Health Check
|
|
121
|
-
* @param {*} [options] Override http request option.
|
|
122
|
-
* @deprecated
|
|
123
|
-
* @throws {RequiredError}
|
|
124
|
-
*/
|
|
125
|
-
async check1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
126
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.check1(options);
|
|
127
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
128
|
-
},
|
|
129
85
|
}
|
|
130
86
|
};
|
|
131
87
|
|
|
@@ -145,16 +101,6 @@ export const HealthCheckApiFactory = function (configuration?: Configuration, ba
|
|
|
145
101
|
check(options?: any): AxiosPromise<InlineResponse200> {
|
|
146
102
|
return localVarFp.check(options).then((request) => request(axios, basePath));
|
|
147
103
|
},
|
|
148
|
-
/**
|
|
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
150
|
-
* @summary Health Check
|
|
151
|
-
* @param {*} [options] Override http request option.
|
|
152
|
-
* @deprecated
|
|
153
|
-
* @throws {RequiredError}
|
|
154
|
-
*/
|
|
155
|
-
check1(options?: any): AxiosPromise<InlineResponse200> {
|
|
156
|
-
return localVarFp.check1(options).then((request) => request(axios, basePath));
|
|
157
|
-
},
|
|
158
104
|
};
|
|
159
105
|
};
|
|
160
106
|
|
|
@@ -175,16 +121,4 @@ export class HealthCheckApi extends BaseAPI {
|
|
|
175
121
|
public check(options?: AxiosRequestConfig) {
|
|
176
122
|
return HealthCheckApiFp(this.configuration).check(options).then((request) => request(this.axios, this.basePath));
|
|
177
123
|
}
|
|
178
|
-
|
|
179
|
-
/**
|
|
180
|
-
* 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.
|
|
181
|
-
* @summary Health Check
|
|
182
|
-
* @param {*} [options] Override http request option.
|
|
183
|
-
* @deprecated
|
|
184
|
-
* @throws {RequiredError}
|
|
185
|
-
* @memberof HealthCheckApi
|
|
186
|
-
*/
|
|
187
|
-
public check1(options?: AxiosRequestConfig) {
|
|
188
|
-
return HealthCheckApiFp(this.configuration).check1(options).then((request) => request(this.axios, this.basePath));
|
|
189
|
-
}
|
|
190
124
|
}
|