@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.
Files changed (72) hide show
  1. package/.openapi-generator/FILES +0 -10
  2. package/README.md +2 -2
  3. package/api/claim-partner-roles-api.ts +0 -627
  4. package/api/claim-partners-api.ts +0 -520
  5. package/api/claim-regulations-api.ts +5 -646
  6. package/api/claim-statuses-api.ts +6 -753
  7. package/api/claims-api.ts +6 -858
  8. package/api/health-check-api.ts +0 -66
  9. package/api/settlements-api.ts +0 -627
  10. package/api.ts +0 -2
  11. package/dist/api/claim-partner-roles-api.d.ts +0 -358
  12. package/dist/api/claim-partner-roles-api.js +0 -525
  13. package/dist/api/claim-partners-api.d.ts +0 -299
  14. package/dist/api/claim-partners-api.js +0 -428
  15. package/dist/api/claim-regulations-api.d.ts +0 -367
  16. package/dist/api/claim-regulations-api.js +0 -531
  17. package/dist/api/claim-statuses-api.d.ts +0 -426
  18. package/dist/api/claim-statuses-api.js +14 -642
  19. package/dist/api/claims-api.d.ts +0 -485
  20. package/dist/api/claims-api.js +1 -725
  21. package/dist/api/health-check-api.d.ts +0 -33
  22. package/dist/api/health-check-api.js +0 -73
  23. package/dist/api/settlements-api.d.ts +0 -358
  24. package/dist/api/settlements-api.js +0 -525
  25. package/dist/api.d.ts +0 -1
  26. package/dist/api.js +0 -1
  27. package/dist/models/claim-class.d.ts +0 -6
  28. package/dist/models/index.d.ts +0 -9
  29. package/dist/models/index.js +0 -9
  30. package/dist/models/list-claim-partner-roles-response-class.d.ts +0 -12
  31. package/dist/models/list-claim-partners-response-class.d.ts +0 -12
  32. package/dist/models/list-claim-statuses-response-class.d.ts +1 -13
  33. package/dist/models/list-claims-response-class.d.ts +0 -12
  34. package/dist/models/list-regulations-response-class.d.ts +0 -12
  35. package/models/claim-class.ts +0 -6
  36. package/models/index.ts +0 -9
  37. package/models/list-claim-partner-roles-response-class.ts +0 -12
  38. package/models/list-claim-partners-response-class.ts +0 -12
  39. package/models/list-claim-statuses-response-class.ts +1 -13
  40. package/models/list-claims-response-class.ts +0 -12
  41. package/models/list-regulations-response-class.ts +0 -12
  42. package/package.json +1 -1
  43. package/api/claim-positions-api.ts +0 -1336
  44. package/dist/api/claim-positions-api.d.ts +0 -760
  45. package/dist/api/claim-positions-api.js +0 -1177
  46. package/dist/models/claim-position-class.d.ts +0 -121
  47. package/dist/models/claim-position-class.js +0 -15
  48. package/dist/models/coverage-class.d.ts +0 -72
  49. package/dist/models/coverage-class.js +0 -21
  50. package/dist/models/coverage-request-dto.d.ts +0 -41
  51. package/dist/models/coverage-request-dto.js +0 -20
  52. package/dist/models/create-claim-position-request-dto.d.ts +0 -73
  53. package/dist/models/create-claim-position-request-dto.js +0 -15
  54. package/dist/models/create-claim-position-response-class.d.ts +0 -25
  55. package/dist/models/create-claim-position-response-class.js +0 -15
  56. package/dist/models/get-claim-position-response-class.d.ts +0 -25
  57. package/dist/models/get-claim-position-response-class.js +0 -15
  58. package/dist/models/list-claim-positions-response-class.d.ts +0 -43
  59. package/dist/models/list-claim-positions-response-class.js +0 -15
  60. package/dist/models/update-claim-position-request-dto.d.ts +0 -73
  61. package/dist/models/update-claim-position-request-dto.js +0 -15
  62. package/dist/models/update-claim-position-response-class.d.ts +0 -25
  63. package/dist/models/update-claim-position-response-class.js +0 -15
  64. package/models/claim-position-class.ts +0 -127
  65. package/models/coverage-class.ts +0 -81
  66. package/models/coverage-request-dto.ts +0 -50
  67. package/models/create-claim-position-request-dto.ts +0 -79
  68. package/models/create-claim-position-response-class.ts +0 -31
  69. package/models/get-claim-position-response-class.ts +0 -31
  70. package/models/list-claim-positions-response-class.ts +0 -49
  71. package/models/update-claim-position-request-dto.ts +0 -79
  72. package/models/update-claim-position-response-class.ts +0 -31
@@ -25,14 +25,6 @@ export declare const HealthCheckApiAxiosParamCreator: (configuration?: Configura
25
25
  * @throws {RequiredError}
26
26
  */
27
27
  check: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
28
- /**
29
- * 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.
30
- * @summary Health Check
31
- * @param {*} [options] Override http request option.
32
- * @deprecated
33
- * @throws {RequiredError}
34
- */
35
- check1: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
36
28
  };
