candidhealth 0.6.4 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +15 -0
- package/Client.js +29 -4
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/claimSubmission/index.d.ts +1 -0
- package/api/resources/claimSubmission/index.js +17 -0
- package/api/resources/claimSubmission/resources/index.d.ts +1 -0
- package/api/resources/claimSubmission/resources/index.js +27 -0
- package/api/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/api/resources/claimSubmission/resources/v1/index.js +17 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +12 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +27 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +32 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/api/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +15 -0
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -0
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +8 -0
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +10 -0
- package/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
- package/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/api/resources/commons/types/ProviderId.d.ts +8 -0
- package/api/resources/commons/types/ProviderId.js +10 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/api/resources/commons/types/index.d.ts +5 -0
- package/api/resources/commons/types/index.js +5 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +7 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +2 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/financials/index.d.ts +1 -0
- package/api/resources/financials/index.js +17 -0
- package/api/resources/financials/types/Allocation.d.ts +8 -0
- package/api/resources/financials/types/Allocation.js +5 -0
- package/api/resources/financials/types/AllocationCreate.d.ts +8 -0
- package/api/resources/financials/types/AllocationCreate.js +5 -0
- package/api/resources/financials/types/AllocationRecipient.d.ts +19 -0
- package/api/resources/financials/types/AllocationRecipient.js +5 -0
- package/api/resources/financials/types/AllocationRecipientCreate.d.ts +19 -0
- package/api/resources/financials/types/AllocationRecipientCreate.js +5 -0
- package/api/resources/financials/types/RefundAllocation.d.ts +8 -0
- package/api/resources/financials/types/RefundAllocation.js +5 -0
- package/api/resources/financials/types/RefundAllocationCreate.d.ts +8 -0
- package/api/resources/financials/types/RefundAllocationCreate.js +5 -0
- package/api/resources/financials/types/RefundReason.d.ts +7 -0
- package/api/resources/financials/types/RefundReason.js +9 -0
- package/api/resources/financials/types/index.d.ts +7 -0
- package/api/resources/financials/types/index.js +23 -0
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/api/resources/index.d.ts +8 -0
- package/api/resources/index.js +9 -1
- package/api/resources/individual/types/Subscriber.d.ts +1 -1
- package/api/resources/insuranceAdjudication/client/Client.d.ts +18 -0
- package/api/resources/insuranceAdjudication/client/Client.js +18 -0
- package/api/resources/insuranceAdjudication/client/index.d.ts +1 -0
- package/api/resources/insuranceAdjudication/client/index.js +2 -0
- package/api/resources/insuranceAdjudication/index.d.ts +2 -0
- package/api/resources/insuranceAdjudication/index.js +18 -0
- package/api/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/api/resources/insuranceAdjudication/resources/index.js +27 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +35 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.js +151 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/create.d.ts +22 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/create.js +47 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/delete.js +47 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/get.d.ts +22 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/get.js +47 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/index.d.ts +3 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/index.js +29 -0
- package/api/resources/insuranceAdjudication/resources/v1/index.d.ts +2 -0
- package/api/resources/insuranceAdjudication/resources/v1/index.js +18 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +9 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +14 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +13 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +8 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +7 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +16 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +15 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +8 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/api/resources/insuranceCard/types/InsuranceCard.d.ts +1 -1
- package/api/resources/insuranceRefunds/client/Client.d.ts +18 -0
- package/api/resources/insuranceRefunds/client/Client.js +18 -0
- package/api/resources/insuranceRefunds/client/index.d.ts +1 -0
- package/api/resources/insuranceRefunds/client/index.js +2 -0
- package/api/resources/insuranceRefunds/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/index.js +18 -0
- package/api/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/api/resources/insuranceRefunds/resources/index.js +27 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +40 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +156 -0
- package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/create.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/delete.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/get.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +29 -0
- package/api/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +11 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +10 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +8 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +10 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/api/resources/invoices/types/index.d.ts +0 -1
- package/api/resources/invoices/types/index.js +0 -1
- package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/api/resources/patientPayments/client/Client.d.ts +18 -0
- package/api/resources/patientPayments/client/Client.js +18 -0
- package/api/resources/patientPayments/client/index.d.ts +1 -0
- package/api/resources/patientPayments/client/index.js +2 -0
- package/api/resources/patientPayments/index.d.ts +1 -0
- package/api/resources/patientPayments/index.js +1 -0
- package/api/resources/patientPayments/resources/index.d.ts +1 -0
- package/api/resources/patientPayments/resources/index.js +2 -1
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +37 -0
- package/api/resources/patientPayments/resources/v4/client/Client.js +153 -0
- package/api/resources/patientPayments/resources/v4/client/create.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/create.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/delete.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/delete.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/get.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/get.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/index.d.ts +4 -0
- package/api/resources/patientPayments/resources/v4/client/index.js +33 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +12 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +5 -0
- package/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/api/resources/patientPayments/resources/v4/client/requests/index.js +2 -0
- package/api/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/api/resources/patientPayments/resources/v4/index.js +18 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +14 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.js +5 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +8 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +10 -0
- package/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/api/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/api/resources/patientRefunds/client/Client.d.ts +18 -0
- package/api/resources/patientRefunds/client/Client.js +18 -0
- package/api/resources/patientRefunds/client/index.d.ts +1 -0
- package/api/resources/patientRefunds/client/index.js +2 -0
- package/api/resources/patientRefunds/index.d.ts +2 -0
- package/api/resources/patientRefunds/index.js +18 -0
- package/api/resources/patientRefunds/resources/index.d.ts +1 -0
- package/api/resources/patientRefunds/resources/index.js +27 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +37 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.js +153 -0
- package/api/resources/patientRefunds/resources/v1/client/create.d.ts +22 -0
- package/api/resources/patientRefunds/resources/v1/client/create.js +47 -0
- package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/patientRefunds/resources/v1/client/delete.js +47 -0
- package/api/resources/patientRefunds/resources/v1/client/get.d.ts +22 -0
- package/api/resources/patientRefunds/resources/v1/client/get.js +47 -0
- package/api/resources/patientRefunds/resources/v1/client/index.d.ts +4 -0
- package/api/resources/patientRefunds/resources/v1/client/index.js +33 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +12 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +5 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/patientRefunds/resources/v1/index.js +18 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +14 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +5 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +8 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +10 -0
- package/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/api/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/writeOffs/client/Client.d.ts +18 -0
- package/api/resources/writeOffs/client/Client.js +18 -0
- package/api/resources/writeOffs/client/index.d.ts +1 -0
- package/api/resources/writeOffs/client/index.js +2 -0
- package/api/resources/writeOffs/index.d.ts +2 -0
- package/api/resources/writeOffs/index.js +18 -0
- package/api/resources/writeOffs/resources/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/index.js +27 -0
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +37 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +158 -0
- package/api/resources/writeOffs/resources/v1/client/create.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/create.js +47 -0
- package/api/resources/writeOffs/resources/v1/client/get.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/get.js +47 -0
- package/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -0
- package/api/resources/writeOffs/resources/v1/client/index.js +33 -0
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +7 -0
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +5 -0
- package/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/v1/client/requests/index.js +2 -0
- package/api/resources/writeOffs/resources/v1/client/revert.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/revert.js +47 -0
- package/api/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/api/resources/writeOffs/resources/v1/index.js +18 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +11 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +8 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +12 -0
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/api/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/api/resources/x12/index.d.ts +1 -0
- package/api/resources/x12/index.js +17 -0
- package/api/resources/x12/resources/index.d.ts +1 -0
- package/api/resources/x12/resources/index.js +27 -0
- package/api/resources/x12/resources/v1/index.d.ts +1 -0
- package/api/resources/x12/resources/v1/index.js +17 -0
- package/api/resources/x12/resources/v1/types/Carc.d.ts +272 -0
- package/api/resources/x12/resources/v1/types/Carc.js +274 -0
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +1066 -0
- package/api/resources/x12/resources/v1/types/Rarc.js +1068 -0
- package/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/api/resources/x12/resources/v1/types/index.js +18 -0
- package/dist/Client.d.ts +15 -0
- package/dist/Client.js +29 -4
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/claimSubmission/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/index.js +17 -0
- package/dist/api/resources/claimSubmission/resources/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/resources/index.js +27 -0
- package/dist/api/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/resources/v1/index.js +17 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +12 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +27 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +32 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +15 -0
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -0
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +8 -0
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +10 -0
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
- package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/api/resources/commons/types/ProviderId.d.ts +8 -0
- package/dist/api/resources/commons/types/ProviderId.js +10 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +5 -0
- package/dist/api/resources/commons/types/index.js +5 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +7 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +2 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/financials/index.d.ts +1 -0
- package/dist/api/resources/financials/index.js +17 -0
- package/dist/api/resources/financials/types/Allocation.d.ts +8 -0
- package/dist/api/resources/financials/types/Allocation.js +5 -0
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +8 -0
- package/dist/api/resources/financials/types/AllocationCreate.js +5 -0
- package/dist/api/resources/financials/types/AllocationRecipient.d.ts +19 -0
- package/dist/api/resources/financials/types/AllocationRecipient.js +5 -0
- package/dist/api/resources/financials/types/AllocationRecipientCreate.d.ts +19 -0
- package/dist/api/resources/financials/types/AllocationRecipientCreate.js +5 -0
- package/dist/api/resources/financials/types/RefundAllocation.d.ts +8 -0
- package/dist/api/resources/financials/types/RefundAllocation.js +5 -0
- package/dist/api/resources/financials/types/RefundAllocationCreate.d.ts +8 -0
- package/dist/api/resources/financials/types/RefundAllocationCreate.js +5 -0
- package/dist/api/resources/financials/types/RefundReason.d.ts +7 -0
- package/dist/api/resources/financials/types/RefundReason.js +9 -0
- package/dist/api/resources/financials/types/index.d.ts +7 -0
- package/dist/api/resources/financials/types/index.js +23 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/dist/api/resources/index.d.ts +8 -0
- package/dist/api/resources/index.js +9 -1
- package/dist/api/resources/individual/types/Subscriber.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudication/client/Client.d.ts +18 -0
- package/dist/api/resources/insuranceAdjudication/client/Client.js +18 -0
- package/dist/api/resources/insuranceAdjudication/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudication/client/index.js +2 -0
- package/dist/api/resources/insuranceAdjudication/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudication/index.js +18 -0
- package/dist/api/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudication/resources/index.js +27 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +35 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.js +151 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/create.js +47 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/delete.js +47 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/get.js +47 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/index.js +29 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/index.js +18 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +9 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +14 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +13 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +8 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +7 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +16 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +15 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +8 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/dist/api/resources/insuranceCard/types/InsuranceCard.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/client/Client.d.ts +18 -0
- package/dist/api/resources/insuranceRefunds/client/Client.js +18 -0
- package/dist/api/resources/insuranceRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceRefunds/client/index.js +2 -0
- package/dist/api/resources/insuranceRefunds/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/index.js +18 -0
- package/dist/api/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceRefunds/resources/index.js +27 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +40 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +156 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +29 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +11 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +10 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +8 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +10 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/dist/api/resources/invoices/types/index.d.ts +0 -1
- package/dist/api/resources/invoices/types/index.js +0 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/dist/api/resources/patientPayments/client/Client.d.ts +18 -0
- package/dist/api/resources/patientPayments/client/Client.js +18 -0
- package/dist/api/resources/patientPayments/client/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/client/index.js +2 -0
- package/dist/api/resources/patientPayments/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/index.js +1 -0
- package/dist/api/resources/patientPayments/resources/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/index.js +2 -1
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +37 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +153 -0
- package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/create.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/delete.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/get.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +4 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +33 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +12 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.js +2 -0
- package/dist/api/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/resources/v4/index.js +18 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +14 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +8 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +10 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/dist/api/resources/patientRefunds/client/Client.d.ts +18 -0
- package/dist/api/resources/patientRefunds/client/Client.js +18 -0
- package/dist/api/resources/patientRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/client/index.js +2 -0
- package/dist/api/resources/patientRefunds/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/index.js +18 -0
- package/dist/api/resources/patientRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/index.js +27 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +37 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +153 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/create.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/get.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +33 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +12 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +14 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +8 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +10 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/writeOffs/client/Client.d.ts +18 -0
- package/dist/api/resources/writeOffs/client/Client.js +18 -0
- package/dist/api/resources/writeOffs/client/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/client/index.js +2 -0
- package/dist/api/resources/writeOffs/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/index.js +18 -0
- package/dist/api/resources/writeOffs/resources/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/index.js +27 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +37 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +158 -0
- package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/create.js +47 -0
- package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/get.js +47 -0
- package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +33 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +7 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revert.js +47 -0
- package/dist/api/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/resources/v1/index.js +18 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +11 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +8 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +12 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/dist/api/resources/x12/index.d.ts +1 -0
- package/dist/api/resources/x12/index.js +17 -0
- package/dist/api/resources/x12/resources/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/index.js +27 -0
- package/dist/api/resources/x12/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/v1/index.js +17 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +272 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.js +274 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1066 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +1068 -0
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/x12/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/claimSubmission/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/index.js +17 -0
- package/dist/serialization/resources/claimSubmission/resources/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/resources/index.js +27 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/index.js +17 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +31 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +14 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +35 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +14 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +35 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +31 -0
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +31 -0
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/serialization/resources/commons/types/ProviderId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ProviderId.js +35 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/dist/serialization/resources/commons/types/index.d.ts +5 -0
- package/dist/serialization/resources/commons/types/index.js +5 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/dist/serialization/resources/financials/index.d.ts +1 -0
- package/dist/serialization/resources/financials/index.js +17 -0
- package/dist/serialization/resources/financials/types/Allocation.d.ts +13 -0
- package/dist/serialization/resources/financials/types/Allocation.js +34 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +13 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.js +34 -0
- package/dist/serialization/resources/financials/types/AllocationRecipient.d.ts +22 -0
- package/dist/serialization/resources/financials/types/AllocationRecipient.js +46 -0
- package/dist/serialization/resources/financials/types/AllocationRecipientCreate.d.ts +22 -0
- package/dist/serialization/resources/financials/types/AllocationRecipientCreate.js +46 -0
- package/dist/serialization/resources/financials/types/RefundAllocation.d.ts +13 -0
- package/dist/serialization/resources/financials/types/RefundAllocation.js +34 -0
- package/dist/serialization/resources/financials/types/RefundAllocationCreate.d.ts +13 -0
- package/dist/serialization/resources/financials/types/RefundAllocationCreate.js +34 -0
- package/dist/serialization/resources/financials/types/RefundReason.d.ts +10 -0
- package/dist/serialization/resources/financials/types/RefundReason.js +31 -0
- package/dist/serialization/resources/financials/types/index.d.ts +7 -0
- package/dist/serialization/resources/financials/types/index.js +23 -0
- package/dist/serialization/resources/index.d.ts +8 -0
- package/dist/serialization/resources/index.js +9 -1
- package/dist/serialization/resources/insuranceAdjudication/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudication/index.js +17 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/index.js +27 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/index.js +17 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +15 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +36 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +15 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +36 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +14 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +35 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +40 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +18 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +39 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +35 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +12 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +33 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +20 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +43 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +19 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +42 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +35 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/dist/serialization/resources/insuranceRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/index.js +17 -0
- package/dist/serialization/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.js +17 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +16 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +37 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +15 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +36 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +10 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +35 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/dist/serialization/resources/invoices/types/index.d.ts +0 -1
- package/dist/serialization/resources/invoices/types/index.js +0 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
- package/dist/serialization/resources/patientPayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/index.js +2 -1
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +17 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +17 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +38 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/index.js +5 -0
- package/dist/serialization/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/index.js +18 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +19 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +40 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +10 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +35 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/dist/serialization/resources/patientRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/index.js +17 -0
- package/dist/serialization/resources/patientRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +17 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +38 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +19 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +40 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +10 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +35 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/writeOffs/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/index.js +17 -0
- package/dist/serialization/resources/writeOffs/resources/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/index.js +27 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/create.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/create.js +31 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.js +31 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +12 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +33 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/index.js +18 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +16 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +37 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +15 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +36 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +35 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.js +31 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/x12/index.d.ts +1 -0
- package/dist/serialization/resources/x12/index.js +17 -0
- package/dist/serialization/resources/x12/resources/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/index.js +27 -0
- package/dist/serialization/resources/x12/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/v1/index.js +17 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +298 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1092 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.js +18 -0
- package/package.json +1 -1
- package/serialization/resources/claimSubmission/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/index.js +17 -0
- package/serialization/resources/claimSubmission/resources/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/resources/index.js +27 -0
- package/serialization/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/resources/v1/index.js +17 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +31 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +14 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +35 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +14 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +35 -0
- package/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +10 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +31 -0
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +10 -0
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +31 -0
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/serialization/resources/commons/types/ProviderId.d.ts +10 -0
- package/serialization/resources/commons/types/ProviderId.js +35 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/serialization/resources/commons/types/index.d.ts +5 -0
- package/serialization/resources/commons/types/index.js +5 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/serialization/resources/financials/index.d.ts +1 -0
- package/serialization/resources/financials/index.js +17 -0
- package/serialization/resources/financials/types/Allocation.d.ts +13 -0
- package/serialization/resources/financials/types/Allocation.js +34 -0
- package/serialization/resources/financials/types/AllocationCreate.d.ts +13 -0
- package/serialization/resources/financials/types/AllocationCreate.js +34 -0
- package/serialization/resources/financials/types/AllocationRecipient.d.ts +22 -0
- package/serialization/resources/financials/types/AllocationRecipient.js +46 -0
- package/serialization/resources/financials/types/AllocationRecipientCreate.d.ts +22 -0
- package/serialization/resources/financials/types/AllocationRecipientCreate.js +46 -0
- package/serialization/resources/financials/types/RefundAllocation.d.ts +13 -0
- package/serialization/resources/financials/types/RefundAllocation.js +34 -0
- package/serialization/resources/financials/types/RefundAllocationCreate.d.ts +13 -0
- package/serialization/resources/financials/types/RefundAllocationCreate.js +34 -0
- package/serialization/resources/financials/types/RefundReason.d.ts +10 -0
- package/serialization/resources/financials/types/RefundReason.js +31 -0
- package/serialization/resources/financials/types/index.d.ts +7 -0
- package/serialization/resources/financials/types/index.js +23 -0
- package/serialization/resources/index.d.ts +8 -0
- package/serialization/resources/index.js +9 -1
- package/serialization/resources/insuranceAdjudication/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudication/index.js +17 -0
- package/serialization/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudication/resources/index.js +27 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/index.js +17 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +15 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +36 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +15 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +36 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +14 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +35 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +40 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +18 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +39 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +10 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +35 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +12 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +33 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +20 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +43 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +19 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +42 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +10 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +35 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/serialization/resources/insuranceRefunds/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/index.js +17 -0
- package/serialization/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/index.js +27 -0
- package/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/v1/index.js +17 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +16 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +37 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +15 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +36 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +10 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +35 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/serialization/resources/invoices/types/index.d.ts +0 -1
- package/serialization/resources/invoices/types/index.js +0 -1
- package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
- package/serialization/resources/patientPayments/resources/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/index.js +2 -1
- package/serialization/resources/patientPayments/resources/v4/client/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/v4/client/index.js +17 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +17 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +38 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/index.js +5 -0
- package/serialization/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/index.js +18 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +19 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +40 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +10 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +35 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/serialization/resources/patientRefunds/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/index.js +17 -0
- package/serialization/resources/patientRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/index.js +27 -0
- package/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +17 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +38 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +19 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +40 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +10 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +35 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/serialization/resources/writeOffs/index.d.ts +1 -0
- package/serialization/resources/writeOffs/index.js +17 -0
- package/serialization/resources/writeOffs/resources/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/index.js +27 -0
- package/serialization/resources/writeOffs/resources/v1/client/create.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/client/create.js +31 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.js +31 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +12 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +33 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/serialization/resources/writeOffs/resources/v1/index.js +18 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +16 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +37 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +15 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +36 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +35 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.js +31 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/serialization/resources/x12/index.d.ts +1 -0
- package/serialization/resources/x12/index.js +17 -0
- package/serialization/resources/x12/resources/index.d.ts +1 -0
- package/serialization/resources/x12/resources/index.js +27 -0
- package/serialization/resources/x12/resources/v1/index.d.ts +1 -0
- package/serialization/resources/x12/resources/v1/index.js +17 -0
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/Carc.js +298 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.js +1092 -0
- package/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/x12/resources/v1/types/index.js +18 -0
- /package/api/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/api/resources/{invoices → commons}/types/InvoiceId.js +0 -0
- /package/dist/api/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/dist/api/resources/{invoices → commons}/types/InvoiceId.js +0 -0
- /package/dist/serialization/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/dist/serialization/resources/{invoices → commons}/types/InvoiceId.js +0 -0
- /package/serialization/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/serialization/resources/{invoices → commons}/types/InvoiceId.js +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const Allocation: core.serialization.ObjectSchema<serializers.Allocation.Raw, CandidApi.Allocation>;
|
|
8
|
+
export declare namespace Allocation {
|
|
9
|
+
interface Raw {
|
|
10
|
+
amount_cents: number;
|
|
11
|
+
recipient: serializers.AllocationRecipient.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.Allocation = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.Allocation = core.serialization.object({
|
|
32
|
+
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
33
|
+
recipient: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).AllocationRecipient),
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const AllocationCreate: core.serialization.ObjectSchema<serializers.AllocationCreate.Raw, CandidApi.AllocationCreate>;
|
|
8
|
+
export declare namespace AllocationCreate {
|
|
9
|
+
interface Raw {
|
|
10
|
+
amount_cents: number;
|
|
11
|
+
recipient: serializers.AllocationRecipientCreate.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.AllocationCreate = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.AllocationCreate = core.serialization.object({
|
|
32
|
+
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
33
|
+
recipient: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).AllocationRecipientCreate),
|
|
34
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const AllocationRecipient: core.serialization.Schema<serializers.AllocationRecipient.Raw, CandidApi.AllocationRecipient>;
|
|
8
|
+
export declare namespace AllocationRecipient {
|
|
9
|
+
type Raw = AllocationRecipient.ServiceLine | AllocationRecipient.Claim | AllocationRecipient.BillingProviderId;
|
|
10
|
+
interface ServiceLine {
|
|
11
|
+
type: "service_line";
|
|
12
|
+
value: serializers.ServiceLineId.Raw;
|
|
13
|
+
}
|
|
14
|
+
interface Claim {
|
|
15
|
+
type: "claim";
|
|
16
|
+
value: serializers.ClaimId.Raw;
|
|
17
|
+
}
|
|
18
|
+
interface BillingProviderId {
|
|
19
|
+
type: "billing_provider_id";
|
|
20
|
+
value: serializers.ProviderId.Raw;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.AllocationRecipient = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.AllocationRecipient = core.serialization
|
|
32
|
+
.union("type", {
|
|
33
|
+
service_line: core.serialization.object({
|
|
34
|
+
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLineId),
|
|
35
|
+
}),
|
|
36
|
+
claim: core.serialization.object({
|
|
37
|
+
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ClaimId),
|
|
38
|
+
}),
|
|
39
|
+
billing_provider_id: core.serialization.object({
|
|
40
|
+
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ProviderId),
|
|
41
|
+
}),
|
|
42
|
+
})
|
|
43
|
+
.transform({
|
|
44
|
+
transform: (value) => value,
|
|
45
|
+
untransform: (value) => value,
|
|
46
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const AllocationRecipientCreate: core.serialization.Schema<serializers.AllocationRecipientCreate.Raw, CandidApi.AllocationRecipientCreate>;
|
|
8
|
+
export declare namespace AllocationRecipientCreate {
|
|
9
|
+
type Raw = AllocationRecipientCreate.ServiceLineById | AllocationRecipientCreate.ClaimById | AllocationRecipientCreate.BillingProviderById;
|
|
10
|
+
interface ServiceLineById {
|
|
11
|
+
type: "service_line_by_id";
|
|
12
|
+
value: serializers.ServiceLineId.Raw;
|
|
13
|
+
}
|
|
14
|
+
interface ClaimById {
|
|
15
|
+
type: "claim_by_id";
|
|
16
|
+
value: serializers.ClaimId.Raw;
|
|
17
|
+
}
|
|
18
|
+
interface BillingProviderById {
|
|
19
|
+
type: "billing_provider_by_id";
|
|
20
|
+
value: serializers.ProviderId.Raw;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.AllocationRecipientCreate = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.AllocationRecipientCreate = core.serialization
|
|
32
|
+
.union("type", {
|
|
33
|
+
service_line_by_id: core.serialization.object({
|
|
34
|
+
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLineId),
|
|
35
|
+
}),
|
|
36
|
+
claim_by_id: core.serialization.object({
|
|
37
|
+
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ClaimId),
|
|
38
|
+
}),
|
|
39
|
+
billing_provider_by_id: core.serialization.object({
|
|
40
|
+
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ProviderId),
|
|
41
|
+
}),
|
|
42
|
+
})
|
|
43
|
+
.transform({
|
|
44
|
+
transform: (value) => value,
|
|
45
|
+
untransform: (value) => value,
|
|
46
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const RefundAllocation: core.serialization.ObjectSchema<serializers.RefundAllocation.Raw, CandidApi.RefundAllocation>;
|
|
8
|
+
export declare namespace RefundAllocation {
|
|
9
|
+
interface Raw {
|
|
10
|
+
allocation: serializers.Allocation.Raw;
|
|
11
|
+
refund_reason?: serializers.RefundReason.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.RefundAllocation = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.RefundAllocation = core.serialization.object({
|
|
32
|
+
allocation: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Allocation),
|
|
33
|
+
refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).RefundReason).optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const RefundAllocationCreate: core.serialization.ObjectSchema<serializers.RefundAllocationCreate.Raw, CandidApi.RefundAllocationCreate>;
|
|
8
|
+
export declare namespace RefundAllocationCreate {
|
|
9
|
+
interface Raw {
|
|
10
|
+
allocation: serializers.AllocationCreate.Raw;
|
|
11
|
+
refund_reason?: serializers.RefundReason.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.RefundAllocationCreate = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.RefundAllocationCreate = core.serialization.object({
|
|
32
|
+
allocation: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).AllocationCreate),
|
|
33
|
+
refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).RefundReason).optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const RefundReason: core.serialization.Schema<serializers.RefundReason.Raw, CandidApi.RefundReason>;
|
|
8
|
+
export declare namespace RefundReason {
|
|
9
|
+
type Raw = "OVERCHARGED";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.RefundReason = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.RefundReason = core.serialization.enum_(["OVERCHARGED"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./RefundReason";
|
|
2
|
+
export * from "./RefundAllocationCreate";
|
|
3
|
+
export * from "./Allocation";
|
|
4
|
+
export * from "./AllocationRecipient";
|
|
5
|
+
export * from "./AllocationCreate";
|
|
6
|
+
export * from "./AllocationRecipientCreate";
|
|
7
|
+
export * from "./RefundAllocation";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./RefundReason"), exports);
|
|
18
|
+
__exportStar(require("./RefundAllocationCreate"), exports);
|
|
19
|
+
__exportStar(require("./Allocation"), exports);
|
|
20
|
+
__exportStar(require("./AllocationRecipient"), exports);
|
|
21
|
+
__exportStar(require("./AllocationCreate"), exports);
|
|
22
|
+
__exportStar(require("./AllocationRecipientCreate"), exports);
|
|
23
|
+
__exportStar(require("./RefundAllocation"), exports);
|
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
export * as auth from "./auth";
|
|
2
2
|
export * as billingNotes from "./billingNotes";
|
|
3
|
+
export * as claimSubmission from "./claimSubmission";
|
|
3
4
|
export * as encounterProviders from "./encounterProviders";
|
|
4
5
|
export * as encounters from "./encounters";
|
|
5
6
|
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
6
7
|
export * as exports from "./exports";
|
|
7
8
|
export * as guarantor from "./guarantor";
|
|
9
|
+
export * as insuranceAdjudication from "./insuranceAdjudication";
|
|
10
|
+
export * as insuranceRefunds from "./insuranceRefunds";
|
|
8
11
|
export * as organizationProviders from "./organizationProviders";
|
|
9
12
|
export * as patientPayments from "./patientPayments";
|
|
13
|
+
export * as patientRefunds from "./patientRefunds";
|
|
10
14
|
export * as payers from "./payers";
|
|
11
15
|
export * as serviceLines from "./serviceLines";
|
|
16
|
+
export * as writeOffs from "./writeOffs";
|
|
17
|
+
export * as x12 from "./x12";
|
|
12
18
|
export * as claims from "./claims";
|
|
13
19
|
export * from "./claims/types";
|
|
14
20
|
export * as commons from "./commons";
|
|
@@ -19,6 +25,8 @@ export * as diagnoses from "./diagnoses";
|
|
|
19
25
|
export * from "./diagnoses/types";
|
|
20
26
|
export * as era from "./era";
|
|
21
27
|
export * from "./era/types";
|
|
28
|
+
export * as financials from "./financials";
|
|
29
|
+
export * from "./financials/types";
|
|
22
30
|
export * as identifiers from "./identifiers";
|
|
23
31
|
export * from "./identifiers/types";
|
|
24
32
|
export * as individual from "./individual";
|
|
@@ -26,18 +26,24 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.serviceLines = exports.payers = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.billingNotes = exports.auth = void 0;
|
|
29
|
+
exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.financials = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.x12 = exports.writeOffs = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.insuranceRefunds = exports.insuranceAdjudication = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.claimSubmission = exports.billingNotes = exports.auth = void 0;
|
|
30
30
|
exports.auth = __importStar(require("./auth"));
|
|
31
31
|
exports.billingNotes = __importStar(require("./billingNotes"));
|
|
32
|
+
exports.claimSubmission = __importStar(require("./claimSubmission"));
|
|
32
33
|
exports.encounterProviders = __importStar(require("./encounterProviders"));
|
|
33
34
|
exports.encounters = __importStar(require("./encounters"));
|
|
34
35
|
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
35
36
|
exports.exports = __importStar(require("./exports"));
|
|
36
37
|
exports.guarantor = __importStar(require("./guarantor"));
|
|
38
|
+
exports.insuranceAdjudication = __importStar(require("./insuranceAdjudication"));
|
|
39
|
+
exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
|
|
37
40
|
exports.organizationProviders = __importStar(require("./organizationProviders"));
|
|
38
41
|
exports.patientPayments = __importStar(require("./patientPayments"));
|
|
42
|
+
exports.patientRefunds = __importStar(require("./patientRefunds"));
|
|
39
43
|
exports.payers = __importStar(require("./payers"));
|
|
40
44
|
exports.serviceLines = __importStar(require("./serviceLines"));
|
|
45
|
+
exports.writeOffs = __importStar(require("./writeOffs"));
|
|
46
|
+
exports.x12 = __importStar(require("./x12"));
|
|
41
47
|
exports.claims = __importStar(require("./claims"));
|
|
42
48
|
__exportStar(require("./claims/types"), exports);
|
|
43
49
|
exports.commons = __importStar(require("./commons"));
|
|
@@ -48,6 +54,8 @@ exports.diagnoses = __importStar(require("./diagnoses"));
|
|
|
48
54
|
__exportStar(require("./diagnoses/types"), exports);
|
|
49
55
|
exports.era = __importStar(require("./era"));
|
|
50
56
|
__exportStar(require("./era/types"), exports);
|
|
57
|
+
exports.financials = __importStar(require("./financials"));
|
|
58
|
+
__exportStar(require("./financials/types"), exports);
|
|
51
59
|
exports.identifiers = __importStar(require("./identifiers"));
|
|
52
60
|
__exportStar(require("./identifiers/types"), exports);
|
|
53
61
|
exports.individual = __importStar(require("./individual"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v1 from "./v1";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.v1 = void 0;
|
|
27
|
+
exports.v1 = __importStar(require("./v1"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const ClaimAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudication.v1.ClaimAdjudication.Raw, CandidApi.insuranceAdjudication.v1.ClaimAdjudication>;
|
|
8
|
+
export declare namespace ClaimAdjudication {
|
|
9
|
+
interface Raw {
|
|
10
|
+
insurance_allowed_amount_cents?: number | null;
|
|
11
|
+
insurance_paid_amount_cents?: number | null;
|
|
12
|
+
service_lines: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudication.v1.ServiceLineAdjudication.Raw>;
|
|
13
|
+
carcs: serializers.insuranceAdjudication.v1.ClaimAdjustmentReasonCode.Raw[];
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ClaimAdjudication = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.ClaimAdjudication = core.serialization.object({
|
|
32
|
+
insuranceAllowedAmountCents: core.serialization.property("insurance_allowed_amount_cents", core.serialization.number().optional()),
|
|
33
|
+
insurancePaidAmountCents: core.serialization.property("insurance_paid_amount_cents", core.serialization.number().optional()),
|
|
34
|
+
serviceLines: core.serialization.property("service_lines", core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ServiceLineAdjudication))),
|
|
35
|
+
carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudication.v1.ClaimAdjustmentReasonCode)),
|
|
36
|
+
});
|