@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250627.1 → 1.20250808.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 +22 -2
- package/api/accounting-api.ts +100 -0
- package/api/adv-accounting-api.ts +100 -0
- package/api/adv-benefits-api.ts +102 -0
- package/api/adv-billing-api.ts +120 -0
- package/api/adv-claim-api.ts +126 -17
- package/api/claim-queue-details-api.ts +106 -0
- package/api/plan-benefits-api.ts +100 -0
- package/api/premium-distributions-api.ts +120 -0
- package/api/state-surcharge-basis-api.ts +158 -0
- package/api/vbareporting-api.ts +15 -15
- package/api/vbareports-api.ts +5 -5
- package/api/vbassist-api.ts +134 -26
- package/api/visium-code-ex-code-api.ts +685 -0
- package/api.ts +2 -0
- package/docs/AccountingApi.md +57 -0
- package/docs/AdvAccountingApi.md +57 -0
- package/docs/AdvBenefitsApi.md +57 -0
- package/docs/AdvBillingApi.md +65 -0
- package/docs/AdvClaimApi.md +64 -5
- package/docs/BillingRateModifyConfig.md +2 -2
- package/docs/ChatFeedbackRequest.md +27 -0
- package/docs/ChatRequest.md +25 -0
- package/docs/ClaimQueueDetailsApi.md +59 -0
- package/docs/ClaimQueueProcessTrack.md +4 -0
- package/docs/CompanyData.md +8 -0
- package/docs/CostContainVisiumExCode.md +32 -0
- package/docs/CostContainVisiumExCodeListVBAResponse.md +24 -0
- package/docs/CostContainVisiumExCodeVBAResponse.md +24 -0
- package/docs/Credit.md +22 -0
- package/docs/CriteriaDetail.md +10 -10
- package/docs/{ChatMessage.md → Debit.md} +7 -5
- package/docs/EmailReportDTO.md +1 -1
- package/docs/EnrollmentDisenroll.md +1 -1
- package/docs/EnrollmentDisenrollGroup.md +1 -1
- package/docs/FaxReportDTO.md +1 -1
- package/docs/IPWhitelist.md +1 -1
- package/docs/Members.md +1 -1
- package/docs/MessageThread.md +2 -2
- package/docs/Messages.md +7 -7
- package/docs/PlanBenefitCopy.md +54 -0
- package/docs/PlanBenefitsApi.md +57 -0
- package/docs/PremInvoiceAdjustment.md +24 -24
- package/docs/PremInvoiceApplyPayment.md +4 -4
- package/docs/PremiumDistributionsApi.md +65 -0
- package/docs/ReinsContract.md +1 -1
- package/docs/ReportSeriesStep.md +4 -0
- package/docs/SelectedField.md +4 -0
- package/docs/StateSurcharge.md +4 -0
- package/docs/StateSurchargeBasisApi.md +60 -0
- package/docs/UserAuthenticationResponse.md +1 -1
- package/docs/UserChangeTempPasswordResponse.md +1 -1
- package/docs/VBAFullClaim.md +4 -0
- package/docs/VBAFullClaimBatch.md +4 -0
- package/docs/VBAProblemDetails.md +4 -4
- package/docs/VBAProcessPaymentFile.md +1 -1
- package/docs/VBAReportingApi.md +5 -3
- package/docs/VBAReportsApi.md +2 -1
- package/docs/VBAUpdateRecon.md +24 -0
- package/docs/VBAUserStatus.md +1 -1
- package/docs/VBAssistApi.md +67 -7
- package/docs/VisiumCodeExCodeApi.md +354 -0
- package/models/billing-rate-modify-config.ts +2 -2
- package/models/chat-feedback-request.ts +48 -0
- package/models/chat-request.ts +42 -0
- package/models/claim-queue-process-track.ts +12 -0
- package/models/company-data.ts +24 -0
- package/models/cost-contain-visium-ex-code-list-vbaresponse.ts +51 -0
- package/models/cost-contain-visium-ex-code-vbaresponse.ts +51 -0
- package/models/cost-contain-visium-ex-code.ts +66 -0
- package/models/credit.ts +36 -0
- package/models/criteria-detail.ts +10 -10
- package/models/{chat-message.ts → debit.ts} +12 -6
- package/models/email-report-dto.ts +1 -1
- package/models/enrollment-disenroll-group.ts +1 -1
- package/models/enrollment-disenroll.ts +1 -1
- package/models/fax-report-dto.ts +1 -1
- package/models/index.ts +9 -1
- package/models/ipwhitelist.ts +1 -1
- package/models/members.ts +1 -1
- package/models/message-thread.ts +2 -2
- package/models/messages.ts +7 -7
- package/models/plan-benefit-copy.ts +132 -0
- package/models/prem-invoice-adjustment.ts +24 -24
- package/models/prem-invoice-apply-payment.ts +4 -4
- package/models/reins-contract.ts +1 -1
- package/models/report-series-step.ts +12 -0
- package/models/selected-field.ts +12 -0
- package/models/state-surcharge.ts +12 -0
- package/models/user-authentication-response.ts +1 -1
- package/models/user-change-temp-password-response.ts +1 -1
- package/models/vbafull-claim-batch.ts +12 -0
- package/models/vbafull-claim.ts +12 -0
- package/models/vbaproblem-details.ts +4 -4
- package/models/vbaprocess-payment-file.ts +1 -1
- package/models/vbaupdate-recon.ts +48 -0
- package/models/vbauser-status.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -802,6 +802,7 @@ api/specialty-api.ts
|
|
|
802
802
|
api/state-interest-api.ts
|
|
803
803
|
api/state-procedure-code-taxes-api.ts
|
|
804
804
|
api/state-surcharge-api.ts
|
|
805
|
+
api/state-surcharge-basis-api.ts
|
|
805
806
|
api/states-api.ts
|
|
806
807
|
api/subscriber-accumulators-api.ts
|
|
807
808
|
api/subscriber-enrollment-plan-riders-api.ts
|
|
@@ -871,6 +872,7 @@ api/vbaplan-types-api.ts
|
|
|
871
872
|
api/vbareporting-api.ts
|
|
872
873
|
api/vbareports-api.ts
|
|
873
874
|
api/vbassist-api.ts
|
|
875
|
+
api/visium-code-ex-code-api.ts
|
|
874
876
|
api/volume-types-api.ts
|
|
875
877
|
api/waiting-period-types-api.ts
|
|
876
878
|
api/workflow-details-api.ts
|
|
@@ -1421,7 +1423,8 @@ docs/CaseStatusVBAResponse.md
|
|
|
1421
1423
|
docs/CaseStatusesApi.md
|
|
1422
1424
|
docs/ChangeDataCaptureApi.md
|
|
1423
1425
|
docs/ChangeSubscriberIDRequest.md
|
|
1424
|
-
docs/
|
|
1426
|
+
docs/ChatFeedbackRequest.md
|
|
1427
|
+
docs/ChatRequest.md
|
|
1425
1428
|
docs/CheckBatch.md
|
|
1426
1429
|
docs/CheckBatchListVBAResponse.md
|
|
1427
1430
|
docs/CheckBatchVBAResponse.md
|
|
@@ -1980,6 +1983,9 @@ docs/CostContainContext4OptionPricing.md
|
|
|
1980
1983
|
docs/CostContainContext4OptionPricingListVBAResponse.md
|
|
1981
1984
|
docs/CostContainContext4OptionPricingVBAResponse.md
|
|
1982
1985
|
docs/CostContainContext4OptionVBAResponse.md
|
|
1986
|
+
docs/CostContainVisiumExCode.md
|
|
1987
|
+
docs/CostContainVisiumExCodeListVBAResponse.md
|
|
1988
|
+
docs/CostContainVisiumExCodeVBAResponse.md
|
|
1983
1989
|
docs/CostContainZelisClaimDetailReprice.md
|
|
1984
1990
|
docs/CostContainZelisClaimDetailRepriceListVBAResponse.md
|
|
1985
1991
|
docs/CostContainZelisClaimDetailRepriceVBAResponse.md
|
|
@@ -2100,6 +2106,7 @@ docs/CredentialingStatusesApi.md
|
|
|
2100
2106
|
docs/CredentialingTechniquesApi.md
|
|
2101
2107
|
docs/CredentialingTerminationsApi.md
|
|
2102
2108
|
docs/CredentialingTypesApi.md
|
|
2109
|
+
docs/Credit.md
|
|
2103
2110
|
docs/Criteria.md
|
|
2104
2111
|
docs/CriteriaApi.md
|
|
2105
2112
|
docs/CriteriaColumnsApi.md
|
|
@@ -2135,6 +2142,7 @@ docs/DayInterval.md
|
|
|
2135
2142
|
docs/DayIntervalListVBAResponse.md
|
|
2136
2143
|
docs/DayIntervalVBAResponse.md
|
|
2137
2144
|
docs/DayIntervalsApi.md
|
|
2145
|
+
docs/Debit.md
|
|
2138
2146
|
docs/Debug.md
|
|
2139
2147
|
docs/DiagnosticCode.md
|
|
2140
2148
|
docs/DiagnosticCodeGroup.md
|
|
@@ -3224,6 +3232,7 @@ docs/PlanBenefitCluster.md
|
|
|
3224
3232
|
docs/PlanBenefitClusterListVBAResponse.md
|
|
3225
3233
|
docs/PlanBenefitClusterVBAResponse.md
|
|
3226
3234
|
docs/PlanBenefitClustersApi.md
|
|
3235
|
+
docs/PlanBenefitCopy.md
|
|
3227
3236
|
docs/PlanBenefitDiagnosisExCodesApi.md
|
|
3228
3237
|
docs/PlanBenefitDiagnosticCodesApi.md
|
|
3229
3238
|
docs/PlanBenefitLevel.md
|
|
@@ -4042,6 +4051,7 @@ docs/StateProcedureCodeTaxVBAResponse.md
|
|
|
4042
4051
|
docs/StateProcedureCodeTaxesApi.md
|
|
4043
4052
|
docs/StateSurcharge.md
|
|
4044
4053
|
docs/StateSurchargeApi.md
|
|
4054
|
+
docs/StateSurchargeBasisApi.md
|
|
4045
4055
|
docs/StateSurchargeListVBAResponse.md
|
|
4046
4056
|
docs/StateSurchargeVBAResponse.md
|
|
4047
4057
|
docs/StateVBAResponse.md
|
|
@@ -4406,6 +4416,7 @@ docs/VBAReportingReportVBAResponse.md
|
|
|
4406
4416
|
docs/VBAReportsApi.md
|
|
4407
4417
|
docs/VBASSOLoginConfig.md
|
|
4408
4418
|
docs/VBAUpdateClaimFundedStatus.md
|
|
4419
|
+
docs/VBAUpdateRecon.md
|
|
4409
4420
|
docs/VBAUserStatus.md
|
|
4410
4421
|
docs/VBAUserStatusVBAResponse.md
|
|
4411
4422
|
docs/VBAVBAGatewayProcessRequest.md
|
|
@@ -4413,6 +4424,7 @@ docs/VBAssistApi.md
|
|
|
4413
4424
|
docs/VerifyMFADeviceSetupRequest.md
|
|
4414
4425
|
docs/VerifyMFADeviceSetupResponse.md
|
|
4415
4426
|
docs/VerifyMFADeviceSetupResponseVBAResponse.md
|
|
4427
|
+
docs/VisiumCodeExCodeApi.md
|
|
4416
4428
|
docs/Volume.md
|
|
4417
4429
|
docs/VolumeTypesApi.md
|
|
4418
4430
|
docs/WaitingPeriodTypesApi.md
|
|
@@ -4840,7 +4852,8 @@ models/case-status-reason.ts
|
|
|
4840
4852
|
models/case-status-vbaresponse.ts
|
|
4841
4853
|
models/case-status.ts
|
|
4842
4854
|
models/change-subscriber-idrequest.ts
|
|
4843
|
-
models/chat-
|
|
4855
|
+
models/chat-feedback-request.ts
|
|
4856
|
+
models/chat-request.ts
|
|
4844
4857
|
models/check-batch-list-vbaresponse.ts
|
|
4845
4858
|
models/check-batch-vbaresponse.ts
|
|
4846
4859
|
models/check-batch.ts
|
|
@@ -5275,6 +5288,9 @@ models/cost-contain-context4-option-pricing-vbaresponse.ts
|
|
|
5275
5288
|
models/cost-contain-context4-option-pricing.ts
|
|
5276
5289
|
models/cost-contain-context4-option-vbaresponse.ts
|
|
5277
5290
|
models/cost-contain-context4-option.ts
|
|
5291
|
+
models/cost-contain-visium-ex-code-list-vbaresponse.ts
|
|
5292
|
+
models/cost-contain-visium-ex-code-vbaresponse.ts
|
|
5293
|
+
models/cost-contain-visium-ex-code.ts
|
|
5278
5294
|
models/cost-contain-zelis-claim-detail-reprice-list-vbaresponse.ts
|
|
5279
5295
|
models/cost-contain-zelis-claim-detail-reprice-vbaresponse.ts
|
|
5280
5296
|
models/cost-contain-zelis-claim-detail-reprice.ts
|
|
@@ -5369,6 +5385,7 @@ models/cred-termination.ts
|
|
|
5369
5385
|
models/cred-type-list-vbaresponse.ts
|
|
5370
5386
|
models/cred-type-vbaresponse.ts
|
|
5371
5387
|
models/cred-type.ts
|
|
5388
|
+
models/credit.ts
|
|
5372
5389
|
models/criteria-detail.ts
|
|
5373
5390
|
models/criteria-list-vbaresponse.ts
|
|
5374
5391
|
models/criteria-vbaresponse.ts
|
|
@@ -5380,6 +5397,7 @@ models/database-connection.ts
|
|
|
5380
5397
|
models/day-interval-list-vbaresponse.ts
|
|
5381
5398
|
models/day-interval-vbaresponse.ts
|
|
5382
5399
|
models/day-interval.ts
|
|
5400
|
+
models/debit.ts
|
|
5383
5401
|
models/debug.ts
|
|
5384
5402
|
models/diagnostic-code-group-list-vbaresponse.ts
|
|
5385
5403
|
models/diagnostic-code-group-vbaresponse.ts
|
|
@@ -6210,6 +6228,7 @@ models/plan-benefit-cascade.ts
|
|
|
6210
6228
|
models/plan-benefit-cluster-list-vbaresponse.ts
|
|
6211
6229
|
models/plan-benefit-cluster-vbaresponse.ts
|
|
6212
6230
|
models/plan-benefit-cluster.ts
|
|
6231
|
+
models/plan-benefit-copy.ts
|
|
6213
6232
|
models/plan-benefit-level-list-vbaresponse.ts
|
|
6214
6233
|
models/plan-benefit-level-vbaresponse.ts
|
|
6215
6234
|
models/plan-benefit-level.ts
|
|
@@ -7113,6 +7132,7 @@ models/vbareporting-report-vbaresponse.ts
|
|
|
7113
7132
|
models/vbareporting-report.ts
|
|
7114
7133
|
models/vbassologin-config.ts
|
|
7115
7134
|
models/vbaupdate-claim-funded-status.ts
|
|
7135
|
+
models/vbaupdate-recon.ts
|
|
7116
7136
|
models/vbauser-status-vbaresponse.ts
|
|
7117
7137
|
models/vbauser-status.ts
|
|
7118
7138
|
models/vbavbagateway-process-request.ts
|
package/api/accounting-api.ts
CHANGED
|
@@ -29,6 +29,8 @@ import type { FUNDACCOUNTBALANCELIST } from '../models';
|
|
|
29
29
|
import type { FundingProcessClaimRefund } from '../models';
|
|
30
30
|
// @ts-ignore
|
|
31
31
|
import type { VBAUpdateClaimFundedStatus } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { VBAUpdateRecon } from '../models';
|
|
32
34
|
/**
|
|
33
35
|
* AccountingApi - axios parameter creator
|
|
34
36
|
* @export
|
|
@@ -177,6 +179,55 @@ export const AccountingApiAxiosParamCreator = function (configuration?: Configur
|
|
|
177
179
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
178
180
|
localVarRequestOptions.data = serializeDataIfNeeded(vBAUpdateClaimFundedStatus, localVarRequestOptions, configuration)
|
|
179
181
|
|
|
182
|
+
return {
|
|
183
|
+
url: toPathString(localVarUrlObj),
|
|
184
|
+
options: localVarRequestOptions,
|
|
185
|
+
};
|
|
186
|
+
},
|
|
187
|
+
/**
|
|
188
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
189
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
190
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
191
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
192
|
+
* @param {*} [options] Override http request option.
|
|
193
|
+
* @throws {RequiredError}
|
|
194
|
+
*/
|
|
195
|
+
updateReconDebitCredit: async (vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
196
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
197
|
+
assertParamExists('updateReconDebitCredit', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
198
|
+
// verify required parameter 'vBAUpdateRecon' is not null or undefined
|
|
199
|
+
assertParamExists('updateReconDebitCredit', 'vBAUpdateRecon', vBAUpdateRecon)
|
|
200
|
+
const localVarPath = `/update-recon-credit-debit`;
|
|
201
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
202
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
203
|
+
let baseOptions;
|
|
204
|
+
if (configuration) {
|
|
205
|
+
baseOptions = configuration.baseOptions;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
209
|
+
const localVarHeaderParameter = {} as any;
|
|
210
|
+
const localVarQueryParameter = {} as any;
|
|
211
|
+
|
|
212
|
+
// authentication apiKeyAuth required
|
|
213
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
214
|
+
|
|
215
|
+
// authentication bearerAuth required
|
|
216
|
+
// http bearer authentication required
|
|
217
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
222
|
+
|
|
223
|
+
if (vbasoftwareDatabase != null) {
|
|
224
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
225
|
+
}
|
|
226
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
227
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
228
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
229
|
+
localVarRequestOptions.data = serializeDataIfNeeded(vBAUpdateRecon, localVarRequestOptions, configuration)
|
|
230
|
+
|
|
180
231
|
return {
|
|
181
232
|
url: toPathString(localVarUrlObj),
|
|
182
233
|
options: localVarRequestOptions,
|
|
@@ -234,6 +285,20 @@ export const AccountingApiFp = function(configuration?: Configuration) {
|
|
|
234
285
|
const localVarOperationServerBasePath = operationServerMap['AccountingApi.massUpdateClaimFundedStatus']?.[localVarOperationServerIndex]?.url;
|
|
235
286
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
236
287
|
},
|
|
288
|
+
/**
|
|
289
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
290
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
291
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
292
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
293
|
+
* @param {*} [options] Override http request option.
|
|
294
|
+
* @throws {RequiredError}
|
|
295
|
+
*/
|
|
296
|
+
async updateReconDebitCredit(vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
297
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateReconDebitCredit(vbasoftwareDatabase, vBAUpdateRecon, options);
|
|
298
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
299
|
+
const localVarOperationServerBasePath = operationServerMap['AccountingApi.updateReconDebitCredit']?.[localVarOperationServerIndex]?.url;
|
|
300
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
301
|
+
},
|
|
237
302
|
}
|
|
238
303
|
};
|
|
239
304
|
|
|
@@ -277,6 +342,17 @@ export const AccountingApiFactory = function (configuration?: Configuration, bas
|
|
|
277
342
|
massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
278
343
|
return localVarFp.massUpdateClaimFundedStatus(vbasoftwareDatabase, vBAUpdateClaimFundedStatus, options).then((request) => request(axios, basePath));
|
|
279
344
|
},
|
|
345
|
+
/**
|
|
346
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
347
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
348
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
349
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
350
|
+
* @param {*} [options] Override http request option.
|
|
351
|
+
* @throws {RequiredError}
|
|
352
|
+
*/
|
|
353
|
+
updateReconDebitCredit(vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
354
|
+
return localVarFp.updateReconDebitCredit(vbasoftwareDatabase, vBAUpdateRecon, options).then((request) => request(axios, basePath));
|
|
355
|
+
},
|
|
280
356
|
};
|
|
281
357
|
};
|
|
282
358
|
|
|
@@ -319,6 +395,17 @@ export interface AccountingApiInterface {
|
|
|
319
395
|
*/
|
|
320
396
|
massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
321
397
|
|
|
398
|
+
/**
|
|
399
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
400
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
401
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
402
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
403
|
+
* @param {*} [options] Override http request option.
|
|
404
|
+
* @throws {RequiredError}
|
|
405
|
+
* @memberof AccountingApiInterface
|
|
406
|
+
*/
|
|
407
|
+
updateReconDebitCredit(vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
408
|
+
|
|
322
409
|
}
|
|
323
410
|
|
|
324
411
|
/**
|
|
@@ -366,5 +453,18 @@ export class AccountingApi extends BaseAPI implements AccountingApiInterface {
|
|
|
366
453
|
public massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig) {
|
|
367
454
|
return AccountingApiFp(this.configuration).massUpdateClaimFundedStatus(vbasoftwareDatabase, vBAUpdateClaimFundedStatus, options).then((request) => request(this.axios, this.basePath));
|
|
368
455
|
}
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
459
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
460
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
461
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
462
|
+
* @param {*} [options] Override http request option.
|
|
463
|
+
* @throws {RequiredError}
|
|
464
|
+
* @memberof AccountingApi
|
|
465
|
+
*/
|
|
466
|
+
public updateReconDebitCredit(vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options?: RawAxiosRequestConfig) {
|
|
467
|
+
return AccountingApiFp(this.configuration).updateReconDebitCredit(vbasoftwareDatabase, vBAUpdateRecon, options).then((request) => request(this.axios, this.basePath));
|
|
468
|
+
}
|
|
369
469
|
}
|
|
370
470
|
|
|
@@ -55,6 +55,8 @@ import type { FundingVoidCheck } from '../models';
|
|
|
55
55
|
import type { Int32VBAResponse } from '../models';
|
|
56
56
|
// @ts-ignore
|
|
57
57
|
import type { VBAUpdateClaimFundedStatus } from '../models';
|
|
58
|
+
// @ts-ignore
|
|
59
|
+
import type { VBAUpdateRecon } from '../models';
|
|
58
60
|
/**
|
|
59
61
|
* AdvAccountingApi - axios parameter creator
|
|
60
62
|
* @export
|
|
@@ -767,6 +769,55 @@ export const AdvAccountingApiAxiosParamCreator = function (configuration?: Confi
|
|
|
767
769
|
options: localVarRequestOptions,
|
|
768
770
|
};
|
|
769
771
|
},
|
|
772
|
+
/**
|
|
773
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
774
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
775
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
776
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
777
|
+
* @param {*} [options] Override http request option.
|
|
778
|
+
* @throws {RequiredError}
|
|
779
|
+
*/
|
|
780
|
+
updateReconDebitCredit: async (vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
781
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
782
|
+
assertParamExists('updateReconDebitCredit', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
783
|
+
// verify required parameter 'vBAUpdateRecon' is not null or undefined
|
|
784
|
+
assertParamExists('updateReconDebitCredit', 'vBAUpdateRecon', vBAUpdateRecon)
|
|
785
|
+
const localVarPath = `/update-recon-credit-debit`;
|
|
786
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
787
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
788
|
+
let baseOptions;
|
|
789
|
+
if (configuration) {
|
|
790
|
+
baseOptions = configuration.baseOptions;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
794
|
+
const localVarHeaderParameter = {} as any;
|
|
795
|
+
const localVarQueryParameter = {} as any;
|
|
796
|
+
|
|
797
|
+
// authentication apiKeyAuth required
|
|
798
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
799
|
+
|
|
800
|
+
// authentication bearerAuth required
|
|
801
|
+
// http bearer authentication required
|
|
802
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
807
|
+
|
|
808
|
+
if (vbasoftwareDatabase != null) {
|
|
809
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
810
|
+
}
|
|
811
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
812
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
813
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
814
|
+
localVarRequestOptions.data = serializeDataIfNeeded(vBAUpdateRecon, localVarRequestOptions, configuration)
|
|
815
|
+
|
|
816
|
+
return {
|
|
817
|
+
url: toPathString(localVarUrlObj),
|
|
818
|
+
options: localVarRequestOptions,
|
|
819
|
+
};
|
|
820
|
+
},
|
|
770
821
|
/**
|
|
771
822
|
* Voids an existing Check
|
|
772
823
|
* @summary Void Check
|
|
@@ -1078,6 +1129,20 @@ export const AdvAccountingApiFp = function(configuration?: Configuration) {
|
|
|
1078
1129
|
const localVarOperationServerBasePath = operationServerMap['AdvAccountingApi.undoVoidCheck']?.[localVarOperationServerIndex]?.url;
|
|
1079
1130
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1080
1131
|
},
|
|
1132
|
+
/**
|
|
1133
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
1134
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
1135
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1136
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
1137
|
+
* @param {*} [options] Override http request option.
|
|
1138
|
+
* @throws {RequiredError}
|
|
1139
|
+
*/
|
|
1140
|
+
async updateReconDebitCredit(vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
1141
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateReconDebitCredit(vbasoftwareDatabase, vBAUpdateRecon, options);
|
|
1142
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1143
|
+
const localVarOperationServerBasePath = operationServerMap['AdvAccountingApi.updateReconDebitCredit']?.[localVarOperationServerIndex]?.url;
|
|
1144
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1145
|
+
},
|
|
1081
1146
|
/**
|
|
1082
1147
|
* Voids an existing Check
|
|
1083
1148
|
* @summary Void Check
|
|
@@ -1276,6 +1341,17 @@ export const AdvAccountingApiFactory = function (configuration?: Configuration,
|
|
|
1276
1341
|
undoVoidCheck(vbasoftwareDatabase: string, checkId: number, options?: RawAxiosRequestConfig): AxiosPromise<Int32VBAResponse> {
|
|
1277
1342
|
return localVarFp.undoVoidCheck(vbasoftwareDatabase, checkId, options).then((request) => request(axios, basePath));
|
|
1278
1343
|
},
|
|
1344
|
+
/**
|
|
1345
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
1346
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
1347
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1348
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
1349
|
+
* @param {*} [options] Override http request option.
|
|
1350
|
+
* @throws {RequiredError}
|
|
1351
|
+
*/
|
|
1352
|
+
updateReconDebitCredit(vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1353
|
+
return localVarFp.updateReconDebitCredit(vbasoftwareDatabase, vBAUpdateRecon, options).then((request) => request(axios, basePath));
|
|
1354
|
+
},
|
|
1279
1355
|
/**
|
|
1280
1356
|
* Voids an existing Check
|
|
1281
1357
|
* @summary Void Check
|
|
@@ -1467,6 +1543,17 @@ export interface AdvAccountingApiInterface {
|
|
|
1467
1543
|
*/
|
|
1468
1544
|
undoVoidCheck(vbasoftwareDatabase: string, checkId: number, options?: RawAxiosRequestConfig): AxiosPromise<Int32VBAResponse>;
|
|
1469
1545
|
|
|
1546
|
+
/**
|
|
1547
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
1548
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
1549
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1550
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
1551
|
+
* @param {*} [options] Override http request option.
|
|
1552
|
+
* @throws {RequiredError}
|
|
1553
|
+
* @memberof AdvAccountingApiInterface
|
|
1554
|
+
*/
|
|
1555
|
+
updateReconDebitCredit(vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
1556
|
+
|
|
1470
1557
|
/**
|
|
1471
1558
|
* Voids an existing Check
|
|
1472
1559
|
* @summary Void Check
|
|
@@ -1686,6 +1773,19 @@ export class AdvAccountingApi extends BaseAPI implements AdvAccountingApiInterfa
|
|
|
1686
1773
|
return AdvAccountingApiFp(this.configuration).undoVoidCheck(vbasoftwareDatabase, checkId, options).then((request) => request(this.axios, this.basePath));
|
|
1687
1774
|
}
|
|
1688
1775
|
|
|
1776
|
+
/**
|
|
1777
|
+
* Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
|
|
1778
|
+
* @summary Sync and Update Debits and Credits for a Recon
|
|
1779
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1780
|
+
* @param {VBAUpdateRecon} vBAUpdateRecon
|
|
1781
|
+
* @param {*} [options] Override http request option.
|
|
1782
|
+
* @throws {RequiredError}
|
|
1783
|
+
* @memberof AdvAccountingApi
|
|
1784
|
+
*/
|
|
1785
|
+
public updateReconDebitCredit(vbasoftwareDatabase: string, vBAUpdateRecon: VBAUpdateRecon, options?: RawAxiosRequestConfig) {
|
|
1786
|
+
return AdvAccountingApiFp(this.configuration).updateReconDebitCredit(vbasoftwareDatabase, vBAUpdateRecon, options).then((request) => request(this.axios, this.basePath));
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1689
1789
|
/**
|
|
1690
1790
|
* Voids an existing Check
|
|
1691
1791
|
* @summary Void Check
|
package/api/adv-benefits-api.ts
CHANGED
|
@@ -22,6 +22,10 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
|
|
|
22
22
|
// @ts-ignore
|
|
23
23
|
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
24
|
// @ts-ignore
|
|
25
|
+
import type { PlanBenefitCopy } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { PlanBenefitsVBAResponse } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
25
29
|
import type { PlanCopy } from '../models';
|
|
26
30
|
// @ts-ignore
|
|
27
31
|
import type { PlansVBAResponse } from '../models';
|
|
@@ -75,6 +79,55 @@ export const AdvBenefitsApiAxiosParamCreator = function (configuration?: Configu
|
|
|
75
79
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
76
80
|
localVarRequestOptions.data = serializeDataIfNeeded(planCopy, localVarRequestOptions, configuration)
|
|
77
81
|
|
|
82
|
+
return {
|
|
83
|
+
url: toPathString(localVarUrlObj),
|
|
84
|
+
options: localVarRequestOptions,
|
|
85
|
+
};
|
|
86
|
+
},
|
|
87
|
+
/**
|
|
88
|
+
* Copies an existing Plan Benefit to another existing Plan.
|
|
89
|
+
* @summary Copy Plan Benefit
|
|
90
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
91
|
+
* @param {PlanBenefitCopy} planBenefitCopy
|
|
92
|
+
* @param {*} [options] Override http request option.
|
|
93
|
+
* @throws {RequiredError}
|
|
94
|
+
*/
|
|
95
|
+
copyPlanBenefit: async (vbasoftwareDatabase: string, planBenefitCopy: PlanBenefitCopy, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
96
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
97
|
+
assertParamExists('copyPlanBenefit', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
98
|
+
// verify required parameter 'planBenefitCopy' is not null or undefined
|
|
99
|
+
assertParamExists('copyPlanBenefit', 'planBenefitCopy', planBenefitCopy)
|
|
100
|
+
const localVarPath = `/plans-benefits-copy`;
|
|
101
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
102
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103
|
+
let baseOptions;
|
|
104
|
+
if (configuration) {
|
|
105
|
+
baseOptions = configuration.baseOptions;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
109
|
+
const localVarHeaderParameter = {} as any;
|
|
110
|
+
const localVarQueryParameter = {} as any;
|
|
111
|
+
|
|
112
|
+
// authentication apiKeyAuth required
|
|
113
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
114
|
+
|
|
115
|
+
// authentication bearerAuth required
|
|
116
|
+
// http bearer authentication required
|
|
117
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
122
|
+
|
|
123
|
+
if (vbasoftwareDatabase != null) {
|
|
124
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
125
|
+
}
|
|
126
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
127
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
128
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
129
|
+
localVarRequestOptions.data = serializeDataIfNeeded(planBenefitCopy, localVarRequestOptions, configuration)
|
|
130
|
+
|
|
78
131
|
return {
|
|
79
132
|
url: toPathString(localVarUrlObj),
|
|
80
133
|
options: localVarRequestOptions,
|
|
@@ -104,6 +157,20 @@ export const AdvBenefitsApiFp = function(configuration?: Configuration) {
|
|
|
104
157
|
const localVarOperationServerBasePath = operationServerMap['AdvBenefitsApi.copyPlan']?.[localVarOperationServerIndex]?.url;
|
|
105
158
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
106
159
|
},
|
|
160
|
+
/**
|
|
161
|
+
* Copies an existing Plan Benefit to another existing Plan.
|
|
162
|
+
* @summary Copy Plan Benefit
|
|
163
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
164
|
+
* @param {PlanBenefitCopy} planBenefitCopy
|
|
165
|
+
* @param {*} [options] Override http request option.
|
|
166
|
+
* @throws {RequiredError}
|
|
167
|
+
*/
|
|
168
|
+
async copyPlanBenefit(vbasoftwareDatabase: string, planBenefitCopy: PlanBenefitCopy, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PlanBenefitsVBAResponse>> {
|
|
169
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.copyPlanBenefit(vbasoftwareDatabase, planBenefitCopy, options);
|
|
170
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
171
|
+
const localVarOperationServerBasePath = operationServerMap['AdvBenefitsApi.copyPlanBenefit']?.[localVarOperationServerIndex]?.url;
|
|
172
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
173
|
+
},
|
|
107
174
|
}
|
|
108
175
|
};
|
|
109
176
|
|
|
@@ -125,6 +192,17 @@ export const AdvBenefitsApiFactory = function (configuration?: Configuration, ba
|
|
|
125
192
|
copyPlan(vbasoftwareDatabase: string, planCopy: PlanCopy, options?: RawAxiosRequestConfig): AxiosPromise<PlansVBAResponse> {
|
|
126
193
|
return localVarFp.copyPlan(vbasoftwareDatabase, planCopy, options).then((request) => request(axios, basePath));
|
|
127
194
|
},
|
|
195
|
+
/**
|
|
196
|
+
* Copies an existing Plan Benefit to another existing Plan.
|
|
197
|
+
* @summary Copy Plan Benefit
|
|
198
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
199
|
+
* @param {PlanBenefitCopy} planBenefitCopy
|
|
200
|
+
* @param {*} [options] Override http request option.
|
|
201
|
+
* @throws {RequiredError}
|
|
202
|
+
*/
|
|
203
|
+
copyPlanBenefit(vbasoftwareDatabase: string, planBenefitCopy: PlanBenefitCopy, options?: RawAxiosRequestConfig): AxiosPromise<PlanBenefitsVBAResponse> {
|
|
204
|
+
return localVarFp.copyPlanBenefit(vbasoftwareDatabase, planBenefitCopy, options).then((request) => request(axios, basePath));
|
|
205
|
+
},
|
|
128
206
|
};
|
|
129
207
|
};
|
|
130
208
|
|
|
@@ -145,6 +223,17 @@ export interface AdvBenefitsApiInterface {
|
|
|
145
223
|
*/
|
|
146
224
|
copyPlan(vbasoftwareDatabase: string, planCopy: PlanCopy, options?: RawAxiosRequestConfig): AxiosPromise<PlansVBAResponse>;
|
|
147
225
|
|
|
226
|
+
/**
|
|
227
|
+
* Copies an existing Plan Benefit to another existing Plan.
|
|
228
|
+
* @summary Copy Plan Benefit
|
|
229
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
230
|
+
* @param {PlanBenefitCopy} planBenefitCopy
|
|
231
|
+
* @param {*} [options] Override http request option.
|
|
232
|
+
* @throws {RequiredError}
|
|
233
|
+
* @memberof AdvBenefitsApiInterface
|
|
234
|
+
*/
|
|
235
|
+
copyPlanBenefit(vbasoftwareDatabase: string, planBenefitCopy: PlanBenefitCopy, options?: RawAxiosRequestConfig): AxiosPromise<PlanBenefitsVBAResponse>;
|
|
236
|
+
|
|
148
237
|
}
|
|
149
238
|
|
|
150
239
|
/**
|
|
@@ -166,5 +255,18 @@ export class AdvBenefitsApi extends BaseAPI implements AdvBenefitsApiInterface {
|
|
|
166
255
|
public copyPlan(vbasoftwareDatabase: string, planCopy: PlanCopy, options?: RawAxiosRequestConfig) {
|
|
167
256
|
return AdvBenefitsApiFp(this.configuration).copyPlan(vbasoftwareDatabase, planCopy, options).then((request) => request(this.axios, this.basePath));
|
|
168
257
|
}
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Copies an existing Plan Benefit to another existing Plan.
|
|
261
|
+
* @summary Copy Plan Benefit
|
|
262
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
263
|
+
* @param {PlanBenefitCopy} planBenefitCopy
|
|
264
|
+
* @param {*} [options] Override http request option.
|
|
265
|
+
* @throws {RequiredError}
|
|
266
|
+
* @memberof AdvBenefitsApi
|
|
267
|
+
*/
|
|
268
|
+
public copyPlanBenefit(vbasoftwareDatabase: string, planBenefitCopy: PlanBenefitCopy, options?: RawAxiosRequestConfig) {
|
|
269
|
+
return AdvBenefitsApiFp(this.configuration).copyPlanBenefit(vbasoftwareDatabase, planBenefitCopy, options).then((request) => request(this.axios, this.basePath));
|
|
270
|
+
}
|
|
169
271
|
}
|
|
170
272
|
|