37
29
  /**
38
30
  * HealthCheckApi - functional programming interface
@@ -46,14 +38,6 @@ export declare const HealthCheckApiFp: (configuration?: Configuration) => {
46
38
  * @throws {RequiredError}
47
39
  */
48
40
  check(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>;
49
- /**
50
- * 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.
51
- * @summary Health Check
52
- * @param {*} [options] Override http request option.
53
- * @deprecated
54
- * @throws {RequiredError}
55
- */
56
- check1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>;
57
41
  };
58
42
  /**
59
43
  * HealthCheckApi - factory interface
@@ -67,14 +51,6 @@ export declare const HealthCheckApiFactory: (configuration?: Configuration, base
67
51
  * @throws {RequiredError}
68
52
  */
69
53
  check(options?: any): AxiosPromise<InlineResponse200>;
70
- /**
71
- * 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.
72
- * @summary Health Check
73
- * @param {*} [options] Override http request option.
74
- * @deprecated
75
- * @throws {RequiredError}
76
- */
77
- check1(options?: any): AxiosPromise<InlineResponse200>;
78
54
  };
79
55
  /**
80
56
  * HealthCheckApi - object-oriented interface
@@ -91,13 +67,4 @@ export declare class HealthCheckApi extends BaseAPI {
91
67
  * @memberof HealthCheckApi
92
68
  */
93
69
  check(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>;
94
- /**
95
- * 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.
96
- * @summary Health Check
97
- * @param {*} [options] Override http request option.
98
- * @deprecated
99
- * @throws {RequiredError}
100
- * @memberof HealthCheckApi
101
- */
102
- check1(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>;
103
70
  }
@@ -99,37 +99,6 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
99
99
  * @throws {RequiredError}
100
100
  */
101
101
  check: function (options) {
102
- if (options === void 0) { options = {}; }
103
- return __awaiter(_this, void 0, void 0, function () {
104
- var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
105
- return __generator(this, function (_a) {
106
- localVarPath = "/claimservice/v1/health";
107
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
108
- if (configuration) {
109
- baseOptions = configuration.baseOptions;
110
- baseAccessToken = configuration.accessToken;
111
- }
112
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
113
- localVarHeaderParameter = {};
114
- localVarQueryParameter = {};
115
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
116
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
117
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
118
- return [2 /*return*/, {
119
- url: (0, common_1.toPathString)(localVarUrlObj),
120
- options: localVarRequestOptions,
121
- }];
122
- });
123
- });
124
- },
125
- /**
126
- * 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.
127
- * @summary Health Check
128
- * @param {*} [options] Override http request option.
129
- * @deprecated
130
- * @throws {RequiredError}
131
- */
132
- check1: function (options) {
133
102
  if (options === void 0) { options = {}; }
134
103
  return __awaiter(_this, void 0, void 0, function () {
135
104
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -182,26 +151,6 @@ var HealthCheckApiFp = function (configuration) {
182
151
  });
183
152
  });
184
153
  },
185
- /**
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. **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
187
- * @summary Health Check
188
- * @param {*} [options] Override http request option.
189
- * @deprecated
190
- * @throws {RequiredError}
191
- */
192
- check1: function (options) {
193
- return __awaiter(this, void 0, void 0, function () {
194
- var localVarAxiosArgs;
195
- return __generator(this, function (_a) {
196
- switch (_a.label) {
197
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.check1(options)];
198
- case 1:
199
- localVarAxiosArgs = _a.sent();
200
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
201
- }
202
- });
203
- });
204
- },
205
154
  };
206
155
  };
207
156
  exports.HealthCheckApiFp = HealthCheckApiFp;
@@ -221,16 +170,6 @@ var HealthCheckApiFactory = function (configuration, basePath, axios) {
221
170
  check: function (options) {
222
171
  return localVarFp.check(options).then(function (request) { return request(axios, basePath); });
223
172
  },
224
- /**
225
- * 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.
226
- * @summary Health Check
227
- * @param {*} [options] Override http request option.
228
- * @deprecated
229
- * @throws {RequiredError}
230
- */
231
- check1: function (options) {
232
- return localVarFp.check1(options).then(function (request) { return request(axios, basePath); });
233
- },
234
173
  };
235
174
  };
236
175
  exports.HealthCheckApiFactory = HealthCheckApiFactory;
@@ -256,18 +195,6 @@ var HealthCheckApi = /** @class */ (function (_super) {
256
195
  var _this = this;
257
196
  return (0, exports.HealthCheckApiFp)(this.configuration).check(options).then(function (request) { return request(_this.axios, _this.basePath); });
258
197
  };
259
- /**
260
- * 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.
261
- * @summary Health Check
262
- * @param {*} [options] Override http request option.
263
- * @deprecated
264
- * @throws {RequiredError}
265
- * @memberof HealthCheckApi
266
- */
267
- HealthCheckApi.prototype.check1 = function (options) {
268
- var _this = this;
269
- return (0, exports.HealthCheckApiFp)(this.configuration).check1(options).then(function (request) { return request(_this.axios, _this.basePath); });
270
- };
271
198
  return HealthCheckApi;
272
199
  }(base_1.BaseAPI));
273
200
  exports.HealthCheckApi = HealthCheckApi;