candidhealth 0.10.0 → 0.10.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/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/claimActionsCommons/index.d.ts +1 -0
- package/api/resources/claimActionsCommons/index.js +17 -0
- package/api/resources/claimActionsCommons/types/ClaimAction.d.ts +30 -0
- package/api/resources/claimActionsCommons/types/ClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +23 -0
- package/api/resources/claimActionsCommons/types/ClaimActionMetadata.js +5 -0
- package/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +8 -0
- package/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +21 -0
- package/api/resources/claimActionsCommons/types/CreateTaskConfig.js +5 -0
- package/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +21 -0
- package/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +14 -0
- package/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +8 -0
- package/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/VoidClaimAction.d.ts +8 -0
- package/api/resources/claimActionsCommons/types/VoidClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/index.d.ts +8 -0
- package/api/resources/claimActionsCommons/types/index.js +24 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +8 -1
- package/api/resources/claims/types/Claim.d.ts +37 -1
- package/api/resources/claims/types/ClaimStatus.d.ts +2 -1
- package/api/resources/claims/types/ClaimStatus.js +1 -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 +1 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +36 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +36 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -2
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +14 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +16 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +2 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -2
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +29 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +2 -0
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +4 -1
- package/api/resources/financials/types/PatientTransactionSource.d.ts +13 -0
- package/api/resources/financials/types/PatientTransactionSource.js +15 -0
- package/api/resources/financials/types/index.d.ts +1 -0
- package/api/resources/financials/types/index.js +1 -0
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -6
- package/api/resources/index.d.ts +4 -0
- package/api/resources/index.js +5 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -6
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -6
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -1
- package/api/resources/jobs/index.d.ts +1 -0
- package/api/resources/jobs/index.js +17 -0
- package/api/resources/jobs/resources/index.d.ts +1 -0
- package/api/resources/jobs/resources/index.js +27 -0
- package/api/resources/jobs/resources/v1/index.d.ts +1 -0
- package/api/resources/jobs/resources/v1/index.js +17 -0
- package/api/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +29 -0
- package/api/resources/jobs/resources/v1/types/ClaimJobMetadata.js +5 -0
- package/api/resources/jobs/resources/v1/types/Job.d.ts +53 -0
- package/api/resources/jobs/resources/v1/types/Job.js +5 -0
- package/api/resources/jobs/resources/v1/types/JobGroupId.d.ts +8 -0
- package/api/resources/jobs/resources/v1/types/JobGroupId.js +10 -0
- package/api/resources/jobs/resources/v1/types/JobId.d.ts +8 -0
- package/api/resources/jobs/resources/v1/types/JobId.js +10 -0
- package/api/resources/jobs/resources/v1/types/JobMetadata.d.ts +30 -0
- package/api/resources/jobs/resources/v1/types/JobMetadata.js +5 -0
- package/api/resources/jobs/resources/v1/types/JobStatus.d.ts +16 -0
- package/api/resources/jobs/resources/v1/types/JobStatus.js +12 -0
- package/api/resources/jobs/resources/v1/types/index.d.ts +6 -0
- package/api/resources/jobs/resources/v1/types/index.js +22 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +0 -3
- package/api/resources/patientPayments/resources/v4/client/Client.js +3 -6
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -1
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/patientRefunds/resources/v1/client/Client.js +3 -6
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -1
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +14 -0
- package/api/resources/payers/resources/v3/types/PayerIdentifier.js +5 -0
- package/api/resources/payers/resources/v3/types/PayerInfo.d.ts +8 -0
- package/api/resources/payers/resources/v3/types/PayerInfo.js +5 -0
- package/api/resources/payers/resources/v3/types/PayerName.d.ts +8 -0
- package/api/resources/payers/resources/v3/types/PayerName.js +10 -0
- package/api/resources/payers/resources/v3/types/index.d.ts +3 -0
- package/api/resources/payers/resources/v3/types/index.js +3 -0
- package/api/resources/tasks/resources/v3/client/Client.d.ts +0 -20
- package/api/resources/tasks/resources/v3/client/Client.js +5 -25
- package/api/resources/users/index.d.ts +1 -0
- package/api/resources/users/index.js +17 -0
- package/api/resources/users/resources/index.d.ts +1 -0
- package/api/resources/users/resources/index.js +27 -0
- package/api/resources/users/resources/v2/index.d.ts +1 -0
- package/api/resources/users/resources/v2/index.js +17 -0
- package/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
- package/api/resources/users/resources/v2/types/AuthZeroMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +6 -0
- package/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +14 -0
- package/api/resources/users/resources/v2/types/HumanUserMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +23 -0
- package/api/resources/users/resources/v2/types/IdpUserMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +6 -0
- package/api/resources/users/resources/v2/types/MachineUserMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +6 -0
- package/api/resources/users/resources/v2/types/OtherIdpMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/UserMetadata.d.ts +21 -0
- package/api/resources/users/resources/v2/types/UserMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/UserV2.d.ts +28 -0
- package/api/resources/users/resources/v2/types/UserV2.js +5 -0
- package/api/resources/users/resources/v2/types/index.d.ts +8 -0
- package/api/resources/users/resources/v2/types/index.js +24 -0
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -7
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +7 -0
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +2 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +2 -1
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/v1/types/index.js +1 -0
- 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/claimActionsCommons/index.d.ts +1 -0
- package/dist/api/resources/claimActionsCommons/index.js +17 -0
- package/dist/api/resources/claimActionsCommons/types/ClaimAction.d.ts +30 -0
- package/dist/api/resources/claimActionsCommons/types/ClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +23 -0
- package/dist/api/resources/claimActionsCommons/types/ClaimActionMetadata.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +8 -0
- package/dist/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +21 -0
- package/dist/api/resources/claimActionsCommons/types/CreateTaskConfig.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +21 -0
- package/dist/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +14 -0
- package/dist/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +8 -0
- package/dist/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/VoidClaimAction.d.ts +8 -0
- package/dist/api/resources/claimActionsCommons/types/VoidClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/index.d.ts +8 -0
- package/dist/api/resources/claimActionsCommons/types/index.js +24 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +8 -1
- package/dist/api/resources/claims/types/Claim.d.ts +37 -1
- package/dist/api/resources/claims/types/ClaimStatus.d.ts +2 -1
- package/dist/api/resources/claims/types/ClaimStatus.js +1 -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 +1 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +36 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +36 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +14 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +16 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +2 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +29 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +2 -0
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +4 -1
- package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +13 -0
- package/dist/api/resources/financials/types/PatientTransactionSource.js +15 -0
- package/dist/api/resources/financials/types/index.d.ts +1 -0
- package/dist/api/resources/financials/types/index.js +1 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/index.d.ts +4 -0
- package/dist/api/resources/index.js +5 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -1
- package/dist/api/resources/jobs/index.d.ts +1 -0
- package/dist/api/resources/jobs/index.js +17 -0
- package/dist/api/resources/jobs/resources/index.d.ts +1 -0
- package/dist/api/resources/jobs/resources/index.js +27 -0
- package/dist/api/resources/jobs/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/jobs/resources/v1/index.js +17 -0
- package/dist/api/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +29 -0
- package/dist/api/resources/jobs/resources/v1/types/ClaimJobMetadata.js +5 -0
- package/dist/api/resources/jobs/resources/v1/types/Job.d.ts +53 -0
- package/dist/api/resources/jobs/resources/v1/types/Job.js +5 -0
- package/dist/api/resources/jobs/resources/v1/types/JobGroupId.d.ts +8 -0
- package/dist/api/resources/jobs/resources/v1/types/JobGroupId.js +10 -0
- package/dist/api/resources/jobs/resources/v1/types/JobId.d.ts +8 -0
- package/dist/api/resources/jobs/resources/v1/types/JobId.js +10 -0
- package/dist/api/resources/jobs/resources/v1/types/JobMetadata.d.ts +30 -0
- package/dist/api/resources/jobs/resources/v1/types/JobMetadata.js +5 -0
- package/dist/api/resources/jobs/resources/v1/types/JobStatus.d.ts +16 -0
- package/dist/api/resources/jobs/resources/v1/types/JobStatus.js +12 -0
- package/dist/api/resources/jobs/resources/v1/types/index.d.ts +6 -0
- package/dist/api/resources/jobs/resources/v1/types/index.js +22 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +0 -3
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +3 -6
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -1
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +14 -0
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.js +5 -0
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.d.ts +8 -0
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.js +5 -0
- package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +8 -0
- package/dist/api/resources/payers/resources/v3/types/PayerName.js +10 -0
- package/dist/api/resources/payers/resources/v3/types/index.d.ts +3 -0
- package/dist/api/resources/payers/resources/v3/types/index.js +3 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +0 -20
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -25
- package/dist/api/resources/users/index.d.ts +1 -0
- package/dist/api/resources/users/index.js +17 -0
- package/dist/api/resources/users/resources/index.d.ts +1 -0
- package/dist/api/resources/users/resources/index.js +27 -0
- package/dist/api/resources/users/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/users/resources/v2/index.js +17 -0
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +6 -0
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +14 -0
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +23 -0
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +6 -0
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +6 -0
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/UserMetadata.d.ts +21 -0
- package/dist/api/resources/users/resources/v2/types/UserMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/UserV2.d.ts +28 -0
- package/dist/api/resources/users/resources/v2/types/UserV2.js +5 -0
- package/dist/api/resources/users/resources/v2/types/index.d.ts +8 -0
- package/dist/api/resources/users/resources/v2/types/index.js +24 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -7
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +7 -0
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +2 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +2 -1
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/claimActionsCommons/index.d.ts +1 -0
- package/dist/serialization/resources/claimActionsCommons/index.js +17 -0
- package/dist/serialization/resources/claimActionsCommons/types/ClaimAction.d.ts +25 -0
- package/dist/serialization/resources/claimActionsCommons/types/ClaimAction.js +42 -0
- package/dist/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +16 -0
- package/dist/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.js +37 -0
- package/dist/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +11 -0
- package/dist/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js +31 -0
- package/dist/serialization/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +16 -0
- package/dist/serialization/resources/claimActionsCommons/types/CreateTaskConfig.js +37 -0
- package/dist/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +13 -0
- package/dist/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +34 -0
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +12 -0
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js +33 -0
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +11 -0
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js +31 -0
- package/dist/serialization/resources/claimActionsCommons/types/VoidClaimAction.d.ts +11 -0
- package/dist/serialization/resources/claimActionsCommons/types/VoidClaimAction.js +31 -0
- package/dist/serialization/resources/claimActionsCommons/types/index.d.ts +8 -0
- package/dist/serialization/resources/claimActionsCommons/types/index.js +24 -0
- package/dist/serialization/resources/claims/types/Claim.d.ts +1 -0
- package/dist/serialization/resources/claims/types/Claim.js +1 -0
- package/dist/serialization/resources/claims/types/ClaimStatus.d.ts +1 -1
- package/dist/serialization/resources/claims/types/ClaimStatus.js +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +40 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +2 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +2 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +20 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +42 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +2 -0
- package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/dist/serialization/resources/financials/types/AllocationTarget.js +1 -0
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts +4 -1
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +1 -0
- package/dist/serialization/resources/financials/types/PatientTransactionSource.d.ts +10 -0
- package/dist/serialization/resources/financials/types/PatientTransactionSource.js +31 -0
- package/dist/serialization/resources/financials/types/index.d.ts +1 -0
- package/dist/serialization/resources/financials/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +4 -0
- package/dist/serialization/resources/index.js +5 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -1
- package/dist/serialization/resources/jobs/index.d.ts +1 -0
- package/dist/serialization/resources/jobs/index.js +17 -0
- package/dist/serialization/resources/jobs/resources/index.d.ts +1 -0
- package/dist/serialization/resources/jobs/resources/index.js +27 -0
- package/dist/serialization/resources/jobs/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/jobs/resources/v1/index.js +17 -0
- package/dist/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +15 -0
- package/dist/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.js +36 -0
- package/dist/serialization/resources/jobs/resources/v1/types/Job.d.ts +18 -0
- package/dist/serialization/resources/jobs/resources/v1/types/Job.js +39 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobGroupId.d.ts +10 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobGroupId.js +35 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobId.d.ts +10 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobId.js +35 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobMetadata.d.ts +13 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobMetadata.js +38 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobStatus.d.ts +10 -0
- package/dist/serialization/resources/{writeOffs/resources/v1/client/create.js → jobs/resources/v1/types/JobStatus.js} +2 -2
- package/dist/serialization/resources/jobs/resources/v1/types/index.d.ts +6 -0
- package/dist/serialization/resources/jobs/resources/v1/types/index.js +22 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -1
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +2 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -1
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +17 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +41 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +13 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +34 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.d.ts +10 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +35 -0
- package/dist/serialization/resources/payers/resources/v3/types/index.d.ts +3 -0
- package/dist/serialization/resources/payers/resources/v3/types/index.js +3 -0
- package/dist/serialization/resources/users/index.d.ts +1 -0
- package/dist/serialization/resources/users/index.js +17 -0
- package/dist/serialization/resources/users/resources/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/index.js +27 -0
- package/dist/serialization/resources/users/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/v2/index.js +17 -0
- package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
- package/{serialization/resources/writeOffs/resources/v1/client/create.js → dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js} +4 -2
- package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +12 -0
- package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +33 -0
- package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
- package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +34 -0
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +40 -0
- package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +12 -0
- package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +33 -0
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +12 -0
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +33 -0
- package/dist/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +16 -0
- package/dist/serialization/resources/users/resources/v2/types/UserMetadata.js +39 -0
- package/dist/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
- package/dist/serialization/resources/users/resources/v2/types/UserV2.js +37 -0
- package/dist/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
- package/dist/serialization/resources/users/resources/v2/types/index.js +24 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.d.ts +0 -1
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.js +0 -14
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +12 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +33 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +2 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +2 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/claimActionsCommons/index.d.ts +1 -0
- package/serialization/resources/claimActionsCommons/index.js +17 -0
- package/serialization/resources/claimActionsCommons/types/ClaimAction.d.ts +25 -0
- package/serialization/resources/claimActionsCommons/types/ClaimAction.js +42 -0
- package/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +16 -0
- package/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.js +37 -0
- package/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +11 -0
- package/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js +31 -0
- package/serialization/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +16 -0
- package/serialization/resources/claimActionsCommons/types/CreateTaskConfig.js +37 -0
- package/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +13 -0
- package/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +34 -0
- package/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +12 -0
- package/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js +33 -0
- package/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +11 -0
- package/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js +31 -0
- package/serialization/resources/claimActionsCommons/types/VoidClaimAction.d.ts +11 -0
- package/serialization/resources/claimActionsCommons/types/VoidClaimAction.js +31 -0
- package/serialization/resources/claimActionsCommons/types/index.d.ts +8 -0
- package/serialization/resources/claimActionsCommons/types/index.js +24 -0
- package/serialization/resources/claims/types/Claim.d.ts +1 -0
- package/serialization/resources/claims/types/Claim.js +1 -0
- package/serialization/resources/claims/types/ClaimStatus.d.ts +1 -1
- package/serialization/resources/claims/types/ClaimStatus.js +1 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +40 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +2 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +2 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +20 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +42 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +2 -0
- package/serialization/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/serialization/resources/financials/types/AllocationTarget.js +1 -0
- package/serialization/resources/financials/types/AllocationTargetCreate.d.ts +4 -1
- package/serialization/resources/financials/types/AllocationTargetCreate.js +1 -0
- package/serialization/resources/financials/types/PatientTransactionSource.d.ts +10 -0
- package/serialization/resources/financials/types/PatientTransactionSource.js +31 -0
- package/serialization/resources/financials/types/index.d.ts +1 -0
- package/serialization/resources/financials/types/index.js +1 -0
- package/serialization/resources/index.d.ts +4 -0
- package/serialization/resources/index.js +5 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -1
- package/serialization/resources/jobs/index.d.ts +1 -0
- package/serialization/resources/jobs/index.js +17 -0
- package/serialization/resources/jobs/resources/index.d.ts +1 -0
- package/serialization/resources/jobs/resources/index.js +27 -0
- package/serialization/resources/jobs/resources/v1/index.d.ts +1 -0
- package/serialization/resources/jobs/resources/v1/index.js +17 -0
- package/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +15 -0
- package/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.js +36 -0
- package/serialization/resources/jobs/resources/v1/types/Job.d.ts +18 -0
- package/serialization/resources/jobs/resources/v1/types/Job.js +39 -0
- package/serialization/resources/jobs/resources/v1/types/JobGroupId.d.ts +10 -0
- package/serialization/resources/jobs/resources/v1/types/JobGroupId.js +35 -0
- package/serialization/resources/jobs/resources/v1/types/JobId.d.ts +10 -0
- package/serialization/resources/jobs/resources/v1/types/JobId.js +35 -0
- package/serialization/resources/jobs/resources/v1/types/JobMetadata.d.ts +13 -0
- package/serialization/resources/jobs/resources/v1/types/JobMetadata.js +38 -0
- package/serialization/resources/jobs/resources/v1/types/JobStatus.d.ts +10 -0
- package/serialization/resources/jobs/resources/v1/types/JobStatus.js +31 -0
- package/serialization/resources/jobs/resources/v1/types/index.d.ts +6 -0
- package/serialization/resources/jobs/resources/v1/types/index.js +22 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -1
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +2 -1
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -1
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -1
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +17 -0
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +41 -0
- package/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +13 -0
- package/serialization/resources/payers/resources/v3/types/PayerInfo.js +34 -0
- package/serialization/resources/payers/resources/v3/types/PayerName.d.ts +10 -0
- package/serialization/resources/payers/resources/v3/types/PayerName.js +35 -0
- package/serialization/resources/payers/resources/v3/types/index.d.ts +3 -0
- package/serialization/resources/payers/resources/v3/types/index.js +3 -0
- package/serialization/resources/users/index.d.ts +1 -0
- package/serialization/resources/users/index.js +17 -0
- package/serialization/resources/users/resources/index.d.ts +1 -0
- package/serialization/resources/users/resources/index.js +27 -0
- package/serialization/resources/users/resources/v2/index.d.ts +1 -0
- package/serialization/resources/users/resources/v2/index.js +17 -0
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +33 -0
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +12 -0
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +33 -0
- package/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
- package/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +34 -0
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +40 -0
- package/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +12 -0
- package/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +33 -0
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +12 -0
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +33 -0
- package/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +16 -0
- package/serialization/resources/users/resources/v2/types/UserMetadata.js +39 -0
- package/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
- package/serialization/resources/users/resources/v2/types/UserV2.js +37 -0
- package/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
- package/serialization/resources/users/resources/v2/types/index.js +24 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.d.ts +0 -1
- package/serialization/resources/writeOffs/resources/v1/client/index.js +0 -14
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +12 -0
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +33 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +2 -1
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -1
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +2 -1
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -1
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/create.d.ts +0 -10
- package/serialization/resources/writeOffs/resources/v1/client/create.d.ts +0 -10
|
@@ -39,6 +39,7 @@ exports.AllocationTarget = core.serialization
|
|
|
39
39
|
billing_provider_id: core.serialization.object({
|
|
40
40
|
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ProviderId),
|
|
41
41
|
}),
|
|
42
|
+
unattributed: core.serialization.object({}),
|
|
42
43
|
})
|
|
43
44
|
.transform({
|
|
44
45
|
transform: (value) => value,
|
|
@@ -6,7 +6,7 @@ import * as CandidApi from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const AllocationTargetCreate: core.serialization.Schema<serializers.AllocationTargetCreate.Raw, CandidApi.AllocationTargetCreate>;
|
|
8
8
|
export declare namespace AllocationTargetCreate {
|
|
9
|
-
type Raw = AllocationTargetCreate.ServiceLineById | AllocationTargetCreate.ClaimById | AllocationTargetCreate.BillingProviderById;
|
|
9
|
+
type Raw = AllocationTargetCreate.ServiceLineById | AllocationTargetCreate.ClaimById | AllocationTargetCreate.BillingProviderById | AllocationTargetCreate.Unattributed;
|
|
10
10
|
interface ServiceLineById {
|
|
11
11
|
type: "service_line_by_id";
|
|
12
12
|
value: serializers.ServiceLineId.Raw;
|
|
@@ -19,4 +19,7 @@ export declare namespace AllocationTargetCreate {
|
|
|
19
19
|
type: "billing_provider_by_id";
|
|
20
20
|
value: serializers.ProviderId.Raw;
|
|
21
21
|
}
|
|
22
|
+
interface Unattributed {
|
|
23
|
+
type: "unattributed";
|
|
24
|
+
}
|
|
22
25
|
}
|
|
@@ -39,6 +39,7 @@ exports.AllocationTargetCreate = core.serialization
|
|
|
39
39
|
billing_provider_by_id: core.serialization.object({
|
|
40
40
|
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ProviderId),
|
|
41
41
|
}),
|
|
42
|
+
unattributed: core.serialization.object({}),
|
|
42
43
|
})
|
|
43
44
|
.transform({
|
|
44
45
|
transform: (value) => value,
|
|
@@ -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 PatientTransactionSource: core.serialization.Schema<serializers.PatientTransactionSource.Raw, CandidApi.PatientTransactionSource>;
|
|
8
|
+
export declare namespace PatientTransactionSource {
|
|
9
|
+
type Raw = "MANUAL_ENTRY" | "CHARGEBEE" | "SQUARE" | "STRIPE" | "ELATION" | "CEDAR" | "HEALTHIE";
|
|
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.PatientTransactionSource = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.PatientTransactionSource = core.serialization.enum_(["MANUAL_ENTRY", "CHARGEBEE", "SQUARE", "STRIPE", "ELATION", "CEDAR", "HEALTHIE"]);
|
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./RefundReason"), exports);
|
|
18
|
+
__exportStar(require("./PatientTransactionSource"), exports);
|
|
18
19
|
__exportStar(require("./Allocation"), exports);
|
|
19
20
|
__exportStar(require("./AllocationTarget"), exports);
|
|
20
21
|
__exportStar(require("./AllocationCreate"), exports);
|
|
@@ -8,6 +8,7 @@ export * as exports from "./exports";
|
|
|
8
8
|
export * as guarantor from "./guarantor";
|
|
9
9
|
export * as insuranceAdjudications from "./insuranceAdjudications";
|
|
10
10
|
export * as insuranceRefunds from "./insuranceRefunds";
|
|
11
|
+
export * as jobs from "./jobs";
|
|
11
12
|
export * as organizationServiceFacilities from "./organizationServiceFacilities";
|
|
12
13
|
export * as organizationProviders from "./organizationProviders";
|
|
13
14
|
export * as patientPayments from "./patientPayments";
|
|
@@ -15,8 +16,11 @@ export * as patientRefunds from "./patientRefunds";
|
|
|
15
16
|
export * as payers from "./payers";
|
|
16
17
|
export * as serviceLines from "./serviceLines";
|
|
17
18
|
export * as tasks from "./tasks";
|
|
19
|
+
export * as users from "./users";
|
|
18
20
|
export * as writeOffs from "./writeOffs";
|
|
19
21
|
export * as x12 from "./x12";
|
|
22
|
+
export * as claimActionsCommons from "./claimActionsCommons";
|
|
23
|
+
export * from "./claimActionsCommons/types";
|
|
20
24
|
export * as claims from "./claims";
|
|
21
25
|
export * from "./claims/types";
|
|
22
26
|
export * as commons from "./commons";
|
|
@@ -26,7 +26,7 @@ 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.financials = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.x12 = exports.writeOffs = exports.tasks = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.insuranceRefunds = exports.insuranceAdjudications = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.claimSubmission = 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.claimActionsCommons = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.jobs = exports.insuranceRefunds = exports.insuranceAdjudications = 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
32
|
exports.claimSubmission = __importStar(require("./claimSubmission"));
|
|
@@ -37,6 +37,7 @@ exports.exports = __importStar(require("./exports"));
|
|
|
37
37
|
exports.guarantor = __importStar(require("./guarantor"));
|
|
38
38
|
exports.insuranceAdjudications = __importStar(require("./insuranceAdjudications"));
|
|
39
39
|
exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
|
|
40
|
+
exports.jobs = __importStar(require("./jobs"));
|
|
40
41
|
exports.organizationServiceFacilities = __importStar(require("./organizationServiceFacilities"));
|
|
41
42
|
exports.organizationProviders = __importStar(require("./organizationProviders"));
|
|
42
43
|
exports.patientPayments = __importStar(require("./patientPayments"));
|
|
@@ -44,8 +45,11 @@ exports.patientRefunds = __importStar(require("./patientRefunds"));
|
|
|
44
45
|
exports.payers = __importStar(require("./payers"));
|
|
45
46
|
exports.serviceLines = __importStar(require("./serviceLines"));
|
|
46
47
|
exports.tasks = __importStar(require("./tasks"));
|
|
48
|
+
exports.users = __importStar(require("./users"));
|
|
47
49
|
exports.writeOffs = __importStar(require("./writeOffs"));
|
|
48
50
|
exports.x12 = __importStar(require("./x12"));
|
|
51
|
+
exports.claimActionsCommons = __importStar(require("./claimActionsCommons"));
|
|
52
|
+
__exportStar(require("./claimActionsCommons/types"), exports);
|
|
49
53
|
exports.claims = __importStar(require("./claims"));
|
|
50
54
|
__exportStar(require("./claims/types"), exports);
|
|
51
55
|
exports.commons = __importStar(require("./commons"));
|
|
@@ -8,7 +8,7 @@ export declare const InsuranceRefund: core.serialization.ObjectSchema<serializer
|
|
|
8
8
|
export declare namespace InsuranceRefund {
|
|
9
9
|
interface Raw {
|
|
10
10
|
insurance_refund_id: serializers.insuranceRefunds.v1.InsuranceRefundId.Raw;
|
|
11
|
-
|
|
11
|
+
payer: serializers.payers.v3.Payer.Raw;
|
|
12
12
|
amount_cents: number;
|
|
13
13
|
refund_timestamp?: string | null;
|
|
14
14
|
refund_note?: string | null;
|
|
@@ -30,7 +30,7 @@ exports.InsuranceRefund = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.InsuranceRefund = core.serialization.object({
|
|
32
32
|
insuranceRefundId: core.serialization.property("insurance_refund_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceRefunds.v1.InsuranceRefundId)),
|
|
33
|
-
|
|
33
|
+
payer: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).payers.v3.Payer),
|
|
34
34
|
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
35
35
|
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
36
36
|
refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
|
package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as core from "../../../../../../core";
|
|
|
7
7
|
export declare const InsuranceRefundCreate: core.serialization.ObjectSchema<serializers.insuranceRefunds.v1.InsuranceRefundCreate.Raw, CandidApi.insuranceRefunds.v1.InsuranceRefundCreate>;
|
|
8
8
|
export declare namespace InsuranceRefundCreate {
|
|
9
9
|
interface Raw {
|
|
10
|
-
|
|
10
|
+
payer_identifier: serializers.payers.v3.PayerIdentifier.Raw;
|
|
11
11
|
amount_cents: number;
|
|
12
12
|
refund_timestamp?: string | null;
|
|
13
13
|
refund_note?: string | null;
|
package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js
CHANGED
|
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.InsuranceRefundCreate = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.InsuranceRefundCreate = core.serialization.object({
|
|
32
|
-
|
|
32
|
+
payerIdentifier: core.serialization.property("payer_identifier", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).payers.v3.PayerIdentifier)),
|
|
33
33
|
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
34
34
|
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
35
35
|
refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
|
|
@@ -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);
|
|
@@ -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 ClaimJobMetadata: core.serialization.ObjectSchema<serializers.jobs.v1.ClaimJobMetadata.Raw, CandidApi.jobs.v1.ClaimJobMetadata>;
|
|
8
|
+
export declare namespace ClaimJobMetadata {
|
|
9
|
+
interface Raw {
|
|
10
|
+
action: serializers.ClaimAction.Raw;
|
|
11
|
+
work_queue_id: serializers.WorkQueueId.Raw;
|
|
12
|
+
claim_id: serializers.ClaimId.Raw;
|
|
13
|
+
claim_metadata: serializers.ClaimActionMetadata.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.ClaimJobMetadata = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.ClaimJobMetadata = core.serialization.object({
|
|
32
|
+
action: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ClaimAction),
|
|
33
|
+
workQueueId: core.serialization.property("work_queue_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).WorkQueueId)),
|
|
34
|
+
claimId: core.serialization.property("claim_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ClaimId)),
|
|
35
|
+
claimMetadata: core.serialization.property("claim_metadata", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ClaimActionMetadata)),
|
|
36
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
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 Job: core.serialization.ObjectSchema<serializers.jobs.v1.Job.Raw, CandidApi.jobs.v1.Job>;
|
|
8
|
+
export declare namespace Job {
|
|
9
|
+
interface Raw {
|
|
10
|
+
job_id: serializers.jobs.v1.JobId.Raw;
|
|
11
|
+
status: serializers.jobs.v1.JobStatus.Raw;
|
|
12
|
+
summary: string;
|
|
13
|
+
creator_user: serializers.users.v2.UserV2.Raw;
|
|
14
|
+
job_group_id?: serializers.jobs.v1.JobGroupId.Raw | null;
|
|
15
|
+
job_metadata: serializers.jobs.v1.JobMetadata.Raw;
|
|
16
|
+
created_at: string;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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.Job = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.Job = core.serialization.object({
|
|
32
|
+
jobId: core.serialization.property("job_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).jobs.v1.JobId)),
|
|
33
|
+
status: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).jobs.v1.JobStatus),
|
|
34
|
+
summary: core.serialization.string(),
|
|
35
|
+
creatorUser: core.serialization.property("creator_user", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.UserV2)),
|
|
36
|
+
jobGroupId: core.serialization.property("job_group_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).jobs.v1.JobGroupId).optional()),
|
|
37
|
+
jobMetadata: core.serialization.property("job_metadata", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).jobs.v1.JobMetadata)),
|
|
38
|
+
createdAt: core.serialization.property("created_at", core.serialization.date()),
|
|
39
|
+
});
|
|
@@ -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 JobGroupId: core.serialization.Schema<serializers.jobs.v1.JobGroupId.Raw, CandidApi.jobs.v1.JobGroupId>;
|
|
8
|
+
export declare namespace JobGroupId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.JobGroupId = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../../api"));
|
|
31
|
+
const core = __importStar(require("../../../../../../core"));
|
|
32
|
+
exports.JobGroupId = core.serialization.string().transform({
|
|
33
|
+
transform: CandidApi.jobs.v1.JobGroupId,
|
|
34
|
+
untransform: (value) => value,
|
|
35
|
+
});
|
|
@@ -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 JobId: core.serialization.Schema<serializers.jobs.v1.JobId.Raw, CandidApi.jobs.v1.JobId>;
|
|
8
|
+
export declare namespace JobId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.JobId = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../../api"));
|
|
31
|
+
const core = __importStar(require("../../../../../../core"));
|
|
32
|
+
exports.JobId = core.serialization.string().transform({
|
|
33
|
+
transform: CandidApi.jobs.v1.JobId,
|
|
34
|
+
untransform: (value) => value,
|
|
35
|
+
});
|
|
@@ -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 JobMetadata: core.serialization.Schema<serializers.jobs.v1.JobMetadata.Raw, CandidApi.jobs.v1.JobMetadata>;
|
|
8
|
+
export declare namespace JobMetadata {
|
|
9
|
+
type Raw = JobMetadata.ClaimJobMetadata;
|
|
10
|
+
interface ClaimJobMetadata extends serializers.jobs.v1.ClaimJobMetadata.Raw {
|
|
11
|
+
type: "claim_job_metadata";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.JobMetadata = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.JobMetadata = core.serialization
|
|
32
|
+
.union("type", {
|
|
33
|
+
claim_job_metadata: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).jobs.v1.ClaimJobMetadata),
|
|
34
|
+
})
|
|
35
|
+
.transform({
|
|
36
|
+
transform: (value) => value,
|
|
37
|
+
untransform: (value) => value,
|
|
38
|
+
});
|
|
@@ -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 JobStatus: core.serialization.Schema<serializers.jobs.v1.JobStatus.Raw, CandidApi.jobs.v1.JobStatus>;
|
|
8
|
+
export declare namespace JobStatus {
|
|
9
|
+
type Raw = "SUCCEEDED" | "FAILED" | "QUEUED" | "IN_PROGRESS";
|
|
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.JobStatus = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.JobStatus = core.serialization.enum_(["SUCCEEDED", "FAILED", "QUEUED", "IN_PROGRESS"]);
|
|
@@ -0,0 +1,22 @@
|
|
|
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("./JobId"), exports);
|
|
18
|
+
__exportStar(require("./JobGroupId"), exports);
|
|
19
|
+
__exportStar(require("./JobStatus"), exports);
|
|
20
|
+
__exportStar(require("./ClaimJobMetadata"), exports);
|
|
21
|
+
__exportStar(require("./JobMetadata"), exports);
|
|
22
|
+
__exportStar(require("./Job"), exports);
|
|
@@ -9,7 +9,8 @@ export declare namespace PatientPayment {
|
|
|
9
9
|
interface Raw {
|
|
10
10
|
patient_payment_id: serializers.patientPayments.v4.PatientPaymentId.Raw;
|
|
11
11
|
organization_id: serializers.OrganizationId.Raw;
|
|
12
|
-
source_internal_id
|
|
12
|
+
source_internal_id?: string | null;
|
|
13
|
+
payment_source: serializers.PatientTransactionSource.Raw;
|
|
13
14
|
amount_cents: number;
|
|
14
15
|
patient_external_id: serializers.PatientExternalId.Raw;
|
|
15
16
|
payment_timestamp?: string | null;
|
|
@@ -31,7 +31,8 @@ const core = __importStar(require("../../../../../../core"));
|
|
|
31
31
|
exports.PatientPayment = core.serialization.object({
|
|
32
32
|
patientPaymentId: core.serialization.property("patient_payment_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).patientPayments.v4.PatientPaymentId)),
|
|
33
33
|
organizationId: core.serialization.property("organization_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).OrganizationId)),
|
|
34
|
-
sourceInternalId: core.serialization.property("source_internal_id", core.serialization.string()),
|
|
34
|
+
sourceInternalId: core.serialization.property("source_internal_id", core.serialization.string().optional()),
|
|
35
|
+
paymentSource: core.serialization.property("payment_source", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).PatientTransactionSource)),
|
|
35
36
|
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
36
37
|
patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).PatientExternalId)),
|
|
37
38
|
paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
|