@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
@@ -141,55 +141,6 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
141
141
  });
142
142
  });
143
143
  },
144
- /**
145
- * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
146
- * @summary Create the claim regulation item
147
- * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
148
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
149
- * @param {*} [options] Override http request option.
150
- * @throws {RequiredError}
151
- */
152
- createClaimRegulation1: function (createRegulationItemRequestDto, authorization, options) {
153
- if (options === void 0) { options = {}; }
154
- return __awaiter(_this, void 0, void 0, function () {
155
- var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
156
- return __generator(this, function (_a) {
157
- switch (_a.label) {
158
- case 0:
159
- // verify required parameter 'createRegulationItemRequestDto' is not null or undefined
160
- (0, common_1.assertParamExists)('createClaimRegulation1', 'createRegulationItemRequestDto', createRegulationItemRequestDto);
161
- localVarPath = "/claimservice/v1/regulations";
162
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
163
- if (configuration) {
164
- baseOptions = configuration.baseOptions;
165
- baseAccessToken = configuration.accessToken;
166
- }
167
- localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
168
- localVarHeaderParameter = {};
169
- localVarQueryParameter = {};
170
- // authentication bearer required
171
- // http bearer authentication required
172
- return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
173
- case 1:
174
- // authentication bearer required
175
- // http bearer authentication required
176
- _a.sent();
177
- if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
178
- localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
179
- }
180
- localVarHeaderParameter['Content-Type'] = 'application/json';
181
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
182
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
183
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
184
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createRegulationItemRequestDto, localVarRequestOptions, configuration);
185
- return [2 /*return*/, {
186
- url: (0, common_1.toPathString)(localVarUrlObj),
187
- options: localVarRequestOptions,
188
- }];
189
- }
190
- });
191
- });
192
- },
193
144
  /**
194
145
  * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
195
146
  * @summary Delete the claim regulation item
@@ -238,54 +189,6 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
238
189
  });
239
190
  });
240
191
  },
241
- /**
242
- * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
243
- * @summary Delete the claim regulation item
244
- * @param {string} code Unique identifier for the object.
245
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
246
- * @param {*} [options] Override http request option.
247
- * @throws {RequiredError}
248
- */
249
- deleteClaimRegulations1: function (code, authorization, options) {
250
- if (options === void 0) { options = {}; }
251
- return __awaiter(_this, void 0, void 0, function () {
252
- var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
253
- return __generator(this, function (_a) {
254
- switch (_a.label) {
255
- case 0:
256
- // verify required parameter 'code' is not null or undefined
257
- (0, common_1.assertParamExists)('deleteClaimRegulations1', 'code', code);
258
- localVarPath = "/claimservice/v1/regulations/{code}"
259
- .replace("{".concat("code", "}"), encodeURIComponent(String(code)));
260
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
261
- if (configuration) {
262
- baseOptions = configuration.baseOptions;
263
- baseAccessToken = configuration.accessToken;
264
- }
265
- localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
266
- localVarHeaderParameter = {};
267
- localVarQueryParameter = {};
268
- // authentication bearer required
269
- // http bearer authentication required
270
- return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
271
- case 1:
272
- // authentication bearer required
273
- // http bearer authentication required
274
- _a.sent();
275
- if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
276
- localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
277
- }
278
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
279
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
280
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
281
- return [2 /*return*/, {
282
- url: (0, common_1.toPathString)(localVarUrlObj),
283
- options: localVarRequestOptions,
284
- }];
285
- }
286
- });
287
- });
288
- },
289
192
  /**
290
193
  * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
291
194
  * @summary Retrieve the claim regulation item
@@ -338,58 +241,6 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
338
241
  });
339
242
  });
340
243
  },
341
- /**
342
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
343
- * @summary Retrieve the claim regulation item
344
- * @param {string} code
345
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
346
- * @param {'claim'} [expand]
347
- * @param {*} [options] Override http request option.
348
- * @throws {RequiredError}
349
- */
350
- getClaimRegulation1: function (code, authorization, expand, options) {
351
- if (options === void 0) { options = {}; }
352
- return __awaiter(_this, void 0, void 0, function () {
353
- var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
354
- return __generator(this, function (_a) {
355
- switch (_a.label) {
356
- case 0:
357
- // verify required parameter 'code' is not null or undefined
358
- (0, common_1.assertParamExists)('getClaimRegulation1', 'code', code);
359
- localVarPath = "/claimservice/v1/regulations/{code}"
360
- .replace("{".concat("code", "}"), encodeURIComponent(String(code)));
361
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
362
- if (configuration) {
363
- baseOptions = configuration.baseOptions;
364
- baseAccessToken = configuration.accessToken;
365
- }
366
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
367
- localVarHeaderParameter = {};
368
- localVarQueryParameter = {};
369
- // authentication bearer required
370
- // http bearer authentication required
371
- return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
372
- case 1:
373
- // authentication bearer required
374
- // http bearer authentication required
375
- _a.sent();
376
- if (expand !== undefined) {
377
- localVarQueryParameter['expand'] = expand;
378
- }
379
- if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
380
- localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
381
- }
382
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
383
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
384
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
385
- return [2 /*return*/, {
386
- url: (0, common_1.toPathString)(localVarUrlObj),
387
- options: localVarRequestOptions,
388
- }];
389
- }
390
- });
391
- });
392
- },
393
244
  /**
394
245
  * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
395
246
  * @summary List claim regulation items
@@ -462,78 +313,6 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
462
313
  });
463
314
  });
464
315
  },
465
- /**
466
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
467
- * @summary List claim regulation items
468
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
469
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
470
- * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
471
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
472
- * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, claimCode, currency</i>
473
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: amount, bookingDate, createdAt, updatedAt</i>
474
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: claim<i>
475
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
476
- * @param {*} [options] Override http request option.
477
- * @throws {RequiredError}
478
- */
479
- listClaimRegulations1: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
480
- if (options === void 0) { options = {}; }
481
- return __awaiter(_this, void 0, void 0, function () {
482
- var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
483
- return __generator(this, function (_a) {
484
- switch (_a.label) {
485
- case 0:
486
- localVarPath = "/claimservice/v1/regulations";
487
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
488
- if (configuration) {
489
- baseOptions = configuration.baseOptions;
490
- baseAccessToken = configuration.accessToken;
491
- }
492
- localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
493
- localVarHeaderParameter = {};
494
- localVarQueryParameter = {};
495
- // authentication bearer required
496
- // http bearer authentication required
497
- return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
498
- case 1:
499
- // authentication bearer required
500
- // http bearer authentication required
501
- _a.sent();
502
- if (pageSize !== undefined) {
503
- localVarQueryParameter['pageSize'] = pageSize;
504
- }
505
- if (pageToken !== undefined) {
506
- localVarQueryParameter['pageToken'] = pageToken;
507
- }
508
- if (filter !== undefined) {
509
- localVarQueryParameter['filter'] = filter;
510
- }
511
- if (search !== undefined) {
512
- localVarQueryParameter['search'] = search;
513
- }
514
- if (order !== undefined) {
515
- localVarQueryParameter['order'] = order;
516
- }
517
- if (expand !== undefined) {
518
- localVarQueryParameter['expand'] = expand;
519
- }
520
- if (filters !== undefined) {
521
- localVarQueryParameter['filters'] = filters;
522
- }
523
- if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
524
- localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
525
- }
526
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
527
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
528
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
529
- return [2 /*return*/, {
530
- url: (0, common_1.toPathString)(localVarUrlObj),
531
- options: localVarRequestOptions,
532
- }];
533
- }
534
- });
535
- });
536
- },
537
316
  /**
538
317
  * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
539
318
  * @summary Update the claim regulation item
@@ -587,59 +366,6 @@ var ClaimRegulationsApiAxiosParamCreator = function (configuration) {
587
366
  });
588
367
  });
589
368
  },
590
- /**
591
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
592
- * @summary Update the claim regulation item
593
- * @param {string} code Unique identifier for the object.
594
- * @param {UpdateRegulationItemRequestDto} updateRegulationItemRequestDto
595
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
596
- * @param {*} [options] Override http request option.
597
- * @throws {RequiredError}
598
- */
599
- updateClaimRegulation1: function (code, updateRegulationItemRequestDto, authorization, options) {
600
- if (options === void 0) { options = {}; }
601
- return __awaiter(_this, void 0, void 0, function () {
602
- var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
603
- return __generator(this, function (_a) {
604
- switch (_a.label) {
605
- case 0:
606
- // verify required parameter 'code' is not null or undefined
607
- (0, common_1.assertParamExists)('updateClaimRegulation1', 'code', code);
608
- // verify required parameter 'updateRegulationItemRequestDto' is not null or undefined
609
- (0, common_1.assertParamExists)('updateClaimRegulation1', 'updateRegulationItemRequestDto', updateRegulationItemRequestDto);
610
- localVarPath = "/claimservice/v1/regulations/{code}"
611
- .replace("{".concat("code", "}"), encodeURIComponent(String(code)));
612
- localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
613
- if (configuration) {
614
- baseOptions = configuration.baseOptions;
615
- baseAccessToken = configuration.accessToken;
616
- }
617
- localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
618
- localVarHeaderParameter = {};
619
- localVarQueryParameter = {};
620
- // authentication bearer required
621
- // http bearer authentication required
622
- return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
623
- case 1:
624
- // authentication bearer required
625
- // http bearer authentication required
626
- _a.sent();
627
- if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
628
- localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
629
- }
630
- localVarHeaderParameter['Content-Type'] = 'application/json';
631
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
632
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
633
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
634
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateRegulationItemRequestDto, localVarRequestOptions, configuration);
635
- return [2 /*return*/, {
636
- url: (0, common_1.toPathString)(localVarUrlObj),
637
- options: localVarRequestOptions,
638
- }];
639
- }
640
- });
641
- });
642
- },
643
369
  };
