@emilgroup/claim-sdk 1.40.1-beta.7 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -10
- package/README.md +2 -2
- package/api/claim-partner-roles-api.ts +6 -613
- package/api/claim-partners-api.ts +0 -504
- package/api/claim-regulations-api.ts +3 -624
- package/api/claim-statuses-api.ts +5 -728
- package/api/claims-api.ts +4 -828
- package/api/health-check-api.ts +0 -62
- package/api/settlements-api.ts +6 -613
- package/api.ts +0 -2
- package/dist/api/claim-partner-roles-api.d.ts +0 -338
- package/dist/api/claim-partner-roles-api.js +0 -505
- package/dist/api/claim-partners-api.d.ts +0 -283
- package/dist/api/claim-partners-api.js +0 -412
- package/dist/api/claim-regulations-api.d.ts +0 -347
- package/dist/api/claim-regulations-api.js +0 -511
- package/dist/api/claim-statuses-api.d.ts +0 -402
- package/dist/api/claim-statuses-api.js +11 -615
- package/dist/api/claims-api.d.ts +0 -457
- package/dist/api/claims-api.js +30 -726
- package/dist/api/health-check-api.d.ts +0 -29
- package/dist/api/health-check-api.js +0 -69
- package/dist/api/settlements-api.d.ts +0 -338
- package/dist/api/settlements-api.js +0 -505
- 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 -1316
- package/dist/api/claim-positions-api.d.ts +0 -740
- package/dist/api/claim-positions-api.js +0 -1157
- 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
|
@@ -77,53 +77,6 @@ export const ClaimStatusesApiAxiosParamCreator = function (configuration?: Confi
|
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
81
|
-
|
|
82
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
83
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
84
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
85
|
-
localVarRequestOptions.data = serializeDataIfNeeded(createClaimStatusRequestDto, localVarRequestOptions, configuration)
|
|
86
|
-
|
|
87
|
-
return {
|
|
88
|
-
url: toPathString(localVarUrlObj),
|
|
89
|
-
options: localVarRequestOptions,
|
|
90
|
-
};
|
|
91
|
-
},
|
|
92
|
-
/**
|
|
93
|
-
* This creates a claim status in the database **Required Permissions** \"claim-management.statuses.create\"
|
|
94
|
-
* @summary Create the claim status
|
|
95
|
-
* @param {CreateClaimStatusRequestDto} createClaimStatusRequestDto
|
|
96
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
97
|
-
* @param {*} [options] Override http request option.
|
|
98
|
-
* @throws {RequiredError}
|
|
99
|
-
*/
|
|
100
|
-
createClaimStatus1: async (createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
101
|
-
// verify required parameter 'createClaimStatusRequestDto' is not null or undefined
|
|
102
|
-
assertParamExists('createClaimStatus1', 'createClaimStatusRequestDto', createClaimStatusRequestDto)
|
|
103
|
-
const localVarPath = `/claimservice/v1/claim-statuses`;
|
|
104
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
105
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
106
|
-
let baseOptions;
|
|
107
|
-
let baseAccessToken;
|
|
108
|
-
if (configuration) {
|
|
109
|
-
baseOptions = configuration.baseOptions;
|
|
110
|
-
baseAccessToken = configuration.accessToken;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
114
|
-
const localVarHeaderParameter = {} as any;
|
|
115
|
-
const localVarQueryParameter = {} as any;
|
|
116
|
-
|
|
117
|
-
// authentication bearer required
|
|
118
|
-
// http bearer authentication required
|
|
119
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
120
|
-
|
|
121
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
122
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
80
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
128
81
|
|
|
129
82
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -172,51 +125,6 @@ export const ClaimStatusesApiAxiosParamCreator = function (configuration?: Confi
|
|
|
172
125
|
|
|
173
126
|
|
|
174
127
|
|
|
175
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
176
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
177
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
178
|
-
|
|
179
|
-
return {
|
|
180
|
-
url: toPathString(localVarUrlObj),
|
|
181
|
-
options: localVarRequestOptions,
|
|
182
|
-
};
|
|
183
|
-
},
|
|
184
|
-
/**
|
|
185
|
-
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
186
|
-
* @summary Delete the claim status
|
|
187
|
-
* @param {number} id
|
|
188
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
189
|
-
* @param {*} [options] Override http request option.
|
|
190
|
-
* @throws {RequiredError}
|
|
191
|
-
*/
|
|
192
|
-
deleteClaimStatus1: async (id: number, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
193
|
-
// verify required parameter 'id' is not null or undefined
|
|
194
|
-
assertParamExists('deleteClaimStatus1', 'id', id)
|
|
195
|
-
const localVarPath = `/claimservice/v1/claim-statuses/{id}`
|
|
196
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
197
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
198
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
199
|
-
let baseOptions;
|
|
200
|
-
let baseAccessToken;
|
|
201
|
-
if (configuration) {
|
|
202
|
-
baseOptions = configuration.baseOptions;
|
|
203
|
-
baseAccessToken = configuration.accessToken;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
207
|
-
const localVarHeaderParameter = {} as any;
|
|
208
|
-
const localVarQueryParameter = {} as any;
|
|
209
|
-
|
|
210
|
-
// authentication bearer required
|
|
211
|
-
// http bearer authentication required
|
|
212
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
213
|
-
|
|
214
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
215
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
128
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
221
129
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
222
130
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -262,51 +170,6 @@ export const ClaimStatusesApiAxiosParamCreator = function (configuration?: Confi
|
|
|
262
170
|
|
|
263
171
|
|
|
264
172
|
|
|
265
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
266
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
267
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
268
|
-
|
|
269
|
-
return {
|
|
270
|
-
url: toPathString(localVarUrlObj),
|
|
271
|
-
options: localVarRequestOptions,
|
|
272
|
-
};
|
|
273
|
-
},
|
|
274
|
-
/**
|
|
275
|
-
* Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information. **Required Permissions** \"claim-management.statuses.view\"
|
|
276
|
-
* @summary Retrieve the claim status
|
|
277
|
-
* @param {number} id
|
|
278
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
279
|
-
* @param {*} [options] Override http request option.
|
|
280
|
-
* @throws {RequiredError}
|
|
281
|
-
*/
|
|
282
|
-
getClaimStatus1: async (id: number, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
283
|
-
// verify required parameter 'id' is not null or undefined
|
|
284
|
-
assertParamExists('getClaimStatus1', 'id', id)
|
|
285
|
-
const localVarPath = `/claimservice/v1/claim-statuses/{id}`
|
|
286
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
287
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
288
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
289
|
-
let baseOptions;
|
|
290
|
-
let baseAccessToken;
|
|
291
|
-
if (configuration) {
|
|
292
|
-
baseOptions = configuration.baseOptions;
|
|
293
|
-
baseAccessToken = configuration.accessToken;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
297
|
-
const localVarHeaderParameter = {} as any;
|
|
298
|
-
const localVarQueryParameter = {} as any;
|
|
299
|
-
|
|
300
|
-
// authentication bearer required
|
|
301
|
-
// http bearer authentication required
|
|
302
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
303
|
-
|
|
304
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
305
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
173
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
311
174
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
312
175
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -383,82 +246,6 @@ export const ClaimStatusesApiAxiosParamCreator = function (configuration?: Confi
|
|
|
383
246
|
|
|
384
247
|
|
|
385
248
|
|
|
386
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
387
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
388
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
389
|
-
|
|
390
|
-
return {
|
|
391
|
-
url: toPathString(localVarUrlObj),
|
|
392
|
-
options: localVarRequestOptions,
|
|
393
|
-
};
|
|
394
|
-
},
|
|
395
|
-
/**
|
|
396
|
-
* Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.statuses.view\"
|
|
397
|
-
* @summary List claim statuses
|
|
398
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
399
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
400
|
-
* @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.
|
|
401
|
-
* @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: id, name, productSlug</i>
|
|
402
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
403
|
-
* @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</i>
|
|
404
|
-
* @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/>
|
|
405
|
-
* @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: id, name, productSlug</i>
|
|
406
|
-
* @param {*} [options] Override http request option.
|
|
407
|
-
* @throws {RequiredError}
|
|
408
|
-
*/
|
|
409
|
-
listClaimStatuses1: async (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
410
|
-
const localVarPath = `/claimservice/v1/claim-statuses`;
|
|
411
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
412
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
413
|
-
let baseOptions;
|
|
414
|
-
let baseAccessToken;
|
|
415
|
-
if (configuration) {
|
|
416
|
-
baseOptions = configuration.baseOptions;
|
|
417
|
-
baseAccessToken = configuration.accessToken;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
421
|
-
const localVarHeaderParameter = {} as any;
|
|
422
|
-
const localVarQueryParameter = {} as any;
|
|
423
|
-
|
|
424
|
-
// authentication bearer required
|
|
425
|
-
// http bearer authentication required
|
|
426
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
427
|
-
|
|
428
|
-
if (pageSize !== undefined) {
|
|
429
|
-
localVarQueryParameter['pageSize'] = pageSize;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
if (pageToken !== undefined) {
|
|
433
|
-
localVarQueryParameter['pageToken'] = pageToken;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
if (filter !== undefined) {
|
|
437
|
-
localVarQueryParameter['filter'] = filter;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
if (search !== undefined) {
|
|
441
|
-
localVarQueryParameter['search'] = search;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
if (order !== undefined) {
|
|
445
|
-
localVarQueryParameter['order'] = order;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
if (expand !== undefined) {
|
|
449
|
-
localVarQueryParameter['expand'] = expand;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
if (filters !== undefined) {
|
|
453
|
-
localVarQueryParameter['filters'] = filters;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
457
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
249
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
463
250
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
464
251
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -507,57 +294,6 @@ export const ClaimStatusesApiAxiosParamCreator = function (configuration?: Confi
|
|
|
507
294
|
|
|
508
295
|
|
|
509
296
|
|
|
510
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
511
|
-
|
|
512
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
513
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
514
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
515
|
-
localVarRequestOptions.data = serializeDataIfNeeded(patchClaimStatusRequestDto, localVarRequestOptions, configuration)
|
|
516
|
-
|
|
517
|
-
return {
|
|
518
|
-
url: toPathString(localVarUrlObj),
|
|
519
|
-
options: localVarRequestOptions,
|
|
520
|
-
};
|
|
521
|
-
},
|
|
522
|
-
/**
|
|
523
|
-
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
524
|
-
* @summary Patch claim status
|
|
525
|
-
* @param {number} id
|
|
526
|
-
* @param {PatchClaimStatusRequestDto} patchClaimStatusRequestDto
|
|
527
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
528
|
-
* @param {*} [options] Override http request option.
|
|
529
|
-
* @throws {RequiredError}
|
|
530
|
-
*/
|
|
531
|
-
patchClaimStatus1: async (id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
532
|
-
// verify required parameter 'id' is not null or undefined
|
|
533
|
-
assertParamExists('patchClaimStatus1', 'id', id)
|
|
534
|
-
// verify required parameter 'patchClaimStatusRequestDto' is not null or undefined
|
|
535
|
-
assertParamExists('patchClaimStatus1', 'patchClaimStatusRequestDto', patchClaimStatusRequestDto)
|
|
536
|
-
const localVarPath = `/claimservice/v1/claim-statuses/{id}`
|
|
537
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
538
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
539
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
540
|
-
let baseOptions;
|
|
541
|
-
let baseAccessToken;
|
|
542
|
-
if (configuration) {
|
|
543
|
-
baseOptions = configuration.baseOptions;
|
|
544
|
-
baseAccessToken = configuration.accessToken;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
548
|
-
const localVarHeaderParameter = {} as any;
|
|
549
|
-
const localVarQueryParameter = {} as any;
|
|
550
|
-
|
|
551
|
-
// authentication bearer required
|
|
552
|
-
// http bearer authentication required
|
|
553
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
554
|
-
|
|
555
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
556
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
297
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
562
298
|
|
|
563
299
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -609,57 +345,6 @@ export const ClaimStatusesApiAxiosParamCreator = function (configuration?: Confi
|
|
|
609
345
|
|
|
610
346
|
|
|
611
347
|
|
|
612
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
613
|
-
|
|
614
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
615
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
616
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
617
|
-
localVarRequestOptions.data = serializeDataIfNeeded(updateClaimStatusRequestDto, localVarRequestOptions, configuration)
|
|
618
|
-
|
|
619
|
-
return {
|
|
620
|
-
url: toPathString(localVarUrlObj),
|
|
621
|
-
options: localVarRequestOptions,
|
|
622
|
-
};
|
|
623
|
-
},
|
|
624
|
-
/**
|
|
625
|
-
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
626
|
-
* @summary Update the claim status
|
|
627
|
-
* @param {number} id
|
|
628
|
-
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
629
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
630
|
-
* @param {*} [options] Override http request option.
|
|
631
|
-
* @throws {RequiredError}
|
|
632
|
-
*/
|
|
633
|
-
updateClaimStatus1: async (id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
634
|
-
// verify required parameter 'id' is not null or undefined
|
|
635
|
-
assertParamExists('updateClaimStatus1', 'id', id)
|
|
636
|
-
// verify required parameter 'updateClaimStatusRequestDto' is not null or undefined
|
|
637
|
-
assertParamExists('updateClaimStatus1', 'updateClaimStatusRequestDto', updateClaimStatusRequestDto)
|
|
638
|
-
const localVarPath = `/claimservice/v1/claim-statuses/{id}`
|
|
639
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
640
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
641
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
642
|
-
let baseOptions;
|
|
643
|
-
let baseAccessToken;
|
|
644
|
-
if (configuration) {
|
|
645
|
-
baseOptions = configuration.baseOptions;
|
|
646
|
-
baseAccessToken = configuration.accessToken;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
650
|
-
const localVarHeaderParameter = {} as any;
|
|
651
|
-
const localVarQueryParameter = {} as any;
|
|
652
|
-
|
|
653
|
-
// authentication bearer required
|
|
654
|
-
// http bearer authentication required
|
|
655
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
656
|
-
|
|
657
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
658
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
348
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
664
349
|
|
|
665
350
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -694,18 +379,6 @@ export const ClaimStatusesApiFp = function(configuration?: Configuration) {
|
|
|
694
379
|
const localVarAxiosArgs = await localVarAxiosParamCreator.createClaimStatus(createClaimStatusRequestDto, authorization, options);
|
|
695
380
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
696
381
|
},
|
|
697
|
-
/**
|
|
698
|
-
* This creates a claim status in the database **Required Permissions** \"claim-management.statuses.create\"
|
|
699
|
-
* @summary Create the claim status
|
|
700
|
-
* @param {CreateClaimStatusRequestDto} createClaimStatusRequestDto
|
|
701
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
702
|
-
* @param {*} [options] Override http request option.
|
|
703
|
-
* @throws {RequiredError}
|
|
704
|
-
*/
|
|
705
|
-
async createClaimStatus1(createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimStatusResponseClass>> {
|
|
706
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.createClaimStatus1(createClaimStatusRequestDto, authorization, options);
|
|
707
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
708
|
-
},
|
|
709
382
|
/**
|
|
710
383
|
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
711
384
|
* @summary Delete the claim status
|
|
@@ -718,18 +391,6 @@ export const ClaimStatusesApiFp = function(configuration?: Configuration) {
|
|
|
718
391
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteClaimStatus(id, authorization, options);
|
|
719
392
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
720
393
|
},
|
|
721
|
-
/**
|
|
722
|
-
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
723
|
-
* @summary Delete the claim status
|
|
724
|
-
* @param {number} id
|
|
725
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
726
|
-
* @param {*} [options] Override http request option.
|
|
727
|
-
* @throws {RequiredError}
|
|
728
|
-
*/
|
|
729
|
-
async deleteClaimStatus1(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
730
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteClaimStatus1(id, authorization, options);
|
|
731
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
732
|
-
},
|
|
733
394
|
/**
|
|
734
395
|
* Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information. **Required Permissions** \"claim-management.statuses.view\"
|
|
735
396
|
* @summary Retrieve the claim status
|
|
@@ -742,18 +403,6 @@ export const ClaimStatusesApiFp = function(configuration?: Configuration) {
|
|
|
742
403
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getClaimStatus(id, authorization, options);
|
|
743
404
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
744
405
|
},
|
|
745
|
-
/**
|
|
746
|
-
* Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information. **Required Permissions** \"claim-management.statuses.view\"
|
|
747
|
-
* @summary Retrieve the claim status
|
|
748
|
-
* @param {number} id
|
|
749
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
750
|
-
* @param {*} [options] Override http request option.
|
|
751
|
-
* @throws {RequiredError}
|
|
752
|
-
*/
|
|
753
|
-
async getClaimStatus1(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimStatusResponseClass>> {
|
|
754
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getClaimStatus1(id, authorization, options);
|
|
755
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
756
|
-
},
|
|
757
406
|
/**
|
|
758
407
|
* Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.statuses.view\"
|
|
759
408
|
* @summary List claim statuses
|
|
@@ -772,24 +421,6 @@ export const ClaimStatusesApiFp = function(configuration?: Configuration) {
|
|
|
772
421
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listClaimStatuses(authorization, pageSize, pageToken, filter, search, order, expand, filters, options);
|
|
773
422
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
774
423
|
},
|
|
775
|
-
/**
|
|
776
|
-
* Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.statuses.view\"
|
|
777
|
-
* @summary List claim statuses
|
|
778
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
779
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
780
|
-
* @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.
|
|
781
|
-
* @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: id, name, productSlug</i>
|
|
782
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
783
|
-
* @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</i>
|
|
784
|
-
* @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/>
|
|
785
|
-
* @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: id, name, productSlug</i>
|
|
786
|
-
* @param {*} [options] Override http request option.
|
|
787
|
-
* @throws {RequiredError}
|
|
788
|
-
*/
|
|
789
|
-
async listClaimStatuses1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimStatusesResponseClass>> {
|
|
790
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listClaimStatuses1(authorization, pageSize, pageToken, filter, search, order, expand, filters, options);
|
|
791
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
792
|
-
},
|
|
793
424
|
/**
|
|
794
425
|
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
795
426
|
* @summary Patch claim status
|
|
@@ -803,19 +434,6 @@ export const ClaimStatusesApiFp = function(configuration?: Configuration) {
|
|
|
803
434
|
const localVarAxiosArgs = await localVarAxiosParamCreator.patchClaimStatus(id, patchClaimStatusRequestDto, authorization, options);
|
|
804
435
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
805
436
|
},
|
|
806
|
-
/**
|
|
807
|
-
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
808
|
-
* @summary Patch claim status
|
|
809
|
-
* @param {number} id
|
|
810
|
-
* @param {PatchClaimStatusRequestDto} patchClaimStatusRequestDto
|
|
811
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
812
|
-
* @param {*} [options] Override http request option.
|
|
813
|
-
* @throws {RequiredError}
|
|
814
|
-
*/
|
|
815
|
-
async patchClaimStatus1(id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchClaimStatusResponseClass>> {
|
|
816
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.patchClaimStatus1(id, patchClaimStatusRequestDto, authorization, options);
|
|
817
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
818
|
-
},
|
|
819
437
|
/**
|
|
820
438
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
821
439
|
* @summary Update the claim status
|
|
@@ -829,19 +447,6 @@ export const ClaimStatusesApiFp = function(configuration?: Configuration) {
|
|
|
829
447
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateClaimStatus(id, updateClaimStatusRequestDto, authorization, options);
|
|
830
448
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
831
449
|
},
|
|
832
|
-
/**
|
|
833
|
-
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
834
|
-
* @summary Update the claim status
|
|
835
|
-
* @param {number} id
|
|
836
|
-
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
837
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
838
|
-
* @param {*} [options] Override http request option.
|
|
839
|
-
* @throws {RequiredError}
|
|
840
|
-
*/
|
|
841
|
-
async updateClaimStatus1(id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateClaimStatusResponseClass>> {
|
|
842
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateClaimStatus1(id, updateClaimStatusRequestDto, authorization, options);
|
|
843
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
844
|
-
},
|
|
845
450
|
}
|
|
846
451
|
};
|
|
847
452
|
|
|
@@ -849,20 +454,9 @@ export const ClaimStatusesApiFp = function(configuration?: Configuration) {
|
|
|
849
454
|
* ClaimStatusesApi - factory interface
|
|
850
455
|
* @export
|
|
851
456
|
*/
|
|
852
|
-
export const ClaimStatusesApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
853
|
-
const localVarFp = ClaimStatusesApiFp(configuration)
|
|
854
|
-
return {
|
|
855
|
-
/**
|
|
856
|
-
* This creates a claim status in the database **Required Permissions** \"claim-management.statuses.create\"
|
|
857
|
-
* @summary Create the claim status
|
|
858
|
-
* @param {CreateClaimStatusRequestDto} createClaimStatusRequestDto
|
|
859
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
860
|
-
* @param {*} [options] Override http request option.
|
|
861
|
-
* @throws {RequiredError}
|
|
862
|
-
*/
|
|
863
|
-
createClaimStatus(createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimStatusResponseClass> {
|
|
864
|
-
return localVarFp.createClaimStatus(createClaimStatusRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
865
|
-
},
|
|
457
|
+
export const ClaimStatusesApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
458
|
+
const localVarFp = ClaimStatusesApiFp(configuration)
|
|
459
|
+
return {
|
|
866
460
|
/**
|
|
867
461
|
* This creates a claim status in the database **Required Permissions** \"claim-management.statuses.create\"
|
|
868
462
|
* @summary Create the claim status
|
|
@@ -871,8 +465,8 @@ export const ClaimStatusesApiFactory = function (configuration?: Configuration,
|
|
|
871
465
|
* @param {*} [options] Override http request option.
|
|
872
466
|
* @throws {RequiredError}
|
|
873
467
|
*/
|
|
874
|
-
|
|
875
|
-
return localVarFp.
|
|
468
|
+
createClaimStatus(createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimStatusResponseClass> {
|
|
469
|
+
return localVarFp.createClaimStatus(createClaimStatusRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
876
470
|
},
|
|
877
471
|
/**
|
|
878
472
|
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
@@ -885,17 +479,6 @@ export const ClaimStatusesApiFactory = function (configuration?: Configuration,
|
|
|
885
479
|
deleteClaimStatus(id: number, authorization?: string, options?: any): AxiosPromise<void> {
|
|
886
480
|
return localVarFp.deleteClaimStatus(id, authorization, options).then((request) => request(axios, basePath));
|
|
887
481
|
},
|
|
888
|
-
/**
|
|
889
|
-
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
890
|
-
* @summary Delete the claim status
|
|
891
|
-
* @param {number} id
|
|
892
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
893
|
-
* @param {*} [options] Override http request option.
|
|
894
|
-
* @throws {RequiredError}
|
|
895
|
-
*/
|
|
896
|
-
deleteClaimStatus1(id: number, authorization?: string, options?: any): AxiosPromise<void> {
|
|
897
|
-
return localVarFp.deleteClaimStatus1(id, authorization, options).then((request) => request(axios, basePath));
|
|
898
|
-
},
|
|
899
482
|
/**
|
|
900
483
|
* Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information. **Required Permissions** \"claim-management.statuses.view\"
|
|
901
484
|
* @summary Retrieve the claim status
|
|
@@ -907,17 +490,6 @@ export const ClaimStatusesApiFactory = function (configuration?: Configuration,
|
|
|
907
490
|
getClaimStatus(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimStatusResponseClass> {
|
|
908
491
|
return localVarFp.getClaimStatus(id, authorization, options).then((request) => request(axios, basePath));
|
|
909
492
|
},
|
|
910
|
-
/**
|
|
911
|
-
* Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information. **Required Permissions** \"claim-management.statuses.view\"
|
|
912
|
-
* @summary Retrieve the claim status
|
|
913
|
-
* @param {number} id
|
|
914
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
915
|
-
* @param {*} [options] Override http request option.
|
|
916
|
-
* @throws {RequiredError}
|
|
917
|
-
*/
|
|
918
|
-
getClaimStatus1(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimStatusResponseClass> {
|
|
919
|
-
return localVarFp.getClaimStatus1(id, authorization, options).then((request) => request(axios, basePath));
|
|
920
|
-
},
|
|
921
493
|
/**
|
|
922
494
|
* Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.statuses.view\"
|
|
923
495
|
* @summary List claim statuses
|
|
@@ -935,23 +507,6 @@ export const ClaimStatusesApiFactory = function (configuration?: Configuration,
|
|
|
935
507
|
listClaimStatuses(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimStatusesResponseClass> {
|
|
936
508
|
return localVarFp.listClaimStatuses(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
937
509
|
},
|
|
938
|
-
/**
|
|
939
|
-
* Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.statuses.view\"
|
|
940
|
-
* @summary List claim statuses
|
|
941
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
942
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
943
|
-
* @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.
|
|
944
|
-
* @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: id, name, productSlug</i>
|
|
945
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
946
|
-
* @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</i>
|
|
947
|
-
* @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/>
|
|
948
|
-
* @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: id, name, productSlug</i>
|
|
949
|
-
* @param {*} [options] Override http request option.
|
|
950
|
-
* @throws {RequiredError}
|
|
951
|
-
*/
|
|
952
|
-
listClaimStatuses1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimStatusesResponseClass> {
|
|
953
|
-
return localVarFp.listClaimStatuses1(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
954
|
-
},
|
|
955
510
|
/**
|
|
956
511
|
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
957
512
|
* @summary Patch claim status
|
|
@@ -964,18 +519,6 @@ export const ClaimStatusesApiFactory = function (configuration?: Configuration,
|
|
|
964
519
|
patchClaimStatus(id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<PatchClaimStatusResponseClass> {
|
|
965
520
|
return localVarFp.patchClaimStatus(id, patchClaimStatusRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
966
521
|
},
|
|
967
|
-
/**
|
|
968
|
-
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
969
|
-
* @summary Patch claim status
|
|
970
|
-
* @param {number} id
|
|
971
|
-
* @param {PatchClaimStatusRequestDto} patchClaimStatusRequestDto
|
|
972
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
973
|
-
* @param {*} [options] Override http request option.
|
|
974
|
-
* @throws {RequiredError}
|
|
975
|
-
*/
|
|
976
|
-
patchClaimStatus1(id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<PatchClaimStatusResponseClass> {
|
|
977
|
-
return localVarFp.patchClaimStatus1(id, patchClaimStatusRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
978
|
-
},
|
|
979
522
|
/**
|
|
980
523
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
981
524
|
* @summary Update the claim status
|
|
@@ -988,18 +531,6 @@ export const ClaimStatusesApiFactory = function (configuration?: Configuration,
|
|
|
988
531
|
updateClaimStatus(id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimStatusResponseClass> {
|
|
989
532
|
return localVarFp.updateClaimStatus(id, updateClaimStatusRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
990
533
|
},
|
|
991
|
-
/**
|
|
992
|
-
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
993
|
-
* @summary Update the claim status
|
|
994
|
-
* @param {number} id
|
|
995
|
-
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
996
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
997
|
-
* @param {*} [options] Override http request option.
|
|
998
|
-
* @throws {RequiredError}
|
|
999
|
-
*/
|
|
1000
|
-
updateClaimStatus1(id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimStatusResponseClass> {
|
|
1001
|
-
return localVarFp.updateClaimStatus1(id, updateClaimStatusRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
1002
|
-
},
|
|
1003
534
|
};
|
|
1004
535
|
};
|
|
1005
536
|
|
|
@@ -1024,27 +555,6 @@ export interface ClaimStatusesApiCreateClaimStatusRequest {
|
|
|
1024
555
|
readonly authorization?: string
|
|
1025
556
|
}
|
|
1026
557
|
|
|
1027
|
-
/**
|
|
1028
|
-
* Request parameters for createClaimStatus1 operation in ClaimStatusesApi.
|
|
1029
|
-
* @export
|
|
1030
|
-
* @interface ClaimStatusesApiCreateClaimStatus1Request
|
|
1031
|
-
*/
|
|
1032
|
-
export interface ClaimStatusesApiCreateClaimStatus1Request {
|
|
1033
|
-
/**
|
|
1034
|
-
*
|
|
1035
|
-
* @type {CreateClaimStatusRequestDto}
|
|
1036
|
-
* @memberof ClaimStatusesApiCreateClaimStatus1
|
|
1037
|
-
*/
|
|
1038
|
-
readonly createClaimStatusRequestDto: CreateClaimStatusRequestDto
|
|
1039
|
-
|
|
1040
|
-
/**
|
|
1041
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1042
|
-
* @type {string}
|
|
1043
|
-
* @memberof ClaimStatusesApiCreateClaimStatus1
|
|
1044
|
-
*/
|
|
1045
|
-
readonly authorization?: string
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
558
|
/**
|
|
1049
559
|
* Request parameters for deleteClaimStatus operation in ClaimStatusesApi.
|
|
1050
560
|
* @export
|
|
@@ -1066,27 +576,6 @@ export interface ClaimStatusesApiDeleteClaimStatusRequest {
|
|
|
1066
576
|
readonly authorization?: string
|
|
1067
577
|
}
|
|
1068
578
|
|
|
1069
|
-
/**
|
|
1070
|
-
* Request parameters for deleteClaimStatus1 operation in ClaimStatusesApi.
|
|
1071
|
-
* @export
|
|
1072
|
-
* @interface ClaimStatusesApiDeleteClaimStatus1Request
|
|
1073
|
-
*/
|
|
1074
|
-
export interface ClaimStatusesApiDeleteClaimStatus1Request {
|
|
1075
|
-
/**
|
|
1076
|
-
*
|
|
1077
|
-
* @type {number}
|
|
1078
|
-
* @memberof ClaimStatusesApiDeleteClaimStatus1
|
|
1079
|
-
*/
|
|
1080
|
-
readonly id: number
|
|
1081
|
-
|
|
1082
|
-
/**
|
|
1083
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1084
|
-
* @type {string}
|
|
1085
|
-
* @memberof ClaimStatusesApiDeleteClaimStatus1
|
|
1086
|
-
*/
|
|
1087
|
-
readonly authorization?: string
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
579
|
/**
|
|
1091
580
|
* Request parameters for getClaimStatus operation in ClaimStatusesApi.
|
|
1092
581
|
* @export
|
|
@@ -1108,27 +597,6 @@ export interface ClaimStatusesApiGetClaimStatusRequest {
|
|
|
1108
597
|
readonly authorization?: string
|
|
1109
598
|
}
|
|
1110
599
|
|
|
1111
|
-
/**
|
|
1112
|
-
* Request parameters for getClaimStatus1 operation in ClaimStatusesApi.
|
|
1113
|
-
* @export
|
|
1114
|
-
* @interface ClaimStatusesApiGetClaimStatus1Request
|
|
1115
|
-
*/
|
|
1116
|
-
export interface ClaimStatusesApiGetClaimStatus1Request {
|
|
1117
|
-
/**
|
|
1118
|
-
*
|
|
1119
|
-
* @type {number}
|
|
1120
|
-
* @memberof ClaimStatusesApiGetClaimStatus1
|
|
1121
|
-
*/
|
|
1122
|
-
readonly id: number
|
|
1123
|
-
|
|
1124
|
-
/**
|
|
1125
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1126
|
-
* @type {string}
|
|
1127
|
-
* @memberof ClaimStatusesApiGetClaimStatus1
|
|
1128
|
-
*/
|
|
1129
|
-
readonly authorization?: string
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
600
|
/**
|
|
1133
601
|
* Request parameters for listClaimStatuses operation in ClaimStatusesApi.
|
|
1134
602
|
* @export
|
|
@@ -1192,69 +660,6 @@ export interface ClaimStatusesApiListClaimStatusesRequest {
|
|
|
1192
660
|
readonly filters?: string
|
|
1193
661
|
}
|
|
1194
662
|
|
|
1195
|
-
/**
|
|
1196
|
-
* Request parameters for listClaimStatuses1 operation in ClaimStatusesApi.
|
|
1197
|
-
* @export
|
|
1198
|
-
* @interface ClaimStatusesApiListClaimStatuses1Request
|
|
1199
|
-
*/
|
|
1200
|
-
export interface ClaimStatusesApiListClaimStatuses1Request {
|
|
1201
|
-
/**
|
|
1202
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1203
|
-
* @type {string}
|
|
1204
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
1205
|
-
*/
|
|
1206
|
-
readonly authorization?: string
|
|
1207
|
-
|
|
1208
|
-
/**
|
|
1209
|
-
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
1210
|
-
* @type {number}
|
|
1211
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
1212
|
-
*/
|
|
1213
|
-
readonly pageSize?: number
|
|
1214
|
-
|
|
1215
|
-
/**
|
|
1216
|
-
* 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.
|
|
1217
|
-
* @type {string}
|
|
1218
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
1219
|
-
*/
|
|
1220
|
-
readonly pageToken?: string
|
|
1221
|
-
|
|
1222
|
-
/**
|
|
1223
|
-
* 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: id, name, productSlug</i>
|
|
1224
|
-
* @type {string}
|
|
1225
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
1226
|
-
*/
|
|
1227
|
-
readonly filter?: string
|
|
1228
|
-
|
|
1229
|
-
/**
|
|
1230
|
-
* To search the list by any field, pass search=xxx to fetch the result.
|
|
1231
|
-
* @type {string}
|
|
1232
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
1233
|
-
*/
|
|
1234
|
-
readonly search?: string
|
|
1235
|
-
|
|
1236
|
-
/**
|
|
1237
|
-
* 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</i>
|
|
1238
|
-
* @type {string}
|
|
1239
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
1240
|
-
*/
|
|
1241
|
-
readonly order?: string
|
|
1242
|
-
|
|
1243
|
-
/**
|
|
1244
|
-
* 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/>
|
|
1245
|
-
* @type {string}
|
|
1246
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
1247
|
-
*/
|
|
1248
|
-
readonly expand?: string
|
|
1249
|
-
|
|
1250
|
-
/**
|
|
1251
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, name, productSlug</i>
|
|
1252
|
-
* @type {string}
|
|
1253
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
1254
|
-
*/
|
|
1255
|
-
readonly filters?: string
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
663
|
/**
|
|
1259
664
|
* Request parameters for patchClaimStatus operation in ClaimStatusesApi.
|
|
1260
665
|
* @export
|
|
@@ -1283,34 +688,6 @@ export interface ClaimStatusesApiPatchClaimStatusRequest {
|
|
|
1283
688
|
readonly authorization?: string
|
|
1284
689
|
}
|
|
1285
690
|
|
|
1286
|
-
/**
|
|
1287
|
-
* Request parameters for patchClaimStatus1 operation in ClaimStatusesApi.
|
|
1288
|
-
* @export
|
|
1289
|
-
* @interface ClaimStatusesApiPatchClaimStatus1Request
|
|
1290
|
-
*/
|
|
1291
|
-
export interface ClaimStatusesApiPatchClaimStatus1Request {
|
|
1292
|
-
/**
|
|
1293
|
-
*
|
|
1294
|
-
* @type {number}
|
|
1295
|
-
* @memberof ClaimStatusesApiPatchClaimStatus1
|
|
1296
|
-
*/
|
|
1297
|
-
readonly id: number
|
|
1298
|
-
|
|
1299
|
-
/**
|
|
1300
|
-
*
|
|
1301
|
-
* @type {PatchClaimStatusRequestDto}
|
|
1302
|
-
* @memberof ClaimStatusesApiPatchClaimStatus1
|
|
1303
|
-
*/
|
|
1304
|
-
readonly patchClaimStatusRequestDto: PatchClaimStatusRequestDto
|
|
1305
|
-
|
|
1306
|
-
/**
|
|
1307
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1308
|
-
* @type {string}
|
|
1309
|
-
* @memberof ClaimStatusesApiPatchClaimStatus1
|
|
1310
|
-
*/
|
|
1311
|
-
readonly authorization?: string
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
691
|
/**
|
|
1315
692
|
* Request parameters for updateClaimStatus operation in ClaimStatusesApi.
|
|
1316
693
|
* @export
|
|
@@ -1339,34 +716,6 @@ export interface ClaimStatusesApiUpdateClaimStatusRequest {
|
|
|
1339
716
|
readonly authorization?: string
|
|
1340
717
|
}
|
|
1341
718
|
|
|
1342
|
-
/**
|
|
1343
|
-
* Request parameters for updateClaimStatus1 operation in ClaimStatusesApi.
|
|
1344
|
-
* @export
|
|
1345
|
-
* @interface ClaimStatusesApiUpdateClaimStatus1Request
|
|
1346
|
-
*/
|
|
1347
|
-
export interface ClaimStatusesApiUpdateClaimStatus1Request {
|
|
1348
|
-
/**
|
|
1349
|
-
*
|
|
1350
|
-
* @type {number}
|
|
1351
|
-
* @memberof ClaimStatusesApiUpdateClaimStatus1
|
|
1352
|
-
*/
|
|
1353
|
-
readonly id: number
|
|
1354
|
-
|
|
1355
|
-
/**
|
|
1356
|
-
*
|
|
1357
|
-
* @type {UpdateClaimStatusRequestDto}
|
|
1358
|
-
* @memberof ClaimStatusesApiUpdateClaimStatus1
|
|
1359
|
-
*/
|
|
1360
|
-
readonly updateClaimStatusRequestDto: UpdateClaimStatusRequestDto
|
|
1361
|
-
|
|
1362
|
-
/**
|
|
1363
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1364
|
-
* @type {string}
|
|
1365
|
-
* @memberof ClaimStatusesApiUpdateClaimStatus1
|
|
1366
|
-
*/
|
|
1367
|
-
readonly authorization?: string
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
719
|
/**
|
|
1371
720
|
* ClaimStatusesApi - object-oriented interface
|
|
1372
721
|
* @export
|
|
@@ -1386,18 +735,6 @@ export class ClaimStatusesApi extends BaseAPI {
|
|
|
1386
735
|
return ClaimStatusesApiFp(this.configuration).createClaimStatus(requestParameters.createClaimStatusRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1387
736
|
}
|
|
1388
737
|
|
|
1389
|
-
/**
|
|
1390
|
-
* This creates a claim status in the database **Required Permissions** \"claim-management.statuses.create\"
|
|
1391
|
-
* @summary Create the claim status
|
|
1392
|
-
* @param {ClaimStatusesApiCreateClaimStatus1Request} requestParameters Request parameters.
|
|
1393
|
-
* @param {*} [options] Override http request option.
|
|
1394
|
-
* @throws {RequiredError}
|
|
1395
|
-
* @memberof ClaimStatusesApi
|
|
1396
|
-
*/
|
|
1397
|
-
public createClaimStatus1(requestParameters: ClaimStatusesApiCreateClaimStatus1Request, options?: AxiosRequestConfig) {
|
|
1398
|
-
return ClaimStatusesApiFp(this.configuration).createClaimStatus1(requestParameters.createClaimStatusRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
738
|
/**
|
|
1402
739
|
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
1403
740
|
* @summary Delete the claim status
|
|
@@ -1410,18 +747,6 @@ export class ClaimStatusesApi extends BaseAPI {
|
|
|
1410
747
|
return ClaimStatusesApiFp(this.configuration).deleteClaimStatus(requestParameters.id, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1411
748
|
}
|
|
1412
749
|
|
|
1413
|
-
/**
|
|
1414
|
-
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
1415
|
-
* @summary Delete the claim status
|
|
1416
|
-
* @param {ClaimStatusesApiDeleteClaimStatus1Request} requestParameters Request parameters.
|
|
1417
|
-
* @param {*} [options] Override http request option.
|
|
1418
|
-
* @throws {RequiredError}
|
|
1419
|
-
* @memberof ClaimStatusesApi
|
|
1420
|
-
*/
|
|
1421
|
-
public deleteClaimStatus1(requestParameters: ClaimStatusesApiDeleteClaimStatus1Request, options?: AxiosRequestConfig) {
|
|
1422
|
-
return ClaimStatusesApiFp(this.configuration).deleteClaimStatus1(requestParameters.id, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
750
|
/**
|
|
1426
751
|
* Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information. **Required Permissions** \"claim-management.statuses.view\"
|
|
1427
752
|
* @summary Retrieve the claim status
|
|
@@ -1434,18 +759,6 @@ export class ClaimStatusesApi extends BaseAPI {
|
|
|
1434
759
|
return ClaimStatusesApiFp(this.configuration).getClaimStatus(requestParameters.id, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1435
760
|
}
|
|
1436
761
|
|
|
1437
|
-
/**
|
|
1438
|
-
* Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information. **Required Permissions** \"claim-management.statuses.view\"
|
|
1439
|
-
* @summary Retrieve the claim status
|
|
1440
|
-
* @param {ClaimStatusesApiGetClaimStatus1Request} requestParameters Request parameters.
|
|
1441
|
-
* @param {*} [options] Override http request option.
|
|
1442
|
-
* @throws {RequiredError}
|
|
1443
|
-
* @memberof ClaimStatusesApi
|
|
1444
|
-
*/
|
|
1445
|
-
public getClaimStatus1(requestParameters: ClaimStatusesApiGetClaimStatus1Request, options?: AxiosRequestConfig) {
|
|
1446
|
-
return ClaimStatusesApiFp(this.configuration).getClaimStatus1(requestParameters.id, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
762
|
/**
|
|
1450
763
|
* Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.statuses.view\"
|
|
1451
764
|
* @summary List claim statuses
|
|
@@ -1458,18 +771,6 @@ export class ClaimStatusesApi extends BaseAPI {
|
|
|
1458
771
|
return ClaimStatusesApiFp(this.configuration).listClaimStatuses(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then((request) => request(this.axios, this.basePath));
|
|
1459
772
|
}
|
|
1460
773
|
|
|
1461
|
-
/**
|
|
1462
|
-
* Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.statuses.view\"
|
|
1463
|
-
* @summary List claim statuses
|
|
1464
|
-
* @param {ClaimStatusesApiListClaimStatuses1Request} requestParameters Request parameters.
|
|
1465
|
-
* @param {*} [options] Override http request option.
|
|
1466
|
-
* @throws {RequiredError}
|
|
1467
|
-
* @memberof ClaimStatusesApi
|
|
1468
|
-
*/
|
|
1469
|
-
public listClaimStatuses1(requestParameters: ClaimStatusesApiListClaimStatuses1Request = {}, options?: AxiosRequestConfig) {
|
|
1470
|
-
return ClaimStatusesApiFp(this.configuration).listClaimStatuses1(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then((request) => request(this.axios, this.basePath));
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
774
|
/**
|
|
1474
775
|
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
1475
776
|
* @summary Patch claim status
|
|
@@ -1482,18 +783,6 @@ export class ClaimStatusesApi extends BaseAPI {
|
|
|
1482
783
|
return ClaimStatusesApiFp(this.configuration).patchClaimStatus(requestParameters.id, requestParameters.patchClaimStatusRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1483
784
|
}
|
|
1484
785
|
|
|
1485
|
-
/**
|
|
1486
|
-
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
1487
|
-
* @summary Patch claim status
|
|
1488
|
-
* @param {ClaimStatusesApiPatchClaimStatus1Request} requestParameters Request parameters.
|
|
1489
|
-
* @param {*} [options] Override http request option.
|
|
1490
|
-
* @throws {RequiredError}
|
|
1491
|
-
* @memberof ClaimStatusesApi
|
|
1492
|
-
*/
|
|
1493
|
-
public patchClaimStatus1(requestParameters: ClaimStatusesApiPatchClaimStatus1Request, options?: AxiosRequestConfig) {
|
|
1494
|
-
return ClaimStatusesApiFp(this.configuration).patchClaimStatus1(requestParameters.id, requestParameters.patchClaimStatusRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
786
|
/**
|
|
1498
787
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
1499
788
|
* @summary Update the claim status
|
|
@@ -1505,16 +794,4 @@ export class ClaimStatusesApi extends BaseAPI {
|
|
|
1505
794
|
public updateClaimStatus(requestParameters: ClaimStatusesApiUpdateClaimStatusRequest, options?: AxiosRequestConfig) {
|
|
1506
795
|
return ClaimStatusesApiFp(this.configuration).updateClaimStatus(requestParameters.id, requestParameters.updateClaimStatusRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1507
796
|
}
|
|
1508
|
-
|
|
1509
|
-
/**
|
|
1510
|
-
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
1511
|
-
* @summary Update the claim status
|
|
1512
|
-
* @param {ClaimStatusesApiUpdateClaimStatus1Request} requestParameters Request parameters.
|
|
1513
|
-
* @param {*} [options] Override http request option.
|
|
1514
|
-
* @throws {RequiredError}
|
|
1515
|
-
* @memberof ClaimStatusesApi
|
|
1516
|
-
*/
|
|
1517
|
-
public updateClaimStatus1(requestParameters: ClaimStatusesApiUpdateClaimStatus1Request, options?: AxiosRequestConfig) {
|
|
1518
|
-
return ClaimStatusesApiFp(this.configuration).updateClaimStatus1(requestParameters.id, requestParameters.updateClaimStatusRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
1519
|
-
}
|
|
1520
797
|
}
|