@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250328.1 → 1.20250425.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 +46 -2
- package/api/adv-billing-api.ts +96 -0
- package/api/adv-claim-api.ts +438 -0
- package/api/group-state-surcharge-api.ts +733 -0
- package/api/hipaaremittance-codes-api.ts +685 -0
- package/api/member-alternate-payee-api.ts +781 -0
- package/api/member-alternate-payee-plan-api.ts +829 -0
- package/api/premium-invoices-api.ts +96 -0
- package/api/report-definitions-api.ts +108 -0
- package/api/state-surcharge-api.ts +685 -0
- package/api/subscribers-api.ts +98 -0
- package/api/vbareporting-api.ts +265 -0
- package/api/vbareports-api.ts +162 -55
- package/api.ts +6 -1
- package/models/all-enrollments-subscriber-result-list-vbaresponse.ts +51 -0
- package/models/all-enrollments-subscriber-result.ts +108 -0
- package/models/checks-detail.ts +6 -0
- package/models/claim-audit.ts +12 -0
- package/models/claim-batch-benefit.ts +36 -0
- package/models/claim-batch-payee.ts +108 -0
- package/models/claim-benefit.ts +36 -0
- package/models/claim-network.ts +36 -0
- package/models/claim-payee.ts +108 -0
- package/models/claim-plan.ts +36 -0
- package/models/claim-relationship.ts +36 -0
- package/models/claim-send-check-to.ts +36 -0
- package/models/company-data.ts +24 -0
- package/models/email-report-dto.ts +0 -6
- package/models/explanation-codes.ts +6 -0
- package/models/generate-prem-invoice.ts +12 -0
- package/models/group-contract-plan.ts +6 -0
- package/models/group-state-surcharge-list-vbaresponse.ts +51 -0
- package/models/group-state-surcharge-vbaresponse.ts +51 -0
- package/models/group-state-surcharge.ts +78 -0
- package/models/hipaaremittance-code-list-vbaresponse.ts +51 -0
- package/models/hipaaremittance-code-vbaresponse.ts +51 -0
- package/models/hipaaremittance-code.ts +60 -0
- package/models/index.ts +40 -1
- package/models/member-alternate-payee-list-vbaresponse.ts +51 -0
- package/models/member-alternate-payee-plan-list-vbaresponse.ts +51 -0
- package/models/member-alternate-payee-plan-vbaresponse.ts +51 -0
- package/models/member-alternate-payee-plan.ts +72 -0
- package/models/member-alternate-payee-vbaresponse.ts +51 -0
- package/models/member-alternate-payee.ts +150 -0
- package/models/plan-benefits.ts +6 -0
- package/models/reins-contract-conditional-specific-detail.ts +36 -0
- package/models/report-tracking-metadata.ts +42 -0
- package/models/smsdto.ts +0 -6
- package/models/state-surcharge-list-vbaresponse.ts +51 -0
- package/models/state-surcharge-vbaresponse.ts +51 -0
- package/models/state-surcharge.ts +96 -0
- package/models/vbaclaim-funding-member-pay-to-amount-list-vbaresponse.ts +51 -0
- package/models/vbaclaim-funding-member-pay-to-amount.ts +54 -0
- package/models/vbaclaim-funding-pay-to-amount-list-vbaresponse.ts +51 -0
- package/models/vbaclaim-funding-pay-to-amount.ts +42 -0
- package/models/vbaclaim-number-parm.ts +30 -0
- package/models/vbafull-claim-batch-vbaresponse.ts +51 -0
- package/models/vbafull-claim-batch.ts +426 -0
- package/models/vbafull-claim-vbaresponse.ts +51 -0
- package/models/vbafull-claim.ts +441 -0
- package/models/vbareport.ts +14 -2
- package/models/vbareporting-embed-token-vbaresponse.ts +51 -0
- package/models/vbareporting-embed-token.ts +30 -0
- package/models/vbareporting-report-list-vbaresponse.ts +51 -0
- package/models/vbareporting-report-vbaresponse.ts +51 -0
- package/models/vbareporting-report.ts +54 -0
- package/package.json +1 -1
- package/api/bold-reports-api.ts +0 -167
- package/models/trackable-report.ts +0 -78
package/.openapi-generator/FILES
CHANGED
|
@@ -55,7 +55,6 @@ api/bill-types-api.ts
|
|
|
55
55
|
api/billing-api.ts
|
|
56
56
|
api/billing-basis-api.ts
|
|
57
57
|
api/billing-cycles-api.ts
|
|
58
|
-
api/bold-reports-api.ts
|
|
59
58
|
api/brokerage-api.ts
|
|
60
59
|
api/call-destinations-api.ts
|
|
61
60
|
api/call-statuses-api.ts
|
|
@@ -460,6 +459,7 @@ api/group-premium-rate-categories-api.ts
|
|
|
460
459
|
api/group-price-adjustments-api.ts
|
|
461
460
|
api/group-self-admin-settings-api.ts
|
|
462
461
|
api/group-start-date-rules-api.ts
|
|
462
|
+
api/group-state-surcharge-api.ts
|
|
463
463
|
api/group-student-age-settings-api.ts
|
|
464
464
|
api/group-subscriber-reimbursements-api.ts
|
|
465
465
|
api/group-tax-day-limit-types-api.ts
|
|
@@ -477,6 +477,7 @@ api/hipaaclaim-status-codes-api.ts
|
|
|
477
477
|
api/hipaaplan-types-api.ts
|
|
478
478
|
api/hipaareasons-api.ts
|
|
479
479
|
api/hipaarelationships-api.ts
|
|
480
|
+
api/hipaaremittance-codes-api.ts
|
|
480
481
|
api/hipaatiers-api.ts
|
|
481
482
|
api/idcard-record-statuses-api.ts
|
|
482
483
|
api/idcard-request-statuses-api.ts
|
|
@@ -512,6 +513,8 @@ api/member-accounts-api.ts
|
|
|
512
513
|
api/member-accum-api.ts
|
|
513
514
|
api/member-address-api.ts
|
|
514
515
|
api/member-address-history-api.ts
|
|
516
|
+
api/member-alternate-payee-api.ts
|
|
517
|
+
api/member-alternate-payee-plan-api.ts
|
|
515
518
|
api/member-beneficiary-api.ts
|
|
516
519
|
api/member-beneficiary-plans-api.ts
|
|
517
520
|
api/member-care-alerts-api.ts
|
|
@@ -793,6 +796,7 @@ api/signatures-api.ts
|
|
|
793
796
|
api/specialty-api.ts
|
|
794
797
|
api/state-interest-api.ts
|
|
795
798
|
api/state-procedure-code-taxes-api.ts
|
|
799
|
+
api/state-surcharge-api.ts
|
|
796
800
|
api/states-api.ts
|
|
797
801
|
api/subscriber-accumulators-api.ts
|
|
798
802
|
api/subscriber-enrollment-plan-riders-api.ts
|
|
@@ -859,6 +863,7 @@ api/vbainterface-types-api.ts
|
|
|
859
863
|
api/vbainterface-vendors-api.ts
|
|
860
864
|
api/vbainterfaces-api.ts
|
|
861
865
|
api/vbaplan-types-api.ts
|
|
866
|
+
api/vbareporting-api.ts
|
|
862
867
|
api/vbareports-api.ts
|
|
863
868
|
api/vbassist-api.ts
|
|
864
869
|
api/volume-types-api.ts
|
|
@@ -900,6 +905,8 @@ models/adjudicate-benefit-match-detail.ts
|
|
|
900
905
|
models/admission-type-place-list-vbaresponse.ts
|
|
901
906
|
models/admission-type-place-vbaresponse.ts
|
|
902
907
|
models/admission-type-place.ts
|
|
908
|
+
models/all-enrollments-subscriber-result-list-vbaresponse.ts
|
|
909
|
+
models/all-enrollments-subscriber-result.ts
|
|
903
910
|
models/amount-details-list-vbaresponse.ts
|
|
904
911
|
models/amount-details-vbaresponse.ts
|
|
905
912
|
models/amount-details.ts
|
|
@@ -1316,6 +1323,7 @@ models/claim-audit-status-vbaresponse.ts
|
|
|
1316
1323
|
models/claim-audit-status.ts
|
|
1317
1324
|
models/claim-audit-vbaresponse.ts
|
|
1318
1325
|
models/claim-audit.ts
|
|
1326
|
+
models/claim-batch-benefit.ts
|
|
1319
1327
|
models/claim-batch-claim-batch-detail-list-vbaresponse.ts
|
|
1320
1328
|
models/claim-batch-claim-batch-detail-vbaresponse.ts
|
|
1321
1329
|
models/claim-batch-claim-batch-detail.ts
|
|
@@ -1335,6 +1343,7 @@ models/claim-batch-list-vbaresponse.ts
|
|
|
1335
1343
|
models/claim-batch-log-list-vbaresponse.ts
|
|
1336
1344
|
models/claim-batch-log-vbaresponse.ts
|
|
1337
1345
|
models/claim-batch-log.ts
|
|
1346
|
+
models/claim-batch-payee.ts
|
|
1338
1347
|
models/claim-batch-plan-list-vbaresponse.ts
|
|
1339
1348
|
models/claim-batch-plan-vbaresponse.ts
|
|
1340
1349
|
models/claim-batch-plan.ts
|
|
@@ -1352,6 +1361,7 @@ models/claim-batches-status-vbaresponse.ts
|
|
|
1352
1361
|
models/claim-batches-status.ts
|
|
1353
1362
|
models/claim-batches-vbaresponse.ts
|
|
1354
1363
|
models/claim-batches.ts
|
|
1364
|
+
models/claim-benefit.ts
|
|
1355
1365
|
models/claim-coding-rule-list-vbaresponse.ts
|
|
1356
1366
|
models/claim-coding-rule-type-list-vbaresponse.ts
|
|
1357
1367
|
models/claim-coding-rule-type-vbaresponse.ts
|
|
@@ -1419,12 +1429,15 @@ models/claim-invoice-received-vbaresponse.ts
|
|
|
1419
1429
|
models/claim-invoice-received.ts
|
|
1420
1430
|
models/claim-invoice-vbaresponse.ts
|
|
1421
1431
|
models/claim-invoice.ts
|
|
1432
|
+
models/claim-network.ts
|
|
1422
1433
|
models/claim-occurrence-code-list-vbaresponse.ts
|
|
1423
1434
|
models/claim-occurrence-code-vbaresponse.ts
|
|
1424
1435
|
models/claim-occurrence-code.ts
|
|
1436
|
+
models/claim-payee.ts
|
|
1425
1437
|
models/claim-payment-list-vbaresponse.ts
|
|
1426
1438
|
models/claim-payment-vbaresponse.ts
|
|
1427
1439
|
models/claim-payment.ts
|
|
1440
|
+
models/claim-plan.ts
|
|
1428
1441
|
models/claim-pre-batch-detail-list-vbaresponse.ts
|
|
1429
1442
|
models/claim-pre-batch-detail-vbaresponse.ts
|
|
1430
1443
|
models/claim-pre-batch-detail.ts
|
|
@@ -1473,6 +1486,7 @@ models/claim-queue-status-vbaresponse.ts
|
|
|
1473
1486
|
models/claim-queue-status.ts
|
|
1474
1487
|
models/claim-queue-vbaresponse.ts
|
|
1475
1488
|
models/claim-queue.ts
|
|
1489
|
+
models/claim-relationship.ts
|
|
1476
1490
|
models/claim-reprice-remove-list-vbaresponse.ts
|
|
1477
1491
|
models/claim-reprice-remove-vbaresponse.ts
|
|
1478
1492
|
models/claim-reprice-remove.ts
|
|
@@ -1497,6 +1511,7 @@ models/claim-rule-set-header-vbaresponse.ts
|
|
|
1497
1511
|
models/claim-rule-set-header.ts
|
|
1498
1512
|
models/claim-rule-vbaresponse.ts
|
|
1499
1513
|
models/claim-rule.ts
|
|
1514
|
+
models/claim-send-check-to.ts
|
|
1500
1515
|
models/claim-status-list-vbaresponse.ts
|
|
1501
1516
|
models/claim-status-vbaresponse.ts
|
|
1502
1517
|
models/claim-status.ts
|
|
@@ -2216,6 +2231,9 @@ models/group-price-adjust.ts
|
|
|
2216
2231
|
models/group-self-admin-list-vbaresponse.ts
|
|
2217
2232
|
models/group-self-admin-vbaresponse.ts
|
|
2218
2233
|
models/group-self-admin.ts
|
|
2234
|
+
models/group-state-surcharge-list-vbaresponse.ts
|
|
2235
|
+
models/group-state-surcharge-vbaresponse.ts
|
|
2236
|
+
models/group-state-surcharge.ts
|
|
2219
2237
|
models/group-student-age-list-vbaresponse.ts
|
|
2220
2238
|
models/group-student-age-vbaresponse.ts
|
|
2221
2239
|
models/group-student-age.ts
|
|
@@ -2266,6 +2284,9 @@ models/hipaareason.ts
|
|
|
2266
2284
|
models/hipaarelationship-list-vbaresponse.ts
|
|
2267
2285
|
models/hipaarelationship-vbaresponse.ts
|
|
2268
2286
|
models/hipaarelationship.ts
|
|
2287
|
+
models/hipaaremittance-code-list-vbaresponse.ts
|
|
2288
|
+
models/hipaaremittance-code-vbaresponse.ts
|
|
2289
|
+
models/hipaaremittance-code.ts
|
|
2269
2290
|
models/hipaatier-list-vbaresponse.ts
|
|
2270
2291
|
models/hipaatier-vbaresponse.ts
|
|
2271
2292
|
models/hipaatier.ts
|
|
@@ -2372,6 +2393,12 @@ models/member-address-history-vbaresponse.ts
|
|
|
2372
2393
|
models/member-address-history.ts
|
|
2373
2394
|
models/member-address-vbaresponse.ts
|
|
2374
2395
|
models/member-address.ts
|
|
2396
|
+
models/member-alternate-payee-list-vbaresponse.ts
|
|
2397
|
+
models/member-alternate-payee-plan-list-vbaresponse.ts
|
|
2398
|
+
models/member-alternate-payee-plan-vbaresponse.ts
|
|
2399
|
+
models/member-alternate-payee-plan.ts
|
|
2400
|
+
models/member-alternate-payee-vbaresponse.ts
|
|
2401
|
+
models/member-alternate-payee.ts
|
|
2375
2402
|
models/member-beneficiary-list-vbaresponse.ts
|
|
2376
2403
|
models/member-beneficiary-plan-list-vbaresponse.ts
|
|
2377
2404
|
models/member-beneficiary-plan-vbaresponse.ts
|
|
@@ -3121,6 +3148,7 @@ models/report-track-status-vbaresponse.ts
|
|
|
3121
3148
|
models/report-track-status.ts
|
|
3122
3149
|
models/report-track-vbaresponse.ts
|
|
3123
3150
|
models/report-track.ts
|
|
3151
|
+
models/report-tracking-metadata.ts
|
|
3124
3152
|
models/reviewed-status-list-vbaresponse.ts
|
|
3125
3153
|
models/reviewed-status-vbaresponse.ts
|
|
3126
3154
|
models/reviewed-status.ts
|
|
@@ -3200,6 +3228,9 @@ models/state-list-vbaresponse.ts
|
|
|
3200
3228
|
models/state-procedure-code-tax-list-vbaresponse.ts
|
|
3201
3229
|
models/state-procedure-code-tax-vbaresponse.ts
|
|
3202
3230
|
models/state-procedure-code-tax.ts
|
|
3231
|
+
models/state-surcharge-list-vbaresponse.ts
|
|
3232
|
+
models/state-surcharge-vbaresponse.ts
|
|
3233
|
+
models/state-surcharge.ts
|
|
3203
3234
|
models/state-vbaresponse.ts
|
|
3204
3235
|
models/state.ts
|
|
3205
3236
|
models/string-list-vbaresponse.ts
|
|
@@ -3324,7 +3355,6 @@ models/tooth-quadrant-vbaresponse.ts
|
|
|
3324
3355
|
models/tooth-quadrant.ts
|
|
3325
3356
|
models/tooth-vbaresponse.ts
|
|
3326
3357
|
models/tooth.ts
|
|
3327
|
-
models/trackable-report.ts
|
|
3328
3358
|
models/transpose-request-meta-data-result-list-vbaresponse.ts
|
|
3329
3359
|
models/transpose-request-meta-data-result.ts
|
|
3330
3360
|
models/treatment-type-list-vbaresponse.ts
|
|
@@ -3393,6 +3423,11 @@ models/vbacdcsubenrollment-rider.ts
|
|
|
3393
3423
|
models/vbacdcsubenrollment.ts
|
|
3394
3424
|
models/vbacdcsubscribers-list-vbaresponse.ts
|
|
3395
3425
|
models/vbacdcsubscribers.ts
|
|
3426
|
+
models/vbaclaim-funding-member-pay-to-amount-list-vbaresponse.ts
|
|
3427
|
+
models/vbaclaim-funding-member-pay-to-amount.ts
|
|
3428
|
+
models/vbaclaim-funding-pay-to-amount-list-vbaresponse.ts
|
|
3429
|
+
models/vbaclaim-funding-pay-to-amount.ts
|
|
3430
|
+
models/vbaclaim-number-parm.ts
|
|
3396
3431
|
models/vbaclaim-timeline-list-vbaresponse.ts
|
|
3397
3432
|
models/vbaclaim-timeline.ts
|
|
3398
3433
|
models/vbaclient-environment-list-vbaresponse.ts
|
|
@@ -3404,6 +3439,10 @@ models/vbacommission-rate-subscriber-list-vbaresponse.ts
|
|
|
3404
3439
|
models/vbacommission-rate-subscriber.ts
|
|
3405
3440
|
models/vbadisability-advisor-deduction.ts
|
|
3406
3441
|
models/vbadisability-advisor.ts
|
|
3442
|
+
models/vbafull-claim-batch-vbaresponse.ts
|
|
3443
|
+
models/vbafull-claim-batch.ts
|
|
3444
|
+
models/vbafull-claim-vbaresponse.ts
|
|
3445
|
+
models/vbafull-claim.ts
|
|
3407
3446
|
models/vbafunding-account-claim-info-list-vbaresponse.ts
|
|
3408
3447
|
models/vbafunding-account-claim-info.ts
|
|
3409
3448
|
models/vbafunding-request-claim-summary-list-vbaresponse.ts
|
|
@@ -3474,6 +3513,11 @@ models/vbareins-contract-transaction-summary.ts
|
|
|
3474
3513
|
models/vbareport-list-vbaresponse.ts
|
|
3475
3514
|
models/vbareport-vbaresponse.ts
|
|
3476
3515
|
models/vbareport.ts
|
|
3516
|
+
models/vbareporting-embed-token-vbaresponse.ts
|
|
3517
|
+
models/vbareporting-embed-token.ts
|
|
3518
|
+
models/vbareporting-report-list-vbaresponse.ts
|
|
3519
|
+
models/vbareporting-report-vbaresponse.ts
|
|
3520
|
+
models/vbareporting-report.ts
|
|
3477
3521
|
models/vbassologin-config.ts
|
|
3478
3522
|
models/vbaupdate-claim-funded-status.ts
|
|
3479
3523
|
models/vbauser-status-vbaresponse.ts
|
package/api/adv-billing-api.ts
CHANGED
|
@@ -1953,6 +1953,53 @@ export const AdvBillingApiAxiosParamCreator = function (configuration?: Configur
|
|
|
1953
1953
|
|
|
1954
1954
|
|
|
1955
1955
|
|
|
1956
|
+
if (vbasoftwareDatabase != null) {
|
|
1957
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
1958
|
+
}
|
|
1959
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1960
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1961
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1962
|
+
|
|
1963
|
+
return {
|
|
1964
|
+
url: toPathString(localVarUrlObj),
|
|
1965
|
+
options: localVarRequestOptions,
|
|
1966
|
+
};
|
|
1967
|
+
},
|
|
1968
|
+
/**
|
|
1969
|
+
* Updates Paid Through information for enrollments, groups, policies, etc. based on a selected Invoice Key.
|
|
1970
|
+
* @summary Set Paid Through by Invoice
|
|
1971
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1972
|
+
* @param {number} invoiceKey Invoice Key
|
|
1973
|
+
* @param {*} [options] Override http request option.
|
|
1974
|
+
* @throws {RequiredError}
|
|
1975
|
+
*/
|
|
1976
|
+
setPaidThroughByInvoice: async (vbasoftwareDatabase: string, invoiceKey: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1977
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
1978
|
+
assertParamExists('setPaidThroughByInvoice', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
1979
|
+
// verify required parameter 'invoiceKey' is not null or undefined
|
|
1980
|
+
assertParamExists('setPaidThroughByInvoice', 'invoiceKey', invoiceKey)
|
|
1981
|
+
const localVarPath = `/set-paid-through-by-invoice/{invoiceKey}`
|
|
1982
|
+
.replace(`{${"invoiceKey"}}`, encodeURIComponent(String(invoiceKey)));
|
|
1983
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1984
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1985
|
+
let baseOptions;
|
|
1986
|
+
if (configuration) {
|
|
1987
|
+
baseOptions = configuration.baseOptions;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1991
|
+
const localVarHeaderParameter = {} as any;
|
|
1992
|
+
const localVarQueryParameter = {} as any;
|
|
1993
|
+
|
|
1994
|
+
// authentication apiKeyAuth required
|
|
1995
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
1996
|
+
|
|
1997
|
+
// authentication bearerAuth required
|
|
1998
|
+
// http bearer authentication required
|
|
1999
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
|
|
1956
2003
|
if (vbasoftwareDatabase != null) {
|
|
1957
2004
|
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
1958
2005
|
}
|
|
@@ -2558,6 +2605,20 @@ export const AdvBillingApiFp = function(configuration?: Configuration) {
|
|
|
2558
2605
|
const localVarOperationServerBasePath = operationServerMap['AdvBillingApi.resetSelfAdminInvoice']?.[localVarOperationServerIndex]?.url;
|
|
2559
2606
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2560
2607
|
},
|
|
2608
|
+
/**
|
|
2609
|
+
* Updates Paid Through information for enrollments, groups, policies, etc. based on a selected Invoice Key.
|
|
2610
|
+
* @summary Set Paid Through by Invoice
|
|
2611
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2612
|
+
* @param {number} invoiceKey Invoice Key
|
|
2613
|
+
* @param {*} [options] Override http request option.
|
|
2614
|
+
* @throws {RequiredError}
|
|
2615
|
+
*/
|
|
2616
|
+
async setPaidThroughByInvoice(vbasoftwareDatabase: string, invoiceKey: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2617
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.setPaidThroughByInvoice(vbasoftwareDatabase, invoiceKey, options);
|
|
2618
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2619
|
+
const localVarOperationServerBasePath = operationServerMap['AdvBillingApi.setPaidThroughByInvoice']?.[localVarOperationServerIndex]?.url;
|
|
2620
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2621
|
+
},
|
|
2561
2622
|
/**
|
|
2562
2623
|
* Based on the supplied PremPayment_Key, remove this payment from any invoice it is attached, and then recalc the received on each affected invoice.
|
|
2563
2624
|
* @summary Undo an Applied Premium Payment
|
|
@@ -3007,6 +3068,17 @@ export const AdvBillingApiFactory = function (configuration?: Configuration, bas
|
|
|
3007
3068
|
resetSelfAdminInvoice(vbasoftwareDatabase: string, invoiceKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3008
3069
|
return localVarFp.resetSelfAdminInvoice(vbasoftwareDatabase, invoiceKey, options).then((request) => request(axios, basePath));
|
|
3009
3070
|
},
|
|
3071
|
+
/**
|
|
3072
|
+
* Updates Paid Through information for enrollments, groups, policies, etc. based on a selected Invoice Key.
|
|
3073
|
+
* @summary Set Paid Through by Invoice
|
|
3074
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
3075
|
+
* @param {number} invoiceKey Invoice Key
|
|
3076
|
+
* @param {*} [options] Override http request option.
|
|
3077
|
+
* @throws {RequiredError}
|
|
3078
|
+
*/
|
|
3079
|
+
setPaidThroughByInvoice(vbasoftwareDatabase: string, invoiceKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3080
|
+
return localVarFp.setPaidThroughByInvoice(vbasoftwareDatabase, invoiceKey, options).then((request) => request(axios, basePath));
|
|
3081
|
+
},
|
|
3010
3082
|
/**
|
|
3011
3083
|
* Based on the supplied PremPayment_Key, remove this payment from any invoice it is attached, and then recalc the received on each affected invoice.
|
|
3012
3084
|
* @summary Undo an Applied Premium Payment
|
|
@@ -3452,6 +3524,17 @@ export interface AdvBillingApiInterface {
|
|
|
3452
3524
|
*/
|
|
3453
3525
|
resetSelfAdminInvoice(vbasoftwareDatabase: string, invoiceKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
3454
3526
|
|
|
3527
|
+
/**
|
|
3528
|
+
* Updates Paid Through information for enrollments, groups, policies, etc. based on a selected Invoice Key.
|
|
3529
|
+
* @summary Set Paid Through by Invoice
|
|
3530
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
3531
|
+
* @param {number} invoiceKey Invoice Key
|
|
3532
|
+
* @param {*} [options] Override http request option.
|
|
3533
|
+
* @throws {RequiredError}
|
|
3534
|
+
* @memberof AdvBillingApiInterface
|
|
3535
|
+
*/
|
|
3536
|
+
setPaidThroughByInvoice(vbasoftwareDatabase: string, invoiceKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
3537
|
+
|
|
3455
3538
|
/**
|
|
3456
3539
|
* Based on the supplied PremPayment_Key, remove this payment from any invoice it is attached, and then recalc the received on each affected invoice.
|
|
3457
3540
|
* @summary Undo an Applied Premium Payment
|
|
@@ -3971,6 +4054,19 @@ export class AdvBillingApi extends BaseAPI implements AdvBillingApiInterface {
|
|
|
3971
4054
|
return AdvBillingApiFp(this.configuration).resetSelfAdminInvoice(vbasoftwareDatabase, invoiceKey, options).then((request) => request(this.axios, this.basePath));
|
|
3972
4055
|
}
|
|
3973
4056
|
|
|
4057
|
+
/**
|
|
4058
|
+
* Updates Paid Through information for enrollments, groups, policies, etc. based on a selected Invoice Key.
|
|
4059
|
+
* @summary Set Paid Through by Invoice
|
|
4060
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
4061
|
+
* @param {number} invoiceKey Invoice Key
|
|
4062
|
+
* @param {*} [options] Override http request option.
|
|
4063
|
+
* @throws {RequiredError}
|
|
4064
|
+
* @memberof AdvBillingApi
|
|
4065
|
+
*/
|
|
4066
|
+
public setPaidThroughByInvoice(vbasoftwareDatabase: string, invoiceKey: number, options?: RawAxiosRequestConfig) {
|
|
4067
|
+
return AdvBillingApiFp(this.configuration).setPaidThroughByInvoice(vbasoftwareDatabase, invoiceKey, options).then((request) => request(this.axios, this.basePath));
|
|
4068
|
+
}
|
|
4069
|
+
|
|
3974
4070
|
/**
|
|
3975
4071
|
* Based on the supplied PremPayment_Key, remove this payment from any invoice it is attached, and then recalc the received on each affected invoice.
|
|
3976
4072
|
* @summary Undo an Applied Premium Payment
|