@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250711.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 +20 -2
- package/api/accounting-api.ts +100 -0
- package/api/adv-accounting-api.ts +100 -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/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/AdvBillingApi.md +65 -0
- package/docs/AdvClaimApi.md +64 -5
- 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/{ChatMessage.md → Debit.md} +7 -5
- package/docs/PlanBenefitCopy.md +2 -2
- package/docs/PremInvoiceAdjustment.md +24 -24
- package/docs/PremiumDistributionsApi.md +65 -0
- 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/VBAFullClaim.md +4 -0
- package/docs/VBAFullClaimBatch.md +4 -0
- package/docs/VBAReportingApi.md +5 -3
- package/docs/VBAReportsApi.md +2 -1
- package/docs/VBAUpdateRecon.md +24 -0
- package/docs/VBAssistApi.md +67 -7
- package/docs/VisiumCodeExCodeApi.md +354 -0
- 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/{chat-message.ts → debit.ts} +12 -6
- package/models/index.ts +8 -1
- package/models/plan-benefit-copy.ts +1 -1
- package/models/prem-invoice-adjustment.ts +24 -24
- package/models/report-series-step.ts +12 -0
- package/models/selected-field.ts +12 -0
- package/models/state-surcharge.ts +12 -0
- package/models/vbafull-claim-batch.ts +12 -0
- package/models/vbafull-claim.ts +12 -0
- package/models/vbaupdate-recon.ts +48 -0
- 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
|
|
@@ -4043,6 +4051,7 @@ docs/StateProcedureCodeTaxVBAResponse.md
|
|
|
4043
4051
|
docs/StateProcedureCodeTaxesApi.md
|
|
4044
4052
|
docs/StateSurcharge.md
|
|
4045
4053
|
docs/StateSurchargeApi.md
|
|
4054
|
+
docs/StateSurchargeBasisApi.md
|
|
4046
4055
|
docs/StateSurchargeListVBAResponse.md
|
|
4047
4056
|
docs/StateSurchargeVBAResponse.md
|
|
4048
4057
|
docs/StateVBAResponse.md
|
|
@@ -4407,6 +4416,7 @@ docs/VBAReportingReportVBAResponse.md
|
|
|
4407
4416
|
docs/VBAReportsApi.md
|
|
4408
4417
|
docs/VBASSOLoginConfig.md
|
|
4409
4418
|
docs/VBAUpdateClaimFundedStatus.md
|
|
4419
|
+
docs/VBAUpdateRecon.md
|
|
4410
4420
|
docs/VBAUserStatus.md
|
|
4411
4421
|
docs/VBAUserStatusVBAResponse.md
|
|
4412
4422
|
docs/VBAVBAGatewayProcessRequest.md
|
|
@@ -4414,6 +4424,7 @@ docs/VBAssistApi.md
|
|
|
4414
4424
|
docs/VerifyMFADeviceSetupRequest.md
|
|
4415
4425
|
docs/VerifyMFADeviceSetupResponse.md
|
|
4416
4426
|
docs/VerifyMFADeviceSetupResponseVBAResponse.md
|
|
4427
|
+
docs/VisiumCodeExCodeApi.md
|
|
4417
4428
|
docs/Volume.md
|
|
4418
4429
|
docs/VolumeTypesApi.md
|
|
4419
4430
|
docs/WaitingPeriodTypesApi.md
|
|
@@ -4841,7 +4852,8 @@ models/case-status-reason.ts
|
|
|
4841
4852
|
models/case-status-vbaresponse.ts
|
|
4842
4853
|
models/case-status.ts
|
|
4843
4854
|
models/change-subscriber-idrequest.ts
|
|
4844
|
-
models/chat-
|
|
4855
|
+
models/chat-feedback-request.ts
|
|
4856
|
+
models/chat-request.ts
|
|
4845
4857
|
models/check-batch-list-vbaresponse.ts
|
|
4846
4858
|
models/check-batch-vbaresponse.ts
|
|
4847
4859
|
models/check-batch.ts
|
|
@@ -5276,6 +5288,9 @@ models/cost-contain-context4-option-pricing-vbaresponse.ts
|
|
|
5276
5288
|
models/cost-contain-context4-option-pricing.ts
|
|
5277
5289
|
models/cost-contain-context4-option-vbaresponse.ts
|
|
5278
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
|
|
5279
5294
|
models/cost-contain-zelis-claim-detail-reprice-list-vbaresponse.ts
|
|
5280
5295
|
models/cost-contain-zelis-claim-detail-reprice-vbaresponse.ts
|
|
5281
5296
|
models/cost-contain-zelis-claim-detail-reprice.ts
|
|
@@ -5370,6 +5385,7 @@ models/cred-termination.ts
|
|
|
5370
5385
|
models/cred-type-list-vbaresponse.ts
|
|
5371
5386
|
models/cred-type-vbaresponse.ts
|
|
5372
5387
|
models/cred-type.ts
|
|
5388
|
+
models/credit.ts
|
|
5373
5389
|
models/criteria-detail.ts
|
|
5374
5390
|
models/criteria-list-vbaresponse.ts
|
|
5375
5391
|
models/criteria-vbaresponse.ts
|
|
@@ -5381,6 +5397,7 @@ models/database-connection.ts
|
|
|
5381
5397
|
models/day-interval-list-vbaresponse.ts
|
|
5382
5398
|
models/day-interval-vbaresponse.ts
|
|
5383
5399
|
models/day-interval.ts
|
|
5400
|
+
models/debit.ts
|
|
5384
5401
|
models/debug.ts
|
|
5385
5402
|
models/diagnostic-code-group-list-vbaresponse.ts
|
|
5386
5403
|
models/diagnostic-code-group-vbaresponse.ts
|
|
@@ -7115,6 +7132,7 @@ models/vbareporting-report-vbaresponse.ts
|
|
|
7115
7132
|
models/vbareporting-report.ts
|
|
7116
7133
|
models/vbassologin-config.ts
|
|
7117
7134
|
models/vbaupdate-claim-funded-status.ts
|
|
7135
|
+
models/vbaupdate-recon.ts
|
|
7118
7136
|
models/vbauser-status-vbaresponse.ts
|
|
7119
7137
|
models/vbauser-status.ts
|
|
7120
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-billing-api.ts
CHANGED
|
@@ -708,6 +708,65 @@ export const AdvBillingApiAxiosParamCreator = function (configuration?: Configur
|
|
|
708
708
|
|
|
709
709
|
|
|
710
710
|
|
|
711
|
+
if (vbasoftwareDatabase != null) {
|
|
712
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
713
|
+
}
|
|
714
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
715
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
716
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
717
|
+
|
|
718
|
+
return {
|
|
719
|
+
url: toPathString(localVarUrlObj),
|
|
720
|
+
options: localVarRequestOptions,
|
|
721
|
+
};
|
|
722
|
+
},
|
|
723
|
+
/**
|
|
724
|
+
* Given an existing Check Batch, generate a Distribution check in that Check Batch.
|
|
725
|
+
* @summary Create Premium Distributions Check Batch
|
|
726
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
727
|
+
* @param {number} checkBatch Check Batch
|
|
728
|
+
* @param {string} payeeId Payee ID
|
|
729
|
+
* @param {string} payorId Payor ID
|
|
730
|
+
* @param {number} accountKey Account Key
|
|
731
|
+
* @param {*} [options] Override http request option.
|
|
732
|
+
* @throws {RequiredError}
|
|
733
|
+
*/
|
|
734
|
+
generatePremDistributionCheckBatch: async (vbasoftwareDatabase: string, checkBatch: number, payeeId: string, payorId: string, accountKey: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
735
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
736
|
+
assertParamExists('generatePremDistributionCheckBatch', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
737
|
+
// verify required parameter 'checkBatch' is not null or undefined
|
|
738
|
+
assertParamExists('generatePremDistributionCheckBatch', 'checkBatch', checkBatch)
|
|
739
|
+
// verify required parameter 'payeeId' is not null or undefined
|
|
740
|
+
assertParamExists('generatePremDistributionCheckBatch', 'payeeId', payeeId)
|
|
741
|
+
// verify required parameter 'payorId' is not null or undefined
|
|
742
|
+
assertParamExists('generatePremDistributionCheckBatch', 'payorId', payorId)
|
|
743
|
+
// verify required parameter 'accountKey' is not null or undefined
|
|
744
|
+
assertParamExists('generatePremDistributionCheckBatch', 'accountKey', accountKey)
|
|
745
|
+
const localVarPath = `/premium-distributions-generate-check-batch/{checkBatch}/{payeeId}/{payorId}/{accountKey}`
|
|
746
|
+
.replace(`{${"checkBatch"}}`, encodeURIComponent(String(checkBatch)))
|
|
747
|
+
.replace(`{${"payeeId"}}`, encodeURIComponent(String(payeeId)))
|
|
748
|
+
.replace(`{${"payorId"}}`, encodeURIComponent(String(payorId)))
|
|
749
|
+
.replace(`{${"accountKey"}}`, encodeURIComponent(String(accountKey)));
|
|
750
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
751
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
752
|
+
let baseOptions;
|
|
753
|
+
if (configuration) {
|
|
754
|
+
baseOptions = configuration.baseOptions;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
758
|
+
const localVarHeaderParameter = {} as any;
|
|
759
|
+
const localVarQueryParameter = {} as any;
|
|
760
|
+
|
|
761
|
+
// authentication apiKeyAuth required
|
|
762
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
763
|
+
|
|
764
|
+
// authentication bearerAuth required
|
|
765
|
+
// http bearer authentication required
|
|
766
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
711
770
|
if (vbasoftwareDatabase != null) {
|
|
712
771
|
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
713
772
|
}
|
|
@@ -2347,6 +2406,23 @@ export const AdvBillingApiFp = function(configuration?: Configuration) {
|
|
|
2347
2406
|
const localVarOperationServerBasePath = operationServerMap['AdvBillingApi.generatePremDistributionCheck']?.[localVarOperationServerIndex]?.url;
|
|
2348
2407
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2349
2408
|
},
|
|
2409
|
+
/**
|
|
2410
|
+
* Given an existing Check Batch, generate a Distribution check in that Check Batch.
|
|
2411
|
+
* @summary Create Premium Distributions Check Batch
|
|
2412
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2413
|
+
* @param {number} checkBatch Check Batch
|
|
2414
|
+
* @param {string} payeeId Payee ID
|
|
2415
|
+
* @param {string} payorId Payor ID
|
|
2416
|
+
* @param {number} accountKey Account Key
|
|
2417
|
+
* @param {*} [options] Override http request option.
|
|
2418
|
+
* @throws {RequiredError}
|
|
2419
|
+
*/
|
|
2420
|
+
async generatePremDistributionCheckBatch(vbasoftwareDatabase: string, checkBatch: number, payeeId: string, payorId: string, accountKey: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2421
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.generatePremDistributionCheckBatch(vbasoftwareDatabase, checkBatch, payeeId, payorId, accountKey, options);
|
|
2422
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2423
|
+
const localVarOperationServerBasePath = operationServerMap['AdvBillingApi.generatePremDistributionCheckBatch']?.[localVarOperationServerIndex]?.url;
|
|
2424
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2425
|
+
},
|
|
2350
2426
|
/**
|
|
2351
2427
|
* Creates a new Premium Billing Invoice for the selected Group/Division.
|
|
2352
2428
|
* @summary Generate Division Invoice
|
|
@@ -2909,6 +2985,20 @@ export const AdvBillingApiFactory = function (configuration?: Configuration, bas
|
|
|
2909
2985
|
generatePremDistributionCheck(vbasoftwareDatabase: string, payeeId: string, payorId: string, accountKey: number, checkNumber: string, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2910
2986
|
return localVarFp.generatePremDistributionCheck(vbasoftwareDatabase, payeeId, payorId, accountKey, checkNumber, options).then((request) => request(axios, basePath));
|
|
2911
2987
|
},
|
|
2988
|
+
/**
|
|
2989
|
+
* Given an existing Check Batch, generate a Distribution check in that Check Batch.
|
|
2990
|
+
* @summary Create Premium Distributions Check Batch
|
|
2991
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2992
|
+
* @param {number} checkBatch Check Batch
|
|
2993
|
+
* @param {string} payeeId Payee ID
|
|
2994
|
+
* @param {string} payorId Payor ID
|
|
2995
|
+
* @param {number} accountKey Account Key
|
|
2996
|
+
* @param {*} [options] Override http request option.
|
|
2997
|
+
* @throws {RequiredError}
|
|
2998
|
+
*/
|
|
2999
|
+
generatePremDistributionCheckBatch(vbasoftwareDatabase: string, checkBatch: number, payeeId: string, payorId: string, accountKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3000
|
+
return localVarFp.generatePremDistributionCheckBatch(vbasoftwareDatabase, checkBatch, payeeId, payorId, accountKey, options).then((request) => request(axios, basePath));
|
|
3001
|
+
},
|
|
2912
3002
|
/**
|
|
2913
3003
|
* Creates a new Premium Billing Invoice for the selected Group/Division.
|
|
2914
3004
|
* @summary Generate Division Invoice
|
|
@@ -3386,6 +3476,20 @@ export interface AdvBillingApiInterface {
|
|
|
3386
3476
|
*/
|
|
3387
3477
|
generatePremDistributionCheck(vbasoftwareDatabase: string, payeeId: string, payorId: string, accountKey: number, checkNumber: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
3388
3478
|
|
|
3479
|
+
/**
|
|
3480
|
+
* Given an existing Check Batch, generate a Distribution check in that Check Batch.
|
|
3481
|
+
* @summary Create Premium Distributions Check Batch
|
|
3482
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
3483
|
+
* @param {number} checkBatch Check Batch
|
|
3484
|
+
* @param {string} payeeId Payee ID
|
|
3485
|
+
* @param {string} payorId Payor ID
|
|
3486
|
+
* @param {number} accountKey Account Key
|
|
3487
|
+
* @param {*} [options] Override http request option.
|
|
3488
|
+
* @throws {RequiredError}
|
|
3489
|
+
* @memberof AdvBillingApiInterface
|
|
3490
|
+
*/
|
|
3491
|
+
generatePremDistributionCheckBatch(vbasoftwareDatabase: string, checkBatch: number, payeeId: string, payorId: string, accountKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
3492
|
+
|
|
3389
3493
|
/**
|
|
3390
3494
|
* Creates a new Premium Billing Invoice for the selected Group/Division.
|
|
3391
3495
|
* @summary Generate Division Invoice
|
|
@@ -3889,6 +3993,22 @@ export class AdvBillingApi extends BaseAPI implements AdvBillingApiInterface {
|
|
|
3889
3993
|
return AdvBillingApiFp(this.configuration).generatePremDistributionCheck(vbasoftwareDatabase, payeeId, payorId, accountKey, checkNumber, options).then((request) => request(this.axios, this.basePath));
|
|
3890
3994
|
}
|
|
3891
3995
|
|
|
3996
|
+
/**
|
|
3997
|
+
* Given an existing Check Batch, generate a Distribution check in that Check Batch.
|
|
3998
|
+
* @summary Create Premium Distributions Check Batch
|
|
3999
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
4000
|
+
* @param {number} checkBatch Check Batch
|
|
4001
|
+
* @param {string} payeeId Payee ID
|
|
4002
|
+
* @param {string} payorId Payor ID
|
|
4003
|
+
* @param {number} accountKey Account Key
|
|
4004
|
+
* @param {*} [options] Override http request option.
|
|
4005
|
+
* @throws {RequiredError}
|
|
4006
|
+
* @memberof AdvBillingApi
|
|
4007
|
+
*/
|
|
4008
|
+
public generatePremDistributionCheckBatch(vbasoftwareDatabase: string, checkBatch: number, payeeId: string, payorId: string, accountKey: number, options?: RawAxiosRequestConfig) {
|
|
4009
|
+
return AdvBillingApiFp(this.configuration).generatePremDistributionCheckBatch(vbasoftwareDatabase, checkBatch, payeeId, payorId, accountKey, options).then((request) => request(this.axios, this.basePath));
|
|
4010
|
+
}
|
|
4011
|
+
|
|
3892
4012
|
/**
|
|
3893
4013
|
* Creates a new Premium Billing Invoice for the selected Group/Division.
|
|
3894
4014
|
* @summary Generate Division Invoice
|