644
370
  };
645
371
  exports.ClaimRegulationsApiAxiosParamCreator = ClaimRegulationsApiAxiosParamCreator;
@@ -671,27 +397,6 @@ var ClaimRegulationsApiFp = function (configuration) {
671
397
  });
672
398
  });
673
399
  },
674
- /**
675
- * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
676
- * @summary Create the claim regulation item
677
- * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
678
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
679
- * @param {*} [options] Override http request option.
680
- * @throws {RequiredError}
681
- */
682
- createClaimRegulation1: function (createRegulationItemRequestDto, authorization, options) {
683
- return __awaiter(this, void 0, void 0, function () {
684
- var localVarAxiosArgs;
685
- return __generator(this, function (_a) {
686
- switch (_a.label) {
687
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createClaimRegulation1(createRegulationItemRequestDto, authorization, options)];
688
- case 1:
689
- localVarAxiosArgs = _a.sent();
690
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
691
- }
692
- });
693
- });
694
- },
695
400
  /**
696
401
  * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
697
402
  * @summary Delete the claim regulation item
@@ -713,27 +418,6 @@ var ClaimRegulationsApiFp = function (configuration) {
713
418
  });
714
419
  });
715
420
  },
716
- /**
717
- * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
718
- * @summary Delete the claim regulation item
719
- * @param {string} code Unique identifier for the object.
720
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
721
- * @param {*} [options] Override http request option.
722
- * @throws {RequiredError}
723
- */
724
- deleteClaimRegulations1: function (code, authorization, options) {
725
- return __awaiter(this, void 0, void 0, function () {
726
- var localVarAxiosArgs;
727
- return __generator(this, function (_a) {
728
- switch (_a.label) {
729
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteClaimRegulations1(code, authorization, options)];
730
- case 1:
731
- localVarAxiosArgs = _a.sent();
732
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
733
- }
734
- });
735
- });
736
- },
737
421
  /**
738
422
  * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
739
423
  * @summary Retrieve the claim regulation item
@@ -756,28 +440,6 @@ var ClaimRegulationsApiFp = function (configuration) {
756
440
  });
757
441
  });
758
442
  },
759
- /**
760
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
761
- * @summary Retrieve the claim regulation item
762
- * @param {string} code
763
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
764
- * @param {'claim'} [expand]
765
- * @param {*} [options] Override http request option.
766
- * @throws {RequiredError}
767
- */
768
- getClaimRegulation1: function (code, authorization, expand, options) {
769
- return __awaiter(this, void 0, void 0, function () {
770
- var localVarAxiosArgs;
771
- return __generator(this, function (_a) {
772
- switch (_a.label) {
773
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getClaimRegulation1(code, authorization, expand, options)];
774
- case 1:
775
- localVarAxiosArgs = _a.sent();
776
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
777
- }
778
- });
779
- });
780
- },
781
443
  /**
782
444
  * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
783
445
  * @summary List claim regulation items
@@ -805,33 +467,6 @@ var ClaimRegulationsApiFp = function (configuration) {
805
467
  });
806
468
  });
807
469
  },
808
- /**
809
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
810
- * @summary List claim regulation items
811
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
812
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
813
- * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
814
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
815
- * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, claimCode, currency</i>
816
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: amount, bookingDate, createdAt, updatedAt</i>
817
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: claim<i>
818
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
819
- * @param {*} [options] Override http request option.
820
- * @throws {RequiredError}
821
- */
822
- listClaimRegulations1: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
823
- return __awaiter(this, void 0, void 0, function () {
824
- var localVarAxiosArgs;
825
- return __generator(this, function (_a) {
826
- switch (_a.label) {
827
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listClaimRegulations1(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
828
- case 1:
829
- localVarAxiosArgs = _a.sent();
830
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
831
- }
832
- });
833
- });
834
- },
835
470
  /**
836
471
  * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
837
472
  * @summary Update the claim regulation item
@@ -854,28 +489,6 @@ var ClaimRegulationsApiFp = function (configuration) {
854
489
  });
855
490
  });
856
491
  },
857
- /**
858
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
859
- * @summary Update the claim regulation item
860
- * @param {string} code Unique identifier for the object.
861
- * @param {UpdateRegulationItemRequestDto} updateRegulationItemRequestDto
862
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
863
- * @param {*} [options] Override http request option.
864
- * @throws {RequiredError}
865
- */
866
- updateClaimRegulation1: function (code, updateRegulationItemRequestDto, authorization, options) {
867
- return __awaiter(this, void 0, void 0, function () {
868
- var localVarAxiosArgs;
869
- return __generator(this, function (_a) {
870
- switch (_a.label) {
871
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateClaimRegulation1(code, updateRegulationItemRequestDto, authorization, options)];
872
- case 1:
873
- localVarAxiosArgs = _a.sent();
874
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
875
- }
876
- });
877
- });
878
- },
879
492
  };
