@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230403.1 → 1.20230512.1
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 +20 -1
- package/api/capitation-plan-rates-api.ts +22 -13
- package/api/claim-adjudication-api.ts +404 -0
- package/api/commission-adjustments-api.ts +59 -107
- package/api/commission-rate-subscribers-api.ts +126 -0
- package/api/context4-health-cost-containment-option-pricing-api.ts +17 -8
- package/api/context4-health-cost-containment-options-api.ts +17 -8
- package/api/groups-api.ts +97 -0
- package/api/invoice-status-api.ts +155 -0
- package/api/invoice-types-api.ts +155 -0
- package/api/members-api.ts +323 -0
- package/api/plan-benefit-clusters-api.ts +17 -8
- package/api/plan-relationship-age-restrictions-api.ts +63 -148
- package/api/premium-invoice-subscribers-api.ts +123 -0
- package/api/process-logging-api.ts +105 -0
- package/api/security-area-user-groups-api.ts +100 -0
- package/api/security-area-users-api.ts +98 -0
- package/api/subscriber-plan-policy-forfeitures-api.ts +581 -35
- package/api/ucnetwork-api.ts +710 -0
- package/api.ts +3 -1
- package/models/auth-adjustment.ts +2 -2
- package/models/billing-cycle.ts +25 -1
- package/models/call-tracking.ts +25 -1
- package/models/check-batch.ts +27 -3
- package/models/commission-adjustment.ts +21 -15
- package/models/commission-rate.ts +90 -36
- package/models/company-data.ts +12 -0
- package/models/enrollment-pcpauto-assign-member-list-vbaresponse.ts +45 -0
- package/models/enrollment-pcpauto-assign-member.ts +96 -0
- package/models/enrollment-pcpauto-assign-provider-list-vbaresponse.ts +45 -0
- package/models/enrollment-pcpauto-assign-provider.ts +90 -0
- package/models/enrollment-pcpauto-assign.ts +3 -3
- package/models/funding-request.ts +26 -2
- package/models/index.ts +17 -0
- package/models/payee.ts +29 -5
- package/models/plan-pre-ex.ts +54 -0
- package/models/plans.ts +6 -0
- package/models/prem-invoice.ts +27 -21
- package/models/prem-rate-type.ts +6 -0
- package/models/prem-rate.ts +6 -0
- package/models/state-interest.ts +72 -0
- package/models/state.ts +35 -5
- package/models/string-list-vbaresponse.ts +44 -0
- package/models/sub-enrollment-plan.ts +6 -0
- package/models/sub-payment-method.ts +16 -10
- package/models/subscriber-forfeiture-status.ts +25 -1
- package/models/subscribers.ts +6 -0
- package/models/ucnetwork-list-vbaresponse.ts +45 -0
- package/models/ucnetwork-vbaresponse.ts +45 -0
- package/models/ucnetwork.ts +90 -0
- package/models/vbacommission-rate-subscriber-list-vbaresponse.ts +45 -0
- package/models/vbacommission-rate-subscriber.ts +48 -0
- package/models/vbagroup-enrollment-summary-vbaresponse.ts +45 -0
- package/models/vbagroup-enrollment-summary.ts +48 -0
- package/models/vbamembers-disability-tax-summary-vbaresponse.ts +45 -0
- package/models/vbamembers-disability-tax-summary.ts +276 -0
- package/models/vbaprem-invoice-subscriber-history-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-history.ts +108 -0
- package/models/vbaprocess-log-list-vbaresponse.ts +45 -0
- package/package.json +1 -1
- package/api/subscriber-plan-forfeitures-api.ts +0 -731
package/.openapi-generator/FILES
CHANGED
|
@@ -438,6 +438,8 @@ api/insurance-types-api.ts
|
|
|
438
438
|
api/interface-types-api.ts
|
|
439
439
|
api/invoice-levels-api.ts
|
|
440
440
|
api/invoice-reasons-api.ts
|
|
441
|
+
api/invoice-status-api.ts
|
|
442
|
+
api/invoice-types-api.ts
|
|
441
443
|
api/issue-duration-values-api.ts
|
|
442
444
|
api/job-execution-metadata-api.ts
|
|
443
445
|
api/job-executions-api.ts
|
|
@@ -723,7 +725,6 @@ api/subscriber-flex-payments-api.ts
|
|
|
723
725
|
api/subscriber-idcode-history-api.ts
|
|
724
726
|
api/subscriber-idcodes-api.ts
|
|
725
727
|
api/subscriber-payment-methods-api.ts
|
|
726
|
-
api/subscriber-plan-forfeitures-api.ts
|
|
727
728
|
api/subscriber-plan-policies-api.ts
|
|
728
729
|
api/subscriber-plan-policy-forfeitures-api.ts
|
|
729
730
|
api/subscriber-plan-policy-statuses-api.ts
|
|
@@ -750,6 +751,7 @@ api/tooth-procedures-api.ts
|
|
|
750
751
|
api/tooth-quadrants-api.ts
|
|
751
752
|
api/transplant-types-api.ts
|
|
752
753
|
api/treatment-types-api.ts
|
|
754
|
+
api/ucnetwork-api.ts
|
|
753
755
|
api/unassigned-commission-adjustments-api.ts
|
|
754
756
|
api/unit-type-conversions-api.ts
|
|
755
757
|
api/unit-types-api.ts
|
|
@@ -1659,6 +1661,10 @@ models/eligibility-status-vbaresponse.ts
|
|
|
1659
1661
|
models/eligibility-status.ts
|
|
1660
1662
|
models/enrollment-disenroll-group.ts
|
|
1661
1663
|
models/enrollment-disenroll.ts
|
|
1664
|
+
models/enrollment-pcpauto-assign-member-list-vbaresponse.ts
|
|
1665
|
+
models/enrollment-pcpauto-assign-member.ts
|
|
1666
|
+
models/enrollment-pcpauto-assign-provider-list-vbaresponse.ts
|
|
1667
|
+
models/enrollment-pcpauto-assign-provider.ts
|
|
1662
1668
|
models/enrollment-pcpauto-assign.ts
|
|
1663
1669
|
models/enrollment-policy-forfeiture.ts
|
|
1664
1670
|
models/enrollment-reenroll.ts
|
|
@@ -2834,6 +2840,7 @@ models/state-procedure-code-tax-vbaresponse.ts
|
|
|
2834
2840
|
models/state-procedure-code-tax.ts
|
|
2835
2841
|
models/state-vbaresponse.ts
|
|
2836
2842
|
models/state.ts
|
|
2843
|
+
models/string-list-vbaresponse.ts
|
|
2837
2844
|
models/string-static-option-list-vbaresponse.ts
|
|
2838
2845
|
models/string-static-option-vbaresponse.ts
|
|
2839
2846
|
models/string-static-option.ts
|
|
@@ -2946,6 +2953,9 @@ models/tooth.ts
|
|
|
2946
2953
|
models/treatment-type-list-vbaresponse.ts
|
|
2947
2954
|
models/treatment-type-vbaresponse.ts
|
|
2948
2955
|
models/treatment-type.ts
|
|
2956
|
+
models/ucnetwork-list-vbaresponse.ts
|
|
2957
|
+
models/ucnetwork-vbaresponse.ts
|
|
2958
|
+
models/ucnetwork.ts
|
|
2949
2959
|
models/unit-conversion-list-vbaresponse.ts
|
|
2950
2960
|
models/unit-conversion-vbaresponse.ts
|
|
2951
2961
|
models/unit-conversion.ts
|
|
@@ -2987,6 +2997,8 @@ models/users-vbaresponse.ts
|
|
|
2987
2997
|
models/users.ts
|
|
2988
2998
|
models/vbaauth-vbaresponse.ts
|
|
2989
2999
|
models/vbaauth.ts
|
|
3000
|
+
models/vbacommission-rate-subscriber-list-vbaresponse.ts
|
|
3001
|
+
models/vbacommission-rate-subscriber.ts
|
|
2990
3002
|
models/vbagateway-subscription-detail-list-vbaresponse.ts
|
|
2991
3003
|
models/vbagateway-subscription-detail-vbaresponse.ts
|
|
2992
3004
|
models/vbagateway-subscription-detail.ts
|
|
@@ -2995,6 +3007,8 @@ models/vbagateway-subscription-vbaresponse.ts
|
|
|
2995
3007
|
models/vbagateway-subscription.ts
|
|
2996
3008
|
models/vbagroup-contract-list-vbaresponse.ts
|
|
2997
3009
|
models/vbagroup-contract.ts
|
|
3010
|
+
models/vbagroup-enrollment-summary-vbaresponse.ts
|
|
3011
|
+
models/vbagroup-enrollment-summary.ts
|
|
2998
3012
|
models/vbainterface-idcode-list-vbaresponse.ts
|
|
2999
3013
|
models/vbainterface-idcode-vbaresponse.ts
|
|
3000
3014
|
models/vbainterface-idcode.ts
|
|
@@ -3013,7 +3027,12 @@ models/vbainterface-vendor-list-vbaresponse.ts
|
|
|
3013
3027
|
models/vbainterface-vendor-vbaresponse.ts
|
|
3014
3028
|
models/vbainterface-vendor.ts
|
|
3015
3029
|
models/vbainterface.ts
|
|
3030
|
+
models/vbamembers-disability-tax-summary-vbaresponse.ts
|
|
3031
|
+
models/vbamembers-disability-tax-summary.ts
|
|
3032
|
+
models/vbaprem-invoice-subscriber-history-list-vbaresponse.ts
|
|
3033
|
+
models/vbaprem-invoice-subscriber-history.ts
|
|
3016
3034
|
models/vbaproblem-details.ts
|
|
3035
|
+
models/vbaprocess-log-list-vbaresponse.ts
|
|
3017
3036
|
models/vbaprocess-log-vbaresponse.ts
|
|
3018
3037
|
models/vbaprocess-log.ts
|
|
3019
3038
|
models/vbaprocess-parameter-vbaresponse.ts
|
|
@@ -181,15 +181,16 @@ export const CapitationPlanRatesApiAxiosParamCreator = function (configuration?:
|
|
|
181
181
|
};
|
|
182
182
|
},
|
|
183
183
|
/**
|
|
184
|
-
* Lists all CapitationPlanRate
|
|
184
|
+
* Lists all CapitationPlanRate. Supply optinal query parameter planID to filter by a specific plan.
|
|
185
185
|
* @summary List CapitationPlanRate
|
|
186
186
|
* @param {string} vbasoftwareDatabase Target database
|
|
187
|
+
* @param {string} [planID] Plan ID
|
|
187
188
|
* @param {number} [page] Page
|
|
188
189
|
* @param {number} [pageSize] Page Size
|
|
189
190
|
* @param {*} [options] Override http request option.
|
|
190
191
|
* @throws {RequiredError}
|
|
191
192
|
*/
|
|
192
|
-
listCapitationPlanRate: async (vbasoftwareDatabase: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
193
|
+
listCapitationPlanRate: async (vbasoftwareDatabase: string, planID?: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
193
194
|
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
194
195
|
assertParamExists('listCapitationPlanRate', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
195
196
|
const localVarPath = `/capitation-plan-rates`;
|
|
@@ -211,6 +212,10 @@ export const CapitationPlanRatesApiAxiosParamCreator = function (configuration?:
|
|
|
211
212
|
// http bearer authentication required
|
|
212
213
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
213
214
|
|
|
215
|
+
if (planID !== undefined) {
|
|
216
|
+
localVarQueryParameter['planID'] = planID;
|
|
217
|
+
}
|
|
218
|
+
|
|
214
219
|
if (page !== undefined) {
|
|
215
220
|
localVarQueryParameter['page'] = page;
|
|
216
221
|
}
|
|
@@ -385,16 +390,17 @@ export const CapitationPlanRatesApiFp = function(configuration?: Configuration)
|
|
|
385
390
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
386
391
|
},
|
|
387
392
|
/**
|
|
388
|
-
* Lists all CapitationPlanRate
|
|
393
|
+
* Lists all CapitationPlanRate. Supply optinal query parameter planID to filter by a specific plan.
|
|
389
394
|
* @summary List CapitationPlanRate
|
|
390
395
|
* @param {string} vbasoftwareDatabase Target database
|
|
396
|
+
* @param {string} [planID] Plan ID
|
|
391
397
|
* @param {number} [page] Page
|
|
392
398
|
* @param {number} [pageSize] Page Size
|
|
393
399
|
* @param {*} [options] Override http request option.
|
|
394
400
|
* @throws {RequiredError}
|
|
395
401
|
*/
|
|
396
|
-
async listCapitationPlanRate(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CapitationPlanRateListVBAResponse>> {
|
|
397
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listCapitationPlanRate(vbasoftwareDatabase, page, pageSize, options);
|
|
402
|
+
async listCapitationPlanRate(vbasoftwareDatabase: string, planID?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CapitationPlanRateListVBAResponse>> {
|
|
403
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listCapitationPlanRate(vbasoftwareDatabase, planID, page, pageSize, options);
|
|
398
404
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
399
405
|
},
|
|
400
406
|
/**
|
|
@@ -466,16 +472,17 @@ export const CapitationPlanRatesApiFactory = function (configuration?: Configura
|
|
|
466
472
|
return localVarFp.getCapitationPlanRate(vbasoftwareDatabase, capitationPlanRateKey, options).then((request) => request(axios, basePath));
|
|
467
473
|
},
|
|
468
474
|
/**
|
|
469
|
-
* Lists all CapitationPlanRate
|
|
475
|
+
* Lists all CapitationPlanRate. Supply optinal query parameter planID to filter by a specific plan.
|
|
470
476
|
* @summary List CapitationPlanRate
|
|
471
477
|
* @param {string} vbasoftwareDatabase Target database
|
|
478
|
+
* @param {string} [planID] Plan ID
|
|
472
479
|
* @param {number} [page] Page
|
|
473
480
|
* @param {number} [pageSize] Page Size
|
|
474
481
|
* @param {*} [options] Override http request option.
|
|
475
482
|
* @throws {RequiredError}
|
|
476
483
|
*/
|
|
477
|
-
listCapitationPlanRate(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: any): AxiosPromise<CapitationPlanRateListVBAResponse> {
|
|
478
|
-
return localVarFp.listCapitationPlanRate(vbasoftwareDatabase, page, pageSize, options).then((request) => request(axios, basePath));
|
|
484
|
+
listCapitationPlanRate(vbasoftwareDatabase: string, planID?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<CapitationPlanRateListVBAResponse> {
|
|
485
|
+
return localVarFp.listCapitationPlanRate(vbasoftwareDatabase, planID, page, pageSize, options).then((request) => request(axios, basePath));
|
|
479
486
|
},
|
|
480
487
|
/**
|
|
481
488
|
* Create or Update multiple CapitationPlanRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
@@ -543,16 +550,17 @@ export interface CapitationPlanRatesApiInterface {
|
|
|
543
550
|
getCapitationPlanRate(vbasoftwareDatabase: string, capitationPlanRateKey: number, options?: AxiosRequestConfig): AxiosPromise<CapitationPlanRateVBAResponse>;
|
|
544
551
|
|
|
545
552
|
/**
|
|
546
|
-
* Lists all CapitationPlanRate
|
|
553
|
+
* Lists all CapitationPlanRate. Supply optinal query parameter planID to filter by a specific plan.
|
|
547
554
|
* @summary List CapitationPlanRate
|
|
548
555
|
* @param {string} vbasoftwareDatabase Target database
|
|
556
|
+
* @param {string} [planID] Plan ID
|
|
549
557
|
* @param {number} [page] Page
|
|
550
558
|
* @param {number} [pageSize] Page Size
|
|
551
559
|
* @param {*} [options] Override http request option.
|
|
552
560
|
* @throws {RequiredError}
|
|
553
561
|
* @memberof CapitationPlanRatesApiInterface
|
|
554
562
|
*/
|
|
555
|
-
listCapitationPlanRate(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<CapitationPlanRateListVBAResponse>;
|
|
563
|
+
listCapitationPlanRate(vbasoftwareDatabase: string, planID?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<CapitationPlanRateListVBAResponse>;
|
|
556
564
|
|
|
557
565
|
/**
|
|
558
566
|
* Create or Update multiple CapitationPlanRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
@@ -626,17 +634,18 @@ export class CapitationPlanRatesApi extends BaseAPI implements CapitationPlanRat
|
|
|
626
634
|
}
|
|
627
635
|
|
|
628
636
|
/**
|
|
629
|
-
* Lists all CapitationPlanRate
|
|
637
|
+
* Lists all CapitationPlanRate. Supply optinal query parameter planID to filter by a specific plan.
|
|
630
638
|
* @summary List CapitationPlanRate
|
|
631
639
|
* @param {string} vbasoftwareDatabase Target database
|
|
640
|
+
* @param {string} [planID] Plan ID
|
|
632
641
|
* @param {number} [page] Page
|
|
633
642
|
* @param {number} [pageSize] Page Size
|
|
634
643
|
* @param {*} [options] Override http request option.
|
|
635
644
|
* @throws {RequiredError}
|
|
636
645
|
* @memberof CapitationPlanRatesApi
|
|
637
646
|
*/
|
|
638
|
-
public listCapitationPlanRate(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
|
|
639
|
-
return CapitationPlanRatesApiFp(this.configuration).listCapitationPlanRate(vbasoftwareDatabase, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
647
|
+
public listCapitationPlanRate(vbasoftwareDatabase: string, planID?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
|
|
648
|
+
return CapitationPlanRatesApiFp(this.configuration).listCapitationPlanRate(vbasoftwareDatabase, planID, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
640
649
|
}
|
|
641
650
|
|
|
642
651
|
/**
|
|
@@ -71,6 +71,58 @@ export const ClaimAdjudicationApiAxiosParamCreator = function (configuration?: C
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
75
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
77
|
+
|
|
78
|
+
return {
|
|
79
|
+
url: toPathString(localVarUrlObj),
|
|
80
|
+
options: localVarRequestOptions,
|
|
81
|
+
};
|
|
82
|
+
},
|
|
83
|
+
/**
|
|
84
|
+
* Adjudicates a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
85
|
+
* @summary Adjudicate Single Claim without response
|
|
86
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
87
|
+
* @param {number} batchNumber Batch Number
|
|
88
|
+
* @param {number} batchClaim Batch Claim
|
|
89
|
+
* @param {*} [options] Override http request option.
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
*/
|
|
92
|
+
adjudicateClaimNoResponse: async (vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
93
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
94
|
+
assertParamExists('adjudicateClaimNoResponse', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
95
|
+
// verify required parameter 'batchNumber' is not null or undefined
|
|
96
|
+
assertParamExists('adjudicateClaimNoResponse', 'batchNumber', batchNumber)
|
|
97
|
+
// verify required parameter 'batchClaim' is not null or undefined
|
|
98
|
+
assertParamExists('adjudicateClaimNoResponse', 'batchClaim', batchClaim)
|
|
99
|
+
const localVarPath = `/claim-batches/{batchNumber}/claims/{batchClaim}/adjudicate-no-response`
|
|
100
|
+
.replace(`{${"batchNumber"}}`, encodeURIComponent(String(batchNumber)))
|
|
101
|
+
.replace(`{${"batchClaim"}}`, encodeURIComponent(String(batchClaim)));
|
|
102
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
104
|
+
let baseOptions;
|
|
105
|
+
if (configuration) {
|
|
106
|
+
baseOptions = configuration.baseOptions;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
110
|
+
const localVarHeaderParameter = {} as any;
|
|
111
|
+
const localVarQueryParameter = {} as any;
|
|
112
|
+
|
|
113
|
+
// authentication apiKeyAuth required
|
|
114
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
115
|
+
|
|
116
|
+
// authentication bearerAuth required
|
|
117
|
+
// http bearer authentication required
|
|
118
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
119
|
+
|
|
120
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
121
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
74
126
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
75
127
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76
128
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -119,6 +171,158 @@ export const ClaimAdjudicationApiAxiosParamCreator = function (configuration?: C
|
|
|
119
171
|
|
|
120
172
|
|
|
121
173
|
|
|
174
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
175
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
176
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
177
|
+
|
|
178
|
+
return {
|
|
179
|
+
url: toPathString(localVarUrlObj),
|
|
180
|
+
options: localVarRequestOptions,
|
|
181
|
+
};
|
|
182
|
+
},
|
|
183
|
+
/**
|
|
184
|
+
* Process a single claim and waits for the response
|
|
185
|
+
* @summary Process Single Claim
|
|
186
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
187
|
+
* @param {number} batchNumber Batch Number
|
|
188
|
+
* @param {number} batchClaim Batch Claim
|
|
189
|
+
* @param {*} [options] Override http request option.
|
|
190
|
+
* @throws {RequiredError}
|
|
191
|
+
*/
|
|
192
|
+
processClaim: async (vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
193
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
194
|
+
assertParamExists('processClaim', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
195
|
+
// verify required parameter 'batchNumber' is not null or undefined
|
|
196
|
+
assertParamExists('processClaim', 'batchNumber', batchNumber)
|
|
197
|
+
// verify required parameter 'batchClaim' is not null or undefined
|
|
198
|
+
assertParamExists('processClaim', 'batchClaim', batchClaim)
|
|
199
|
+
const localVarPath = `/claim-batches/{batchNumber}/claims/{batchClaim}/process`
|
|
200
|
+
.replace(`{${"batchNumber"}}`, encodeURIComponent(String(batchNumber)))
|
|
201
|
+
.replace(`{${"batchClaim"}}`, encodeURIComponent(String(batchClaim)));
|
|
202
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
203
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
204
|
+
let baseOptions;
|
|
205
|
+
if (configuration) {
|
|
206
|
+
baseOptions = configuration.baseOptions;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
210
|
+
const localVarHeaderParameter = {} as any;
|
|
211
|
+
const localVarQueryParameter = {} as any;
|
|
212
|
+
|
|
213
|
+
// authentication apiKeyAuth required
|
|
214
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
215
|
+
|
|
216
|
+
// authentication bearerAuth required
|
|
217
|
+
// http bearer authentication required
|
|
218
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
219
|
+
|
|
220
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
221
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
227
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
228
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
229
|
+
|
|
230
|
+
return {
|
|
231
|
+
url: toPathString(localVarUrlObj),
|
|
232
|
+
options: localVarRequestOptions,
|
|
233
|
+
};
|
|
234
|
+
},
|
|
235
|
+
/**
|
|
236
|
+
* Processes a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
237
|
+
* @summary Process Single Claim without response
|
|
238
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
239
|
+
* @param {number} batchNumber Batch Number
|
|
240
|
+
* @param {number} batchClaim Batch Claim
|
|
241
|
+
* @param {*} [options] Override http request option.
|
|
242
|
+
* @throws {RequiredError}
|
|
243
|
+
*/
|
|
244
|
+
processClaimNoResponse: async (vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
245
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
246
|
+
assertParamExists('processClaimNoResponse', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
247
|
+
// verify required parameter 'batchNumber' is not null or undefined
|
|
248
|
+
assertParamExists('processClaimNoResponse', 'batchNumber', batchNumber)
|
|
249
|
+
// verify required parameter 'batchClaim' is not null or undefined
|
|
250
|
+
assertParamExists('processClaimNoResponse', 'batchClaim', batchClaim)
|
|
251
|
+
const localVarPath = `/claim-batches/{batchNumber}/claims/{batchClaim}/process-no-response`
|
|
252
|
+
.replace(`{${"batchNumber"}}`, encodeURIComponent(String(batchNumber)))
|
|
253
|
+
.replace(`{${"batchClaim"}}`, encodeURIComponent(String(batchClaim)));
|
|
254
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
255
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
256
|
+
let baseOptions;
|
|
257
|
+
if (configuration) {
|
|
258
|
+
baseOptions = configuration.baseOptions;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
262
|
+
const localVarHeaderParameter = {} as any;
|
|
263
|
+
const localVarQueryParameter = {} as any;
|
|
264
|
+
|
|
265
|
+
// authentication apiKeyAuth required
|
|
266
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
267
|
+
|
|
268
|
+
// authentication bearerAuth required
|
|
269
|
+
// http bearer authentication required
|
|
270
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
271
|
+
|
|
272
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
273
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
279
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
280
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
281
|
+
|
|
282
|
+
return {
|
|
283
|
+
url: toPathString(localVarUrlObj),
|
|
284
|
+
options: localVarRequestOptions,
|
|
285
|
+
};
|
|
286
|
+
},
|
|
287
|
+
/**
|
|
288
|
+
* Process all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint.
|
|
289
|
+
* @summary Process Entire Queue
|
|
290
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
291
|
+
* @param {number} claimQueueKey Claim Queue Key
|
|
292
|
+
* @param {*} [options] Override http request option.
|
|
293
|
+
* @throws {RequiredError}
|
|
294
|
+
*/
|
|
295
|
+
processClaimQueue: async (vbasoftwareDatabase: string, claimQueueKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
296
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
297
|
+
assertParamExists('processClaimQueue', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
298
|
+
// verify required parameter 'claimQueueKey' is not null or undefined
|
|
299
|
+
assertParamExists('processClaimQueue', 'claimQueueKey', claimQueueKey)
|
|
300
|
+
const localVarPath = `/claim-queues/{claimQueueKey}/process`
|
|
301
|
+
.replace(`{${"claimQueueKey"}}`, encodeURIComponent(String(claimQueueKey)));
|
|
302
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
303
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
304
|
+
let baseOptions;
|
|
305
|
+
if (configuration) {
|
|
306
|
+
baseOptions = configuration.baseOptions;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
310
|
+
const localVarHeaderParameter = {} as any;
|
|
311
|
+
const localVarQueryParameter = {} as any;
|
|
312
|
+
|
|
313
|
+
// authentication apiKeyAuth required
|
|
314
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
315
|
+
|
|
316
|
+
// authentication bearerAuth required
|
|
317
|
+
// http bearer authentication required
|
|
318
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
319
|
+
|
|
320
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
321
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
122
326
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
123
327
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
124
328
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -151,6 +355,19 @@ export const ClaimAdjudicationApiFp = function(configuration?: Configuration) {
|
|
|
151
355
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adjudicateClaim(vbasoftwareDatabase, batchNumber, batchClaim, options);
|
|
152
356
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
153
357
|
},
|
|
358
|
+
/**
|
|
359
|
+
* Adjudicates a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
360
|
+
* @summary Adjudicate Single Claim without response
|
|
361
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
362
|
+
* @param {number} batchNumber Batch Number
|
|
363
|
+
* @param {number} batchClaim Batch Claim
|
|
364
|
+
* @param {*} [options] Override http request option.
|
|
365
|
+
* @throws {RequiredError}
|
|
366
|
+
*/
|
|
367
|
+
async adjudicateClaimNoResponse(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
368
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.adjudicateClaimNoResponse(vbasoftwareDatabase, batchNumber, batchClaim, options);
|
|
369
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
370
|
+
},
|
|
154
371
|
/**
|
|
155
372
|
* Adjudicates all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint.
|
|
156
373
|
* @summary Adjudicate Entire Queue
|
|
@@ -163,6 +380,44 @@ export const ClaimAdjudicationApiFp = function(configuration?: Configuration) {
|
|
|
163
380
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adjudicateClaimQueue(vbasoftwareDatabase, claimQueueKey, options);
|
|
164
381
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
165
382
|
},
|
|
383
|
+
/**
|
|
384
|
+
* Process a single claim and waits for the response
|
|
385
|
+
* @summary Process Single Claim
|
|
386
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
387
|
+
* @param {number} batchNumber Batch Number
|
|
388
|
+
* @param {number} batchClaim Batch Claim
|
|
389
|
+
* @param {*} [options] Override http request option.
|
|
390
|
+
* @throws {RequiredError}
|
|
391
|
+
*/
|
|
392
|
+
async processClaim(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClaimBatchClaimBatchDetailVBAResponse>> {
|
|
393
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.processClaim(vbasoftwareDatabase, batchNumber, batchClaim, options);
|
|
394
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
395
|
+
},
|
|
396
|
+
/**
|
|
397
|
+
* Processes a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
398
|
+
* @summary Process Single Claim without response
|
|
399
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
400
|
+
* @param {number} batchNumber Batch Number
|
|
401
|
+
* @param {number} batchClaim Batch Claim
|
|
402
|
+
* @param {*} [options] Override http request option.
|
|
403
|
+
* @throws {RequiredError}
|
|
404
|
+
*/
|
|
405
|
+
async processClaimNoResponse(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
406
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.processClaimNoResponse(vbasoftwareDatabase, batchNumber, batchClaim, options);
|
|
407
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
408
|
+
},
|
|
409
|
+
/**
|
|
410
|
+
* Process all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint.
|
|
411
|
+
* @summary Process Entire Queue
|
|
412
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
413
|
+
* @param {number} claimQueueKey Claim Queue Key
|
|
414
|
+
* @param {*} [options] Override http request option.
|
|
415
|
+
* @throws {RequiredError}
|
|
416
|
+
*/
|
|
417
|
+
async processClaimQueue(vbasoftwareDatabase: string, claimQueueKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
418
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.processClaimQueue(vbasoftwareDatabase, claimQueueKey, options);
|
|
419
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
420
|
+
},
|
|
166
421
|
}
|
|
167
422
|
};
|
|
168
423
|
|
|
@@ -185,6 +440,18 @@ export const ClaimAdjudicationApiFactory = function (configuration?: Configurati
|
|
|
185
440
|
adjudicateClaim(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: any): AxiosPromise<ClaimBatchClaimBatchDetailVBAResponse> {
|
|
186
441
|
return localVarFp.adjudicateClaim(vbasoftwareDatabase, batchNumber, batchClaim, options).then((request) => request(axios, basePath));
|
|
187
442
|
},
|
|
443
|
+
/**
|
|
444
|
+
* Adjudicates a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
445
|
+
* @summary Adjudicate Single Claim without response
|
|
446
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
447
|
+
* @param {number} batchNumber Batch Number
|
|
448
|
+
* @param {number} batchClaim Batch Claim
|
|
449
|
+
* @param {*} [options] Override http request option.
|
|
450
|
+
* @throws {RequiredError}
|
|
451
|
+
*/
|
|
452
|
+
adjudicateClaimNoResponse(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: any): AxiosPromise<void> {
|
|
453
|
+
return localVarFp.adjudicateClaimNoResponse(vbasoftwareDatabase, batchNumber, batchClaim, options).then((request) => request(axios, basePath));
|
|
454
|
+
},
|
|
188
455
|
/**
|
|
189
456
|
* Adjudicates all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint.
|
|
190
457
|
* @summary Adjudicate Entire Queue
|
|
@@ -196,6 +463,41 @@ export const ClaimAdjudicationApiFactory = function (configuration?: Configurati
|
|
|
196
463
|
adjudicateClaimQueue(vbasoftwareDatabase: string, claimQueueKey: number, options?: any): AxiosPromise<void> {
|
|
197
464
|
return localVarFp.adjudicateClaimQueue(vbasoftwareDatabase, claimQueueKey, options).then((request) => request(axios, basePath));
|
|
198
465
|
},
|
|
466
|
+
/**
|
|
467
|
+
* Process a single claim and waits for the response
|
|
468
|
+
* @summary Process Single Claim
|
|
469
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
470
|
+
* @param {number} batchNumber Batch Number
|
|
471
|
+
* @param {number} batchClaim Batch Claim
|
|
472
|
+
* @param {*} [options] Override http request option.
|
|
473
|
+
* @throws {RequiredError}
|
|
474
|
+
*/
|
|
475
|
+
processClaim(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: any): AxiosPromise<ClaimBatchClaimBatchDetailVBAResponse> {
|
|
476
|
+
return localVarFp.processClaim(vbasoftwareDatabase, batchNumber, batchClaim, options).then((request) => request(axios, basePath));
|
|
477
|
+
},
|
|
478
|
+
/**
|
|
479
|
+
* Processes a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
480
|
+
* @summary Process Single Claim without response
|
|
481
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
482
|
+
* @param {number} batchNumber Batch Number
|
|
483
|
+
* @param {number} batchClaim Batch Claim
|
|
484
|
+
* @param {*} [options] Override http request option.
|
|
485
|
+
* @throws {RequiredError}
|
|
486
|
+
*/
|
|
487
|
+
processClaimNoResponse(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: any): AxiosPromise<void> {
|
|
488
|
+
return localVarFp.processClaimNoResponse(vbasoftwareDatabase, batchNumber, batchClaim, options).then((request) => request(axios, basePath));
|
|
489
|
+
},
|
|
490
|
+
/**
|
|
491
|
+
* Process all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint.
|
|
492
|
+
* @summary Process Entire Queue
|
|
493
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
494
|
+
* @param {number} claimQueueKey Claim Queue Key
|
|
495
|
+
* @param {*} [options] Override http request option.
|
|
496
|
+
* @throws {RequiredError}
|
|
497
|
+
*/
|
|
498
|
+
processClaimQueue(vbasoftwareDatabase: string, claimQueueKey: number, options?: any): AxiosPromise<void> {
|
|
499
|
+
return localVarFp.processClaimQueue(vbasoftwareDatabase, claimQueueKey, options).then((request) => request(axios, basePath));
|
|
500
|
+
},
|
|
199
501
|
};
|
|
200
502
|
};
|
|
201
503
|
|
|
@@ -217,6 +519,18 @@ export interface ClaimAdjudicationApiInterface {
|
|
|
217
519
|
*/
|
|
218
520
|
adjudicateClaim(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig): AxiosPromise<ClaimBatchClaimBatchDetailVBAResponse>;
|
|
219
521
|
|
|
522
|
+
/**
|
|
523
|
+
* Adjudicates a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
524
|
+
* @summary Adjudicate Single Claim without response
|
|
525
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
526
|
+
* @param {number} batchNumber Batch Number
|
|
527
|
+
* @param {number} batchClaim Batch Claim
|
|
528
|
+
* @param {*} [options] Override http request option.
|
|
529
|
+
* @throws {RequiredError}
|
|
530
|
+
* @memberof ClaimAdjudicationApiInterface
|
|
531
|
+
*/
|
|
532
|
+
adjudicateClaimNoResponse(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
533
|
+
|
|
220
534
|
/**
|
|
221
535
|
* Adjudicates all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint.
|
|
222
536
|
* @summary Adjudicate Entire Queue
|
|
@@ -228,6 +542,41 @@ export interface ClaimAdjudicationApiInterface {
|
|
|
228
542
|
*/
|
|
229
543
|
adjudicateClaimQueue(vbasoftwareDatabase: string, claimQueueKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
230
544
|
|
|
545
|
+
/**
|
|
546
|
+
* Process a single claim and waits for the response
|
|
547
|
+
* @summary Process Single Claim
|
|
548
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
549
|
+
* @param {number} batchNumber Batch Number
|
|
550
|
+
* @param {number} batchClaim Batch Claim
|
|
551
|
+
* @param {*} [options] Override http request option.
|
|
552
|
+
* @throws {RequiredError}
|
|
553
|
+
* @memberof ClaimAdjudicationApiInterface
|
|
554
|
+
*/
|
|
555
|
+
processClaim(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig): AxiosPromise<ClaimBatchClaimBatchDetailVBAResponse>;
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* Processes a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
559
|
+
* @summary Process Single Claim without response
|
|
560
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
561
|
+
* @param {number} batchNumber Batch Number
|
|
562
|
+
* @param {number} batchClaim Batch Claim
|
|
563
|
+
* @param {*} [options] Override http request option.
|
|
564
|
+
* @throws {RequiredError}
|
|
565
|
+
* @memberof ClaimAdjudicationApiInterface
|
|
566
|
+
*/
|
|
567
|
+
processClaimNoResponse(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* Process all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint.
|
|
571
|
+
* @summary Process Entire Queue
|
|
572
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
573
|
+
* @param {number} claimQueueKey Claim Queue Key
|
|
574
|
+
* @param {*} [options] Override http request option.
|
|
575
|
+
* @throws {RequiredError}
|
|
576
|
+
* @memberof ClaimAdjudicationApiInterface
|
|
577
|
+
*/
|
|
578
|
+
processClaimQueue(vbasoftwareDatabase: string, claimQueueKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
579
|
+
|
|
231
580
|
}
|
|
232
581
|
|
|
233
582
|
/**
|
|
@@ -251,6 +600,20 @@ export class ClaimAdjudicationApi extends BaseAPI implements ClaimAdjudicationAp
|
|
|
251
600
|
return ClaimAdjudicationApiFp(this.configuration).adjudicateClaim(vbasoftwareDatabase, batchNumber, batchClaim, options).then((request) => request(this.axios, this.basePath));
|
|
252
601
|
}
|
|
253
602
|
|
|
603
|
+
/**
|
|
604
|
+
* Adjudicates a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
605
|
+
* @summary Adjudicate Single Claim without response
|
|
606
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
607
|
+
* @param {number} batchNumber Batch Number
|
|
608
|
+
* @param {number} batchClaim Batch Claim
|
|
609
|
+
* @param {*} [options] Override http request option.
|
|
610
|
+
* @throws {RequiredError}
|
|
611
|
+
* @memberof ClaimAdjudicationApi
|
|
612
|
+
*/
|
|
613
|
+
public adjudicateClaimNoResponse(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig) {
|
|
614
|
+
return ClaimAdjudicationApiFp(this.configuration).adjudicateClaimNoResponse(vbasoftwareDatabase, batchNumber, batchClaim, options).then((request) => request(this.axios, this.basePath));
|
|
615
|
+
}
|
|
616
|
+
|
|
254
617
|
/**
|
|
255
618
|
* Adjudicates all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint.
|
|
256
619
|
* @summary Adjudicate Entire Queue
|
|
@@ -263,4 +626,45 @@ export class ClaimAdjudicationApi extends BaseAPI implements ClaimAdjudicationAp
|
|
|
263
626
|
public adjudicateClaimQueue(vbasoftwareDatabase: string, claimQueueKey: number, options?: AxiosRequestConfig) {
|
|
264
627
|
return ClaimAdjudicationApiFp(this.configuration).adjudicateClaimQueue(vbasoftwareDatabase, claimQueueKey, options).then((request) => request(this.axios, this.basePath));
|
|
265
628
|
}
|
|
629
|
+
|
|
630
|
+
/**
|
|
631
|
+
* Process a single claim and waits for the response
|
|
632
|
+
* @summary Process Single Claim
|
|
633
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
634
|
+
* @param {number} batchNumber Batch Number
|
|
635
|
+
* @param {number} batchClaim Batch Claim
|
|
636
|
+
* @param {*} [options] Override http request option.
|
|
637
|
+
* @throws {RequiredError}
|
|
638
|
+
* @memberof ClaimAdjudicationApi
|
|
639
|
+
*/
|
|
640
|
+
public processClaim(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig) {
|
|
641
|
+
return ClaimAdjudicationApiFp(this.configuration).processClaim(vbasoftwareDatabase, batchNumber, batchClaim, options).then((request) => request(this.axios, this.basePath));
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* Processes a single claim and does not include a response body of the resulting Claim details. This makes for faster request.
|
|
646
|
+
* @summary Process Single Claim without response
|
|
647
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
648
|
+
* @param {number} batchNumber Batch Number
|
|
649
|
+
* @param {number} batchClaim Batch Claim
|
|
650
|
+
* @param {*} [options] Override http request option.
|
|
651
|
+
* @throws {RequiredError}
|
|
652
|
+
* @memberof ClaimAdjudicationApi
|
|
653
|
+
*/
|
|
654
|
+
public processClaimNoResponse(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, options?: AxiosRequestConfig) {
|
|
655
|
+
return ClaimAdjudicationApiFp(this.configuration).processClaimNoResponse(vbasoftwareDatabase, batchNumber, batchClaim, options).then((request) => request(this.axios, this.basePath));
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
* Process all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint.
|
|
660
|
+
* @summary Process Entire Queue
|
|
661
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
662
|
+
* @param {number} claimQueueKey Claim Queue Key
|
|
663
|
+
* @param {*} [options] Override http request option.
|
|
664
|
+
* @throws {RequiredError}
|
|
665
|
+
* @memberof ClaimAdjudicationApi
|
|
666
|
+
*/
|
|
667
|
+
public processClaimQueue(vbasoftwareDatabase: string, claimQueueKey: number, options?: AxiosRequestConfig) {
|
|
668
|
+
return ClaimAdjudicationApiFp(this.configuration).processClaimQueue(vbasoftwareDatabase, claimQueueKey, options).then((request) => request(this.axios, this.basePath));
|
|
669
|
+
}
|
|
266
670
|
}
|