@emilgroup/claim-sdk-node 1.41.1-beta.0 → 1.41.1-beta.2
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/README.md +2 -2
- package/api/claim-limit-usages-api.ts +53 -45
- package/api/claim-partner-roles-api.ts +127 -107
- package/api/claim-partners-api.ts +103 -87
- package/api/claim-positions-api.ts +181 -153
- package/api/claim-regulations-api.ts +128 -108
- package/api/claim-statuses-api.ts +153 -129
- package/api/claims-api.ts +177 -149
- package/api/health-check-api.ts +46 -38
- package/api/settlements-api.ts +127 -107
- package/dist/api/claim-limit-usages-api.d.ts +42 -34
- package/dist/api/claim-limit-usages-api.js +37 -29
- package/dist/api/claim-partner-roles-api.d.ts +97 -77
- package/dist/api/claim-partner-roles-api.js +95 -75
- package/dist/api/claim-partners-api.d.ts +79 -63
- package/dist/api/claim-partners-api.js +76 -60
- package/dist/api/claim-positions-api.d.ts +136 -108
- package/dist/api/claim-positions-api.js +136 -108
- package/dist/api/claim-regulations-api.d.ts +98 -78
- package/dist/api/claim-regulations-api.js +95 -75
- package/dist/api/claim-statuses-api.d.ts +116 -92
- package/dist/api/claim-statuses-api.js +115 -91
- package/dist/api/claims-api.d.ts +134 -106
- package/dist/api/claims-api.js +134 -106
- package/dist/api/health-check-api.d.ts +32 -24
- package/dist/api/health-check-api.js +46 -38
- package/dist/api/settlements-api.d.ts +97 -77
- package/dist/api/settlements-api.js +95 -75
- package/package.json +1 -1
|
@@ -104,7 +104,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
104
104
|
* @param {*} [options] Override http request option.
|
|
105
105
|
* @throws {RequiredError}
|
|
106
106
|
*/
|
|
107
|
-
|
|
107
|
+
createClaimPartnerRole: function (createClaimPartnerRoleRequestDto, authorization, options) {
|
|
108
108
|
if (options === void 0) { options = {}; }
|
|
109
109
|
return __awaiter(_this, void 0, void 0, function () {
|
|
110
110
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -112,8 +112,8 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
112
112
|
switch (_a.label) {
|
|
113
113
|
case 0:
|
|
114
114
|
// verify required parameter 'createClaimPartnerRoleRequestDto' is not null or undefined
|
|
115
|
-
(0, common_1.assertParamExists)('
|
|
116
|
-
localVarPath = "/v1/claim-partner-roles";
|
|
115
|
+
(0, common_1.assertParamExists)('createClaimPartnerRole', 'createClaimPartnerRoleRequestDto', createClaimPartnerRoleRequestDto);
|
|
116
|
+
localVarPath = "/claimservice/v1/claim-partner-roles";
|
|
117
117
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
118
118
|
if (configuration) {
|
|
119
119
|
baseOptions = configuration.baseOptions;
|
|
@@ -146,11 +146,12 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
146
146
|
});
|
|
147
147
|
},
|
|
148
148
|
/**
|
|
149
|
-
* This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\"
|
|
149
|
+
* This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
150
150
|
* @summary Create the claim partner role
|
|
151
151
|
* @param {CreateClaimPartnerRoleRequestDto} createClaimPartnerRoleRequestDto
|
|
152
152
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
153
153
|
* @param {*} [options] Override http request option.
|
|
154
|
+
* @deprecated
|
|
154
155
|
* @throws {RequiredError}
|
|
155
156
|
*/
|
|
156
157
|
createClaimPartnerRole1: function (createClaimPartnerRoleRequestDto, authorization, options) {
|
|
@@ -162,7 +163,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
162
163
|
case 0:
|
|
163
164
|
// verify required parameter 'createClaimPartnerRoleRequestDto' is not null or undefined
|
|
164
165
|
(0, common_1.assertParamExists)('createClaimPartnerRole1', 'createClaimPartnerRoleRequestDto', createClaimPartnerRoleRequestDto);
|
|
165
|
-
localVarPath = "/
|
|
166
|
+
localVarPath = "/v1/claim-partner-roles";
|
|
166
167
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
167
168
|
if (configuration) {
|
|
168
169
|
baseOptions = configuration.baseOptions;
|
|
@@ -202,7 +203,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
202
203
|
* @param {*} [options] Override http request option.
|
|
203
204
|
* @throws {RequiredError}
|
|
204
205
|
*/
|
|
205
|
-
|
|
206
|
+
deleteClaimPartnerRole: function (code, authorization, options) {
|
|
206
207
|
if (options === void 0) { options = {}; }
|
|
207
208
|
return __awaiter(_this, void 0, void 0, function () {
|
|
208
209
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -210,8 +211,8 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
210
211
|
switch (_a.label) {
|
|
211
212
|
case 0:
|
|
212
213
|
// verify required parameter 'code' is not null or undefined
|
|
213
|
-
(0, common_1.assertParamExists)('
|
|
214
|
-
localVarPath = "/v1/claim-partner-roles/{code}"
|
|
214
|
+
(0, common_1.assertParamExists)('deleteClaimPartnerRole', 'code', code);
|
|
215
|
+
localVarPath = "/claimservice/v1/claim-partner-roles/{code}"
|
|
215
216
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
216
217
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
217
218
|
if (configuration) {
|
|
@@ -243,11 +244,12 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
243
244
|
});
|
|
244
245
|
},
|
|
245
246
|
/**
|
|
246
|
-
* Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
|
|
247
|
+
* Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
247
248
|
* @summary Delete the claim partner role
|
|
248
249
|
* @param {string} code Unique identifier for the object.
|
|
249
250
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
250
251
|
* @param {*} [options] Override http request option.
|
|
252
|
+
* @deprecated
|
|
251
253
|
* @throws {RequiredError}
|
|
252
254
|
*/
|
|
253
255
|
deleteClaimPartnerRole1: function (code, authorization, options) {
|
|
@@ -259,7 +261,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
259
261
|
case 0:
|
|
260
262
|
// verify required parameter 'code' is not null or undefined
|
|
261
263
|
(0, common_1.assertParamExists)('deleteClaimPartnerRole1', 'code', code);
|
|
262
|
-
localVarPath = "/
|
|
264
|
+
localVarPath = "/v1/claim-partner-roles/{code}"
|
|
263
265
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
264
266
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
265
267
|
if (configuration) {
|
|
@@ -298,7 +300,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
298
300
|
* @param {*} [options] Override http request option.
|
|
299
301
|
* @throws {RequiredError}
|
|
300
302
|
*/
|
|
301
|
-
|
|
303
|
+
getClaimPartnerRole: function (code, authorization, options) {
|
|
302
304
|
if (options === void 0) { options = {}; }
|
|
303
305
|
return __awaiter(_this, void 0, void 0, function () {
|
|
304
306
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -306,8 +308,8 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
306
308
|
switch (_a.label) {
|
|
307
309
|
case 0:
|
|
308
310
|
// verify required parameter 'code' is not null or undefined
|
|
309
|
-
(0, common_1.assertParamExists)('
|
|
310
|
-
localVarPath = "/v1/claim-partner-roles/{code}"
|
|
311
|
+
(0, common_1.assertParamExists)('getClaimPartnerRole', 'code', code);
|
|
312
|
+
localVarPath = "/claimservice/v1/claim-partner-roles/{code}"
|
|
311
313
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
312
314
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
313
315
|
if (configuration) {
|
|
@@ -339,11 +341,12 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
339
341
|
});
|
|
340
342
|
},
|
|
341
343
|
/**
|
|
342
|
-
* Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
344
|
+
* Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
343
345
|
* @summary Retrieve the claim partner role
|
|
344
346
|
* @param {string} code Unique identifier for the object.
|
|
345
347
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
346
348
|
* @param {*} [options] Override http request option.
|
|
349
|
+
* @deprecated
|
|
347
350
|
* @throws {RequiredError}
|
|
348
351
|
*/
|
|
349
352
|
getClaimPartnerRole1: function (code, authorization, options) {
|
|
@@ -355,7 +358,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
355
358
|
case 0:
|
|
356
359
|
// verify required parameter 'code' is not null or undefined
|
|
357
360
|
(0, common_1.assertParamExists)('getClaimPartnerRole1', 'code', code);
|
|
358
|
-
localVarPath = "/
|
|
361
|
+
localVarPath = "/v1/claim-partner-roles/{code}"
|
|
359
362
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
360
363
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
361
364
|
if (configuration) {
|
|
@@ -400,14 +403,14 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
400
403
|
* @param {*} [options] Override http request option.
|
|
401
404
|
* @throws {RequiredError}
|
|
402
405
|
*/
|
|
403
|
-
|
|
406
|
+
listClaimPartnerRole: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
404
407
|
if (options === void 0) { options = {}; }
|
|
405
408
|
return __awaiter(_this, void 0, void 0, function () {
|
|
406
409
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
407
410
|
return __generator(this, function (_a) {
|
|
408
411
|
switch (_a.label) {
|
|
409
412
|
case 0:
|
|
410
|
-
localVarPath = "/v1/claim-partner-roles";
|
|
413
|
+
localVarPath = "/claimservice/v1/claim-partner-roles";
|
|
411
414
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
412
415
|
if (configuration) {
|
|
413
416
|
baseOptions = configuration.baseOptions;
|
|
@@ -459,7 +462,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
459
462
|
});
|
|
460
463
|
},
|
|
461
464
|
/**
|
|
462
|
-
* Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
465
|
+
* Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
463
466
|
* @summary List claim partner roles
|
|
464
467
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
465
468
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -470,6 +473,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
470
473
|
* @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/>
|
|
471
474
|
* @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: name, productSlug</i>
|
|
472
475
|
* @param {*} [options] Override http request option.
|
|
476
|
+
* @deprecated
|
|
473
477
|
* @throws {RequiredError}
|
|
474
478
|
*/
|
|
475
479
|
listClaimPartnerRole1: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
@@ -479,7 +483,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
479
483
|
return __generator(this, function (_a) {
|
|
480
484
|
switch (_a.label) {
|
|
481
485
|
case 0:
|
|
482
|
-
localVarPath = "/
|
|
486
|
+
localVarPath = "/v1/claim-partner-roles";
|
|
483
487
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
484
488
|
if (configuration) {
|
|
485
489
|
baseOptions = configuration.baseOptions;
|
|
@@ -539,7 +543,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
539
543
|
* @param {*} [options] Override http request option.
|
|
540
544
|
* @throws {RequiredError}
|
|
541
545
|
*/
|
|
542
|
-
|
|
546
|
+
updateClaimPartnerRole: function (code, updateClaimPartnerRoleRequestDto, authorization, options) {
|
|
543
547
|
if (options === void 0) { options = {}; }
|
|
544
548
|
return __awaiter(_this, void 0, void 0, function () {
|
|
545
549
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -547,10 +551,10 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
547
551
|
switch (_a.label) {
|
|
548
552
|
case 0:
|
|
549
553
|
// verify required parameter 'code' is not null or undefined
|
|
550
|
-
(0, common_1.assertParamExists)('
|
|
554
|
+
(0, common_1.assertParamExists)('updateClaimPartnerRole', 'code', code);
|
|
551
555
|
// verify required parameter 'updateClaimPartnerRoleRequestDto' is not null or undefined
|
|
552
|
-
(0, common_1.assertParamExists)('
|
|
553
|
-
localVarPath = "/v1/claim-partner-roles/{code}"
|
|
556
|
+
(0, common_1.assertParamExists)('updateClaimPartnerRole', 'updateClaimPartnerRoleRequestDto', updateClaimPartnerRoleRequestDto);
|
|
557
|
+
localVarPath = "/claimservice/v1/claim-partner-roles/{code}"
|
|
554
558
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
555
559
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
556
560
|
if (configuration) {
|
|
@@ -584,12 +588,13 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
584
588
|
});
|
|
585
589
|
},
|
|
586
590
|
/**
|
|
587
|
-
* Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
|
|
591
|
+
* Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
588
592
|
* @summary Update the claim partner role
|
|
589
593
|
* @param {string} code Unique identifier for the object.
|
|
590
594
|
* @param {UpdateClaimPartnerRoleRequestDto} updateClaimPartnerRoleRequestDto
|
|
591
595
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
592
596
|
* @param {*} [options] Override http request option.
|
|
597
|
+
* @deprecated
|
|
593
598
|
* @throws {RequiredError}
|
|
594
599
|
*/
|
|
595
600
|
updateClaimPartnerRole1: function (code, updateClaimPartnerRoleRequestDto, authorization, options) {
|
|
@@ -603,7 +608,7 @@ var ClaimPartnerRolesApiAxiosParamCreator = function (configuration) {
|
|
|
603
608
|
(0, common_1.assertParamExists)('updateClaimPartnerRole1', 'code', code);
|
|
604
609
|
// verify required parameter 'updateClaimPartnerRoleRequestDto' is not null or undefined
|
|
605
610
|
(0, common_1.assertParamExists)('updateClaimPartnerRole1', 'updateClaimPartnerRoleRequestDto', updateClaimPartnerRoleRequestDto);
|
|
606
|
-
localVarPath = "/
|
|
611
|
+
localVarPath = "/v1/claim-partner-roles/{code}"
|
|
607
612
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
608
613
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
609
614
|
if (configuration) {
|
|
@@ -654,12 +659,12 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
654
659
|
* @param {*} [options] Override http request option.
|
|
655
660
|
* @throws {RequiredError}
|
|
656
661
|
*/
|
|
657
|
-
|
|
662
|
+
createClaimPartnerRole: function (createClaimPartnerRoleRequestDto, authorization, options) {
|
|
658
663
|
return __awaiter(this, void 0, void 0, function () {
|
|
659
664
|
var localVarAxiosArgs;
|
|
660
665
|
return __generator(this, function (_a) {
|
|
661
666
|
switch (_a.label) {
|
|
662
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
667
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createClaimPartnerRole(createClaimPartnerRoleRequestDto, authorization, options)];
|
|
663
668
|
case 1:
|
|
664
669
|
localVarAxiosArgs = _a.sent();
|
|
665
670
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -668,11 +673,12 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
668
673
|
});
|
|
669
674
|
},
|
|
670
675
|
/**
|
|
671
|
-
* This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\"
|
|
676
|
+
* This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
672
677
|
* @summary Create the claim partner role
|
|
673
678
|
* @param {CreateClaimPartnerRoleRequestDto} createClaimPartnerRoleRequestDto
|
|
674
679
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
675
680
|
* @param {*} [options] Override http request option.
|
|
681
|
+
* @deprecated
|
|
676
682
|
* @throws {RequiredError}
|
|
677
683
|
*/
|
|
678
684
|
createClaimPartnerRole1: function (createClaimPartnerRoleRequestDto, authorization, options) {
|
|
@@ -696,12 +702,12 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
696
702
|
* @param {*} [options] Override http request option.
|
|
697
703
|
* @throws {RequiredError}
|
|
698
704
|
*/
|
|
699
|
-
|
|
705
|
+
deleteClaimPartnerRole: function (code, authorization, options) {
|
|
700
706
|
return __awaiter(this, void 0, void 0, function () {
|
|
701
707
|
var localVarAxiosArgs;
|
|
702
708
|
return __generator(this, function (_a) {
|
|
703
709
|
switch (_a.label) {
|
|
704
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
710
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteClaimPartnerRole(code, authorization, options)];
|
|
705
711
|
case 1:
|
|
706
712
|
localVarAxiosArgs = _a.sent();
|
|
707
713
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -710,11 +716,12 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
710
716
|
});
|
|
711
717
|
},
|
|
712
718
|
/**
|
|
713
|
-
* Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
|
|
719
|
+
* Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
714
720
|
* @summary Delete the claim partner role
|
|
715
721
|
* @param {string} code Unique identifier for the object.
|
|
716
722
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
717
723
|
* @param {*} [options] Override http request option.
|
|
724
|
+
* @deprecated
|
|
718
725
|
* @throws {RequiredError}
|
|
719
726
|
*/
|
|
720
727
|
deleteClaimPartnerRole1: function (code, authorization, options) {
|
|
@@ -738,12 +745,12 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
738
745
|
* @param {*} [options] Override http request option.
|
|
739
746
|
* @throws {RequiredError}
|
|
740
747
|
*/
|
|
741
|
-
|
|
748
|
+
getClaimPartnerRole: function (code, authorization, options) {
|
|
742
749
|
return __awaiter(this, void 0, void 0, function () {
|
|
743
750
|
var localVarAxiosArgs;
|
|
744
751
|
return __generator(this, function (_a) {
|
|
745
752
|
switch (_a.label) {
|
|
746
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
753
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getClaimPartnerRole(code, authorization, options)];
|
|
747
754
|
case 1:
|
|
748
755
|
localVarAxiosArgs = _a.sent();
|
|
749
756
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -752,11 +759,12 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
752
759
|
});
|
|
753
760
|
},
|
|
754
761
|
/**
|
|
755
|
-
* Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
762
|
+
* Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
756
763
|
* @summary Retrieve the claim partner role
|
|
757
764
|
* @param {string} code Unique identifier for the object.
|
|
758
765
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
759
766
|
* @param {*} [options] Override http request option.
|
|
767
|
+
* @deprecated
|
|
760
768
|
* @throws {RequiredError}
|
|
761
769
|
*/
|
|
762
770
|
getClaimPartnerRole1: function (code, authorization, options) {
|
|
@@ -786,12 +794,12 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
786
794
|
* @param {*} [options] Override http request option.
|
|
787
795
|
* @throws {RequiredError}
|
|
788
796
|
*/
|
|
789
|
-
|
|
797
|
+
listClaimPartnerRole: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
790
798
|
return __awaiter(this, void 0, void 0, function () {
|
|
791
799
|
var localVarAxiosArgs;
|
|
792
800
|
return __generator(this, function (_a) {
|
|
793
801
|
switch (_a.label) {
|
|
794
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
802
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listClaimPartnerRole(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
|
|
795
803
|
case 1:
|
|
796
804
|
localVarAxiosArgs = _a.sent();
|
|
797
805
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -800,7 +808,7 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
800
808
|
});
|
|
801
809
|
},
|
|
802
810
|
/**
|
|
803
|
-
* Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
811
|
+
* Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
804
812
|
* @summary List claim partner roles
|
|
805
813
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
806
814
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -811,6 +819,7 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
811
819
|
* @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/>
|
|
812
820
|
* @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: name, productSlug</i>
|
|
813
821
|
* @param {*} [options] Override http request option.
|
|
822
|
+
* @deprecated
|
|
814
823
|
* @throws {RequiredError}
|
|
815
824
|
*/
|
|
816
825
|
listClaimPartnerRole1: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
@@ -835,12 +844,12 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
835
844
|
* @param {*} [options] Override http request option.
|
|
836
845
|
* @throws {RequiredError}
|
|
837
846
|
*/
|
|
838
|
-
|
|
847
|
+
updateClaimPartnerRole: function (code, updateClaimPartnerRoleRequestDto, authorization, options) {
|
|
839
848
|
return __awaiter(this, void 0, void 0, function () {
|
|
840
849
|
var localVarAxiosArgs;
|
|
841
850
|
return __generator(this, function (_a) {
|
|
842
851
|
switch (_a.label) {
|
|
843
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
852
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateClaimPartnerRole(code, updateClaimPartnerRoleRequestDto, authorization, options)];
|
|
844
853
|
case 1:
|
|
845
854
|
localVarAxiosArgs = _a.sent();
|
|
846
855
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -849,12 +858,13 @@ var ClaimPartnerRolesApiFp = function (configuration) {
|
|
|
849
858
|
});
|
|
850
859
|
},
|
|
851
860
|
/**
|
|
852
|
-
* Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
|
|
861
|
+
* Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
853
862
|
* @summary Update the claim partner role
|
|
854
863
|
* @param {string} code Unique identifier for the object.
|
|
855
864
|
* @param {UpdateClaimPartnerRoleRequestDto} updateClaimPartnerRoleRequestDto
|
|
856
865
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
857
866
|
* @param {*} [options] Override http request option.
|
|
867
|
+
* @deprecated
|
|
858
868
|
* @throws {RequiredError}
|
|
859
869
|
*/
|
|
860
870
|
updateClaimPartnerRole1: function (code, updateClaimPartnerRoleRequestDto, authorization, options) {
|
|
@@ -888,15 +898,16 @@ var ClaimPartnerRolesApiFactory = function (configuration, basePath, axios) {
|
|
|
888
898
|
* @param {*} [options] Override http request option.
|
|
889
899
|
* @throws {RequiredError}
|
|
890
900
|
*/
|
|
891
|
-
|
|
892
|
-
return localVarFp.
|
|
901
|
+
createClaimPartnerRole: function (createClaimPartnerRoleRequestDto, authorization, options) {
|
|
902
|
+
return localVarFp.createClaimPartnerRole(createClaimPartnerRoleRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
893
903
|
},
|
|
894
904
|
/**
|
|
895
|
-
* This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\"
|
|
905
|
+
* This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
896
906
|
* @summary Create the claim partner role
|
|
897
907
|
* @param {CreateClaimPartnerRoleRequestDto} createClaimPartnerRoleRequestDto
|
|
898
908
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
899
909
|
* @param {*} [options] Override http request option.
|
|
910
|
+
* @deprecated
|
|
900
911
|
* @throws {RequiredError}
|
|
901
912
|
*/
|
|
902
913
|
createClaimPartnerRole1: function (createClaimPartnerRoleRequestDto, authorization, options) {
|
|
@@ -910,15 +921,16 @@ var ClaimPartnerRolesApiFactory = function (configuration, basePath, axios) {
|
|
|
910
921
|
* @param {*} [options] Override http request option.
|
|
911
922
|
* @throws {RequiredError}
|
|
912
923
|
*/
|
|
913
|
-
|
|
914
|
-
return localVarFp.
|
|
924
|
+
deleteClaimPartnerRole: function (code, authorization, options) {
|
|
925
|
+
return localVarFp.deleteClaimPartnerRole(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
915
926
|
},
|
|
916
927
|
/**
|
|
917
|
-
* Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
|
|
928
|
+
* Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
918
929
|
* @summary Delete the claim partner role
|
|
919
930
|
* @param {string} code Unique identifier for the object.
|
|
920
931
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
921
932
|
* @param {*} [options] Override http request option.
|
|
933
|
+
* @deprecated
|
|
922
934
|
* @throws {RequiredError}
|
|
923
935
|
*/
|
|
924
936
|
deleteClaimPartnerRole1: function (code, authorization, options) {
|
|
@@ -932,15 +944,16 @@ var ClaimPartnerRolesApiFactory = function (configuration, basePath, axios) {
|
|
|
932
944
|
* @param {*} [options] Override http request option.
|
|
933
945
|
* @throws {RequiredError}
|
|
934
946
|
*/
|
|
935
|
-
|
|
936
|
-
return localVarFp.
|
|
947
|
+
getClaimPartnerRole: function (code, authorization, options) {
|
|
948
|
+
return localVarFp.getClaimPartnerRole(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
937
949
|
},
|
|
938
950
|
/**
|
|
939
|
-
* Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
951
|
+
* Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
940
952
|
* @summary Retrieve the claim partner role
|
|
941
953
|
* @param {string} code Unique identifier for the object.
|
|
942
954
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
943
955
|
* @param {*} [options] Override http request option.
|
|
956
|
+
* @deprecated
|
|
944
957
|
* @throws {RequiredError}
|
|
945
958
|
*/
|
|
946
959
|
getClaimPartnerRole1: function (code, authorization, options) {
|
|
@@ -960,11 +973,11 @@ var ClaimPartnerRolesApiFactory = function (configuration, basePath, axios) {
|
|
|
960
973
|
* @param {*} [options] Override http request option.
|
|
961
974
|
* @throws {RequiredError}
|
|
962
975
|
*/
|
|
963
|
-
|
|
964
|
-
return localVarFp.
|
|
976
|
+
listClaimPartnerRole: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
977
|
+
return localVarFp.listClaimPartnerRole(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
|
|
965
978
|
},
|
|
966
979
|
/**
|
|
967
|
-
* Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
980
|
+
* Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
968
981
|
* @summary List claim partner roles
|
|
969
982
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
970
983
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -975,6 +988,7 @@ var ClaimPartnerRolesApiFactory = function (configuration, basePath, axios) {
|
|
|
975
988
|
* @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/>
|
|
976
989
|
* @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: name, productSlug</i>
|
|
977
990
|
* @param {*} [options] Override http request option.
|
|
991
|
+
* @deprecated
|
|
978
992
|
* @throws {RequiredError}
|
|
979
993
|
*/
|
|
980
994
|
listClaimPartnerRole1: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
@@ -989,16 +1003,17 @@ var ClaimPartnerRolesApiFactory = function (configuration, basePath, axios) {
|
|
|
989
1003
|
* @param {*} [options] Override http request option.
|
|
990
1004
|
* @throws {RequiredError}
|
|
991
1005
|
*/
|
|
992
|
-
|
|
993
|
-
return localVarFp.
|
|
1006
|
+
updateClaimPartnerRole: function (code, updateClaimPartnerRoleRequestDto, authorization, options) {
|
|
1007
|
+
return localVarFp.updateClaimPartnerRole(code, updateClaimPartnerRoleRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
994
1008
|
},
|
|
995
1009
|
/**
|
|
996
|
-
* Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
|
|
1010
|
+
* Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
997
1011
|
* @summary Update the claim partner role
|
|
998
1012
|
* @param {string} code Unique identifier for the object.
|
|
999
1013
|
* @param {UpdateClaimPartnerRoleRequestDto} updateClaimPartnerRoleRequestDto
|
|
1000
1014
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1001
1015
|
* @param {*} [options] Override http request option.
|
|
1016
|
+
* @deprecated
|
|
1002
1017
|
* @throws {RequiredError}
|
|
1003
1018
|
*/
|
|
1004
1019
|
updateClaimPartnerRole1: function (code, updateClaimPartnerRoleRequestDto, authorization, options) {
|
|
@@ -1021,20 +1036,21 @@ var ClaimPartnerRolesApi = /** @class */ (function (_super) {
|
|
|
1021
1036
|
/**
|
|
1022
1037
|
* This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\"
|
|
1023
1038
|
* @summary Create the claim partner role
|
|
1024
|
-
* @param {
|
|
1039
|
+
* @param {ClaimPartnerRolesApiCreateClaimPartnerRoleRequest} requestParameters Request parameters.
|
|
1025
1040
|
* @param {*} [options] Override http request option.
|
|
1026
1041
|
* @throws {RequiredError}
|
|
1027
1042
|
* @memberof ClaimPartnerRolesApi
|
|
1028
1043
|
*/
|
|
1029
|
-
ClaimPartnerRolesApi.prototype.
|
|
1044
|
+
ClaimPartnerRolesApi.prototype.createClaimPartnerRole = function (requestParameters, options) {
|
|
1030
1045
|
var _this = this;
|
|
1031
|
-
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).
|
|
1046
|
+
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).createClaimPartnerRole(requestParameters.createClaimPartnerRoleRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1032
1047
|
};
|
|
1033
1048
|
/**
|
|
1034
|
-
* This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\"
|
|
1049
|
+
* This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
1035
1050
|
* @summary Create the claim partner role
|
|
1036
1051
|
* @param {ClaimPartnerRolesApiCreateClaimPartnerRole1Request} requestParameters Request parameters.
|
|
1037
1052
|
* @param {*} [options] Override http request option.
|
|
1053
|
+
* @deprecated
|
|
1038
1054
|
* @throws {RequiredError}
|
|
1039
1055
|
* @memberof ClaimPartnerRolesApi
|
|
1040
1056
|
*/
|
|
@@ -1045,20 +1061,21 @@ var ClaimPartnerRolesApi = /** @class */ (function (_super) {
|
|
|
1045
1061
|
/**
|
|
1046
1062
|
* Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
|
|
1047
1063
|
* @summary Delete the claim partner role
|
|
1048
|
-
* @param {
|
|
1064
|
+
* @param {ClaimPartnerRolesApiDeleteClaimPartnerRoleRequest} requestParameters Request parameters.
|
|
1049
1065
|
* @param {*} [options] Override http request option.
|
|
1050
1066
|
* @throws {RequiredError}
|
|
1051
1067
|
* @memberof ClaimPartnerRolesApi
|
|
1052
1068
|
*/
|
|
1053
|
-
ClaimPartnerRolesApi.prototype.
|
|
1069
|
+
ClaimPartnerRolesApi.prototype.deleteClaimPartnerRole = function (requestParameters, options) {
|
|
1054
1070
|
var _this = this;
|
|
1055
|
-
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).
|
|
1071
|
+
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).deleteClaimPartnerRole(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1056
1072
|
};
|
|
1057
1073
|
/**
|
|
1058
|
-
* Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
|
|
1074
|
+
* Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
1059
1075
|
* @summary Delete the claim partner role
|
|
1060
1076
|
* @param {ClaimPartnerRolesApiDeleteClaimPartnerRole1Request} requestParameters Request parameters.
|
|
1061
1077
|
* @param {*} [options] Override http request option.
|
|
1078
|
+
* @deprecated
|
|
1062
1079
|
* @throws {RequiredError}
|
|
1063
1080
|
* @memberof ClaimPartnerRolesApi
|
|
1064
1081
|
*/
|
|
@@ -1069,20 +1086,21 @@ var ClaimPartnerRolesApi = /** @class */ (function (_super) {
|
|
|
1069
1086
|
/**
|
|
1070
1087
|
* Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
1071
1088
|
* @summary Retrieve the claim partner role
|
|
1072
|
-
* @param {
|
|
1089
|
+
* @param {ClaimPartnerRolesApiGetClaimPartnerRoleRequest} requestParameters Request parameters.
|
|
1073
1090
|
* @param {*} [options] Override http request option.
|
|
1074
1091
|
* @throws {RequiredError}
|
|
1075
1092
|
* @memberof ClaimPartnerRolesApi
|
|
1076
1093
|
*/
|
|
1077
|
-
ClaimPartnerRolesApi.prototype.
|
|
1094
|
+
ClaimPartnerRolesApi.prototype.getClaimPartnerRole = function (requestParameters, options) {
|
|
1078
1095
|
var _this = this;
|
|
1079
|
-
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).
|
|
1096
|
+
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).getClaimPartnerRole(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1080
1097
|
};
|
|
1081
1098
|
/**
|
|
1082
|
-
* Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
1099
|
+
* Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
1083
1100
|
* @summary Retrieve the claim partner role
|
|
1084
1101
|
* @param {ClaimPartnerRolesApiGetClaimPartnerRole1Request} requestParameters Request parameters.
|
|
1085
1102
|
* @param {*} [options] Override http request option.
|
|
1103
|
+
* @deprecated
|
|
1086
1104
|
* @throws {RequiredError}
|
|
1087
1105
|
* @memberof ClaimPartnerRolesApi
|
|
1088
1106
|
*/
|
|
@@ -1093,21 +1111,22 @@ var ClaimPartnerRolesApi = /** @class */ (function (_super) {
|
|
|
1093
1111
|
/**
|
|
1094
1112
|
* Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
1095
1113
|
* @summary List claim partner roles
|
|
1096
|
-
* @param {
|
|
1114
|
+
* @param {ClaimPartnerRolesApiListClaimPartnerRoleRequest} requestParameters Request parameters.
|
|
1097
1115
|
* @param {*} [options] Override http request option.
|
|
1098
1116
|
* @throws {RequiredError}
|
|
1099
1117
|
* @memberof ClaimPartnerRolesApi
|
|
1100
1118
|
*/
|
|
1101
|
-
ClaimPartnerRolesApi.prototype.
|
|
1119
|
+
ClaimPartnerRolesApi.prototype.listClaimPartnerRole = function (requestParameters, options) {
|
|
1102
1120
|
var _this = this;
|
|
1103
1121
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
1104
|
-
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).
|
|
1122
|
+
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).listClaimPartnerRole(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); });
|
|
1105
1123
|
};
|
|
1106
1124
|
/**
|
|
1107
|
-
* Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
|
|
1125
|
+
* Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
1108
1126
|
* @summary List claim partner roles
|
|
1109
1127
|
* @param {ClaimPartnerRolesApiListClaimPartnerRole1Request} requestParameters Request parameters.
|
|
1110
1128
|
* @param {*} [options] Override http request option.
|
|
1129
|
+
* @deprecated
|
|
1111
1130
|
* @throws {RequiredError}
|
|
1112
1131
|
* @memberof ClaimPartnerRolesApi
|
|
1113
1132
|
*/
|
|
@@ -1119,20 +1138,21 @@ var ClaimPartnerRolesApi = /** @class */ (function (_super) {
|
|
|
1119
1138
|
/**
|
|
1120
1139
|
* Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
|
|
1121
1140
|
* @summary Update the claim partner role
|
|
1122
|
-
* @param {
|
|
1141
|
+
* @param {ClaimPartnerRolesApiUpdateClaimPartnerRoleRequest} requestParameters Request parameters.
|
|
1123
1142
|
* @param {*} [options] Override http request option.
|
|
1124
1143
|
* @throws {RequiredError}
|
|
1125
1144
|
* @memberof ClaimPartnerRolesApi
|
|
1126
1145
|
*/
|
|
1127
|
-
ClaimPartnerRolesApi.prototype.
|
|
1146
|
+
ClaimPartnerRolesApi.prototype.updateClaimPartnerRole = function (requestParameters, options) {
|
|
1128
1147
|
var _this = this;
|
|
1129
|
-
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).
|
|
1148
|
+
return (0, exports.ClaimPartnerRolesApiFp)(this.configuration).updateClaimPartnerRole(requestParameters.code, requestParameters.updateClaimPartnerRoleRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1130
1149
|
};
|
|
1131
1150
|
/**
|
|
1132
|
-
* Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
|
|
1151
|
+
* Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
1133
1152
|
* @summary Update the claim partner role
|
|
1134
1153
|
* @param {ClaimPartnerRolesApiUpdateClaimPartnerRole1Request} requestParameters Request parameters.
|
|
1135
1154
|
* @param {*} [options] Override http request option.
|
|
1155
|
+
* @deprecated
|
|
1136
1156
|
* @throws {RequiredError}
|
|
1137
1157
|
* @memberof ClaimPartnerRolesApi
|
|
1138
1158
|
*/
|