@emilgroup/claim-sdk 1.40.1-beta.8 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -10
- package/README.md +2 -2
- package/api/claim-partner-roles-api.ts +0 -627
- package/api/claim-partners-api.ts +0 -520
- package/api/claim-regulations-api.ts +5 -646
- package/api/claim-statuses-api.ts +6 -753
- package/api/claims-api.ts +6 -858
- package/api/health-check-api.ts +0 -66
- package/api/settlements-api.ts +0 -627
- package/api.ts +0 -2
- package/dist/api/claim-partner-roles-api.d.ts +0 -358
- package/dist/api/claim-partner-roles-api.js +0 -525
- package/dist/api/claim-partners-api.d.ts +0 -299
- package/dist/api/claim-partners-api.js +0 -428
- package/dist/api/claim-regulations-api.d.ts +0 -367
- package/dist/api/claim-regulations-api.js +0 -531
- package/dist/api/claim-statuses-api.d.ts +0 -426
- package/dist/api/claim-statuses-api.js +14 -642
- package/dist/api/claims-api.d.ts +0 -485
- package/dist/api/claims-api.js +1 -725
- package/dist/api/health-check-api.d.ts +0 -33
- package/dist/api/health-check-api.js +0 -73
- package/dist/api/settlements-api.d.ts +0 -358
- package/dist/api/settlements-api.js +0 -525
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/models/claim-class.d.ts +0 -6
- package/dist/models/index.d.ts +0 -9
- package/dist/models/index.js +0 -9
- package/dist/models/list-claim-partner-roles-response-class.d.ts +0 -12
- package/dist/models/list-claim-partners-response-class.d.ts +0 -12
- package/dist/models/list-claim-statuses-response-class.d.ts +1 -13
- package/dist/models/list-claims-response-class.d.ts +0 -12
- package/dist/models/list-regulations-response-class.d.ts +0 -12
- package/models/claim-class.ts +0 -6
- package/models/index.ts +0 -9
- package/models/list-claim-partner-roles-response-class.ts +0 -12
- package/models/list-claim-partners-response-class.ts +0 -12
- package/models/list-claim-statuses-response-class.ts +1 -13
- package/models/list-claims-response-class.ts +0 -12
- package/models/list-regulations-response-class.ts +0 -12
- package/package.json +1 -1
- package/api/claim-positions-api.ts +0 -1336
- package/dist/api/claim-positions-api.d.ts +0 -760
- package/dist/api/claim-positions-api.js +0 -1177
- package/dist/models/claim-position-class.d.ts +0 -121
- package/dist/models/claim-position-class.js +0 -15
- package/dist/models/coverage-class.d.ts +0 -72
- package/dist/models/coverage-class.js +0 -21
- package/dist/models/coverage-request-dto.d.ts +0 -41
- package/dist/models/coverage-request-dto.js +0 -20
- package/dist/models/create-claim-position-request-dto.d.ts +0 -73
- package/dist/models/create-claim-position-request-dto.js +0 -15
- package/dist/models/create-claim-position-response-class.d.ts +0 -25
- package/dist/models/create-claim-position-response-class.js +0 -15
- package/dist/models/get-claim-position-response-class.d.ts +0 -25
- package/dist/models/get-claim-position-response-class.js +0 -15
- package/dist/models/list-claim-positions-response-class.d.ts +0 -43
- package/dist/models/list-claim-positions-response-class.js +0 -15
- package/dist/models/update-claim-position-request-dto.d.ts +0 -73
- package/dist/models/update-claim-position-request-dto.js +0 -15
- package/dist/models/update-claim-position-response-class.d.ts +0 -25
- package/dist/models/update-claim-position-response-class.js +0 -15
- package/models/claim-position-class.ts +0 -127
- package/models/coverage-class.ts +0 -81
- package/models/coverage-request-dto.ts +0 -50
- package/models/create-claim-position-request-dto.ts +0 -79
- package/models/create-claim-position-response-class.ts +0 -31
- package/models/get-claim-position-response-class.ts +0 -31
- package/models/list-claim-positions-response-class.ts +0 -49
- package/models/update-claim-position-request-dto.ts +0 -79
- package/models/update-claim-position-response-class.ts +0 -31
|
@@ -112,60 +112,6 @@ var ClaimPartnersApiAxiosParamCreator = function (configuration) {
|
|
|
112
112
|
(0, common_1.assertParamExists)('createClaimPartner', 'claimCode', claimCode);
|
|
113
113
|
// verify required parameter 'createClaimPartnerRequestDto' is not null or undefined
|
|
114
114
|
(0, common_1.assertParamExists)('createClaimPartner', 'createClaimPartnerRequestDto', createClaimPartnerRequestDto);
|
|
115
|
-
localVarPath = "/claimservice/v1/claims/{claimCode}/partner"
|
|
116
|
-
.replace("{".concat("claimCode", "}"), encodeURIComponent(String(claimCode)));
|
|
117
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
118
|
-
if (configuration) {
|
|
119
|
-
baseOptions = configuration.baseOptions;
|
|
120
|
-
baseAccessToken = configuration.accessToken;
|
|
121
|
-
}
|
|
122
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
123
|
-
localVarHeaderParameter = {};
|
|
124
|
-
localVarQueryParameter = {};
|
|
125
|
-
// authentication bearer required
|
|
126
|
-
// http bearer authentication required
|
|
127
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
128
|
-
case 1:
|
|
129
|
-
// authentication bearer required
|
|
130
|
-
// http bearer authentication required
|
|
131
|
-
_a.sent();
|
|
132
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
133
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
134
|
-
}
|
|
135
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
136
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
137
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
138
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
139
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createClaimPartnerRequestDto, localVarRequestOptions, configuration);
|
|
140
|
-
return [2 /*return*/, {
|
|
141
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
142
|
-
options: localVarRequestOptions,
|
|
143
|
-
}];
|
|
144
|
-
}
|
|
145
|
-
});
|
|
146
|
-
});
|
|
147
|
-
},
|
|
148
|
-
/**
|
|
149
|
-
* This will create a claim partner. **Required Permissions** \"claim-management.partners.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
150
|
-
* @summary Create the claim partner
|
|
151
|
-
* @param {string} claimCode Unique identifier for the claim object.
|
|
152
|
-
* @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
|
|
153
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
154
|
-
* @param {*} [options] Override http request option.
|
|
155
|
-
* @deprecated
|
|
156
|
-
* @throws {RequiredError}
|
|
157
|
-
*/
|
|
158
|
-
createClaimPartner1: function (claimCode, createClaimPartnerRequestDto, authorization, options) {
|
|
159
|
-
if (options === void 0) { options = {}; }
|
|
160
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
161
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
162
|
-
return __generator(this, function (_a) {
|
|
163
|
-
switch (_a.label) {
|
|
164
|
-
case 0:
|
|
165
|
-
// verify required parameter 'claimCode' is not null or undefined
|
|
166
|
-
(0, common_1.assertParamExists)('createClaimPartner1', 'claimCode', claimCode);
|
|
167
|
-
// verify required parameter 'createClaimPartnerRequestDto' is not null or undefined
|
|
168
|
-
(0, common_1.assertParamExists)('createClaimPartner1', 'createClaimPartnerRequestDto', createClaimPartnerRequestDto);
|
|
169
115
|
localVarPath = "/v1/claims/{claimCode}/partner"
|
|
170
116
|
.replace("{".concat("claimCode", "}"), encodeURIComponent(String(claimCode)));
|
|
171
117
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -216,55 +162,6 @@ var ClaimPartnersApiAxiosParamCreator = function (configuration) {
|
|
|
216
162
|
case 0:
|
|
217
163
|
// verify required parameter 'id' is not null or undefined
|
|
218
164
|
(0, common_1.assertParamExists)('deleteClaimPartner', 'id', id);
|
|
219
|
-
localVarPath = "/claimservice/v1/claim-partners/{id}"
|
|
220
|
-
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
221
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
222
|
-
if (configuration) {
|
|
223
|
-
baseOptions = configuration.baseOptions;
|
|
224
|
-
baseAccessToken = configuration.accessToken;
|
|
225
|
-
}
|
|
226
|
-
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
227
|
-
localVarHeaderParameter = {};
|
|
228
|
-
localVarQueryParameter = {};
|
|
229
|
-
// authentication bearer required
|
|
230
|
-
// http bearer authentication required
|
|
231
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
232
|
-
case 1:
|
|
233
|
-
// authentication bearer required
|
|
234
|
-
// http bearer authentication required
|
|
235
|
-
_a.sent();
|
|
236
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
237
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
238
|
-
}
|
|
239
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
240
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
241
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
242
|
-
return [2 /*return*/, {
|
|
243
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
244
|
-
options: localVarRequestOptions,
|
|
245
|
-
}];
|
|
246
|
-
}
|
|
247
|
-
});
|
|
248
|
-
});
|
|
249
|
-
},
|
|
250
|
-
/**
|
|
251
|
-
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
252
|
-
* @summary Delete the claim partner
|
|
253
|
-
* @param {number} id
|
|
254
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
255
|
-
* @param {*} [options] Override http request option.
|
|
256
|
-
* @deprecated
|
|
257
|
-
* @throws {RequiredError}
|
|
258
|
-
*/
|
|
259
|
-
deleteClaimPartner1: function (id, authorization, options) {
|
|
260
|
-
if (options === void 0) { options = {}; }
|
|
261
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
262
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
263
|
-
return __generator(this, function (_a) {
|
|
264
|
-
switch (_a.label) {
|
|
265
|
-
case 0:
|
|
266
|
-
// verify required parameter 'id' is not null or undefined
|
|
267
|
-
(0, common_1.assertParamExists)('deleteClaimPartner1', 'id', id);
|
|
268
165
|
localVarPath = "/v1/claim-partners/{id}"
|
|
269
166
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
270
167
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -313,55 +210,6 @@ var ClaimPartnersApiAxiosParamCreator = function (configuration) {
|
|
|
313
210
|
case 0:
|
|
314
211
|
// verify required parameter 'id' is not null or undefined
|
|
315
212
|
(0, common_1.assertParamExists)('getClaimPartner', 'id', id);
|
|
316
|
-
localVarPath = "/claimservice/v1/claim-partners/{id}"
|
|
317
|
-
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
318
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
319
|
-
if (configuration) {
|
|
320
|
-
baseOptions = configuration.baseOptions;
|
|
321
|
-
baseAccessToken = configuration.accessToken;
|
|
322
|
-
}
|
|
323
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
324
|
-
localVarHeaderParameter = {};
|
|
325
|
-
localVarQueryParameter = {};
|
|
326
|
-
// authentication bearer required
|
|
327
|
-
// http bearer authentication required
|
|
328
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
329
|
-
case 1:
|
|
330
|
-
// authentication bearer required
|
|
331
|
-
// http bearer authentication required
|
|
332
|
-
_a.sent();
|
|
333
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
334
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
335
|
-
}
|
|
336
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
337
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
338
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
339
|
-
return [2 /*return*/, {
|
|
340
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
341
|
-
options: localVarRequestOptions,
|
|
342
|
-
}];
|
|
343
|
-
}
|
|
344
|
-
});
|
|
345
|
-
});
|
|
346
|
-
},
|
|
347
|
-
/**
|
|
348
|
-
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
349
|
-
* @summary Retrieve the claim partner
|
|
350
|
-
* @param {number} id
|
|
351
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
352
|
-
* @param {*} [options] Override http request option.
|
|
353
|
-
* @deprecated
|
|
354
|
-
* @throws {RequiredError}
|
|
355
|
-
*/
|
|
356
|
-
getClaimPartner1: function (id, authorization, options) {
|
|
357
|
-
if (options === void 0) { options = {}; }
|
|
358
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
359
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
360
|
-
return __generator(this, function (_a) {
|
|
361
|
-
switch (_a.label) {
|
|
362
|
-
case 0:
|
|
363
|
-
// verify required parameter 'id' is not null or undefined
|
|
364
|
-
(0, common_1.assertParamExists)('getClaimPartner1', 'id', id);
|
|
365
213
|
localVarPath = "/v1/claim-partners/{id}"
|
|
366
214
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
367
215
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -408,79 +256,6 @@ var ClaimPartnersApiAxiosParamCreator = function (configuration) {
|
|
|
408
256
|
* @throws {RequiredError}
|
|
409
257
|
*/
|
|
410
258
|
listClaimPartners: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
411
|
-
if (options === void 0) { options = {}; }
|
|
412
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
413
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
414
|
-
return __generator(this, function (_a) {
|
|
415
|
-
switch (_a.label) {
|
|
416
|
-
case 0:
|
|
417
|
-
localVarPath = "/claimservice/v1/claim-partners";
|
|
418
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
419
|
-
if (configuration) {
|
|
420
|
-
baseOptions = configuration.baseOptions;
|
|
421
|
-
baseAccessToken = configuration.accessToken;
|
|
422
|
-
}
|
|
423
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
424
|
-
localVarHeaderParameter = {};
|
|
425
|
-
localVarQueryParameter = {};
|
|
426
|
-
// authentication bearer required
|
|
427
|
-
// http bearer authentication required
|
|
428
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
429
|
-
case 1:
|
|
430
|
-
// authentication bearer required
|
|
431
|
-
// http bearer authentication required
|
|
432
|
-
_a.sent();
|
|
433
|
-
if (pageSize !== undefined) {
|
|
434
|
-
localVarQueryParameter['pageSize'] = pageSize;
|
|
435
|
-
}
|
|
436
|
-
if (pageToken !== undefined) {
|
|
437
|
-
localVarQueryParameter['pageToken'] = pageToken;
|
|
438
|
-
}
|
|
439
|
-
if (filter !== undefined) {
|
|
440
|
-
localVarQueryParameter['filter'] = filter;
|
|
441
|
-
}
|
|
442
|
-
if (search !== undefined) {
|
|
443
|
-
localVarQueryParameter['search'] = search;
|
|
444
|
-
}
|
|
445
|
-
if (order !== undefined) {
|
|
446
|
-
localVarQueryParameter['order'] = order;
|
|
447
|
-
}
|
|
448
|
-
if (expand !== undefined) {
|
|
449
|
-
localVarQueryParameter['expand'] = expand;
|
|
450
|
-
}
|
|
451
|
-
if (filters !== undefined) {
|
|
452
|
-
localVarQueryParameter['filters'] = filters;
|
|
453
|
-
}
|
|
454
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
455
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
456
|
-
}
|
|
457
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
458
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
459
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
460
|
-
return [2 /*return*/, {
|
|
461
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
462
|
-
options: localVarRequestOptions,
|
|
463
|
-
}];
|
|
464
|
-
}
|
|
465
|
-
});
|
|
466
|
-
});
|
|
467
|
-
},
|
|
468
|
-
/**
|
|
469
|
-
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
470
|
-
* @summary List claim partners
|
|
471
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
472
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
473
|
-
* @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.
|
|
474
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
475
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
476
|
-
* @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: id, createdAt, updatedAt</i>
|
|
477
|
-
* @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: role, partner<i>
|
|
478
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
479
|
-
* @param {*} [options] Override http request option.
|
|
480
|
-
* @deprecated
|
|
481
|
-
* @throws {RequiredError}
|
|
482
|
-
*/
|
|
483
|
-
listClaimPartners1: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
484
259
|
if (options === void 0) { options = {}; }
|
|
485
260
|
return __awaiter(_this, void 0, void 0, function () {
|
|
486
261
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -570,29 +345,6 @@ var ClaimPartnersApiFp = function (configuration) {
|
|
|
570
345
|
});
|
|
571
346
|
});
|
|
572
347
|
},
|
|
573
|
-
/**
|
|
574
|
-
* This will create a claim partner. **Required Permissions** \"claim-management.partners.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
575
|
-
* @summary Create the claim partner
|
|
576
|
-
* @param {string} claimCode Unique identifier for the claim object.
|
|
577
|
-
* @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
|
|
578
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
579
|
-
* @param {*} [options] Override http request option.
|
|
580
|
-
* @deprecated
|
|
581
|
-
* @throws {RequiredError}
|
|
582
|
-
*/
|
|
583
|
-
createClaimPartner1: function (claimCode, createClaimPartnerRequestDto, authorization, options) {
|
|
584
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
585
|
-
var localVarAxiosArgs;
|
|
586
|
-
return __generator(this, function (_a) {
|
|
587
|
-
switch (_a.label) {
|
|
588
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createClaimPartner1(claimCode, createClaimPartnerRequestDto, authorization, options)];
|
|
589
|
-
case 1:
|
|
590
|
-
localVarAxiosArgs = _a.sent();
|
|
591
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
592
|
-
}
|
|
593
|
-
});
|
|
594
|
-
});
|
|
595
|
-
},
|
|
596
348
|
/**
|
|
597
349
|
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
598
350
|
* @summary Delete the claim partner
|
|
@@ -614,28 +366,6 @@ var ClaimPartnersApiFp = function (configuration) {
|
|
|
614
366
|
});
|
|
615
367
|
});
|
|
616
368
|
},
|
|
617
|
-
/**
|
|
618
|
-
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
619
|
-
* @summary Delete the claim partner
|
|
620
|
-
* @param {number} id
|
|
621
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
622
|
-
* @param {*} [options] Override http request option.
|
|
623
|
-
* @deprecated
|
|
624
|
-
* @throws {RequiredError}
|
|
625
|
-
*/
|
|
626
|
-
deleteClaimPartner1: function (id, authorization, options) {
|
|
627
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
628
|
-
var localVarAxiosArgs;
|
|
629
|
-
return __generator(this, function (_a) {
|
|
630
|
-
switch (_a.label) {
|
|
631
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteClaimPartner1(id, authorization, options)];
|
|
632
|
-
case 1:
|
|
633
|
-
localVarAxiosArgs = _a.sent();
|
|
634
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
635
|
-
}
|
|
636
|
-
});
|
|
637
|
-
});
|
|
638
|
-
},
|
|
639
369
|
/**
|
|
640
370
|
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
641
371
|
* @summary Retrieve the claim partner
|
|
@@ -657,28 +387,6 @@ var ClaimPartnersApiFp = function (configuration) {
|
|
|
657
387
|
});
|
|
658
388
|
});
|
|
659
389
|
},
|
|
660
|
-
/**
|
|
661
|
-
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
662
|
-
* @summary Retrieve the claim partner
|
|
663
|
-
* @param {number} id
|
|
664
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
665
|
-
* @param {*} [options] Override http request option.
|
|
666
|
-
* @deprecated
|
|
667
|
-
* @throws {RequiredError}
|
|
668
|
-
*/
|
|
669
|
-
getClaimPartner1: function (id, authorization, options) {
|
|
670
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
671
|
-
var localVarAxiosArgs;
|
|
672
|
-
return __generator(this, function (_a) {
|
|
673
|
-
switch (_a.label) {
|
|
674
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getClaimPartner1(id, authorization, options)];
|
|
675
|
-
case 1:
|
|
676
|
-
localVarAxiosArgs = _a.sent();
|
|
677
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
678
|
-
}
|
|
679
|
-
});
|
|
680
|
-
});
|
|
681
|
-
},
|
|
682
390
|
/**
|
|
683
391
|
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
684
392
|
* @summary List claim partners
|
|
@@ -706,34 +414,6 @@ var ClaimPartnersApiFp = function (configuration) {
|
|
|
706
414
|
});
|
|
707
415
|
});
|
|
708
416
|
},
|
|
709
|
-
/**
|
|
710
|
-
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
711
|
-
* @summary List claim partners
|
|
712
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
713
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
714
|
-
* @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.
|
|
715
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
716
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
717
|
-
* @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: id, createdAt, updatedAt</i>
|
|
718
|
-
* @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: role, partner<i>
|
|
719
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
720
|
-
* @param {*} [options] Override http request option.
|
|
721
|
-
* @deprecated
|
|
722
|
-
* @throws {RequiredError}
|
|
723
|
-
*/
|
|
724
|
-
listClaimPartners1: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, 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.listClaimPartners1(authorization, pageSize, pageToken, filter, search, order, expand, filters, 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
417
|
};
|
|
738
418
|
};
|
|
739
419
|
exports.ClaimPartnersApiFp = ClaimPartnersApiFp;
|
|
@@ -756,19 +436,6 @@ var ClaimPartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
756
436
|
createClaimPartner: function (claimCode, createClaimPartnerRequestDto, authorization, options) {
|
|
757
437
|
return localVarFp.createClaimPartner(claimCode, createClaimPartnerRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
758
438
|
},
|
|
759
|
-
/**
|
|
760
|
-
* This will create a claim partner. **Required Permissions** \"claim-management.partners.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
761
|
-
* @summary Create the claim partner
|
|
762
|
-
* @param {string} claimCode Unique identifier for the claim object.
|
|
763
|
-
* @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
|
|
764
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
765
|
-
* @param {*} [options] Override http request option.
|
|
766
|
-
* @deprecated
|
|
767
|
-
* @throws {RequiredError}
|
|
768
|
-
*/
|
|
769
|
-
createClaimPartner1: function (claimCode, createClaimPartnerRequestDto, authorization, options) {
|
|
770
|
-
return localVarFp.createClaimPartner1(claimCode, createClaimPartnerRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
771
|
-
},
|
|
772
439
|
/**
|
|
773
440
|
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
774
441
|
* @summary Delete the claim partner
|
|
@@ -780,18 +447,6 @@ var ClaimPartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
780
447
|
deleteClaimPartner: function (id, authorization, options) {
|
|
781
448
|
return localVarFp.deleteClaimPartner(id, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
782
449
|
},
|
|
783
|
-
/**
|
|
784
|
-
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
785
|
-
* @summary Delete the claim partner
|
|
786
|
-
* @param {number} id
|
|
787
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
788
|
-
* @param {*} [options] Override http request option.
|
|
789
|
-
* @deprecated
|
|
790
|
-
* @throws {RequiredError}
|
|
791
|
-
*/
|
|
792
|
-
deleteClaimPartner1: function (id, authorization, options) {
|
|
793
|
-
return localVarFp.deleteClaimPartner1(id, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
794
|
-
},
|
|
795
450
|
/**
|
|
796
451
|
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
797
452
|
* @summary Retrieve the claim partner
|
|
@@ -803,18 +458,6 @@ var ClaimPartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
803
458
|
getClaimPartner: function (id, authorization, options) {
|
|
804
459
|
return localVarFp.getClaimPartner(id, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
805
460
|
},
|
|
806
|
-
/**
|
|
807
|
-
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
808
|
-
* @summary Retrieve the claim partner
|
|
809
|
-
* @param {number} id
|
|
810
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
811
|
-
* @param {*} [options] Override http request option.
|
|
812
|
-
* @deprecated
|
|
813
|
-
* @throws {RequiredError}
|
|
814
|
-
*/
|
|
815
|
-
getClaimPartner1: function (id, authorization, options) {
|
|
816
|
-
return localVarFp.getClaimPartner1(id, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
817
|
-
},
|
|
818
461
|
/**
|
|
819
462
|
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
820
463
|
* @summary List claim partners
|
|
@@ -832,24 +475,6 @@ var ClaimPartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
832
475
|
listClaimPartners: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
833
476
|
return localVarFp.listClaimPartners(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
|
|
834
477
|
},
|
|
835
|
-
/**
|
|
836
|
-
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
837
|
-
* @summary List claim partners
|
|
838
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
839
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
840
|
-
* @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.
|
|
841
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
842
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
843
|
-
* @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: id, createdAt, updatedAt</i>
|
|
844
|
-
* @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: role, partner<i>
|
|
845
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
846
|
-
* @param {*} [options] Override http request option.
|
|
847
|
-
* @deprecated
|
|
848
|
-
* @throws {RequiredError}
|
|
849
|
-
*/
|
|
850
|
-
listClaimPartners1: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
851
|
-
return localVarFp.listClaimPartners1(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
|
|
852
|
-
},
|
|
853
478
|
};
|
|
854
479
|
};
|
|
855
480
|
exports.ClaimPartnersApiFactory = ClaimPartnersApiFactory;
|
|
@@ -876,19 +501,6 @@ var ClaimPartnersApi = /** @class */ (function (_super) {
|
|
|
876
501
|
var _this = this;
|
|
877
502
|
return (0, exports.ClaimPartnersApiFp)(this.configuration).createClaimPartner(requestParameters.claimCode, requestParameters.createClaimPartnerRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
878
503
|
};
|
|
879
|
-
/**
|
|
880
|
-
* This will create a claim partner. **Required Permissions** \"claim-management.partners.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
881
|
-
* @summary Create the claim partner
|
|
882
|
-
* @param {ClaimPartnersApiCreateClaimPartner1Request} requestParameters Request parameters.
|
|
883
|
-
* @param {*} [options] Override http request option.
|
|
884
|
-
* @deprecated
|
|
885
|
-
* @throws {RequiredError}
|
|
886
|
-
* @memberof ClaimPartnersApi
|
|
887
|
-
*/
|
|
888
|
-
ClaimPartnersApi.prototype.createClaimPartner1 = function (requestParameters, options) {
|
|
889
|
-
var _this = this;
|
|
890
|
-
return (0, exports.ClaimPartnersApiFp)(this.configuration).createClaimPartner1(requestParameters.claimCode, requestParameters.createClaimPartnerRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
891
|
-
};
|
|
892
504
|
/**
|
|
893
505
|
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
894
506
|
* @summary Delete the claim partner
|
|
@@ -901,19 +513,6 @@ var ClaimPartnersApi = /** @class */ (function (_super) {
|
|
|
901
513
|
var _this = this;
|
|
902
514
|
return (0, exports.ClaimPartnersApiFp)(this.configuration).deleteClaimPartner(requestParameters.id, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
903
515
|
};
|
|
904
|
-
/**
|
|
905
|
-
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
906
|
-
* @summary Delete the claim partner
|
|
907
|
-
* @param {ClaimPartnersApiDeleteClaimPartner1Request} requestParameters Request parameters.
|
|
908
|
-
* @param {*} [options] Override http request option.
|
|
909
|
-
* @deprecated
|
|
910
|
-
* @throws {RequiredError}
|
|
911
|
-
* @memberof ClaimPartnersApi
|
|
912
|
-
*/
|
|
913
|
-
ClaimPartnersApi.prototype.deleteClaimPartner1 = function (requestParameters, options) {
|
|
914
|
-
var _this = this;
|
|
915
|
-
return (0, exports.ClaimPartnersApiFp)(this.configuration).deleteClaimPartner1(requestParameters.id, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
916
|
-
};
|
|
917
516
|
/**
|
|
918
517
|
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
919
518
|
* @summary Retrieve the claim partner
|
|
@@ -926,19 +525,6 @@ var ClaimPartnersApi = /** @class */ (function (_super) {
|
|
|
926
525
|
var _this = this;
|
|
927
526
|
return (0, exports.ClaimPartnersApiFp)(this.configuration).getClaimPartner(requestParameters.id, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
928
527
|
};
|
|
929
|
-
/**
|
|
930
|
-
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
931
|
-
* @summary Retrieve the claim partner
|
|
932
|
-
* @param {ClaimPartnersApiGetClaimPartner1Request} requestParameters Request parameters.
|
|
933
|
-
* @param {*} [options] Override http request option.
|
|
934
|
-
* @deprecated
|
|
935
|
-
* @throws {RequiredError}
|
|
936
|
-
* @memberof ClaimPartnersApi
|
|
937
|
-
*/
|
|
938
|
-
ClaimPartnersApi.prototype.getClaimPartner1 = function (requestParameters, options) {
|
|
939
|
-
var _this = this;
|
|
940
|
-
return (0, exports.ClaimPartnersApiFp)(this.configuration).getClaimPartner1(requestParameters.id, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
941
|
-
};
|
|
942
528
|
/**
|
|
943
529
|
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
944
530
|
* @summary List claim partners
|
|
@@ -952,20 +538,6 @@ var ClaimPartnersApi = /** @class */ (function (_super) {
|
|
|
952
538
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
953
539
|
return (0, exports.ClaimPartnersApiFp)(this.configuration).listClaimPartners(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); });
|
|
954
540
|
};
|
|
955
|
-
/**
|
|
956
|
-
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
957
|
-
* @summary List claim partners
|
|
958
|
-
* @param {ClaimPartnersApiListClaimPartners1Request} requestParameters Request parameters.
|
|
959
|
-
* @param {*} [options] Override http request option.
|
|
960
|
-
* @deprecated
|
|
961
|
-
* @throws {RequiredError}
|
|
962
|
-
* @memberof ClaimPartnersApi
|
|
963
|
-
*/
|
|
964
|
-
ClaimPartnersApi.prototype.listClaimPartners1 = function (requestParameters, options) {
|
|
965
|
-
var _this = this;
|
|
966
|
-
if (requestParameters === void 0) { requestParameters = {}; }
|
|
967
|
-
return (0, exports.ClaimPartnersApiFp)(this.configuration).listClaimPartners1(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); });
|
|
968
|
-
};
|
|
969
541
|
return ClaimPartnersApi;
|
|
970
542
|
}(base_1.BaseAPI));
|
|
971
543
|
exports.ClaimPartnersApi = ClaimPartnersApi;
|