@emilgroup/claim-sdk 1.40.1-beta.7 → 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 +6 -613
  4. package/api/claim-partners-api.ts +0 -504
  5. package/api/claim-regulations-api.ts +3 -624
  6. package/api/claim-statuses-api.ts +5 -728
  7. package/api/claims-api.ts +4 -828
  8. package/api/health-check-api.ts +0 -62
  9. package/api/settlements-api.ts +6 -613
  10. package/api.ts +0 -2
  11. package/dist/api/claim-partner-roles-api.d.ts +0 -338
  12. package/dist/api/claim-partner-roles-api.js +0 -505
  13. package/dist/api/claim-partners-api.d.ts +0 -283
  14. package/dist/api/claim-partners-api.js +0 -412
  15. package/dist/api/claim-regulations-api.d.ts +0 -347
  16. package/dist/api/claim-regulations-api.js +0 -511
  17. package/dist/api/claim-statuses-api.d.ts +0 -402
  18. package/dist/api/claim-statuses-api.js +11 -615
  19. package/dist/api/claims-api.d.ts +0 -457
  20. package/dist/api/claims-api.js +30 -726
  21. package/dist/api/health-check-api.d.ts +0 -29
  22. package/dist/api/health-check-api.js +0 -69
  23. package/dist/api/settlements-api.d.ts +0 -338
  24. package/dist/api/settlements-api.js +0 -505
  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 -1316
  44. package/dist/api/claim-positions-api.d.ts +0 -740
  45. package/dist/api/claim-positions-api.js +0 -1157
  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,13 +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.
30
- * @summary Health Check
31
- * @param {*} [options] Override http request option.
32
- * @throws {RequiredError}
33
- */
34
- check1: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
28
  };
36
29
  /**
37
30
  * HealthCheckApi - functional programming interface
@@ -45,13 +38,6 @@ export declare const HealthCheckApiFp: (configuration?: Configuration) => {
45
38
  * @throws {RequiredError}
46
39
  */
47
40
  check(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>;
48
- /**
49
- * 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.
50
- * @summary Health Check
51
- * @param {*} [options] Override http request option.
52
- * @throws {RequiredError}
53
- */
54
- check1(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>>;
55
41
  };
56
42
  /**
57
43
  * HealthCheckApi - factory interface
@@ -65,13 +51,6 @@ export declare const HealthCheckApiFactory: (configuration?: Configuration, base
65
51
  * @throws {RequiredError}
66
52
  */
67
53
  check(options?: any): AxiosPromise<InlineResponse200>;
68
- /**
69
- * 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.
70
- * @summary Health Check
71
- * @param {*} [options] Override http request option.
72
- * @throws {RequiredError}
73
- */
74
- check1(options?: any): AxiosPromise<InlineResponse200>;
75
54
  };
76
55
  /**
77
56
  * HealthCheckApi - object-oriented interface
@@ -88,12 +67,4 @@ export declare class HealthCheckApi extends BaseAPI {
88
67
  * @memberof HealthCheckApi
89
68
  */
90
69
  check(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>;
91
- /**
92
- * 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.
93
- * @summary Health Check
94
- * @param {*} [options] Override http request option.
95
- * @throws {RequiredError}
96
- * @memberof HealthCheckApi
97
- */
98
- check1(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>;
99
70
  }
@@ -122,36 +122,6 @@ var HealthCheckApiAxiosParamCreator = function (configuration) {
122
122
  });
123
123
  });
124
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.
127
- * @summary Health Check
128
- * @param {*} [options] Override http request option.
129
- * @throws {RequiredError}
130
- */
131
- check1: function (options) {
132
- if (options === void 0) { options = {}; }
133
- return __awaiter(_this, void 0, void 0, function () {
134
- var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
135
- return __generator(this, function (_a) {
136
- localVarPath = "/claimservice/v1/health";
137
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
138
- if (configuration) {
139
- baseOptions = configuration.baseOptions;
140
- baseAccessToken = configuration.accessToken;
141
- }
142
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
143
- localVarHeaderParameter = {};
144
- localVarQueryParameter = {};
145
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
146
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
147
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
148
- return [2 /*return*/, {
149
- url: (0, common_1.toPathString)(localVarUrlObj),
150
- options: localVarRequestOptions,
151
- }];
152
- });
153
- });
154
- },
155
125
  };
156
126
  };
157
127
  exports.HealthCheckApiAxiosParamCreator = HealthCheckApiAxiosParamCreator;
@@ -181,25 +151,6 @@ var HealthCheckApiFp = function (configuration) {
181
151
  });
182
152
  });
183
153
  },
184
- /**
185
- * 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.
186
- * @summary Health Check
187
- * @param {*} [options] Override http request option.
188
- * @throws {RequiredError}
189
- */
190
- check1: function (options) {
191
- return __awaiter(this, void 0, void 0, function () {
192
- var localVarAxiosArgs;
193
- return __generator(this, function (_a) {
194
- switch (_a.label) {
195
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.check1(options)];
196
- case 1:
197
- localVarAxiosArgs = _a.sent();
198
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
199
- }
200
- });
201
- });
202
- },
203
154
  };
204
155
  };
205
156
  exports.HealthCheckApiFp = HealthCheckApiFp;
@@ -219,15 +170,6 @@ var HealthCheckApiFactory = function (configuration, basePath, axios) {
219
170
  check: function (options) {
220
171
  return localVarFp.check(options).then(function (request) { return request(axios, basePath); });
221
172
  },
222
- /**
223
- * 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.
224
- * @summary Health Check
225
- * @param {*} [options] Override http request option.
226
- * @throws {RequiredError}
227
- */
228
- check1: function (options) {
229
- return localVarFp.check1(options).then(function (request) { return request(axios, basePath); });
230
- },
231
173
  };
232
174
  };
233
175
  exports.HealthCheckApiFactory = HealthCheckApiFactory;
@@ -253,17 +195,6 @@ var HealthCheckApi = /** @class */ (function (_super) {
253
195
  var _this = this;
254
196
  return (0, exports.HealthCheckApiFp)(this.configuration).check(options).then(function (request) { return request(_this.axios, _this.basePath); });
255
197
  };
256
- /**
257
- * 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.
258
- * @summary Health Check
259
- * @param {*} [options] Override http request option.
260
- * @throws {RequiredError}
261
- * @memberof HealthCheckApi
262
- */
263
- HealthCheckApi.prototype.check1 = function (options) {
264
- var _this = this;
265
- return (0, exports.HealthCheckApiFp)(this.configuration).check1(options).then(function (request) { return request(_this.axios, _this.basePath); });
266
- };
267
198
  return HealthCheckApi;
268
199
  }(base_1.BaseAPI));
269
200
  exports.HealthCheckApi = HealthCheckApi;