880
493
  };
881
494
  exports.ClaimRegulationsApiFp = ClaimRegulationsApiFp;
@@ -897,17 +510,6 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
897
510
  createClaimRegulation: function (createRegulationItemRequestDto, authorization, options) {
898
511
  return localVarFp.createClaimRegulation(createRegulationItemRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
899
512
  },
900
- /**
901
- * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
902
- * @summary Create the claim regulation item
903
- * @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
904
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
905
- * @param {*} [options] Override http request option.
906
- * @throws {RequiredError}
907
- */
908
- createClaimRegulation1: function (createRegulationItemRequestDto, authorization, options) {
909
- return localVarFp.createClaimRegulation1(createRegulationItemRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
910
- },
911
513
  /**
912
514
  * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
913
515
  * @summary Delete the claim regulation item
@@ -919,17 +521,6 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
919
521
  deleteClaimRegulations: function (code, authorization, options) {
920
522
  return localVarFp.deleteClaimRegulations(code, authorization, options).then(function (request) { return request(axios, basePath); });
921
523
  },
922
- /**
923
- * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
924
- * @summary Delete the claim regulation item
925
- * @param {string} code Unique identifier for the object.
926
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
927
- * @param {*} [options] Override http request option.
928
- * @throws {RequiredError}
929
- */
930
- deleteClaimRegulations1: function (code, authorization, options) {
931
- return localVarFp.deleteClaimRegulations1(code, authorization, options).then(function (request) { return request(axios, basePath); });
932
- },
933
524
  /**
934
525
  * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
935
526
  * @summary Retrieve the claim regulation item
@@ -942,18 +533,6 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
942
533
  getClaimRegulation: function (code, authorization, expand, options) {
943
534
  return localVarFp.getClaimRegulation(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
944
535
  },
945
- /**
946
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
947
- * @summary Retrieve the claim regulation item
948
- * @param {string} code
949
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
950
- * @param {'claim'} [expand]
951
- * @param {*} [options] Override http request option.
952
- * @throws {RequiredError}
953
- */
954
- getClaimRegulation1: function (code, authorization, expand, options) {
955
- return localVarFp.getClaimRegulation1(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
956
- },
957
536
  /**
958
537
  * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
959
538
  * @summary List claim regulation items
@@ -971,23 +550,6 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
971
550
  listClaimRegulations: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
972
551
  return localVarFp.listClaimRegulations(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
973
552
  },
974
- /**
975
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
976
- * @summary List claim regulation items
977
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
978
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
979
- * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
980
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
981
- * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, claimCode, currency</i>
982
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: amount, bookingDate, createdAt, updatedAt</i>
983
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: claim<i>
984
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
985
- * @param {*} [options] Override http request option.
986
- * @throws {RequiredError}
987
- */
988
- listClaimRegulations1: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
989
- return localVarFp.listClaimRegulations1(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
990
- },
991
553
  /**
992
554
  * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
993
555
  * @summary Update the claim regulation item
@@ -1000,18 +562,6 @@ var ClaimRegulationsApiFactory = function (configuration, basePath, axios) {
1000
562
  updateClaimRegulation: function (code, updateRegulationItemRequestDto, authorization, options) {
1001
563
  return localVarFp.updateClaimRegulation(code, updateRegulationItemRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
1002
564
  },
1003
- /**
1004
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
1005
- * @summary Update the claim regulation item
1006
- * @param {string} code Unique identifier for the object.
1007
- * @param {UpdateRegulationItemRequestDto} updateRegulationItemRequestDto
1008
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
1009
- * @param {*} [options] Override http request option.
1010
- * @throws {RequiredError}
1011
- */
1012
- updateClaimRegulation1: function (code, updateRegulationItemRequestDto, authorization, options) {
1013
- return localVarFp.updateClaimRegulation1(code, updateRegulationItemRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
1014
- },
1015
565
  };
1016
566
  };
1017
567
  exports.ClaimRegulationsApiFactory = ClaimRegulationsApiFactory;
@@ -1038,18 +588,6 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
1038
588
  var _this = this;
1039
589
  return (0, exports.ClaimRegulationsApiFp)(this.configuration).createClaimRegulation(requestParameters.createRegulationItemRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
1040
590
  };
1041
- /**
1042
- * This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\"
1043
- * @summary Create the claim regulation item
1044
- * @param {ClaimRegulationsApiCreateClaimRegulation1Request} requestParameters Request parameters.
1045
- * @param {*} [options] Override http request option.
1046
- * @throws {RequiredError}
1047
- * @memberof ClaimRegulationsApi
1048
- */
1049
- ClaimRegulationsApi.prototype.createClaimRegulation1 = function (requestParameters, options) {
1050
- var _this = this;
1051
- return (0, exports.ClaimRegulationsApiFp)(this.configuration).createClaimRegulation1(requestParameters.createRegulationItemRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
1052
- };
1053
591
  /**
1054
592
  * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
1055
593
  * @summary Delete the claim regulation item
@@ -1062,18 +600,6 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
1062
600
  var _this = this;
1063
601
  return (0, exports.ClaimRegulationsApiFp)(this.configuration).deleteClaimRegulations(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
1064
602
  };
1065
- /**
1066
- * This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
1067
- * @summary Delete the claim regulation item
1068
- * @param {ClaimRegulationsApiDeleteClaimRegulations1Request} requestParameters Request parameters.
1069
- * @param {*} [options] Override http request option.
1070
- * @throws {RequiredError}
1071
- * @memberof ClaimRegulationsApi
1072
- */
1073
- ClaimRegulationsApi.prototype.deleteClaimRegulations1 = function (requestParameters, options) {
1074
- var _this = this;
1075
- return (0, exports.ClaimRegulationsApiFp)(this.configuration).deleteClaimRegulations1(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
1076
- };
1077
603
  /**
1078
604
  * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
1079
605
  * @summary Retrieve the claim regulation item
@@ -1086,18 +612,6 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
1086
612
  var _this = this;
1087
613
  return (0, exports.ClaimRegulationsApiFp)(this.configuration).getClaimRegulation(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1088
614
  };
1089
- /**
1090
- * Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
1091
- * @summary Retrieve the claim regulation item
1092
- * @param {ClaimRegulationsApiGetClaimRegulation1Request} requestParameters Request parameters.
1093
- * @param {*} [options] Override http request option.
1094
- * @throws {RequiredError}
1095
- * @memberof ClaimRegulationsApi
1096
- */
1097
- ClaimRegulationsApi.prototype.getClaimRegulation1 = function (requestParameters, options) {
1098
- var _this = this;
1099
- return (0, exports.ClaimRegulationsApiFp)(this.configuration).getClaimRegulation1(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1100
- };
1101
615
  /**
1102
616
  * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
1103
617
  * @summary List claim regulation items
@@ -1111,19 +625,6 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
1111
625
  if (requestParameters === void 0) { requestParameters = {}; }
1112
626
  return (0, exports.ClaimRegulationsApiFp)(this.configuration).listClaimRegulations(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
1113
627
  };
1114
- /**
1115
- * Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
1116
- * @summary List claim regulation items
1117
- * @param {ClaimRegulationsApiListClaimRegulations1Request} requestParameters Request parameters.
1118
- * @param {*} [options] Override http request option.
1119
- * @throws {RequiredError}
1120
- * @memberof ClaimRegulationsApi
1121
- */
1122
- ClaimRegulationsApi.prototype.listClaimRegulations1 = function (requestParameters, options) {
1123
- var _this = this;
1124
- if (requestParameters === void 0) { requestParameters = {}; }
1125
- return (0, exports.ClaimRegulationsApiFp)(this.configuration).listClaimRegulations1(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
1126
- };
1127
628
  /**
1128
629
  * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
1129
630
  * @summary Update the claim regulation item
@@ -1136,18 +637,6 @@ var ClaimRegulationsApi = /** @class */ (function (_super) {
1136
637
  var _this = this;
1137
638
  return (0, exports.ClaimRegulationsApiFp)(this.configuration).updateClaimRegulation(requestParameters.code, requestParameters.updateRegulationItemRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
1138
639
  };
1139
- /**
1140
- * Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
1141
- * @summary Update the claim regulation item
1142
- * @param {ClaimRegulationsApiUpdateClaimRegulation1Request} requestParameters Request parameters.
1143
- * @param {*} [options] Override http request option.
1144
- * @throws {RequiredError}
1145
- * @memberof ClaimRegulationsApi
1146
- */
1147
- ClaimRegulationsApi.prototype.updateClaimRegulation1 = function (requestParameters, options) {
1148
- var _this = this;
1149
- return (0, exports.ClaimRegulationsApiFp)(this.configuration).updateClaimRegulation1(requestParameters.code, requestParameters.updateRegulationItemRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
1150
- };
1151
640
  return ClaimRegulationsApi;
1152
641
  }(base_1.BaseAPI));
1153
642
  exports.ClaimRegulationsApi = ClaimRegulationsApi;