@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240302.1 → 1.20240531.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +132 -0
- package/api/accounting-api.ts +165 -0
- package/api/adv-accounting-api.ts +99 -0
- package/api/adv-billing-api.ts +1973 -0
- package/api/adv-claim-api.ts +731 -0
- package/api/adv-enrollment-api.ts +377 -0
- package/api/billing-api.ts +165 -0
- package/api/claim-batch-api.ts +121 -0
- package/api/claim-batch-details-api.ts +140 -0
- package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
- package/api/disability-event-case-changes-api.ts +677 -0
- package/api/disability-event-deduction-changes-api.ts +677 -0
- package/api/disability-event-field-changes-api.ts +677 -0
- package/api/disability-event-fields-api.ts +677 -0
- package/api/disability-event-groups-api.ts +677 -0
- package/api/disaster-locations-api.ts +677 -0
- package/api/disasters-api.ts +677 -0
- package/api/fee-schedules-api.ts +163 -0
- package/api/group-achpulls-api.ts +725 -0
- package/api/group-bill-cycle-payment-methods-api.ts +677 -0
- package/api/group-network-criterias-api.ts +31 -13
- package/api/member-address-history-api.ts +773 -0
- package/api/member-pre-ex-disclosed-diags-api.ts +773 -0
- package/api/payment-methods-api.ts +772 -0
- package/api/premium-distributions-api.ts +222 -0
- package/api/premium-invoice-subscribers-api.ts +291 -0
- package/api/premium-invoices-api.ts +1577 -219
- package/api/premium-rate-add-ons-api.ts +725 -0
- package/api/premium-rates-api.ts +119 -0
- package/api/security-field-set-details-api.ts +733 -0
- package/api/security-field-sets-api.ts +677 -0
- package/api/security-field-user-groups-api.ts +677 -0
- package/api/security-field-users-api.ts +677 -0
- package/api/security-fields-api.ts +677 -0
- package/api/subscriber-enrollments-api.ts +111 -0
- package/api/subscriber-sponsors-api.ts +677 -0
- package/api/subscriber-writing-agents-api.ts +725 -0
- package/api/subscribers-api.ts +315 -0
- package/api/tolerances-api.ts +677 -0
- package/api/user-api.ts +545 -0
- package/api/user-field-security-api.ts +191 -0
- package/api/user-group-mappings-api.ts +101 -5
- package/api.ts +27 -0
- package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
- package/models/adjudicate-benefit-match-detail.ts +198 -0
- package/models/billing-refund.ts +126 -0
- package/models/call-tracking-diag-codes.ts +1 -1
- package/models/check-batch.ts +1 -1
- package/models/claim-adjustment-config.ts +121 -0
- package/models/claim-custom-ex-code-rule.ts +50 -20
- package/models/cobraplan-criteria.ts +36 -0
- package/models/commission-rate-cluster-agency-rep-list-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep.ts +102 -0
- package/models/company-data.ts +98 -80
- package/models/copy-group-division.ts +4 -10
- package/models/criteria-detail.ts +1 -1
- package/models/disability-event-case-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed.ts +78 -0
- package/models/disability-event-deduction-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed.ts +72 -0
- package/models/disability-event-field-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed.ts +72 -0
- package/models/disability-event-field-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-vbaresponse.ts +45 -0
- package/models/disability-event-field.ts +60 -0
- package/models/disability-event-group-list-vbaresponse.ts +45 -0
- package/models/disability-event-group-vbaresponse.ts +45 -0
- package/models/disability-event-group.ts +78 -0
- package/models/disaster-list-vbaresponse.ts +45 -0
- package/models/disaster-location-list-vbaresponse.ts +45 -0
- package/models/disaster-location-vbaresponse.ts +45 -0
- package/models/disaster-location.ts +78 -0
- package/models/disaster-vbaresponse.ts +45 -0
- package/models/disaster.ts +84 -0
- package/models/enrollment-reenroll.ts +13 -0
- package/models/enrollment-waiting-period-by-hire-date-list-vbaresponse.ts +45 -0
- package/models/enrollment-waiting-period-by-hire-date.ts +48 -0
- package/models/fee-sched-detail.ts +1 -1
- package/models/fee-sched-modifier-discount.ts +1 -1
- package/models/fee-sched-procedure-group-adjust.ts +1 -1
- package/models/fee-sched-provider-type-discount.ts +1 -1
- package/models/funding-process-claim-refund.ts +66 -0
- package/models/funding-request.ts +1 -1
- package/models/generate-authenticator-qrcode-request.ts +30 -0
- package/models/generate-authenticator-qrcode-response-vbaresponse.ts +45 -0
- package/models/generate-authenticator-qrcode-response.ts +36 -0
- package/models/generate-prem-invoice.ts +90 -0
- package/models/get-prem-invoice-subscriber-list-result-list-vbaresponse.ts +45 -0
- package/models/get-prem-invoice-subscriber-list-result.ts +102 -0
- package/models/group-achpull-list-vbaresponse.ts +45 -0
- package/models/group-achpull-vbaresponse.ts +45 -0
- package/models/group-achpull.ts +60 -0
- package/models/group-bill-cycle-payment-method-list-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method.ts +78 -0
- package/models/group-change-coverage-start.ts +6 -0
- package/models/idcode-type.ts +6 -0
- package/models/index.ts +105 -0
- package/models/life-claim-advisor.ts +256 -0
- package/models/mem-enrollment-plan.ts +3 -3
- package/models/mem-enrollment-rider.ts +4 -4
- package/models/member-address-history-list-vbaresponse.ts +45 -0
- package/models/member-address-history-vbaresponse.ts +45 -0
- package/models/member-address-history.ts +216 -0
- package/models/member-pre-ex-disclosed-diag-list-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag.ts +90 -0
- package/models/network-procedure-cluster.ts +1 -1
- package/models/note-note-attachment.ts +38 -0
- package/models/payment-method-list-vbaresponse.ts +45 -0
- package/models/payment-method-vbaresponse.ts +45 -0
- package/models/payment-method.ts +72 -0
- package/models/plan-benefit-rate.ts +1 -1
- package/models/prem-invoice-apply-payment.ts +78 -0
- package/models/prem-invoice-generate-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result.ts +138 -0
- package/models/prem-invoice-generate-inv-list.ts +138 -0
- package/models/prem-invoice-generate-self-admin-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-self-admin-inv-list.ts +144 -0
- package/models/prem-rate-add-on-list-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on.ts +78 -0
- package/models/prem-rate.ts +24 -12
- package/models/register-mfadevice-request.ts +42 -0
- package/models/register-mfadevice-response-vbaresponse.ts +45 -0
- package/models/register-mfadevice-response.ts +30 -0
- package/models/security-field-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-vbaresponse.ts +45 -0
- package/models/security-field-set-detail.ts +72 -0
- package/models/security-field-set-list-vbaresponse.ts +45 -0
- package/models/security-field-set-vbaresponse.ts +45 -0
- package/models/security-field-set.ts +66 -0
- package/models/security-field-user-group-list-vbaresponse.ts +45 -0
- package/models/security-field-user-group-vbaresponse.ts +45 -0
- package/models/security-field-user-group.ts +84 -0
- package/models/security-field-user-list-vbaresponse.ts +45 -0
- package/models/security-field-user-vbaresponse.ts +45 -0
- package/models/security-field-user.ts +84 -0
- package/models/security-field-vbaresponse.ts +45 -0
- package/models/security-field.ts +72 -0
- package/models/sub-enrollment-plan.ts +3 -3
- package/models/sub-enrollment-rider.ts +4 -4
- package/models/sub-enrollment.ts +2 -2
- package/models/sub-payment-method.ts +1 -1
- package/models/submit-mfacode-request.ts +42 -0
- package/models/subscriber-forfeiture-status.ts +1 -1
- package/models/subscriber-sponsor-list-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor.ts +84 -0
- package/models/subscriber-writing-agent-list-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent.ts +90 -0
- package/models/suspense-claim-list.ts +228 -0
- package/models/tolerance-list-vbaresponse.ts +45 -0
- package/models/tolerance-vbaresponse.ts +45 -0
- package/models/tolerance.ts +72 -0
- package/models/userfieldsecurity.ts +66 -0
- package/models/userfieldsecuritylist-vbaresponse.ts +45 -0
- package/models/users.ts +2 -2
- package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
- package/models/usual-customary-rate-all-percentile.ts +120 -0
- package/models/vbainterface-idcode.ts +31 -1
- package/models/vbainterface-map-type.ts +31 -1
- package/models/vbainterface.ts +43 -1
- package/models/vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail-adjustment.ts +180 -0
- package/models/vbaprem-invoice-subscriber-detail-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail.ts +180 -0
- package/models/workflow-auth.ts +54 -0
- package/models/workflow-check.ts +54 -0
- package/models/workflow-enrollment.ts +60 -0
- package/models/workflow-processing.ts +21 -0
- package/package.json +3 -3
|
@@ -0,0 +1,731 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VBASoftware
|
|
5
|
+
* APIs for VBASoftware
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
17
|
+
import { Configuration } from '../configuration';
|
|
18
|
+
// Some imports not used depending on template conditions
|
|
19
|
+
// @ts-ignore
|
|
20
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
|
+
// @ts-ignore
|
|
22
|
+
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { AdjudicateBenefitMatchDetailListVBAResponse } from '../models';
|
|
25
|
+
// @ts-ignore
|
|
26
|
+
import { ClaimAdjustmentConfig } from '../models';
|
|
27
|
+
// @ts-ignore
|
|
28
|
+
import { Int32VBAResponse } from '../models';
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import { LifeClaimAdvisor } from '../models';
|
|
31
|
+
// @ts-ignore
|
|
32
|
+
import { SuspenseClaimList } from '../models';
|
|
33
|
+
/**
|
|
34
|
+
* AdvClaimApi - axios parameter creator
|
|
35
|
+
* @export
|
|
36
|
+
*/
|
|
37
|
+
export const AdvClaimApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
38
|
+
return {
|
|
39
|
+
/**
|
|
40
|
+
* Adjust a selected list of claims by Claim Number.
|
|
41
|
+
* @summary Adjust Claim(s)
|
|
42
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
43
|
+
* @param {ClaimAdjustmentConfig} claimAdjustmentConfig
|
|
44
|
+
* @param {*} [options] Override http request option.
|
|
45
|
+
* @throws {RequiredError}
|
|
46
|
+
*/
|
|
47
|
+
adjustClaim: async (vbasoftwareDatabase: string, claimAdjustmentConfig: ClaimAdjustmentConfig, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
48
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
49
|
+
assertParamExists('adjustClaim', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
50
|
+
// verify required parameter 'claimAdjustmentConfig' is not null or undefined
|
|
51
|
+
assertParamExists('adjustClaim', 'claimAdjustmentConfig', claimAdjustmentConfig)
|
|
52
|
+
const localVarPath = `/claim-adjustment`;
|
|
53
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
54
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
55
|
+
let baseOptions;
|
|
56
|
+
if (configuration) {
|
|
57
|
+
baseOptions = configuration.baseOptions;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
61
|
+
const localVarHeaderParameter = {} as any;
|
|
62
|
+
const localVarQueryParameter = {} as any;
|
|
63
|
+
|
|
64
|
+
// authentication apiKeyAuth required
|
|
65
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
66
|
+
|
|
67
|
+
// authentication bearerAuth required
|
|
68
|
+
// http bearer authentication required
|
|
69
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
70
|
+
|
|
71
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
72
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
78
|
+
|
|
79
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
80
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
81
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
82
|
+
localVarRequestOptions.data = serializeDataIfNeeded(claimAdjustmentConfig, localVarRequestOptions, configuration)
|
|
83
|
+
|
|
84
|
+
return {
|
|
85
|
+
url: toPathString(localVarUrlObj),
|
|
86
|
+
options: localVarRequestOptions,
|
|
87
|
+
};
|
|
88
|
+
},
|
|
89
|
+
/**
|
|
90
|
+
* Setup a Life Claim based on defined configuration and optionally setup the Life Claim payments.
|
|
91
|
+
* @summary Create a Life Claim
|
|
92
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
93
|
+
* @param {LifeClaimAdvisor} lifeClaimAdvisor
|
|
94
|
+
* @param {*} [options] Override http request option.
|
|
95
|
+
* @throws {RequiredError}
|
|
96
|
+
*/
|
|
97
|
+
createLifeClaim: async (vbasoftwareDatabase: string, lifeClaimAdvisor: LifeClaimAdvisor, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
98
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
99
|
+
assertParamExists('createLifeClaim', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
100
|
+
// verify required parameter 'lifeClaimAdvisor' is not null or undefined
|
|
101
|
+
assertParamExists('createLifeClaim', 'lifeClaimAdvisor', lifeClaimAdvisor)
|
|
102
|
+
const localVarPath = `/create-life-claim`;
|
|
103
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
104
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
105
|
+
let baseOptions;
|
|
106
|
+
if (configuration) {
|
|
107
|
+
baseOptions = configuration.baseOptions;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
111
|
+
const localVarHeaderParameter = {} as any;
|
|
112
|
+
const localVarQueryParameter = {} as any;
|
|
113
|
+
|
|
114
|
+
// authentication apiKeyAuth required
|
|
115
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
116
|
+
|
|
117
|
+
// authentication bearerAuth required
|
|
118
|
+
// http bearer authentication required
|
|
119
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
120
|
+
|
|
121
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
122
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
128
|
+
|
|
129
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
130
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
131
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
132
|
+
localVarRequestOptions.data = serializeDataIfNeeded(lifeClaimAdvisor, localVarRequestOptions, configuration)
|
|
133
|
+
|
|
134
|
+
return {
|
|
135
|
+
url: toPathString(localVarUrlObj),
|
|
136
|
+
options: localVarRequestOptions,
|
|
137
|
+
};
|
|
138
|
+
},
|
|
139
|
+
/**
|
|
140
|
+
* Deletes an ClaimBatch record along with all associated processing needed as a result of that delete.
|
|
141
|
+
* @summary Full Delete ClaimBatch
|
|
142
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
143
|
+
* @param {number} batchNumber Batch Number
|
|
144
|
+
* @param {number} batchClaim Batch Claim
|
|
145
|
+
* @param {string} [claimStatusCategoryCode] Claim Status Category Code
|
|
146
|
+
* @param {string} [claimStatusCode] Claim Status Code
|
|
147
|
+
* @param {*} [options] Override http request option.
|
|
148
|
+
* @throws {RequiredError}
|
|
149
|
+
*/
|
|
150
|
+
fullDeleteClaimBatch: async (vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimStatusCategoryCode?: string, claimStatusCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
151
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
152
|
+
assertParamExists('fullDeleteClaimBatch', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
153
|
+
// verify required parameter 'batchNumber' is not null or undefined
|
|
154
|
+
assertParamExists('fullDeleteClaimBatch', 'batchNumber', batchNumber)
|
|
155
|
+
// verify required parameter 'batchClaim' is not null or undefined
|
|
156
|
+
assertParamExists('fullDeleteClaimBatch', 'batchClaim', batchClaim)
|
|
157
|
+
const localVarPath = `/claim-batches/{batchNumber}/claims/{batchClaim}/full-delete`
|
|
158
|
+
.replace(`{${"batchNumber"}}`, encodeURIComponent(String(batchNumber)))
|
|
159
|
+
.replace(`{${"batchClaim"}}`, encodeURIComponent(String(batchClaim)));
|
|
160
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
161
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
162
|
+
let baseOptions;
|
|
163
|
+
if (configuration) {
|
|
164
|
+
baseOptions = configuration.baseOptions;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
168
|
+
const localVarHeaderParameter = {} as any;
|
|
169
|
+
const localVarQueryParameter = {} as any;
|
|
170
|
+
|
|
171
|
+
// authentication apiKeyAuth required
|
|
172
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
173
|
+
|
|
174
|
+
// authentication bearerAuth required
|
|
175
|
+
// http bearer authentication required
|
|
176
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
177
|
+
|
|
178
|
+
if (claimStatusCategoryCode !== undefined) {
|
|
179
|
+
localVarQueryParameter['claimStatusCategoryCode'] = claimStatusCategoryCode;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
if (claimStatusCode !== undefined) {
|
|
183
|
+
localVarQueryParameter['claimStatusCode'] = claimStatusCode;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
187
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
193
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
194
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
195
|
+
|
|
196
|
+
return {
|
|
197
|
+
url: toPathString(localVarUrlObj),
|
|
198
|
+
options: localVarRequestOptions,
|
|
199
|
+
};
|
|
200
|
+
},
|
|
201
|
+
/**
|
|
202
|
+
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
203
|
+
* @summary List matching benefit detail
|
|
204
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
205
|
+
* @param {number} batchNumber Batch Number
|
|
206
|
+
* @param {number} batchClaim Batch Claim
|
|
207
|
+
* @param {string} claimSeq Claim Seq
|
|
208
|
+
* @param {string} [planId] Plan ID
|
|
209
|
+
* @param {string} [providerId] Provider ID
|
|
210
|
+
* @param {string} [providerType] Provider Type
|
|
211
|
+
* @param {*} [options] Override http request option.
|
|
212
|
+
* @throws {RequiredError}
|
|
213
|
+
*/
|
|
214
|
+
listAdjudicateBenefitMatch: async (vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimSeq: string, planId?: string, providerId?: string, providerType?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
215
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
216
|
+
assertParamExists('listAdjudicateBenefitMatch', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
217
|
+
// verify required parameter 'batchNumber' is not null or undefined
|
|
218
|
+
assertParamExists('listAdjudicateBenefitMatch', 'batchNumber', batchNumber)
|
|
219
|
+
// verify required parameter 'batchClaim' is not null or undefined
|
|
220
|
+
assertParamExists('listAdjudicateBenefitMatch', 'batchClaim', batchClaim)
|
|
221
|
+
// verify required parameter 'claimSeq' is not null or undefined
|
|
222
|
+
assertParamExists('listAdjudicateBenefitMatch', 'claimSeq', claimSeq)
|
|
223
|
+
const localVarPath = `/claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/adjudicate-benefit-match`
|
|
224
|
+
.replace(`{${"batchNumber"}}`, encodeURIComponent(String(batchNumber)))
|
|
225
|
+
.replace(`{${"batchClaim"}}`, encodeURIComponent(String(batchClaim)))
|
|
226
|
+
.replace(`{${"claimSeq"}}`, encodeURIComponent(String(claimSeq)));
|
|
227
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
228
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
229
|
+
let baseOptions;
|
|
230
|
+
if (configuration) {
|
|
231
|
+
baseOptions = configuration.baseOptions;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
235
|
+
const localVarHeaderParameter = {} as any;
|
|
236
|
+
const localVarQueryParameter = {} as any;
|
|
237
|
+
|
|
238
|
+
// authentication apiKeyAuth required
|
|
239
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
240
|
+
|
|
241
|
+
// authentication bearerAuth required
|
|
242
|
+
// http bearer authentication required
|
|
243
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
244
|
+
|
|
245
|
+
if (planId !== undefined) {
|
|
246
|
+
localVarQueryParameter['planId'] = planId;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
if (providerId !== undefined) {
|
|
250
|
+
localVarQueryParameter['providerId'] = providerId;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
if (providerType !== undefined) {
|
|
254
|
+
localVarQueryParameter['providerType'] = providerType;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
258
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
264
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
265
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
266
|
+
|
|
267
|
+
return {
|
|
268
|
+
url: toPathString(localVarUrlObj),
|
|
269
|
+
options: localVarRequestOptions,
|
|
270
|
+
};
|
|
271
|
+
},
|
|
272
|
+
/**
|
|
273
|
+
* Release a selection of suspended claims so they can be Funded.
|
|
274
|
+
* @summary Release Suspended Claims
|
|
275
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
276
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
277
|
+
* @param {*} [options] Override http request option.
|
|
278
|
+
* @throws {RequiredError}
|
|
279
|
+
*/
|
|
280
|
+
suspenseClaimRelease: async (vbasoftwareDatabase: string, suspenseClaimList: Array<SuspenseClaimList>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
281
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
282
|
+
assertParamExists('suspenseClaimRelease', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
283
|
+
// verify required parameter 'suspenseClaimList' is not null or undefined
|
|
284
|
+
assertParamExists('suspenseClaimRelease', 'suspenseClaimList', suspenseClaimList)
|
|
285
|
+
const localVarPath = `/suspense-claim-release`;
|
|
286
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
287
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
288
|
+
let baseOptions;
|
|
289
|
+
if (configuration) {
|
|
290
|
+
baseOptions = configuration.baseOptions;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
294
|
+
const localVarHeaderParameter = {} as any;
|
|
295
|
+
const localVarQueryParameter = {} as any;
|
|
296
|
+
|
|
297
|
+
// authentication apiKeyAuth required
|
|
298
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
299
|
+
|
|
300
|
+
// authentication bearerAuth required
|
|
301
|
+
// http bearer authentication required
|
|
302
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
303
|
+
|
|
304
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
305
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
311
|
+
|
|
312
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
313
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
314
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
315
|
+
localVarRequestOptions.data = serializeDataIfNeeded(suspenseClaimList, localVarRequestOptions, configuration)
|
|
316
|
+
|
|
317
|
+
return {
|
|
318
|
+
url: toPathString(localVarUrlObj),
|
|
319
|
+
options: localVarRequestOptions,
|
|
320
|
+
};
|
|
321
|
+
},
|
|
322
|
+
/**
|
|
323
|
+
* Return a selection of suspended claims to Batch so they can be reprocessed. Assign an optional Ex Code to the claim returned.
|
|
324
|
+
* @summary Return Suspended Claims
|
|
325
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
326
|
+
* @param {string} exCode Ex Code
|
|
327
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
328
|
+
* @param {*} [options] Override http request option.
|
|
329
|
+
* @throws {RequiredError}
|
|
330
|
+
*/
|
|
331
|
+
suspenseClaimReturn: async (vbasoftwareDatabase: string, exCode: string, suspenseClaimList: Array<SuspenseClaimList>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
332
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
333
|
+
assertParamExists('suspenseClaimReturn', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
334
|
+
// verify required parameter 'exCode' is not null or undefined
|
|
335
|
+
assertParamExists('suspenseClaimReturn', 'exCode', exCode)
|
|
336
|
+
// verify required parameter 'suspenseClaimList' is not null or undefined
|
|
337
|
+
assertParamExists('suspenseClaimReturn', 'suspenseClaimList', suspenseClaimList)
|
|
338
|
+
const localVarPath = `/suspense-claim-return/{exCode}`
|
|
339
|
+
.replace(`{${"exCode"}}`, encodeURIComponent(String(exCode)));
|
|
340
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
341
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
342
|
+
let baseOptions;
|
|
343
|
+
if (configuration) {
|
|
344
|
+
baseOptions = configuration.baseOptions;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
348
|
+
const localVarHeaderParameter = {} as any;
|
|
349
|
+
const localVarQueryParameter = {} as any;
|
|
350
|
+
|
|
351
|
+
// authentication apiKeyAuth required
|
|
352
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
353
|
+
|
|
354
|
+
// authentication bearerAuth required
|
|
355
|
+
// http bearer authentication required
|
|
356
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
357
|
+
|
|
358
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
359
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
365
|
+
|
|
366
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
367
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
368
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
369
|
+
localVarRequestOptions.data = serializeDataIfNeeded(suspenseClaimList, localVarRequestOptions, configuration)
|
|
370
|
+
|
|
371
|
+
return {
|
|
372
|
+
url: toPathString(localVarUrlObj),
|
|
373
|
+
options: localVarRequestOptions,
|
|
374
|
+
};
|
|
375
|
+
},
|
|
376
|
+
}
|
|
377
|
+
};
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* AdvClaimApi - functional programming interface
|
|
381
|
+
* @export
|
|
382
|
+
*/
|
|
383
|
+
export const AdvClaimApiFp = function(configuration?: Configuration) {
|
|
384
|
+
const localVarAxiosParamCreator = AdvClaimApiAxiosParamCreator(configuration)
|
|
385
|
+
return {
|
|
386
|
+
/**
|
|
387
|
+
* Adjust a selected list of claims by Claim Number.
|
|
388
|
+
* @summary Adjust Claim(s)
|
|
389
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
390
|
+
* @param {ClaimAdjustmentConfig} claimAdjustmentConfig
|
|
391
|
+
* @param {*} [options] Override http request option.
|
|
392
|
+
* @throws {RequiredError}
|
|
393
|
+
*/
|
|
394
|
+
async adjustClaim(vbasoftwareDatabase: string, claimAdjustmentConfig: ClaimAdjustmentConfig, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
395
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.adjustClaim(vbasoftwareDatabase, claimAdjustmentConfig, options);
|
|
396
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
397
|
+
},
|
|
398
|
+
/**
|
|
399
|
+
* Setup a Life Claim based on defined configuration and optionally setup the Life Claim payments.
|
|
400
|
+
* @summary Create a Life Claim
|
|
401
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
402
|
+
* @param {LifeClaimAdvisor} lifeClaimAdvisor
|
|
403
|
+
* @param {*} [options] Override http request option.
|
|
404
|
+
* @throws {RequiredError}
|
|
405
|
+
*/
|
|
406
|
+
async createLifeClaim(vbasoftwareDatabase: string, lifeClaimAdvisor: LifeClaimAdvisor, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Int32VBAResponse>> {
|
|
407
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createLifeClaim(vbasoftwareDatabase, lifeClaimAdvisor, options);
|
|
408
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
409
|
+
},
|
|
410
|
+
/**
|
|
411
|
+
* Deletes an ClaimBatch record along with all associated processing needed as a result of that delete.
|
|
412
|
+
* @summary Full Delete ClaimBatch
|
|
413
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
414
|
+
* @param {number} batchNumber Batch Number
|
|
415
|
+
* @param {number} batchClaim Batch Claim
|
|
416
|
+
* @param {string} [claimStatusCategoryCode] Claim Status Category Code
|
|
417
|
+
* @param {string} [claimStatusCode] Claim Status Code
|
|
418
|
+
* @param {*} [options] Override http request option.
|
|
419
|
+
* @throws {RequiredError}
|
|
420
|
+
*/
|
|
421
|
+
async fullDeleteClaimBatch(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimStatusCategoryCode?: string, claimStatusCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
422
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.fullDeleteClaimBatch(vbasoftwareDatabase, batchNumber, batchClaim, claimStatusCategoryCode, claimStatusCode, options);
|
|
423
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
424
|
+
},
|
|
425
|
+
/**
|
|
426
|
+
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
427
|
+
* @summary List matching benefit detail
|
|
428
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
429
|
+
* @param {number} batchNumber Batch Number
|
|
430
|
+
* @param {number} batchClaim Batch Claim
|
|
431
|
+
* @param {string} claimSeq Claim Seq
|
|
432
|
+
* @param {string} [planId] Plan ID
|
|
433
|
+
* @param {string} [providerId] Provider ID
|
|
434
|
+
* @param {string} [providerType] Provider Type
|
|
435
|
+
* @param {*} [options] Override http request option.
|
|
436
|
+
* @throws {RequiredError}
|
|
437
|
+
*/
|
|
438
|
+
async listAdjudicateBenefitMatch(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimSeq: string, planId?: string, providerId?: string, providerType?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdjudicateBenefitMatchDetailListVBAResponse>> {
|
|
439
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listAdjudicateBenefitMatch(vbasoftwareDatabase, batchNumber, batchClaim, claimSeq, planId, providerId, providerType, options);
|
|
440
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
441
|
+
},
|
|
442
|
+
/**
|
|
443
|
+
* Release a selection of suspended claims so they can be Funded.
|
|
444
|
+
* @summary Release Suspended Claims
|
|
445
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
446
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
447
|
+
* @param {*} [options] Override http request option.
|
|
448
|
+
* @throws {RequiredError}
|
|
449
|
+
*/
|
|
450
|
+
async suspenseClaimRelease(vbasoftwareDatabase: string, suspenseClaimList: Array<SuspenseClaimList>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
451
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.suspenseClaimRelease(vbasoftwareDatabase, suspenseClaimList, options);
|
|
452
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
453
|
+
},
|
|
454
|
+
/**
|
|
455
|
+
* Return a selection of suspended claims to Batch so they can be reprocessed. Assign an optional Ex Code to the claim returned.
|
|
456
|
+
* @summary Return Suspended Claims
|
|
457
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
458
|
+
* @param {string} exCode Ex Code
|
|
459
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
460
|
+
* @param {*} [options] Override http request option.
|
|
461
|
+
* @throws {RequiredError}
|
|
462
|
+
*/
|
|
463
|
+
async suspenseClaimReturn(vbasoftwareDatabase: string, exCode: string, suspenseClaimList: Array<SuspenseClaimList>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
464
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.suspenseClaimReturn(vbasoftwareDatabase, exCode, suspenseClaimList, options);
|
|
465
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
466
|
+
},
|
|
467
|
+
}
|
|
468
|
+
};
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* AdvClaimApi - factory interface
|
|
472
|
+
* @export
|
|
473
|
+
*/
|
|
474
|
+
export const AdvClaimApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
475
|
+
const localVarFp = AdvClaimApiFp(configuration)
|
|
476
|
+
return {
|
|
477
|
+
/**
|
|
478
|
+
* Adjust a selected list of claims by Claim Number.
|
|
479
|
+
* @summary Adjust Claim(s)
|
|
480
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
481
|
+
* @param {ClaimAdjustmentConfig} claimAdjustmentConfig
|
|
482
|
+
* @param {*} [options] Override http request option.
|
|
483
|
+
* @throws {RequiredError}
|
|
484
|
+
*/
|
|
485
|
+
adjustClaim(vbasoftwareDatabase: string, claimAdjustmentConfig: ClaimAdjustmentConfig, options?: any): AxiosPromise<void> {
|
|
486
|
+
return localVarFp.adjustClaim(vbasoftwareDatabase, claimAdjustmentConfig, options).then((request) => request(axios, basePath));
|
|
487
|
+
},
|
|
488
|
+
/**
|
|
489
|
+
* Setup a Life Claim based on defined configuration and optionally setup the Life Claim payments.
|
|
490
|
+
* @summary Create a Life Claim
|
|
491
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
492
|
+
* @param {LifeClaimAdvisor} lifeClaimAdvisor
|
|
493
|
+
* @param {*} [options] Override http request option.
|
|
494
|
+
* @throws {RequiredError}
|
|
495
|
+
*/
|
|
496
|
+
createLifeClaim(vbasoftwareDatabase: string, lifeClaimAdvisor: LifeClaimAdvisor, options?: any): AxiosPromise<Int32VBAResponse> {
|
|
497
|
+
return localVarFp.createLifeClaim(vbasoftwareDatabase, lifeClaimAdvisor, options).then((request) => request(axios, basePath));
|
|
498
|
+
},
|
|
499
|
+
/**
|
|
500
|
+
* Deletes an ClaimBatch record along with all associated processing needed as a result of that delete.
|
|
501
|
+
* @summary Full Delete ClaimBatch
|
|
502
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
503
|
+
* @param {number} batchNumber Batch Number
|
|
504
|
+
* @param {number} batchClaim Batch Claim
|
|
505
|
+
* @param {string} [claimStatusCategoryCode] Claim Status Category Code
|
|
506
|
+
* @param {string} [claimStatusCode] Claim Status Code
|
|
507
|
+
* @param {*} [options] Override http request option.
|
|
508
|
+
* @throws {RequiredError}
|
|
509
|
+
*/
|
|
510
|
+
fullDeleteClaimBatch(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimStatusCategoryCode?: string, claimStatusCode?: string, options?: any): AxiosPromise<void> {
|
|
511
|
+
return localVarFp.fullDeleteClaimBatch(vbasoftwareDatabase, batchNumber, batchClaim, claimStatusCategoryCode, claimStatusCode, options).then((request) => request(axios, basePath));
|
|
512
|
+
},
|
|
513
|
+
/**
|
|
514
|
+
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
515
|
+
* @summary List matching benefit detail
|
|
516
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
517
|
+
* @param {number} batchNumber Batch Number
|
|
518
|
+
* @param {number} batchClaim Batch Claim
|
|
519
|
+
* @param {string} claimSeq Claim Seq
|
|
520
|
+
* @param {string} [planId] Plan ID
|
|
521
|
+
* @param {string} [providerId] Provider ID
|
|
522
|
+
* @param {string} [providerType] Provider Type
|
|
523
|
+
* @param {*} [options] Override http request option.
|
|
524
|
+
* @throws {RequiredError}
|
|
525
|
+
*/
|
|
526
|
+
listAdjudicateBenefitMatch(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimSeq: string, planId?: string, providerId?: string, providerType?: string, options?: any): AxiosPromise<AdjudicateBenefitMatchDetailListVBAResponse> {
|
|
527
|
+
return localVarFp.listAdjudicateBenefitMatch(vbasoftwareDatabase, batchNumber, batchClaim, claimSeq, planId, providerId, providerType, options).then((request) => request(axios, basePath));
|
|
528
|
+
},
|
|
529
|
+
/**
|
|
530
|
+
* Release a selection of suspended claims so they can be Funded.
|
|
531
|
+
* @summary Release Suspended Claims
|
|
532
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
533
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
534
|
+
* @param {*} [options] Override http request option.
|
|
535
|
+
* @throws {RequiredError}
|
|
536
|
+
*/
|
|
537
|
+
suspenseClaimRelease(vbasoftwareDatabase: string, suspenseClaimList: Array<SuspenseClaimList>, options?: any): AxiosPromise<void> {
|
|
538
|
+
return localVarFp.suspenseClaimRelease(vbasoftwareDatabase, suspenseClaimList, options).then((request) => request(axios, basePath));
|
|
539
|
+
},
|
|
540
|
+
/**
|
|
541
|
+
* Return a selection of suspended claims to Batch so they can be reprocessed. Assign an optional Ex Code to the claim returned.
|
|
542
|
+
* @summary Return Suspended Claims
|
|
543
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
544
|
+
* @param {string} exCode Ex Code
|
|
545
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
546
|
+
* @param {*} [options] Override http request option.
|
|
547
|
+
* @throws {RequiredError}
|
|
548
|
+
*/
|
|
549
|
+
suspenseClaimReturn(vbasoftwareDatabase: string, exCode: string, suspenseClaimList: Array<SuspenseClaimList>, options?: any): AxiosPromise<void> {
|
|
550
|
+
return localVarFp.suspenseClaimReturn(vbasoftwareDatabase, exCode, suspenseClaimList, options).then((request) => request(axios, basePath));
|
|
551
|
+
},
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* AdvClaimApi - interface
|
|
557
|
+
* @export
|
|
558
|
+
* @interface AdvClaimApi
|
|
559
|
+
*/
|
|
560
|
+
export interface AdvClaimApiInterface {
|
|
561
|
+
/**
|
|
562
|
+
* Adjust a selected list of claims by Claim Number.
|
|
563
|
+
* @summary Adjust Claim(s)
|
|
564
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
565
|
+
* @param {ClaimAdjustmentConfig} claimAdjustmentConfig
|
|
566
|
+
* @param {*} [options] Override http request option.
|
|
567
|
+
* @throws {RequiredError}
|
|
568
|
+
* @memberof AdvClaimApiInterface
|
|
569
|
+
*/
|
|
570
|
+
adjustClaim(vbasoftwareDatabase: string, claimAdjustmentConfig: ClaimAdjustmentConfig, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
571
|
+
|
|
572
|
+
/**
|
|
573
|
+
* Setup a Life Claim based on defined configuration and optionally setup the Life Claim payments.
|
|
574
|
+
* @summary Create a Life Claim
|
|
575
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
576
|
+
* @param {LifeClaimAdvisor} lifeClaimAdvisor
|
|
577
|
+
* @param {*} [options] Override http request option.
|
|
578
|
+
* @throws {RequiredError}
|
|
579
|
+
* @memberof AdvClaimApiInterface
|
|
580
|
+
*/
|
|
581
|
+
createLifeClaim(vbasoftwareDatabase: string, lifeClaimAdvisor: LifeClaimAdvisor, options?: AxiosRequestConfig): AxiosPromise<Int32VBAResponse>;
|
|
582
|
+
|
|
583
|
+
/**
|
|
584
|
+
* Deletes an ClaimBatch record along with all associated processing needed as a result of that delete.
|
|
585
|
+
* @summary Full Delete ClaimBatch
|
|
586
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
587
|
+
* @param {number} batchNumber Batch Number
|
|
588
|
+
* @param {number} batchClaim Batch Claim
|
|
589
|
+
* @param {string} [claimStatusCategoryCode] Claim Status Category Code
|
|
590
|
+
* @param {string} [claimStatusCode] Claim Status Code
|
|
591
|
+
* @param {*} [options] Override http request option.
|
|
592
|
+
* @throws {RequiredError}
|
|
593
|
+
* @memberof AdvClaimApiInterface
|
|
594
|
+
*/
|
|
595
|
+
fullDeleteClaimBatch(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimStatusCategoryCode?: string, claimStatusCode?: string, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
599
|
+
* @summary List matching benefit detail
|
|
600
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
601
|
+
* @param {number} batchNumber Batch Number
|
|
602
|
+
* @param {number} batchClaim Batch Claim
|
|
603
|
+
* @param {string} claimSeq Claim Seq
|
|
604
|
+
* @param {string} [planId] Plan ID
|
|
605
|
+
* @param {string} [providerId] Provider ID
|
|
606
|
+
* @param {string} [providerType] Provider Type
|
|
607
|
+
* @param {*} [options] Override http request option.
|
|
608
|
+
* @throws {RequiredError}
|
|
609
|
+
* @memberof AdvClaimApiInterface
|
|
610
|
+
*/
|
|
611
|
+
listAdjudicateBenefitMatch(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimSeq: string, planId?: string, providerId?: string, providerType?: string, options?: AxiosRequestConfig): AxiosPromise<AdjudicateBenefitMatchDetailListVBAResponse>;
|
|
612
|
+
|
|
613
|
+
/**
|
|
614
|
+
* Release a selection of suspended claims so they can be Funded.
|
|
615
|
+
* @summary Release Suspended Claims
|
|
616
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
617
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
618
|
+
* @param {*} [options] Override http request option.
|
|
619
|
+
* @throws {RequiredError}
|
|
620
|
+
* @memberof AdvClaimApiInterface
|
|
621
|
+
*/
|
|
622
|
+
suspenseClaimRelease(vbasoftwareDatabase: string, suspenseClaimList: Array<SuspenseClaimList>, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
623
|
+
|
|
624
|
+
/**
|
|
625
|
+
* Return a selection of suspended claims to Batch so they can be reprocessed. Assign an optional Ex Code to the claim returned.
|
|
626
|
+
* @summary Return Suspended Claims
|
|
627
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
628
|
+
* @param {string} exCode Ex Code
|
|
629
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
630
|
+
* @param {*} [options] Override http request option.
|
|
631
|
+
* @throws {RequiredError}
|
|
632
|
+
* @memberof AdvClaimApiInterface
|
|
633
|
+
*/
|
|
634
|
+
suspenseClaimReturn(vbasoftwareDatabase: string, exCode: string, suspenseClaimList: Array<SuspenseClaimList>, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
635
|
+
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* AdvClaimApi - object-oriented interface
|
|
640
|
+
* @export
|
|
641
|
+
* @class AdvClaimApi
|
|
642
|
+
* @extends {BaseAPI}
|
|
643
|
+
*/
|
|
644
|
+
export class AdvClaimApi extends BaseAPI implements AdvClaimApiInterface {
|
|
645
|
+
/**
|
|
646
|
+
* Adjust a selected list of claims by Claim Number.
|
|
647
|
+
* @summary Adjust Claim(s)
|
|
648
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
649
|
+
* @param {ClaimAdjustmentConfig} claimAdjustmentConfig
|
|
650
|
+
* @param {*} [options] Override http request option.
|
|
651
|
+
* @throws {RequiredError}
|
|
652
|
+
* @memberof AdvClaimApi
|
|
653
|
+
*/
|
|
654
|
+
public adjustClaim(vbasoftwareDatabase: string, claimAdjustmentConfig: ClaimAdjustmentConfig, options?: AxiosRequestConfig) {
|
|
655
|
+
return AdvClaimApiFp(this.configuration).adjustClaim(vbasoftwareDatabase, claimAdjustmentConfig, options).then((request) => request(this.axios, this.basePath));
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
* Setup a Life Claim based on defined configuration and optionally setup the Life Claim payments.
|
|
660
|
+
* @summary Create a Life Claim
|
|
661
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
662
|
+
* @param {LifeClaimAdvisor} lifeClaimAdvisor
|
|
663
|
+
* @param {*} [options] Override http request option.
|
|
664
|
+
* @throws {RequiredError}
|
|
665
|
+
* @memberof AdvClaimApi
|
|
666
|
+
*/
|
|
667
|
+
public createLifeClaim(vbasoftwareDatabase: string, lifeClaimAdvisor: LifeClaimAdvisor, options?: AxiosRequestConfig) {
|
|
668
|
+
return AdvClaimApiFp(this.configuration).createLifeClaim(vbasoftwareDatabase, lifeClaimAdvisor, options).then((request) => request(this.axios, this.basePath));
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* Deletes an ClaimBatch record along with all associated processing needed as a result of that delete.
|
|
673
|
+
* @summary Full Delete ClaimBatch
|
|
674
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
675
|
+
* @param {number} batchNumber Batch Number
|
|
676
|
+
* @param {number} batchClaim Batch Claim
|
|
677
|
+
* @param {string} [claimStatusCategoryCode] Claim Status Category Code
|
|
678
|
+
* @param {string} [claimStatusCode] Claim Status Code
|
|
679
|
+
* @param {*} [options] Override http request option.
|
|
680
|
+
* @throws {RequiredError}
|
|
681
|
+
* @memberof AdvClaimApi
|
|
682
|
+
*/
|
|
683
|
+
public fullDeleteClaimBatch(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimStatusCategoryCode?: string, claimStatusCode?: string, options?: AxiosRequestConfig) {
|
|
684
|
+
return AdvClaimApiFp(this.configuration).fullDeleteClaimBatch(vbasoftwareDatabase, batchNumber, batchClaim, claimStatusCategoryCode, claimStatusCode, options).then((request) => request(this.axios, this.basePath));
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
689
|
+
* @summary List matching benefit detail
|
|
690
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
691
|
+
* @param {number} batchNumber Batch Number
|
|
692
|
+
* @param {number} batchClaim Batch Claim
|
|
693
|
+
* @param {string} claimSeq Claim Seq
|
|
694
|
+
* @param {string} [planId] Plan ID
|
|
695
|
+
* @param {string} [providerId] Provider ID
|
|
696
|
+
* @param {string} [providerType] Provider Type
|
|
697
|
+
* @param {*} [options] Override http request option.
|
|
698
|
+
* @throws {RequiredError}
|
|
699
|
+
* @memberof AdvClaimApi
|
|
700
|
+
*/
|
|
701
|
+
public listAdjudicateBenefitMatch(vbasoftwareDatabase: string, batchNumber: number, batchClaim: number, claimSeq: string, planId?: string, providerId?: string, providerType?: string, options?: AxiosRequestConfig) {
|
|
702
|
+
return AdvClaimApiFp(this.configuration).listAdjudicateBenefitMatch(vbasoftwareDatabase, batchNumber, batchClaim, claimSeq, planId, providerId, providerType, options).then((request) => request(this.axios, this.basePath));
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* Release a selection of suspended claims so they can be Funded.
|
|
707
|
+
* @summary Release Suspended Claims
|
|
708
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
709
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
710
|
+
* @param {*} [options] Override http request option.
|
|
711
|
+
* @throws {RequiredError}
|
|
712
|
+
* @memberof AdvClaimApi
|
|
713
|
+
*/
|
|
714
|
+
public suspenseClaimRelease(vbasoftwareDatabase: string, suspenseClaimList: Array<SuspenseClaimList>, options?: AxiosRequestConfig) {
|
|
715
|
+
return AdvClaimApiFp(this.configuration).suspenseClaimRelease(vbasoftwareDatabase, suspenseClaimList, options).then((request) => request(this.axios, this.basePath));
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
/**
|
|
719
|
+
* Return a selection of suspended claims to Batch so they can be reprocessed. Assign an optional Ex Code to the claim returned.
|
|
720
|
+
* @summary Return Suspended Claims
|
|
721
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
722
|
+
* @param {string} exCode Ex Code
|
|
723
|
+
* @param {Array<SuspenseClaimList>} suspenseClaimList
|
|
724
|
+
* @param {*} [options] Override http request option.
|
|
725
|
+
* @throws {RequiredError}
|
|
726
|
+
* @memberof AdvClaimApi
|
|
727
|
+
*/
|
|
728
|
+
public suspenseClaimReturn(vbasoftwareDatabase: string, exCode: string, suspenseClaimList: Array<SuspenseClaimList>, options?: AxiosRequestConfig) {
|
|
729
|
+
return AdvClaimApiFp(this.configuration).suspenseClaimReturn(vbasoftwareDatabase, exCode, suspenseClaimList, options).then((request) => request(this.axios, this.basePath));
|
|
730
|
+
}
|
|
731
|
+
}
|