@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240120.1 → 1.20240531.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +162 -0
- package/api/accounting-api.ts +165 -0
- package/api/adv-accounting-api.ts +99 -0
- package/api/adv-billing-api.ts +1973 -0
- package/api/adv-claim-api.ts +731 -0
- package/api/adv-enrollment-api.ts +377 -0
- package/api/adv-workflow-api.ts +456 -0
- package/api/benefits-api.ts +122 -0
- package/api/billing-api.ts +165 -0
- package/api/claim-batch-api.ts +121 -0
- package/api/claim-batch-details-api.ts +140 -0
- package/api/client-config-api.ts +869 -0
- package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
- package/api/commission-rates-api.ts +8 -18
- package/api/disability-event-case-changes-api.ts +677 -0
- package/api/disability-event-deduction-changes-api.ts +677 -0
- package/api/disability-event-field-changes-api.ts +677 -0
- package/api/disability-event-fields-api.ts +677 -0
- package/api/disability-event-groups-api.ts +677 -0
- package/api/disaster-locations-api.ts +677 -0
- package/api/disasters-api.ts +677 -0
- package/api/fee-schedules-api.ts +163 -0
- package/api/group-achpulls-api.ts +725 -0
- package/api/group-bill-cycle-payment-methods-api.ts +677 -0
- package/api/group-network-criterias-api.ts +31 -13
- package/api/group-ucpercent-criterias-api.ts +677 -0
- package/api/member-address-history-api.ts +773 -0
- package/api/member-pre-ex-disclosed-diags-api.ts +773 -0
- package/api/payment-methods-api.ts +772 -0
- package/api/premium-distributions-api.ts +222 -0
- package/api/premium-invoice-subscribers-api.ts +291 -0
- package/api/premium-invoices-api.ts +1577 -219
- package/api/premium-rate-add-ons-api.ts +725 -0
- package/api/premium-rates-api.ts +119 -0
- package/api/process-automation-api.ts +365 -0
- package/api/security-field-set-details-api.ts +733 -0
- package/api/security-field-sets-api.ts +677 -0
- package/api/security-field-user-groups-api.ts +677 -0
- package/api/security-field-users-api.ts +677 -0
- package/api/security-fields-api.ts +677 -0
- package/api/subscriber-enrollments-api.ts +111 -0
- package/api/subscriber-sponsors-api.ts +677 -0
- package/api/subscriber-writing-agents-api.ts +725 -0
- package/api/subscribers-api.ts +315 -0
- package/api/support-api.ts +532 -0
- package/api/tolerances-api.ts +677 -0
- package/api/user-api.ts +520 -71
- package/api/user-field-security-api.ts +191 -0
- package/api/user-group-mappings-api.ts +101 -5
- package/api/vbareports-api.ts +155 -0
- package/api.ts +33 -0
- package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
- package/models/adjudicate-benefit-match-detail.ts +198 -0
- package/models/auth.ts +29 -5
- package/models/billing-refund.ts +126 -0
- package/models/call-tracking-diag-codes.ts +1 -1
- package/models/callback-dto.ts +43 -0
- package/models/check-batch.ts +1 -1
- package/models/claim-adjustment-config.ts +121 -0
- package/models/claim-custom-ex-code-rule.ts +50 -20
- package/models/cobraplan-criteria.ts +36 -0
- package/models/commission-rate-cluster-agency-rep-list-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep.ts +102 -0
- package/models/company-data.ts +112 -82
- package/models/copy-group-division.ts +4 -10
- package/models/criteria-detail.ts +1 -1
- package/models/database-connection.ts +36 -0
- package/models/disability-event-case-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed.ts +78 -0
- package/models/disability-event-deduction-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed.ts +72 -0
- package/models/disability-event-field-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed.ts +72 -0
- package/models/disability-event-field-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-vbaresponse.ts +45 -0
- package/models/disability-event-field.ts +60 -0
- package/models/disability-event-group-list-vbaresponse.ts +45 -0
- package/models/disability-event-group-vbaresponse.ts +45 -0
- package/models/disability-event-group.ts +78 -0
- package/models/disaster-list-vbaresponse.ts +45 -0
- package/models/disaster-location-list-vbaresponse.ts +45 -0
- package/models/disaster-location-vbaresponse.ts +45 -0
- package/models/disaster-location.ts +78 -0
- package/models/disaster-vbaresponse.ts +45 -0
- package/models/disaster.ts +84 -0
- package/models/email-report-dto.ts +103 -0
- package/models/enrollment-reenroll.ts +13 -0
- package/models/enrollment-waiting-period-by-hire-date-list-vbaresponse.ts +45 -0
- package/models/enrollment-waiting-period-by-hire-date.ts +48 -0
- package/models/fax-report-dto.ts +85 -0
- package/models/fee-sched-detail.ts +1 -1
- package/models/fee-sched-modifier-discount.ts +1 -1
- package/models/fee-sched-procedure-group-adjust.ts +1 -1
- package/models/fee-sched-provider-type-discount.ts +1 -1
- package/models/funding-process-claim-refund.ts +66 -0
- package/models/funding-request.ts +1 -1
- package/models/generate-authenticator-qrcode-request.ts +30 -0
- package/models/generate-authenticator-qrcode-response-vbaresponse.ts +45 -0
- package/models/generate-authenticator-qrcode-response.ts +36 -0
- package/models/generate-prem-invoice.ts +90 -0
- package/models/get-prem-invoice-subscriber-list-result-list-vbaresponse.ts +45 -0
- package/models/get-prem-invoice-subscriber-list-result.ts +102 -0
- package/models/group-achpull-list-vbaresponse.ts +45 -0
- package/models/group-achpull-vbaresponse.ts +45 -0
- package/models/group-achpull.ts +60 -0
- package/models/group-bill-cycle-payment-method-list-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method.ts +78 -0
- package/models/group-change-coverage-start.ts +6 -0
- package/models/group-ucpercent-criteria-list-vbaresponse.ts +45 -0
- package/models/group-ucpercent-criteria-vbaresponse.ts +45 -0
- package/models/group-ucpercent-criteria.ts +84 -0
- package/models/groups.ts +6 -0
- package/models/idcode-type.ts +6 -0
- package/models/index.ts +129 -0
- package/models/json-node-options.ts +30 -0
- package/models/json-node.ts +43 -0
- package/models/json-value.ts +44 -0
- package/models/life-claim-advisor.ts +256 -0
- package/models/mem-enrollment-plan.ts +3 -3
- package/models/mem-enrollment-rider.ts +4 -4
- package/models/member-address-history-list-vbaresponse.ts +45 -0
- package/models/member-address-history-vbaresponse.ts +45 -0
- package/models/member-address-history.ts +216 -0
- package/models/member-pre-ex-disclosed-diag-list-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag.ts +90 -0
- package/models/network-procedure-cluster.ts +1 -1
- package/models/note-note-attachment.ts +38 -0
- package/models/payment-method-list-vbaresponse.ts +45 -0
- package/models/payment-method-vbaresponse.ts +45 -0
- package/models/payment-method.ts +72 -0
- package/models/plan-benefit-rate.ts +1 -1
- package/models/prem-invoice-apply-payment.ts +78 -0
- package/models/prem-invoice-generate-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result.ts +138 -0
- package/models/prem-invoice-generate-inv-list.ts +138 -0
- package/models/prem-invoice-generate-self-admin-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-self-admin-inv-list.ts +144 -0
- package/models/prem-rate-add-on-list-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on.ts +78 -0
- package/models/prem-rate.ts +24 -12
- package/models/register-mfadevice-request.ts +42 -0
- package/models/register-mfadevice-response-vbaresponse.ts +45 -0
- package/models/register-mfadevice-response.ts +30 -0
- package/models/report-series-step.ts +6 -0
- package/models/security-field-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-vbaresponse.ts +45 -0
- package/models/security-field-set-detail.ts +72 -0
- package/models/security-field-set-list-vbaresponse.ts +45 -0
- package/models/security-field-set-vbaresponse.ts +45 -0
- package/models/security-field-set.ts +66 -0
- package/models/security-field-user-group-list-vbaresponse.ts +45 -0
- package/models/security-field-user-group-vbaresponse.ts +45 -0
- package/models/security-field-user-group.ts +84 -0
- package/models/security-field-user-list-vbaresponse.ts +45 -0
- package/models/security-field-user-vbaresponse.ts +45 -0
- package/models/security-field-user.ts +84 -0
- package/models/security-field-vbaresponse.ts +45 -0
- package/models/security-field.ts +72 -0
- package/models/smsdto.ts +67 -0
- package/models/ssoconfig-list-vbaresponse.ts +45 -0
- package/models/ssoconfig-vbaresponse.ts +45 -0
- package/models/ssoconfig.ts +84 -0
- package/models/sub-enrollment-plan.ts +3 -3
- package/models/sub-enrollment-rider.ts +4 -4
- package/models/sub-enrollment.ts +2 -2
- package/models/sub-payment-method.ts +1 -1
- package/models/submit-mfacode-request.ts +42 -0
- package/models/subscriber-forfeiture-status.ts +1 -1
- package/models/subscriber-sponsor-list-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor.ts +84 -0
- package/models/subscriber-writing-agent-list-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent.ts +90 -0
- package/models/suspense-claim-list.ts +228 -0
- package/models/tolerance-list-vbaresponse.ts +45 -0
- package/models/tolerance-vbaresponse.ts +45 -0
- package/models/tolerance.ts +72 -0
- package/models/userfieldsecurity.ts +66 -0
- package/models/userfieldsecuritylist-vbaresponse.ts +45 -0
- package/models/users.ts +13 -1
- package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
- package/models/usual-customary-rate-all-percentile.ts +120 -0
- package/models/vbaclient-environment-list-vbaresponse.ts +45 -0
- package/models/vbaclient-environment.ts +37 -0
- package/models/vbaclient-list-vbaresponse.ts +45 -0
- package/models/vbaclient-vbaresponse.ts +45 -0
- package/models/vbaclient.ts +55 -0
- package/models/vbainterface-idcode.ts +31 -1
- package/models/vbainterface-map-type.ts +31 -1
- package/models/vbainterface.ts +43 -1
- package/models/vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail-adjustment.ts +180 -0
- package/models/vbaprem-invoice-subscriber-detail-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail.ts +180 -0
- package/models/vbareport-list-vbaresponse.ts +45 -0
- package/models/vbareport.ts +60 -0
- package/models/vbassologin-config.ts +42 -0
- package/models/workflow-auth.ts +54 -0
- package/models/workflow-check.ts +54 -0
- package/models/workflow-claim.ts +60 -0
- package/models/workflow-enrollment.ts +60 -0
- package/models/workflow-processing.ts +70 -0
- package/package.json +3 -3
package/api.ts
CHANGED
|
@@ -17,11 +17,14 @@
|
|
|
17
17
|
export * from './api/apccodes-api';
|
|
18
18
|
export * from './api/apcschedules-api';
|
|
19
19
|
export * from './api/apcweights-api';
|
|
20
|
+
export * from './api/accounting-api';
|
|
20
21
|
export * from './api/admission-type-places-api';
|
|
21
22
|
export * from './api/adv-accounting-api';
|
|
22
23
|
export * from './api/adv-auth-api';
|
|
23
24
|
export * from './api/adv-benefits-api';
|
|
25
|
+
export * from './api/adv-billing-api';
|
|
24
26
|
export * from './api/adv-capitation-api';
|
|
27
|
+
export * from './api/adv-claim-api';
|
|
25
28
|
export * from './api/adv-commission-api';
|
|
26
29
|
export * from './api/adv-enrollment-api';
|
|
27
30
|
export * from './api/adv-fee-schedule-api';
|
|
@@ -30,6 +33,7 @@ export * from './api/adv-group-contracts-api';
|
|
|
30
33
|
export * from './api/adv-group-divisions-api';
|
|
31
34
|
export * from './api/adv-groups-api';
|
|
32
35
|
export * from './api/adv-reinsurance-api';
|
|
36
|
+
export * from './api/adv-workflow-api';
|
|
33
37
|
export * from './api/age-settings-api';
|
|
34
38
|
export * from './api/agriculture-tax-returns-api';
|
|
35
39
|
export * from './api/amount-details-api';
|
|
@@ -58,6 +62,7 @@ export * from './api/benefit-specialties-api';
|
|
|
58
62
|
export * from './api/benefits-api';
|
|
59
63
|
export * from './api/bill-type-places-api';
|
|
60
64
|
export * from './api/bill-types-api';
|
|
65
|
+
export * from './api/billing-api';
|
|
61
66
|
export * from './api/billing-basis-api';
|
|
62
67
|
export * from './api/billing-cycles-api';
|
|
63
68
|
export * from './api/brokerage-api';
|
|
@@ -221,6 +226,7 @@ export * from './api/claim-types-api';
|
|
|
221
226
|
export * from './api/claim-value-codes-api';
|
|
222
227
|
export * from './api/claims-api';
|
|
223
228
|
export * from './api/classes-api';
|
|
229
|
+
export * from './api/client-config-api';
|
|
224
230
|
export * from './api/college-types-api';
|
|
225
231
|
export * from './api/colleges-api';
|
|
226
232
|
export * from './api/commission-activity-api';
|
|
@@ -237,6 +243,7 @@ export * from './api/commission-basis-api';
|
|
|
237
243
|
export * from './api/commission-categories-api';
|
|
238
244
|
export * from './api/commission-cycles-api';
|
|
239
245
|
export * from './api/commission-license-types-api';
|
|
246
|
+
export * from './api/commission-rate-cluster-agency-rep-api';
|
|
240
247
|
export * from './api/commission-rate-cluster-rates-api';
|
|
241
248
|
export * from './api/commission-rate-clusters-api';
|
|
242
249
|
export * from './api/commission-rate-subscribers-api';
|
|
@@ -308,7 +315,14 @@ export * from './api/day-intervals-api';
|
|
|
308
315
|
export * from './api/diagnostic-code-groups-api';
|
|
309
316
|
export * from './api/diagnostic-code-types-api';
|
|
310
317
|
export * from './api/diagnostic-codes-api';
|
|
318
|
+
export * from './api/disability-event-case-changes-api';
|
|
319
|
+
export * from './api/disability-event-deduction-changes-api';
|
|
320
|
+
export * from './api/disability-event-field-changes-api';
|
|
321
|
+
export * from './api/disability-event-fields-api';
|
|
322
|
+
export * from './api/disability-event-groups-api';
|
|
311
323
|
export * from './api/disability-options-api';
|
|
324
|
+
export * from './api/disaster-locations-api';
|
|
325
|
+
export * from './api/disasters-api';
|
|
312
326
|
export * from './api/drug-code-units-api';
|
|
313
327
|
export * from './api/drug-codes-api';
|
|
314
328
|
export * from './api/duplicate-columns-api';
|
|
@@ -389,9 +403,11 @@ export * from './api/grievance-resolution-types-api';
|
|
|
389
403
|
export * from './api/grievance-statuses-api';
|
|
390
404
|
export * from './api/grievance-types-api';
|
|
391
405
|
export * from './api/grievances-api';
|
|
406
|
+
export * from './api/group-achpulls-api';
|
|
392
407
|
export * from './api/group-account-periods-api';
|
|
393
408
|
export * from './api/group-account-reports-api';
|
|
394
409
|
export * from './api/group-advice-to-pay-api';
|
|
410
|
+
export * from './api/group-bill-cycle-payment-methods-api';
|
|
395
411
|
export * from './api/group-calculate-interest-network-options-api';
|
|
396
412
|
export * from './api/group-calculate-interest-options-api';
|
|
397
413
|
export * from './api/group-classes-api';
|
|
@@ -443,6 +459,7 @@ export * from './api/group-subscriber-reimbursements-api';
|
|
|
443
459
|
export * from './api/group-tax-day-limit-types-api';
|
|
444
460
|
export * from './api/group-term-rules-api';
|
|
445
461
|
export * from './api/group-ucpercent-claim-types-api';
|
|
462
|
+
export * from './api/group-ucpercent-criterias-api';
|
|
446
463
|
export * from './api/group-ucpercent-settings-api';
|
|
447
464
|
export * from './api/group-vbaplan-types-api';
|
|
448
465
|
export * from './api/group-volumes-api';
|
|
@@ -487,6 +504,7 @@ export * from './api/member-account-plans-api';
|
|
|
487
504
|
export * from './api/member-accounts-api';
|
|
488
505
|
export * from './api/member-accum-api';
|
|
489
506
|
export * from './api/member-address-api';
|
|
507
|
+
export * from './api/member-address-history-api';
|
|
490
508
|
export * from './api/member-beneficiary-api';
|
|
491
509
|
export * from './api/member-beneficiary-plans-api';
|
|
492
510
|
export * from './api/member-cobsavings-api';
|
|
@@ -507,6 +525,7 @@ export * from './api/member-networks-api';
|
|
|
507
525
|
export * from './api/member-occupations-api';
|
|
508
526
|
export * from './api/member-payments-api';
|
|
509
527
|
export * from './api/member-plan-years-api';
|
|
528
|
+
export * from './api/member-pre-ex-disclosed-diags-api';
|
|
510
529
|
export * from './api/member-pre-existing-diagnostic-codes-api';
|
|
511
530
|
export * from './api/member-prior-accumulators-api';
|
|
512
531
|
export * from './api/member-provider-alternates-api';
|
|
@@ -536,6 +555,7 @@ export * from './api/pbmtypes-api';
|
|
|
536
555
|
export * from './api/pay-frequency-api';
|
|
537
556
|
export * from './api/payee-accounts-api';
|
|
538
557
|
export * from './api/payees-api';
|
|
558
|
+
export * from './api/payment-methods-api';
|
|
539
559
|
export * from './api/payment-schedules-api';
|
|
540
560
|
export * from './api/payor-api';
|
|
541
561
|
export * from './api/payor-account-notifications-api';
|
|
@@ -607,6 +627,7 @@ export * from './api/premium-payment-types-api';
|
|
|
607
627
|
export * from './api/premium-payments-api';
|
|
608
628
|
export * from './api/premium-payments-on-accounts-api';
|
|
609
629
|
export * from './api/premium-payments-on-subscribers-api';
|
|
630
|
+
export * from './api/premium-rate-add-ons-api';
|
|
610
631
|
export * from './api/premium-rate-age-types-api';
|
|
611
632
|
export * from './api/premium-rate-basis-api';
|
|
612
633
|
export * from './api/premium-rate-categories-api';
|
|
@@ -627,6 +648,7 @@ export * from './api/procedure-code-qualifiers-api';
|
|
|
627
648
|
export * from './api/procedure-code-sets-api';
|
|
628
649
|
export * from './api/procedure-codes-api';
|
|
629
650
|
export * from './api/procedure-groups-api';
|
|
651
|
+
export * from './api/process-automation-api';
|
|
630
652
|
export * from './api/process-logging-api';
|
|
631
653
|
export * from './api/process-parameters-api';
|
|
632
654
|
export * from './api/processes-api';
|
|
@@ -737,6 +759,11 @@ export * from './api/security-area-reports-api';
|
|
|
737
759
|
export * from './api/security-area-user-groups-api';
|
|
738
760
|
export * from './api/security-area-users-api';
|
|
739
761
|
export * from './api/security-areas-api';
|
|
762
|
+
export * from './api/security-field-set-details-api';
|
|
763
|
+
export * from './api/security-field-sets-api';
|
|
764
|
+
export * from './api/security-field-user-groups-api';
|
|
765
|
+
export * from './api/security-field-users-api';
|
|
766
|
+
export * from './api/security-fields-api';
|
|
740
767
|
export * from './api/security-group-division-user-groups-api';
|
|
741
768
|
export * from './api/security-group-division-users-api';
|
|
742
769
|
export * from './api/security-levels-api';
|
|
@@ -764,9 +791,12 @@ export * from './api/subscriber-plan-policy-forfeitures-api';
|
|
|
764
791
|
export * from './api/subscriber-plan-policy-statuses-api';
|
|
765
792
|
export * from './api/subscriber-premium-rate-splits-api';
|
|
766
793
|
export * from './api/subscriber-prior-accumulators-api';
|
|
794
|
+
export * from './api/subscriber-sponsors-api';
|
|
767
795
|
export * from './api/subscriber-waive-premiums-api';
|
|
796
|
+
export * from './api/subscriber-writing-agents-api';
|
|
768
797
|
export * from './api/subscribers-api';
|
|
769
798
|
export * from './api/suffix-api';
|
|
799
|
+
export * from './api/support-api';
|
|
770
800
|
export * from './api/suspense-claims-api';
|
|
771
801
|
export * from './api/suspense-criterias-api';
|
|
772
802
|
export * from './api/suspense-types-api';
|
|
@@ -777,6 +807,7 @@ export * from './api/taxonomy-group-types-api';
|
|
|
777
807
|
export * from './api/taxonomy-groups-api';
|
|
778
808
|
export * from './api/tiers-api';
|
|
779
809
|
export * from './api/timely-filing-api';
|
|
810
|
+
export * from './api/tolerances-api';
|
|
780
811
|
export * from './api/tooth-api';
|
|
781
812
|
export * from './api/tooth-actions-api';
|
|
782
813
|
export * from './api/tooth-chart-types-api';
|
|
@@ -793,6 +824,7 @@ export * from './api/user-api';
|
|
|
793
824
|
export * from './api/user-amount-api';
|
|
794
825
|
export * from './api/user-amount-procedure-api';
|
|
795
826
|
export * from './api/user-experience-api';
|
|
827
|
+
export * from './api/user-field-security-api';
|
|
796
828
|
export * from './api/user-group-mappings-api';
|
|
797
829
|
export * from './api/user-groups-api';
|
|
798
830
|
export * from './api/user-log-types-api';
|
|
@@ -806,6 +838,7 @@ export * from './api/vbainterface-types-api';
|
|
|
806
838
|
export * from './api/vbainterface-vendors-api';
|
|
807
839
|
export * from './api/vbainterfaces-api';
|
|
808
840
|
export * from './api/vbaplan-types-api';
|
|
841
|
+
export * from './api/vbareports-api';
|
|
809
842
|
export * from './api/vbassist-api';
|
|
810
843
|
export * from './api/volume-types-api';
|
|
811
844
|
export * from './api/waiting-period-types-api';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VBASoftware
|
|
5
|
+
* APIs for VBASoftware
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { AdjudicateBenefitMatchDetail } from './adjudicate-benefit-match-detail';
|
|
17
|
+
import { Debug } from './debug';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AdjudicateBenefitMatchDetailListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface AdjudicateBenefitMatchDetailListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<AdjudicateBenefitMatchDetail>}
|
|
29
|
+
* @memberof AdjudicateBenefitMatchDetailListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<AdjudicateBenefitMatchDetail> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof AdjudicateBenefitMatchDetailListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof AdjudicateBenefitMatchDetailListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VBASoftware
|
|
5
|
+
* APIs for VBASoftware
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface AdjudicateBenefitMatchDetail
|
|
21
|
+
*/
|
|
22
|
+
export interface AdjudicateBenefitMatchDetail {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
27
|
+
*/
|
|
28
|
+
'batch_Number'?: number | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
33
|
+
*/
|
|
34
|
+
'batch_Claim'?: number | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
39
|
+
*/
|
|
40
|
+
'claim_Seq'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
45
|
+
*/
|
|
46
|
+
'adjustment_Seq'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
51
|
+
*/
|
|
52
|
+
'service_Date'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
57
|
+
*/
|
|
58
|
+
'benefit_Code'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
63
|
+
*/
|
|
64
|
+
'place_Of_Service_Match'?: number | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
69
|
+
*/
|
|
70
|
+
'procedure_Code_Match'?: number | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
75
|
+
*/
|
|
76
|
+
'diagnostic_Code_Match'?: number | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
81
|
+
*/
|
|
82
|
+
'provider_Type_Match'?: number | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
87
|
+
*/
|
|
88
|
+
'specialty_Match'?: number | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
93
|
+
*/
|
|
94
|
+
'network_Match'?: number | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {number}
|
|
98
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
99
|
+
*/
|
|
100
|
+
'relationship_Match'?: number | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {number}
|
|
104
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
105
|
+
*/
|
|
106
|
+
'gender_Match'?: number | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {number}
|
|
110
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
111
|
+
*/
|
|
112
|
+
'service_Age_Match'?: number | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {number}
|
|
116
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
117
|
+
*/
|
|
118
|
+
'received_Age_Match'?: number | null;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {number}
|
|
122
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
123
|
+
*/
|
|
124
|
+
'months_Enrolled_Match'?: number | null;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {number}
|
|
128
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
129
|
+
*/
|
|
130
|
+
'days_Enrolled_Match'?: number | null;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {number}
|
|
134
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
135
|
+
*/
|
|
136
|
+
'modifier_Match'?: number | null;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {number}
|
|
140
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
141
|
+
*/
|
|
142
|
+
'billed_Match'?: number | null;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {number}
|
|
146
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
147
|
+
*/
|
|
148
|
+
'billing_Taxonomy_Match'?: number | null;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {number}
|
|
152
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
153
|
+
*/
|
|
154
|
+
'rendering_Taxonomy_Match'?: number | null;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {number}
|
|
158
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
159
|
+
*/
|
|
160
|
+
'service_Facility_Taxonomy_Match'?: number | null;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
165
|
+
*/
|
|
166
|
+
'benefit_Description'?: string | null;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {number}
|
|
170
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
171
|
+
*/
|
|
172
|
+
'match_Count'?: number | null;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {number}
|
|
176
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
177
|
+
*/
|
|
178
|
+
'total_Match_Count'?: number;
|
|
179
|
+
/**
|
|
180
|
+
*
|
|
181
|
+
* @type {string}
|
|
182
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
183
|
+
*/
|
|
184
|
+
'benefit_Effective_Date'?: string | null;
|
|
185
|
+
/**
|
|
186
|
+
*
|
|
187
|
+
* @type {string}
|
|
188
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
189
|
+
*/
|
|
190
|
+
'benefit_Term_Date'?: string | null;
|
|
191
|
+
/**
|
|
192
|
+
*
|
|
193
|
+
* @type {number}
|
|
194
|
+
* @memberof AdjudicateBenefitMatchDetail
|
|
195
|
+
*/
|
|
196
|
+
'federal_ID_Match'?: number | null;
|
|
197
|
+
}
|
|
198
|
+
|
package/models/auth.ts
CHANGED
|
@@ -189,7 +189,7 @@ export interface Auth {
|
|
|
189
189
|
*/
|
|
190
190
|
'cityCode_ID'?: string | null;
|
|
191
191
|
/**
|
|
192
|
-
* Field no longer used. This is repalced by the Status field.
|
|
192
|
+
* Field no longer used. This is repalced by the Status field. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
193
193
|
* @type {boolean}
|
|
194
194
|
* @memberof Auth
|
|
195
195
|
*/
|
|
@@ -230,6 +230,18 @@ export interface Auth {
|
|
|
230
230
|
* @memberof Auth
|
|
231
231
|
*/
|
|
232
232
|
'discharge_Date'?: string | null;
|
|
233
|
+
/**
|
|
234
|
+
* Date when the record was first added to the system.
|
|
235
|
+
* @type {string}
|
|
236
|
+
* @memberof Auth
|
|
237
|
+
*/
|
|
238
|
+
'entry_Date'?: string;
|
|
239
|
+
/**
|
|
240
|
+
* User that first added the record to the system.
|
|
241
|
+
* @type {string}
|
|
242
|
+
* @memberof Auth
|
|
243
|
+
*/
|
|
244
|
+
'entry_User'?: string | null;
|
|
233
245
|
/**
|
|
234
246
|
* Unique identifier assigned to the Provider associated with the Auth. This field can be populated by right-clicking and selecting \'Lookup\' from the context menu.
|
|
235
247
|
* @type {string}
|
|
@@ -267,7 +279,7 @@ export interface Auth {
|
|
|
267
279
|
*/
|
|
268
280
|
'narrative'?: string | null;
|
|
269
281
|
/**
|
|
270
|
-
* Indicates that the associated authorization is a new authorization or an extension of the original authorization.
|
|
282
|
+
* Indicates that the associated authorization is a new authorization or an extension of the original authorization. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
271
283
|
* @type {boolean}
|
|
272
284
|
* @memberof Auth
|
|
273
285
|
*/
|
|
@@ -321,7 +333,7 @@ export interface Auth {
|
|
|
321
333
|
*/
|
|
322
334
|
'previous_Auth'?: string | null;
|
|
323
335
|
/**
|
|
324
|
-
* Check this box to indicate that previous treatment had been administered.
|
|
336
|
+
* Check this box to indicate that previous treatment had been administered. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
325
337
|
* @type {boolean}
|
|
326
338
|
* @memberof Auth
|
|
327
339
|
*/
|
|
@@ -429,7 +441,7 @@ export interface Auth {
|
|
|
429
441
|
*/
|
|
430
442
|
'subscriber_ID'?: string | null;
|
|
431
443
|
/**
|
|
432
|
-
* Indicates if the Treatment Plan was downloaded from the application.
|
|
444
|
+
* Indicates if the Treatment Plan was downloaded from the application. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
433
445
|
* @type {boolean}
|
|
434
446
|
* @memberof Auth
|
|
435
447
|
*/
|
|
@@ -525,7 +537,19 @@ export interface Auth {
|
|
|
525
537
|
*/
|
|
526
538
|
'units_Requested'?: number | null;
|
|
527
539
|
/**
|
|
528
|
-
*
|
|
540
|
+
* Date when the record was last updated in the system.
|
|
541
|
+
* @type {string}
|
|
542
|
+
* @memberof Auth
|
|
543
|
+
*/
|
|
544
|
+
'update_Date'?: string;
|
|
545
|
+
/**
|
|
546
|
+
* User that last updated the record in the system.
|
|
547
|
+
* @type {string}
|
|
548
|
+
* @memberof Auth
|
|
549
|
+
*/
|
|
550
|
+
'update_User'?: string | null;
|
|
551
|
+
/**
|
|
552
|
+
* Check this box to indicate that the authorization request is urgent. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
529
553
|
* @type {boolean}
|
|
530
554
|
* @memberof Auth
|
|
531
555
|
*/
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VBASoftware
|
|
5
|
+
* APIs for VBASoftware
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface BillingRefund
|
|
21
|
+
*/
|
|
22
|
+
export interface BillingRefund {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof BillingRefund
|
|
27
|
+
*/
|
|
28
|
+
'invoice_Key'?: number | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof BillingRefund
|
|
33
|
+
*/
|
|
34
|
+
'group_ID'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof BillingRefund
|
|
39
|
+
*/
|
|
40
|
+
'division_ID'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof BillingRefund
|
|
45
|
+
*/
|
|
46
|
+
'subscriber_ID'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof BillingRefund
|
|
51
|
+
*/
|
|
52
|
+
'premRate_Key'?: number | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof BillingRefund
|
|
57
|
+
*/
|
|
58
|
+
'amount'?: number | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof BillingRefund
|
|
63
|
+
*/
|
|
64
|
+
'amount_Received'?: number | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof BillingRefund
|
|
69
|
+
*/
|
|
70
|
+
'volume'?: number | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof BillingRefund
|
|
75
|
+
*/
|
|
76
|
+
'payee_Level'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof BillingRefund
|
|
81
|
+
*/
|
|
82
|
+
'payor_ID'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof BillingRefund
|
|
87
|
+
*/
|
|
88
|
+
'account_Key'?: number | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof BillingRefund
|
|
93
|
+
*/
|
|
94
|
+
'premPayment_Key'?: number | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {number}
|
|
98
|
+
* @memberof BillingRefund
|
|
99
|
+
*/
|
|
100
|
+
'refund_Amount'?: number | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof BillingRefund
|
|
105
|
+
*/
|
|
106
|
+
'payment_ID'?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof BillingRefund
|
|
111
|
+
*/
|
|
112
|
+
'payment_Name'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof BillingRefund
|
|
117
|
+
*/
|
|
118
|
+
'invoice_Level'?: string | null;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof BillingRefund
|
|
123
|
+
*/
|
|
124
|
+
'user_ID'?: string | null;
|
|
125
|
+
}
|
|
126
|
+
|
|
@@ -45,7 +45,7 @@ export interface CallTrackingDiagCodes {
|
|
|
45
45
|
*/
|
|
46
46
|
'diagnostic_Code_Type': string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
*
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof CallTrackingDiagCodes
|
|
51
51
|
*/
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VBASoftware
|
|
5
|
+
* APIs for VBASoftware
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { JsonValue } from './json-value';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface CallbackDTO
|
|
22
|
+
*/
|
|
23
|
+
export interface CallbackDTO {
|
|
24
|
+
/**
|
|
25
|
+
* The HTTP Verb (eg: GET, PUT, POST, DELETE)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CallbackDTO
|
|
28
|
+
*/
|
|
29
|
+
'verb'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* The fully-qualified URL to call using the Verb
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CallbackDTO
|
|
34
|
+
*/
|
|
35
|
+
'url'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
* The serialized payload to send to the URL using the Verb and Headers
|
|
38
|
+
* @type {{ [key: string]: JsonValue; }}
|
|
39
|
+
* @memberof CallbackDTO
|
|
40
|
+
*/
|
|
41
|
+
'payload'?: { [key: string]: JsonValue; } | null;
|
|
42
|
+
}
|
|
43
|
+
|
package/models/check-batch.ts
CHANGED
|
@@ -27,7 +27,7 @@ export interface CheckBatch {
|
|
|
27
27
|
*/
|
|
28
28
|
'check_Batch': number;
|
|
29
29
|
/**
|
|
30
|
-
* Date when the check batch was created.
|
|
30
|
+
* Date when the check batch was created.
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof CheckBatch
|
|
33
33
|
*/
|