@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240531.2 → 1.20240913.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 +76 -6
- package/api/adv-claim-api.ts +413 -0
- package/api/adv-commission-api.ts +101 -0
- package/api/adv-enrollment-api.ts +44 -38
- package/api/adv-reinsurance-api.ts +643 -0
- package/api/armor-code-ex-code-api.ts +677 -0
- package/api/change-data-capture-api.ts +565 -0
- package/api/claim-adjudication-api.ts +10 -120
- package/api/claim-prompt-pays-api.ts +677 -0
- package/api/claim-reprice-remove-api.ts +677 -0
- package/api/client-config-api.ts +104 -0
- package/api/criteria-api.ts +97 -0
- package/api/enrollment-waiting-period-subscribers-api.ts +17 -8
- package/api/gender-api.ts +677 -0
- package/api/grievances-api.ts +97 -0
- package/api/multi-factor-auth-api.ts +731 -0
- package/api/network-profile-assignments-api.ts +846 -0
- package/api/network-profile-networks-api.ts +733 -0
- package/api/network-profiles-api.ts +677 -0
- package/api/premium-distributions-api.ts +97 -0
- package/api/reinsurance-conditional-specific-api.ts +725 -0
- package/api/reinsurance-conditional-specific-detail-api.ts +725 -0
- package/api/reinsurance-contract-transactions-api.ts +728 -1
- package/api/reinsurance-contracts-api.ts +126 -0
- package/api/reinsurance-domestic-claims-criteria-api.ts +725 -0
- package/api/subscribers-api.ts +44 -38
- package/api/user-account-api.ts +1437 -0
- package/api/user-api.ts +6 -244
- package/api.ts +13 -0
- package/models/{register-mfadevice-response-vbaresponse.ts → armor-code-ex-code-list-vbaresponse.ts} +8 -8
- package/models/{generate-authenticator-qrcode-response-vbaresponse.ts → armor-code-ex-code-vbaresponse.ts} +8 -8
- package/models/armor-code-ex-code.ts +66 -0
- package/models/auth-reference.ts +24 -0
- package/models/auth-review-level.ts +24 -0
- package/models/auth-review-severity.ts +24 -0
- package/models/auth-review-status.ts +24 -0
- package/models/auth-review-type.ts +24 -0
- package/models/auth-type-place.ts +24 -0
- package/models/auth-type.ts +26 -2
- package/models/benefit-category.ts +24 -0
- package/models/benefit-diag-codes.ts +26 -2
- package/models/benefit-place.ts +25 -1
- package/models/benefit-procedures.ts +25 -1
- package/models/benefit-provider-types.ts +25 -1
- package/models/benefit-specialty.ts +25 -1
- package/models/billing-basis.ts +24 -0
- package/models/boolean-vbaresponse.ts +44 -0
- package/models/brokerage.ts +24 -0
- package/models/call-tracking-call-destination.ts +25 -1
- package/models/call-tracking-call-status.ts +25 -1
- package/models/call-tracking-call-type.ts +25 -1
- package/models/call-tracking-caller-type.ts +25 -1
- package/models/call-tracking-diag-codes.ts +4 -4
- package/models/capitation-adjustment-reason.ts +24 -0
- package/models/capitation-adjustment-type.ts +24 -0
- package/models/capitation-adjustment.ts +25 -1
- package/models/capitation-category.ts +24 -0
- package/models/capitation-plan-rate.ts +27 -3
- package/models/capitation-service-plan.ts +25 -1
- package/models/capitation-service-tin.ts +25 -1
- package/models/capitation-service.ts +27 -3
- package/models/capitation-transaction.ts +25 -1
- package/models/capitation-type.ts +24 -0
- package/models/capitation.ts +25 -1
- package/models/check-edit-set-detail.ts +28 -4
- package/models/check-status.ts +24 -0
- package/models/check-type.ts +24 -0
- package/models/checks-detail.ts +26 -2
- package/models/checks.ts +26 -2
- package/models/claim-batch-detail.ts +53 -47
- package/models/claim-batch.ts +202 -202
- package/models/claim-custom-ex-code-rule.ts +5 -5
- package/models/claim-detail.ts +54 -48
- package/models/claim-pre-batch.ts +205 -205
- package/models/claim-prompt-pay-list-vbaresponse.ts +45 -0
- package/models/claim-prompt-pay-vbaresponse.ts +45 -0
- package/models/claim-prompt-pay.ts +90 -0
- package/models/claim-reprice-remove-list-vbaresponse.ts +45 -0
- package/models/claim-reprice-remove-vbaresponse.ts +45 -0
- package/models/claim-reprice-remove.ts +108 -0
- package/models/class.ts +24 -0
- package/models/cliacertificate.ts +25 -1
- package/models/commchecks.ts +180 -0
- package/models/commission-activity.ts +11 -11
- package/models/commission-adjustment.ts +2 -2
- package/models/commission-agency-rep.ts +22 -16
- package/models/commission-agency.ts +25 -19
- package/models/commission-rate-cluster-agency-rep.ts +10 -10
- package/models/commission-rate-cluster.ts +11 -5
- package/models/commission-rate.ts +11 -11
- package/models/commission.ts +66 -54
- package/models/communication-method.ts +24 -0
- package/models/company-data.ts +62 -38
- package/models/cost-contain-zelis-ex-code.ts +2 -2
- package/models/country.ts +24 -0
- package/models/county.ts +24 -0
- package/models/coverage-type.ts +26 -2
- package/models/cred-amount.ts +25 -1
- package/models/cred-attestation-method.ts +25 -1
- package/models/cred-attestation-question.ts +29 -5
- package/models/cred-attestation-source.ts +25 -1
- package/models/cred-attestation-type.ts +25 -1
- package/models/cred-carrier.ts +25 -1
- package/models/cred-certification.ts +25 -1
- package/models/cred-confidential.ts +25 -1
- package/models/cred-contract.ts +25 -1
- package/models/cred-date.ts +25 -1
- package/models/cred-education-type.ts +25 -1
- package/models/cred-license-type.ts +25 -1
- package/models/cred-option.ts +25 -1
- package/models/cred-practice-category.ts +25 -1
- package/models/cred-practice-type.ts +26 -2
- package/models/cred-quality.ts +25 -1
- package/models/cred-service.ts +25 -1
- package/models/cred-status.ts +24 -0
- package/models/cred-technique.ts +25 -1
- package/models/cred-termination.ts +26 -2
- package/models/cred-type.ts +25 -1
- package/models/currency.ts +24 -0
- package/models/diagnostic-code-group.ts +24 -0
- package/models/{register-mfadevice-response.ts → disable-mfasetup-request.ts} +5 -5
- package/models/disaster-location.ts +5 -5
- package/models/disaster.ts +6 -6
- package/models/drgcluster.ts +24 -0
- package/models/drgcodes.ts +24 -0
- package/models/edicode-map.ts +25 -1
- package/models/eligibility-status.ts +26 -2
- package/models/{generate-authenticator-qrcode-request.ts → enable-mfasetup-request.ts} +5 -5
- package/models/ethnicity-code.ts +24 -0
- package/models/event-arg.ts +25 -1
- package/models/event-schedule.ts +35 -11
- package/models/event.ts +28 -4
- package/models/expense-type.ts +24 -0
- package/models/external-id.ts +24 -0
- package/models/fee-sched.ts +25 -1
- package/models/file-detail.ts +42 -0
- package/models/flex-issuance-type.ts +24 -0
- package/models/flex-vendor-card-status.ts +24 -0
- package/models/flex-vendor-purse-status.ts +24 -0
- package/models/flex-vendor.ts +24 -0
- package/models/forfeiture-status.ts +25 -1
- package/models/funding-account-category.ts +24 -0
- package/models/funding-account-signature.ts +28 -4
- package/models/funding-account-type.ts +24 -0
- package/models/funding-account.ts +48 -48
- package/models/funding-deposit.ts +25 -1
- package/models/funding-issue-type.ts +24 -0
- package/models/funding-reconcile-disbursed.ts +27 -3
- package/models/funding-reconcile-on-statement.ts +27 -3
- package/models/funding-reconcile-received.ts +27 -3
- package/models/funding-reconcile-status.ts +24 -0
- package/models/funding-reconcile.ts +28 -4
- package/models/funding-reference.ts +26 -2
- package/models/funding-request-claim.ts +28 -4
- package/models/funding-request-status.ts +24 -0
- package/models/funding-request-type.ts +24 -0
- package/models/funding-statement-format.ts +25 -1
- package/models/funding-status.ts +24 -0
- package/models/funding-type.ts +24 -0
- package/models/gender-list-vbaresponse.ts +45 -0
- package/models/gender-vbaresponse.ts +45 -0
- package/models/gender.ts +66 -0
- package/models/generate-reins-transaction-vbaresponse.ts +45 -0
- package/models/generate-reins-transaction.ts +42 -0
- package/models/get-prem-distribution-list-result-list-vbaresponse.ts +45 -0
- package/models/get-prem-distribution-list-result.ts +78 -0
- package/models/grievance-admin-change-type.ts +25 -1
- package/models/grievance-category.ts +25 -1
- package/models/grievance-issue-type.ts +25 -1
- package/models/grievance-resolution-type.ts +25 -1
- package/models/grievance-status.ts +25 -1
- package/models/grievance-type.ts +25 -1
- package/models/grievance.ts +25 -1
- package/models/group-account-period.ts +25 -1
- package/models/group-account-report.ts +25 -1
- package/models/group-achpull.ts +6 -6
- package/models/group-bill-cycle-payment-method.ts +9 -9
- package/models/group-class.ts +42 -18
- package/models/group-company-data-ex-code-override.ts +25 -1
- package/models/group-contract-plan-premium.ts +28 -4
- package/models/group-contract-plan-rider-external-id.ts +25 -1
- package/models/group-contract-plan-rider.ts +27 -3
- package/models/group-contract-plan.ts +41 -17
- package/models/group-contract-tier.ts +25 -1
- package/models/group-contract.ts +28 -4
- package/models/group-division-captive.ts +24 -0
- package/models/group-division-idcode.ts +24 -0
- package/models/group-division.ts +16 -16
- package/models/group-flex-create.ts +31 -7
- package/models/group-flex-schedule.ts +26 -2
- package/models/group-flex.ts +27 -3
- package/models/group-network-add-on.ts +28 -4
- package/models/group-network.ts +26 -2
- package/models/group-payor-account-benefit.ts +24 -0
- package/models/group-payor-account.ts +26 -2
- package/models/group-plan-year-auto-prior-accum.ts +25 -1
- package/models/group-plan-year.ts +29 -5
- package/models/group-price-adjust.ts +25 -1
- package/models/group-self-admin.ts +27 -3
- package/models/group-student-age.ts +25 -1
- package/models/group-ucpercent-claim-type.ts +24 -0
- package/models/group-ucpercent-criteria.ts +3 -3
- package/models/group-ucpercent.ts +26 -2
- package/models/group-vbaplan-type-subscriber-id.ts +25 -1
- package/models/group-volume.ts +27 -3
- package/models/groups-participation-incentive.ts +25 -1
- package/models/groups.ts +21 -21
- package/models/hipaaadjustment-code.ts +24 -0
- package/models/hipaabenefit-code.ts +24 -0
- package/models/hipaaclaim-status-category-code.ts +24 -0
- package/models/hipaaclaim-status-code.ts +24 -0
- package/models/hipaaplan-type.ts +24 -0
- package/models/hipaareason.ts +24 -0
- package/models/hipaarelationship.ts +24 -0
- package/models/hipaatier.ts +24 -0
- package/models/idcard-request-type.ts +24 -0
- package/models/idcode-type.ts +3 -3
- package/models/idtype.ts +24 -0
- package/models/index.ts +63 -6
- package/models/invoice-reason.ts +25 -1
- package/models/ipwhitelist.ts +1 -1
- package/models/job-execution-meta-data.ts +25 -1
- package/models/job-execution.ts +25 -1
- package/models/job-type.ts +24 -0
- package/models/job.ts +24 -0
- package/models/json-node-options.ts +7 -1
- package/models/languages.ts +24 -0
- package/models/member-account-plan-payment.ts +26 -2
- package/models/member-account-plan.ts +25 -1
- package/models/member-account.ts +27 -3
- package/models/member-accum.ts +54 -30
- package/models/member-address-history.ts +7 -7
- package/models/member-address.ts +3 -3
- package/models/member-beneficiary-plan.ts +24 -0
- package/models/member-care-alert.ts +25 -1
- package/models/member-case-head.ts +25 -1
- package/models/member-class.ts +25 -1
- package/models/member-cobsavings.ts +25 -1
- package/models/member-college.ts +25 -1
- package/models/member-eligibility-status.ts +25 -1
- package/models/member-idcard-printed.ts +26 -2
- package/models/member-insurance.ts +38 -2
- package/models/member-network.ts +25 -1
- package/models/member-occupation.ts +25 -1
- package/models/member-payment.ts +27 -3
- package/models/member-pre-ex-diag.ts +25 -1
- package/models/member-pre-ex-disclosed-diag.ts +11 -11
- package/models/member-provider-alternate.ts +25 -1
- package/models/member-provider.ts +26 -2
- package/models/member-tax.ts +40 -10
- package/models/member-tooth-ex-code.ts +25 -1
- package/models/member-tooth.ts +28 -4
- package/models/member-vbaplan-type-id.ts +24 -0
- package/models/mfadevice-setup-request.ts +30 -0
- package/models/mfadevice-setup-response-vbaresponse.ts +45 -0
- package/models/mfadevice-setup-response.ts +36 -0
- package/models/network-procedure-cluster.ts +5 -5
- package/models/network-profile-assign-list-vbaresponse.ts +45 -0
- package/models/network-profile-assign-vbaresponse.ts +45 -0
- package/models/network-profile-assign.ts +78 -0
- package/models/network-profile-list-vbaresponse.ts +45 -0
- package/models/network-profile-network-list-vbaresponse.ts +45 -0
- package/models/network-profile-network-vbaresponse.ts +45 -0
- package/models/network-profile-network.ts +132 -0
- package/models/network-profile-vbaresponse.ts +45 -0
- package/models/network-profile.ts +66 -0
- package/models/networks.ts +24 -0
- package/models/note-category.ts +25 -1
- package/models/note-priority.ts +24 -0
- package/models/note-reference.ts +26 -2
- package/models/note-source.ts +26 -2
- package/models/note-type.ts +24 -0
- package/models/payee.ts +2 -2
- package/models/payment-method.ts +2 -2
- package/models/payor-account-signature.ts +29 -5
- package/models/payor-account.ts +27 -3
- package/models/payor.ts +25 -1
- package/models/pbmtype.ts +24 -0
- package/models/place-codes.ts +26 -2
- package/models/plan-added-accum.ts +24 -0
- package/models/plan-auth-penalty.ts +26 -2
- package/models/plan-ben-code-diag-code.ts +26 -2
- package/models/plan-ben-code-place.ts +25 -1
- package/models/plan-ben-code-proc-code.ts +25 -1
- package/models/plan-ben-code-provider-type.ts +25 -1
- package/models/plan-ben-code-specialty.ts +25 -1
- package/models/plan-benefit-level.ts +26 -2
- package/models/plan-benefits-diagnosis.ts +25 -1
- package/models/plan-benefits-modifiers.ts +24 -0
- package/models/plan-benefits-place-auth.ts +25 -1
- package/models/plan-benefits-place-co-ins.ts +26 -2
- package/models/plan-benefits-place-co-pay.ts +28 -4
- package/models/plan-benefits-place.ts +24 -0
- package/models/plan-benefits-procedures.ts +24 -0
- package/models/plan-benefits.ts +68 -32
- package/models/plan-diagnosis-age.ts +26 -2
- package/models/plan-display-type.ts +24 -0
- package/models/plan-display.ts +25 -1
- package/models/plan-lineage-detail.ts +26 -2
- package/models/plan-lineage.ts +24 -0
- package/models/plan-maximum-procedure.ts +26 -2
- package/models/plan-maximum.ts +26 -2
- package/models/plan-modifier.ts +27 -3
- package/models/plan-pre-ex.ts +5 -5
- package/models/plan-procedure-age-modifier.ts +27 -3
- package/models/plan-procedure-age.ts +27 -3
- package/models/plan-relationship-age.ts +27 -3
- package/models/plan-type.ts +22 -22
- package/models/plans.ts +56 -20
- package/models/policy-status.ts +25 -1
- package/models/practice-type.ts +24 -0
- package/models/prem-invoice.ts +6 -6
- package/models/prem-payment-file-format.ts +2 -2
- package/models/prem-rate-add-on.ts +9 -9
- package/models/prem-rate-type.ts +3 -3
- package/models/prem-rate.ts +17 -5
- package/models/procedure-category.ts +26 -2
- package/models/procedure-code.ts +26 -2
- package/models/procedure-group.ts +25 -1
- package/models/provider-account.ts +27 -3
- package/models/provider-affiliation.ts +25 -1
- package/models/provider-alternate.ts +25 -1
- package/models/provider-apc.ts +27 -3
- package/models/provider-benefit-admin.ts +26 -2
- package/models/provider-cred-amount.ts +27 -3
- package/models/provider-cred-attestation.ts +27 -3
- package/models/provider-cred-certification.ts +27 -3
- package/models/provider-cred-contract.ts +26 -2
- package/models/provider-cred-county.ts +25 -1
- package/models/provider-cred-date.ts +27 -3
- package/models/provider-cred-education.ts +27 -3
- package/models/provider-cred-hours.ts +26 -2
- package/models/provider-cred-hyperlink.ts +26 -2
- package/models/provider-cred-license.ts +26 -2
- package/models/provider-cred-malpractice.ts +26 -2
- package/models/provider-cred-option.ts +26 -2
- package/models/provider-cred-practice-detail.ts +26 -2
- package/models/provider-cred-practice-office.ts +25 -1
- package/models/provider-cred-quality.ts +26 -2
- package/models/provider-cred-service.ts +26 -2
- package/models/provider-cred-technique.ts +26 -2
- package/models/provider-cred-termination.ts +26 -2
- package/models/provider-cred.ts +27 -3
- package/models/provider-drg.ts +28 -4
- package/models/provider-languages.ts +26 -2
- package/models/provider-network-modifier.ts +25 -1
- package/models/provider-network.ts +26 -2
- package/models/provider-payee.ts +9 -9
- package/models/provider-per-diem.ts +30 -6
- package/models/provider-rate-adjust.ts +27 -3
- package/models/provider-suffix.ts +24 -0
- package/models/provider-taxonomy.ts +25 -1
- package/models/provider-types.ts +25 -1
- package/models/reasons.ts +25 -1
- package/models/reins-accum.ts +26 -2
- package/models/reins-contract-conditional-specific-detail-list-vbaresponse.ts +45 -0
- package/models/reins-contract-conditional-specific-detail-vbaresponse.ts +45 -0
- package/models/reins-contract-conditional-specific-detail.ts +96 -0
- package/models/reins-contract-conditional-specific-list-vbaresponse.ts +45 -0
- package/models/reins-contract-conditional-specific-vbaresponse.ts +45 -0
- package/models/reins-contract-conditional-specific.ts +78 -0
- package/models/reins-contract-criteria-detail.ts +27 -3
- package/models/reins-contract-criteria.ts +26 -2
- package/models/reins-contract-cycle.ts +24 -0
- package/models/reins-contract-factor-criteria.ts +27 -3
- package/models/reins-contract-factor.ts +27 -3
- package/models/reins-contract-member-specific.ts +25 -1
- package/models/reins-contract-status.ts +24 -0
- package/models/reins-contract-trans-claim-detail.ts +27 -3
- package/models/reins-contract-trans-claim-status.ts +24 -0
- package/models/reins-contract-trans-claim.ts +44 -2
- package/models/reins-contract-trans-reimburse.ts +27 -3
- package/models/reins-contract-trans-status.ts +24 -0
- package/models/reins-contract-trans.ts +26 -2
- package/models/reins-contract-type.ts +24 -0
- package/models/reins-contract.ts +38 -8
- package/models/reins-domestic-claim-criteria-list-vbaresponse.ts +45 -0
- package/models/reins-domestic-claim-criteria-vbaresponse.ts +45 -0
- package/models/reins-domestic-claim-criteria.ts +78 -0
- package/models/reins-level.ts +26 -2
- package/models/relationships.ts +24 -0
- package/models/report-category.ts +24 -0
- package/models/report-definition.ts +11 -11
- package/models/report-queue-detail.ts +26 -2
- package/models/report-queue.ts +25 -1
- package/models/report-series-process-arg.ts +25 -1
- package/models/report-series-process.ts +15 -9
- package/models/report-series-step.ts +12 -12
- package/models/report-series.ts +25 -1
- package/models/report-track-priority.ts +26 -2
- package/models/report-track-received-status.ts +26 -2
- package/models/report-track-sent-status.ts +26 -2
- package/models/report-track-sent-to.ts +26 -2
- package/models/report-track-status.ts +26 -2
- package/models/search-request.ts +18 -0
- package/models/security-area-report.ts +25 -1
- package/models/security-area-user.ts +24 -0
- package/models/security-area.ts +24 -0
- package/models/security-field-set-detail.ts +4 -4
- package/models/security-field-set.ts +3 -3
- package/models/security-field-user-group.ts +6 -6
- package/models/security-field-user.ts +6 -6
- package/models/security-field.ts +4 -4
- package/models/send-to.ts +29 -5
- package/models/signature.ts +25 -1
- package/models/ssoconfig.ts +16 -10
- package/models/state-interest.ts +18 -18
- package/models/state.ts +6 -6
- package/models/sub-enrollment-plan.ts +6 -6
- package/models/sub-payment-method.ts +3 -3
- package/models/subscriber-accum.ts +54 -30
- package/models/subscriber-flex-exported.ts +26 -2
- package/models/subscriber-flex-payment.ts +25 -1
- package/models/subscriber-flex.ts +29 -5
- package/models/subscriber-idcode.ts +24 -0
- package/models/subscriber-idhistory.ts +13 -1
- package/models/subscriber-plan-policy.ts +24 -0
- package/models/subscriber-policy-status.ts +25 -1
- package/models/subscriber-prem-rate-split.ts +29 -5
- package/models/subscriber-reimbursement.ts +25 -1
- package/models/subscriber-sponsor.ts +6 -6
- package/models/subscriber-waive-premium.ts +25 -1
- package/models/subscriber-writing-agent.ts +11 -11
- package/models/subscribers.ts +1 -1
- package/models/suffix.ts +24 -0
- package/models/tax-filing-status.ts +26 -2
- package/models/taxonomy-group-detail.ts +25 -1
- package/models/taxonomy-group.ts +24 -0
- package/models/taxonomy.ts +25 -1
- package/models/timely-filing.ts +26 -2
- package/models/tolerance.ts +8 -8
- package/models/tooth-action.ts +24 -0
- package/models/tooth-chart-type.ts +24 -0
- package/models/tooth-procedure.ts +25 -1
- package/models/tooth-quadrant.ts +24 -0
- package/models/treatment-type.ts +24 -0
- package/models/user-amount-procedure.ts +26 -2
- package/models/user-amount.ts +25 -1
- package/models/user-group.ts +25 -1
- package/models/user-note-access.ts +26 -2
- package/models/users.ts +24 -12
- package/models/vbaapp-info-vbaresponse.ts +45 -0
- package/models/vbaapp-info.ts +61 -0
- package/models/vbacdcmembers-list-vbaresponse.ts +45 -0
- package/models/vbacdcmembers.ts +336 -0
- package/models/vbacdcsubenrollment-list-vbaresponse.ts +45 -0
- package/models/vbacdcsubenrollment-plan-list-vbaresponse.ts +45 -0
- package/models/vbacdcsubenrollment-plan.ts +168 -0
- package/models/vbacdcsubenrollment-rider-list-vbaresponse.ts +45 -0
- package/models/vbacdcsubenrollment-rider.ts +210 -0
- package/models/vbacdcsubenrollment.ts +132 -0
- package/models/vbacdcsubscribers-list-vbaresponse.ts +45 -0
- package/models/vbacdcsubscribers.ts +246 -0
- package/models/vbagateway-subscription-detail.ts +26 -2
- package/models/vbagateway-subscription.ts +27 -3
- package/models/vbainterface-idcode.ts +1 -1
- package/models/vbainterface-map-type.ts +1 -1
- package/models/vbainterface-status.ts +24 -0
- package/models/vbainterface-type.ts +24 -0
- package/models/vbainterface-vendor.ts +24 -0
- package/models/vbainterface.ts +3 -3
- package/models/vbaprocess-log.ts +26 -2
- package/models/vbaprocess-parameter.ts +27 -3
- package/models/vbaprocess.ts +25 -1
- package/models/vbareins-contract-trans-amount-vbaresponse.ts +45 -0
- package/models/vbareins-contract-trans-amount.ts +198 -0
- package/models/vbareins-contract-trans-claim-list-vbaresponse.ts +45 -0
- package/models/vbareins-contract-trans-claim.ts +168 -0
- package/models/vbareins-contract-trans-reimburse-list-vbaresponse.ts +45 -0
- package/models/vbareins-contract-trans-reimburse.ts +84 -0
- package/models/{register-mfadevice-request.ts → verify-mfadevice-setup-request.ts} +6 -6
- package/models/verify-mfadevice-setup-response-vbaresponse.ts +45 -0
- package/models/verify-mfadevice-setup-response.ts +30 -0
- package/models/workflow-detail.ts +25 -1
- package/models/workflow-task-user.ts +29 -5
- package/models/workflow-task.ts +26 -2
- package/models/workflow-type-task-option.ts +25 -1
- package/models/workflow-type.ts +24 -0
- package/models/workflow-user.ts +25 -1
- package/models/workflow.ts +26 -2
- package/models/zip-codes.ts +24 -0
- package/package.json +1 -1
- package/models/generate-authenticator-qrcode-response.ts +0 -36
package/api/user-api.ts
CHANGED
|
@@ -21,16 +21,8 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
|
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import { GenerateAuthenticatorQRCodeRequest } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
|
-
import { GenerateAuthenticatorQRCodeResponseVBAResponse } from '../models';
|
|
27
|
-
// @ts-ignore
|
|
28
24
|
import { MultiCodeResponseListVBAResponse } from '../models';
|
|
29
25
|
// @ts-ignore
|
|
30
|
-
import { RegisterMFADeviceRequest } from '../models';
|
|
31
|
-
// @ts-ignore
|
|
32
|
-
import { RegisterMFADeviceResponseVBAResponse } from '../models';
|
|
33
|
-
// @ts-ignore
|
|
34
26
|
import { StringVBAResponse } from '../models';
|
|
35
27
|
// @ts-ignore
|
|
36
28
|
import { SubmitMFACodeRequest } from '../models';
|
|
@@ -472,66 +464,6 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
472
464
|
options: localVarRequestOptions,
|
|
473
465
|
};
|
|
474
466
|
},
|
|
475
|
-
/**
|
|
476
|
-
* Generates a QR code for setting up multi-factor authentication (MFA) with an authenticator app. The QR code contains the necessary information for the app to generate time-based one-time passwords (TOTP) for user authentication.
|
|
477
|
-
* @summary Generate a QRCode for Authenticator App
|
|
478
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
479
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
480
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
481
|
-
* @param {GenerateAuthenticatorQRCodeRequest} generateAuthenticatorQRCodeRequest
|
|
482
|
-
* @param {*} [options] Override http request option.
|
|
483
|
-
* @throws {RequiredError}
|
|
484
|
-
*/
|
|
485
|
-
generateAuthenticatorQRCode: async (vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, generateAuthenticatorQRCodeRequest: GenerateAuthenticatorQRCodeRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
486
|
-
// verify required parameter 'vbasoftwareClientId' is not null or undefined
|
|
487
|
-
assertParamExists('generateAuthenticatorQRCode', 'vbasoftwareClientId', vbasoftwareClientId)
|
|
488
|
-
// verify required parameter 'vbasoftwareClientCode' is not null or undefined
|
|
489
|
-
assertParamExists('generateAuthenticatorQRCode', 'vbasoftwareClientCode', vbasoftwareClientCode)
|
|
490
|
-
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
491
|
-
assertParamExists('generateAuthenticatorQRCode', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
492
|
-
// verify required parameter 'generateAuthenticatorQRCodeRequest' is not null or undefined
|
|
493
|
-
assertParamExists('generateAuthenticatorQRCode', 'generateAuthenticatorQRCodeRequest', generateAuthenticatorQRCodeRequest)
|
|
494
|
-
const localVarPath = `/generate-authenticator-qrcode`;
|
|
495
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
496
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
497
|
-
let baseOptions;
|
|
498
|
-
if (configuration) {
|
|
499
|
-
baseOptions = configuration.baseOptions;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
503
|
-
const localVarHeaderParameter = {} as any;
|
|
504
|
-
const localVarQueryParameter = {} as any;
|
|
505
|
-
|
|
506
|
-
// authentication apiKeyAuth required
|
|
507
|
-
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
508
|
-
|
|
509
|
-
if (vbasoftwareClientId !== undefined && vbasoftwareClientId !== null) {
|
|
510
|
-
localVarHeaderParameter['vbasoftware-client-id'] = String(vbasoftwareClientId);
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
if (vbasoftwareClientCode !== undefined && vbasoftwareClientCode !== null) {
|
|
514
|
-
localVarHeaderParameter['vbasoftware-client-code'] = String(vbasoftwareClientCode);
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
518
|
-
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
524
|
-
|
|
525
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
526
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
527
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
528
|
-
localVarRequestOptions.data = serializeDataIfNeeded(generateAuthenticatorQRCodeRequest, localVarRequestOptions, configuration)
|
|
529
|
-
|
|
530
|
-
return {
|
|
531
|
-
url: toPathString(localVarUrlObj),
|
|
532
|
-
options: localVarRequestOptions,
|
|
533
|
-
};
|
|
534
|
-
},
|
|
535
467
|
/**
|
|
536
468
|
* Gets a User by ID
|
|
537
469
|
* @summary Get User
|
|
@@ -693,67 +625,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
693
625
|
};
|
|
694
626
|
},
|
|
695
627
|
/**
|
|
696
|
-
*
|
|
697
|
-
* @summary Register an MFA Device
|
|
698
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
699
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
700
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
701
|
-
* @param {RegisterMFADeviceRequest} registerMFADeviceRequest
|
|
702
|
-
* @param {*} [options] Override http request option.
|
|
703
|
-
* @throws {RequiredError}
|
|
704
|
-
*/
|
|
705
|
-
registerMFADevice: async (vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, registerMFADeviceRequest: RegisterMFADeviceRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
706
|
-
// verify required parameter 'vbasoftwareClientId' is not null or undefined
|
|
707
|
-
assertParamExists('registerMFADevice', 'vbasoftwareClientId', vbasoftwareClientId)
|
|
708
|
-
// verify required parameter 'vbasoftwareClientCode' is not null or undefined
|
|
709
|
-
assertParamExists('registerMFADevice', 'vbasoftwareClientCode', vbasoftwareClientCode)
|
|
710
|
-
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
711
|
-
assertParamExists('registerMFADevice', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
712
|
-
// verify required parameter 'registerMFADeviceRequest' is not null or undefined
|
|
713
|
-
assertParamExists('registerMFADevice', 'registerMFADeviceRequest', registerMFADeviceRequest)
|
|
714
|
-
const localVarPath = `/register-mfa-device`;
|
|
715
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
716
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
717
|
-
let baseOptions;
|
|
718
|
-
if (configuration) {
|
|
719
|
-
baseOptions = configuration.baseOptions;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
723
|
-
const localVarHeaderParameter = {} as any;
|
|
724
|
-
const localVarQueryParameter = {} as any;
|
|
725
|
-
|
|
726
|
-
// authentication apiKeyAuth required
|
|
727
|
-
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
728
|
-
|
|
729
|
-
if (vbasoftwareClientId !== undefined && vbasoftwareClientId !== null) {
|
|
730
|
-
localVarHeaderParameter['vbasoftware-client-id'] = String(vbasoftwareClientId);
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
if (vbasoftwareClientCode !== undefined && vbasoftwareClientCode !== null) {
|
|
734
|
-
localVarHeaderParameter['vbasoftware-client-code'] = String(vbasoftwareClientCode);
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
738
|
-
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
744
|
-
|
|
745
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
746
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
747
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
748
|
-
localVarRequestOptions.data = serializeDataIfNeeded(registerMFADeviceRequest, localVarRequestOptions, configuration)
|
|
749
|
-
|
|
750
|
-
return {
|
|
751
|
-
url: toPathString(localVarUrlObj),
|
|
752
|
-
options: localVarRequestOptions,
|
|
753
|
-
};
|
|
754
|
-
},
|
|
755
|
-
/**
|
|
756
|
-
* Verifies the multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
628
|
+
* Submits a multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
757
629
|
* @summary Submit MFA Code
|
|
758
630
|
* @param {string} vbasoftwareClientId Client ID
|
|
759
631
|
* @param {string} vbasoftwareClientCode Client Code
|
|
@@ -771,7 +643,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
771
643
|
assertParamExists('submitMFACode', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
772
644
|
// verify required parameter 'submitMFACodeRequest' is not null or undefined
|
|
773
645
|
assertParamExists('submitMFACode', 'submitMFACodeRequest', submitMFACodeRequest)
|
|
774
|
-
const localVarPath = `/submit-
|
|
646
|
+
const localVarPath = `/mfa-submit-code`;
|
|
775
647
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
776
648
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
777
649
|
let baseOptions;
|
|
@@ -1246,20 +1118,6 @@ export const UserApiFp = function(configuration?: Configuration) {
|
|
|
1246
1118
|
const localVarAxiosArgs = await localVarAxiosParamCreator.forgotPassword(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, userForgotPasswordRequest, options);
|
|
1247
1119
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1248
1120
|
},
|
|
1249
|
-
/**
|
|
1250
|
-
* Generates a QR code for setting up multi-factor authentication (MFA) with an authenticator app. The QR code contains the necessary information for the app to generate time-based one-time passwords (TOTP) for user authentication.
|
|
1251
|
-
* @summary Generate a QRCode for Authenticator App
|
|
1252
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
1253
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
1254
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
1255
|
-
* @param {GenerateAuthenticatorQRCodeRequest} generateAuthenticatorQRCodeRequest
|
|
1256
|
-
* @param {*} [options] Override http request option.
|
|
1257
|
-
* @throws {RequiredError}
|
|
1258
|
-
*/
|
|
1259
|
-
async generateAuthenticatorQRCode(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, generateAuthenticatorQRCodeRequest: GenerateAuthenticatorQRCodeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GenerateAuthenticatorQRCodeResponseVBAResponse>> {
|
|
1260
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.generateAuthenticatorQRCode(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, generateAuthenticatorQRCodeRequest, options);
|
|
1261
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1262
|
-
},
|
|
1263
1121
|
/**
|
|
1264
1122
|
* Gets a User by ID
|
|
1265
1123
|
* @summary Get User
|
|
@@ -1299,21 +1157,7 @@ export const UserApiFp = function(configuration?: Configuration) {
|
|
|
1299
1157
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1300
1158
|
},
|
|
1301
1159
|
/**
|
|
1302
|
-
*
|
|
1303
|
-
* @summary Register an MFA Device
|
|
1304
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
1305
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
1306
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
1307
|
-
* @param {RegisterMFADeviceRequest} registerMFADeviceRequest
|
|
1308
|
-
* @param {*} [options] Override http request option.
|
|
1309
|
-
* @throws {RequiredError}
|
|
1310
|
-
*/
|
|
1311
|
-
async registerMFADevice(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, registerMFADeviceRequest: RegisterMFADeviceRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegisterMFADeviceResponseVBAResponse>> {
|
|
1312
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.registerMFADevice(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, registerMFADeviceRequest, options);
|
|
1313
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1314
|
-
},
|
|
1315
|
-
/**
|
|
1316
|
-
* Verifies the multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
1160
|
+
* Submits a multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
1317
1161
|
* @summary Submit MFA Code
|
|
1318
1162
|
* @param {string} vbasoftwareClientId Client ID
|
|
1319
1163
|
* @param {string} vbasoftwareClientCode Client Code
|
|
@@ -1505,19 +1349,6 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1505
1349
|
forgotPassword(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, userForgotPasswordRequest: UserForgotPasswordRequest, options?: any): AxiosPromise<UserForgotPasswordResponseVBAResponse> {
|
|
1506
1350
|
return localVarFp.forgotPassword(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, userForgotPasswordRequest, options).then((request) => request(axios, basePath));
|
|
1507
1351
|
},
|
|
1508
|
-
/**
|
|
1509
|
-
* Generates a QR code for setting up multi-factor authentication (MFA) with an authenticator app. The QR code contains the necessary information for the app to generate time-based one-time passwords (TOTP) for user authentication.
|
|
1510
|
-
* @summary Generate a QRCode for Authenticator App
|
|
1511
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
1512
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
1513
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
1514
|
-
* @param {GenerateAuthenticatorQRCodeRequest} generateAuthenticatorQRCodeRequest
|
|
1515
|
-
* @param {*} [options] Override http request option.
|
|
1516
|
-
* @throws {RequiredError}
|
|
1517
|
-
*/
|
|
1518
|
-
generateAuthenticatorQRCode(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, generateAuthenticatorQRCodeRequest: GenerateAuthenticatorQRCodeRequest, options?: any): AxiosPromise<GenerateAuthenticatorQRCodeResponseVBAResponse> {
|
|
1519
|
-
return localVarFp.generateAuthenticatorQRCode(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, generateAuthenticatorQRCodeRequest, options).then((request) => request(axios, basePath));
|
|
1520
|
-
},
|
|
1521
1352
|
/**
|
|
1522
1353
|
* Gets a User by ID
|
|
1523
1354
|
* @summary Get User
|
|
@@ -1554,20 +1385,7 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1554
1385
|
return localVarFp.refreshUserTokens(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, expiredIdToken, refreshToken, options).then((request) => request(axios, basePath));
|
|
1555
1386
|
},
|
|
1556
1387
|
/**
|
|
1557
|
-
*
|
|
1558
|
-
* @summary Register an MFA Device
|
|
1559
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
1560
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
1561
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
1562
|
-
* @param {RegisterMFADeviceRequest} registerMFADeviceRequest
|
|
1563
|
-
* @param {*} [options] Override http request option.
|
|
1564
|
-
* @throws {RequiredError}
|
|
1565
|
-
*/
|
|
1566
|
-
registerMFADevice(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, registerMFADeviceRequest: RegisterMFADeviceRequest, options?: any): AxiosPromise<RegisterMFADeviceResponseVBAResponse> {
|
|
1567
|
-
return localVarFp.registerMFADevice(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, registerMFADeviceRequest, options).then((request) => request(axios, basePath));
|
|
1568
|
-
},
|
|
1569
|
-
/**
|
|
1570
|
-
* Verifies the multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
1388
|
+
* Submits a multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
1571
1389
|
* @summary Submit MFA Code
|
|
1572
1390
|
* @param {string} vbasoftwareClientId Client ID
|
|
1573
1391
|
* @param {string} vbasoftwareClientCode Client Code
|
|
@@ -1751,19 +1569,6 @@ export interface UserApiInterface {
|
|
|
1751
1569
|
*/
|
|
1752
1570
|
forgotPassword(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, userForgotPasswordRequest: UserForgotPasswordRequest, options?: AxiosRequestConfig): AxiosPromise<UserForgotPasswordResponseVBAResponse>;
|
|
1753
1571
|
|
|
1754
|
-
/**
|
|
1755
|
-
* Generates a QR code for setting up multi-factor authentication (MFA) with an authenticator app. The QR code contains the necessary information for the app to generate time-based one-time passwords (TOTP) for user authentication.
|
|
1756
|
-
* @summary Generate a QRCode for Authenticator App
|
|
1757
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
1758
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
1759
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
1760
|
-
* @param {GenerateAuthenticatorQRCodeRequest} generateAuthenticatorQRCodeRequest
|
|
1761
|
-
* @param {*} [options] Override http request option.
|
|
1762
|
-
* @throws {RequiredError}
|
|
1763
|
-
* @memberof UserApiInterface
|
|
1764
|
-
*/
|
|
1765
|
-
generateAuthenticatorQRCode(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, generateAuthenticatorQRCodeRequest: GenerateAuthenticatorQRCodeRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateAuthenticatorQRCodeResponseVBAResponse>;
|
|
1766
|
-
|
|
1767
1572
|
/**
|
|
1768
1573
|
* Gets a User by ID
|
|
1769
1574
|
* @summary Get User
|
|
@@ -1800,20 +1605,7 @@ export interface UserApiInterface {
|
|
|
1800
1605
|
refreshUserTokens(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, expiredIdToken: string, refreshToken: string, options?: AxiosRequestConfig): AxiosPromise<UserAuthenticationResponseVBAResponse>;
|
|
1801
1606
|
|
|
1802
1607
|
/**
|
|
1803
|
-
*
|
|
1804
|
-
* @summary Register an MFA Device
|
|
1805
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
1806
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
1807
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
1808
|
-
* @param {RegisterMFADeviceRequest} registerMFADeviceRequest
|
|
1809
|
-
* @param {*} [options] Override http request option.
|
|
1810
|
-
* @throws {RequiredError}
|
|
1811
|
-
* @memberof UserApiInterface
|
|
1812
|
-
*/
|
|
1813
|
-
registerMFADevice(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, registerMFADeviceRequest: RegisterMFADeviceRequest, options?: AxiosRequestConfig): AxiosPromise<RegisterMFADeviceResponseVBAResponse>;
|
|
1814
|
-
|
|
1815
|
-
/**
|
|
1816
|
-
* Verifies the multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
1608
|
+
* Submits a multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
1817
1609
|
* @summary Submit MFA Code
|
|
1818
1610
|
* @param {string} vbasoftwareClientId Client ID
|
|
1819
1611
|
* @param {string} vbasoftwareClientCode Client Code
|
|
@@ -2013,21 +1805,6 @@ export class UserApi extends BaseAPI implements UserApiInterface {
|
|
|
2013
1805
|
return UserApiFp(this.configuration).forgotPassword(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, userForgotPasswordRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2014
1806
|
}
|
|
2015
1807
|
|
|
2016
|
-
/**
|
|
2017
|
-
* Generates a QR code for setting up multi-factor authentication (MFA) with an authenticator app. The QR code contains the necessary information for the app to generate time-based one-time passwords (TOTP) for user authentication.
|
|
2018
|
-
* @summary Generate a QRCode for Authenticator App
|
|
2019
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
2020
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
2021
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
2022
|
-
* @param {GenerateAuthenticatorQRCodeRequest} generateAuthenticatorQRCodeRequest
|
|
2023
|
-
* @param {*} [options] Override http request option.
|
|
2024
|
-
* @throws {RequiredError}
|
|
2025
|
-
* @memberof UserApi
|
|
2026
|
-
*/
|
|
2027
|
-
public generateAuthenticatorQRCode(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, generateAuthenticatorQRCodeRequest: GenerateAuthenticatorQRCodeRequest, options?: AxiosRequestConfig) {
|
|
2028
|
-
return UserApiFp(this.configuration).generateAuthenticatorQRCode(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, generateAuthenticatorQRCodeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2029
|
-
}
|
|
2030
|
-
|
|
2031
1808
|
/**
|
|
2032
1809
|
* Gets a User by ID
|
|
2033
1810
|
* @summary Get User
|
|
@@ -2070,22 +1847,7 @@ export class UserApi extends BaseAPI implements UserApiInterface {
|
|
|
2070
1847
|
}
|
|
2071
1848
|
|
|
2072
1849
|
/**
|
|
2073
|
-
*
|
|
2074
|
-
* @summary Register an MFA Device
|
|
2075
|
-
* @param {string} vbasoftwareClientId Client ID
|
|
2076
|
-
* @param {string} vbasoftwareClientCode Client Code
|
|
2077
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
2078
|
-
* @param {RegisterMFADeviceRequest} registerMFADeviceRequest
|
|
2079
|
-
* @param {*} [options] Override http request option.
|
|
2080
|
-
* @throws {RequiredError}
|
|
2081
|
-
* @memberof UserApi
|
|
2082
|
-
*/
|
|
2083
|
-
public registerMFADevice(vbasoftwareClientId: string, vbasoftwareClientCode: string, vbasoftwareDatabase: string, registerMFADeviceRequest: RegisterMFADeviceRequest, options?: AxiosRequestConfig) {
|
|
2084
|
-
return UserApiFp(this.configuration).registerMFADevice(vbasoftwareClientId, vbasoftwareClientCode, vbasoftwareDatabase, registerMFADeviceRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
/**
|
|
2088
|
-
* Verifies the multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
1850
|
+
* Submits a multi-factor authentication (MFA) code provided by the user and completes the authentication process.
|
|
2089
1851
|
* @summary Submit MFA Code
|
|
2090
1852
|
* @param {string} vbasoftwareClientId Client ID
|
|
2091
1853
|
* @param {string} vbasoftwareClientCode Client Code
|
package/api.ts
CHANGED
|
@@ -37,6 +37,7 @@ export * from './api/adv-workflow-api';
|
|
|
37
37
|
export * from './api/age-settings-api';
|
|
38
38
|
export * from './api/agriculture-tax-returns-api';
|
|
39
39
|
export * from './api/amount-details-api';
|
|
40
|
+
export * from './api/armor-code-ex-code-api';
|
|
40
41
|
export * from './api/auth-api';
|
|
41
42
|
export * from './api/auth-action-api';
|
|
42
43
|
export * from './api/auth-actions-api';
|
|
@@ -153,6 +154,7 @@ export * from './api/case-priorities-api';
|
|
|
153
154
|
export * from './api/case-reasons-api';
|
|
154
155
|
export * from './api/case-status-reasons-api';
|
|
155
156
|
export * from './api/case-statuses-api';
|
|
157
|
+
export * from './api/change-data-capture-api';
|
|
156
158
|
export * from './api/check-batches-api';
|
|
157
159
|
export * from './api/check-details-api';
|
|
158
160
|
export * from './api/check-edit-details-api';
|
|
@@ -199,6 +201,7 @@ export * from './api/claim-lives-api';
|
|
|
199
201
|
export * from './api/claim-occurrence-codes-api';
|
|
200
202
|
export * from './api/claim-pre-batch-details-api';
|
|
201
203
|
export * from './api/claim-pre-batches-api';
|
|
204
|
+
export * from './api/claim-prompt-pays-api';
|
|
202
205
|
export * from './api/claim-queue-details-api';
|
|
203
206
|
export * from './api/claim-queue-logs-api';
|
|
204
207
|
export * from './api/claim-queue-notify-user-groups-api';
|
|
@@ -213,6 +216,7 @@ export * from './api/claim-queue-schedules-api';
|
|
|
213
216
|
export * from './api/claim-queue-statuses-api';
|
|
214
217
|
export * from './api/claim-queue-types-api';
|
|
215
218
|
export * from './api/claim-queues-api';
|
|
219
|
+
export * from './api/claim-reprice-remove-api';
|
|
216
220
|
export * from './api/claim-rule-dependents-api';
|
|
217
221
|
export * from './api/claim-rule-procedures-api';
|
|
218
222
|
export * from './api/claim-rule-provider-types-api';
|
|
@@ -396,6 +400,7 @@ export * from './api/funding-requests-api';
|
|
|
396
400
|
export * from './api/funding-statement-formats-api';
|
|
397
401
|
export * from './api/funding-statuses-api';
|
|
398
402
|
export * from './api/funding-types-api';
|
|
403
|
+
export * from './api/gender-api';
|
|
399
404
|
export * from './api/grievance-admin-change-types-api';
|
|
400
405
|
export * from './api/grievance-categories-api';
|
|
401
406
|
export * from './api/grievance-issue-types-api';
|
|
@@ -536,9 +541,13 @@ export * from './api/member-tooth-ex-codes-api';
|
|
|
536
541
|
export * from './api/member-vbaplan-type-ids-api';
|
|
537
542
|
export * from './api/members-api';
|
|
538
543
|
export * from './api/modifiers-api';
|
|
544
|
+
export * from './api/multi-factor-auth-api';
|
|
539
545
|
export * from './api/network-modifiers-api';
|
|
540
546
|
export * from './api/network-practice-types-api';
|
|
541
547
|
export * from './api/network-procedure-clusters-api';
|
|
548
|
+
export * from './api/network-profile-assignments-api';
|
|
549
|
+
export * from './api/network-profile-networks-api';
|
|
550
|
+
export * from './api/network-profiles-api';
|
|
542
551
|
export * from './api/network-types-api';
|
|
543
552
|
export * from './api/networks-api';
|
|
544
553
|
export * from './api/note-attachments-api';
|
|
@@ -704,6 +713,8 @@ export * from './api/reasons-api';
|
|
|
704
713
|
export * from './api/reimburse-schedules-api';
|
|
705
714
|
export * from './api/reinsurance-accumulators-api';
|
|
706
715
|
export * from './api/reinsurance-aggregating-specific-members-api';
|
|
716
|
+
export * from './api/reinsurance-conditional-specific-api';
|
|
717
|
+
export * from './api/reinsurance-conditional-specific-detail-api';
|
|
707
718
|
export * from './api/reinsurance-contract-criteria-details-api';
|
|
708
719
|
export * from './api/reinsurance-contract-criterias-api';
|
|
709
720
|
export * from './api/reinsurance-contract-cycles-api';
|
|
@@ -720,6 +731,7 @@ export * from './api/reinsurance-contract-transaction-statuses-api';
|
|
|
720
731
|
export * from './api/reinsurance-contract-transactions-api';
|
|
721
732
|
export * from './api/reinsurance-contract-types-api';
|
|
722
733
|
export * from './api/reinsurance-contracts-api';
|
|
734
|
+
export * from './api/reinsurance-domestic-claims-criteria-api';
|
|
723
735
|
export * from './api/reinsurance-member-specific-deductibles-api';
|
|
724
736
|
export * from './api/reinsurance-notify-user-groups-api';
|
|
725
737
|
export * from './api/reinsurance-notify-users-api';
|
|
@@ -821,6 +833,7 @@ export * from './api/unassigned-commission-adjustments-api';
|
|
|
821
833
|
export * from './api/unit-type-conversions-api';
|
|
822
834
|
export * from './api/unit-types-api';
|
|
823
835
|
export * from './api/user-api';
|
|
836
|
+
export * from './api/user-account-api';
|
|
824
837
|
export * from './api/user-amount-api';
|
|
825
838
|
export * from './api/user-amount-procedure-api';
|
|
826
839
|
export * from './api/user-experience-api';
|
package/models/{register-mfadevice-response-vbaresponse.ts → armor-code-ex-code-list-vbaresponse.ts}
RENAMED
|
@@ -13,32 +13,32 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { ArmorCodeExCode } from './armor-code-ex-code';
|
|
16
17
|
import { Debug } from './debug';
|
|
17
|
-
import { RegisterMFADeviceResponse } from './register-mfadevice-response';
|
|
18
18
|
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface ArmorCodeExCodeListVBAResponse
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface ArmorCodeExCodeListVBAResponse {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
29
|
-
* @memberof
|
|
28
|
+
* @type {Array<ArmorCodeExCode>}
|
|
29
|
+
* @memberof ArmorCodeExCodeListVBAResponse
|
|
30
30
|
*/
|
|
31
|
-
'data'?:
|
|
31
|
+
'data'?: Array<ArmorCodeExCode> | null;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {VBAProblemDetails}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof ArmorCodeExCodeListVBAResponse
|
|
36
36
|
*/
|
|
37
37
|
'error'?: VBAProblemDetails;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {Debug}
|
|
41
|
-
* @memberof
|
|
41
|
+
* @memberof ArmorCodeExCodeListVBAResponse
|
|
42
42
|
*/
|
|
43
43
|
'debug'?: Debug;
|
|
44
44
|
}
|
|
@@ -13,32 +13,32 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { ArmorCodeExCode } from './armor-code-ex-code';
|
|
16
17
|
import { Debug } from './debug';
|
|
17
|
-
import { GenerateAuthenticatorQRCodeResponse } from './generate-authenticator-qrcode-response';
|
|
18
18
|
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface ArmorCodeExCodeVBAResponse
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface ArmorCodeExCodeVBAResponse {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
29
|
-
* @memberof
|
|
28
|
+
* @type {ArmorCodeExCode}
|
|
29
|
+
* @memberof ArmorCodeExCodeVBAResponse
|
|
30
30
|
*/
|
|
31
|
-
'data'?:
|
|
31
|
+
'data'?: ArmorCodeExCode;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {VBAProblemDetails}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof ArmorCodeExCodeVBAResponse
|
|
36
36
|
*/
|
|
37
37
|
'error'?: VBAProblemDetails;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {Debug}
|
|
41
|
-
* @memberof
|
|
41
|
+
* @memberof ArmorCodeExCodeVBAResponse
|
|
42
42
|
*/
|
|
43
43
|
'debug'?: Debug;
|
|
44
44
|
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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 ArmorCodeExCode
|
|
21
|
+
*/
|
|
22
|
+
export interface ArmorCodeExCode {
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier for each record. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ArmorCodeExCode
|
|
27
|
+
*/
|
|
28
|
+
'armorCodeExCode_Key': number;
|
|
29
|
+
/**
|
|
30
|
+
* Armor Code From Value to be matched with an Explanation Code.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ArmorCodeExCode
|
|
33
|
+
*/
|
|
34
|
+
'armor_Code': string;
|
|
35
|
+
/**
|
|
36
|
+
* Date when the record was first added to the system.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ArmorCodeExCode
|
|
39
|
+
*/
|
|
40
|
+
'entry_Date'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* User that first added the record to the system.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ArmorCodeExCode
|
|
45
|
+
*/
|
|
46
|
+
'entry_User'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Explanation Code Value to be matched with an Armor Code Range.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ArmorCodeExCode
|
|
51
|
+
*/
|
|
52
|
+
'ex_Code': string;
|
|
53
|
+
/**
|
|
54
|
+
* Date when the record was last updated in the system.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ArmorCodeExCode
|
|
57
|
+
*/
|
|
58
|
+
'update_Date'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* User that last updated the record in the system.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ArmorCodeExCode
|
|
63
|
+
*/
|
|
64
|
+
'update_User'?: string | null;
|
|
65
|
+
}
|
|
66
|
+
|
package/models/auth-reference.ts
CHANGED
|
@@ -32,6 +32,18 @@ export interface AuthReference {
|
|
|
32
32
|
* @memberof AuthReference
|
|
33
33
|
*/
|
|
34
34
|
'referenced_Auth_Number': string;
|
|
35
|
+
/**
|
|
36
|
+
* Date when the record was first added to the system.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof AuthReference
|
|
39
|
+
*/
|
|
40
|
+
'entry_Date'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* User that first added the record to the system.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof AuthReference
|
|
45
|
+
*/
|
|
46
|
+
'entry_User'?: string | null;
|
|
35
47
|
/**
|
|
36
48
|
* The date this reference was processed by the system.
|
|
37
49
|
* @type {string}
|
|
@@ -44,5 +56,17 @@ export interface AuthReference {
|
|
|
44
56
|
* @memberof AuthReference
|
|
45
57
|
*/
|
|
46
58
|
'reference_Type': string;
|
|
59
|
+
/**
|
|
60
|
+
* Date when the record was last updated in the system.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof AuthReference
|
|
63
|
+
*/
|
|
64
|
+
'update_Date'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* User that last updated the record in the system.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof AuthReference
|
|
69
|
+
*/
|
|
70
|
+
'update_User'?: string | null;
|
|
47
71
|
}
|
|
48
72
|
|
|
@@ -32,5 +32,29 @@ export interface AuthReviewLevel {
|
|
|
32
32
|
* @memberof AuthReviewLevel
|
|
33
33
|
*/
|
|
34
34
|
'description'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Date when the record was first added to the system.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof AuthReviewLevel
|
|
39
|
+
*/
|
|
40
|
+
'entry_Date'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* User that first added the record to the system.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof AuthReviewLevel
|
|
45
|
+
*/
|
|
46
|
+
'entry_User'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Date when the record was last updated in the system.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof AuthReviewLevel
|
|
51
|
+
*/
|
|
52
|
+
'update_Date'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* User that last updated the record in the system.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof AuthReviewLevel
|
|
57
|
+
*/
|
|
58
|
+
'update_User'?: string | null;
|
|
35
59
|
}
|
|
36
60
|
|
|
@@ -32,5 +32,29 @@ export interface AuthReviewSeverity {
|
|
|
32
32
|
* @memberof AuthReviewSeverity
|
|
33
33
|
*/
|
|
34
34
|
'description'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Date when the record was first added to the system.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof AuthReviewSeverity
|
|
39
|
+
*/
|
|
40
|
+
'entry_Date'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* User that first added the record to the system.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof AuthReviewSeverity
|
|
45
|
+
*/
|
|
46
|
+
'entry_User'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Date when the record was last updated in the system.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof AuthReviewSeverity
|
|
51
|
+
*/
|
|
52
|
+
'update_Date'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* User that last updated the record in the system.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof AuthReviewSeverity
|
|
57
|
+
*/
|
|
58
|
+
'update_User'?: string | null;
|
|
35
59
|
}
|
|
36
60
|
|