candidhealth 0.9.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/Client.d.ts +3 -0
- package/Client.js +7 -2
- 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/commons/types/TaskAssignmentId.d.ts +8 -0
- package/api/resources/commons/types/TaskAssignmentId.js +10 -0
- package/api/resources/commons/types/TaskId.d.ts +8 -0
- package/api/resources/commons/types/TaskId.js +10 -0
- package/api/resources/commons/types/TaskNoteId.d.ts +8 -0
- package/api/resources/commons/types/TaskNoteId.js +10 -0
- package/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/UnprocessableEntityErrorMessage.js +5 -0
- package/api/resources/commons/types/UserId.d.ts +8 -0
- package/api/resources/commons/types/UserId.js +10 -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 +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 +5 -0
- package/api/resources/index.js +6 -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 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -0
- 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/PayerId.d.ts +8 -0
- package/api/resources/payers/resources/v3/types/PayerId.js +10 -0
- 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 +4 -0
- package/api/resources/payers/resources/v3/types/index.js +4 -0
- package/api/resources/tasks/client/Client.d.ts +18 -0
- package/api/resources/tasks/client/Client.js +18 -0
- package/api/resources/tasks/client/index.d.ts +1 -0
- package/api/resources/tasks/client/index.js +2 -0
- package/api/resources/tasks/index.d.ts +2 -0
- package/api/resources/tasks/index.js +18 -0
- package/api/resources/tasks/resources/commons/index.d.ts +1 -0
- package/api/resources/tasks/resources/commons/index.js +17 -0
- package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +45 -0
- package/api/resources/tasks/resources/commons/types/TaskCategory.js +47 -0
- package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +13 -0
- package/api/resources/tasks/resources/commons/types/TaskStatus.js +15 -0
- package/api/resources/tasks/resources/commons/types/TaskType.d.ts +18 -0
- package/api/resources/tasks/resources/commons/types/TaskType.js +20 -0
- package/api/resources/tasks/resources/commons/types/index.d.ts +3 -0
- package/api/resources/tasks/resources/commons/types/index.js +19 -0
- package/api/resources/tasks/resources/index.d.ts +3 -0
- package/api/resources/tasks/resources/index.js +32 -0
- package/api/resources/tasks/resources/v3/client/Client.d.ts +22 -0
- package/api/resources/tasks/resources/v3/client/Client.js +286 -0
- package/api/resources/tasks/resources/v3/client/create.d.ts +22 -0
- package/api/resources/tasks/resources/v3/client/create.js +47 -0
- package/api/resources/tasks/resources/v3/client/get.d.ts +34 -0
- package/api/resources/tasks/resources/v3/client/get.js +69 -0
- package/api/resources/tasks/resources/v3/client/getActions.d.ts +22 -0
- package/api/resources/tasks/resources/v3/client/getActions.js +47 -0
- package/api/resources/tasks/resources/v3/client/getMulti.d.ts +31 -0
- package/api/resources/tasks/resources/v3/client/getMulti.js +58 -0
- package/api/resources/tasks/resources/v3/client/index.d.ts +6 -0
- package/api/resources/tasks/resources/v3/client/index.js +35 -0
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +49 -0
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +5 -0
- package/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -0
- package/api/resources/tasks/resources/v3/client/requests/index.js +2 -0
- package/api/resources/tasks/resources/v3/client/update.d.ts +40 -0
- package/api/resources/tasks/resources/v3/client/update.js +80 -0
- package/api/resources/tasks/resources/v3/index.d.ts +2 -0
- package/api/resources/tasks/resources/v3/index.js +18 -0
- package/api/resources/tasks/resources/v3/types/Task.d.ts +26 -0
- package/api/resources/tasks/resources/v3/types/Task.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskAction.d.ts +8 -0
- package/api/resources/tasks/resources/v3/types/TaskAction.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +10 -0
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskActions.d.ts +7 -0
- package/api/resources/tasks/resources/v3/types/TaskActions.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +8 -0
- package/api/resources/tasks/resources/v3/types/TaskAssignment.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +13 -0
- package/api/resources/tasks/resources/v3/types/TaskCreateV3.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskNote.d.ts +11 -0
- package/api/resources/tasks/resources/v3/types/TaskNote.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskPage.d.ts +7 -0
- package/api/resources/tasks/resources/v3/types/TaskPage.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +28 -0
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.js +30 -0
- package/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +9 -0
- package/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +5 -0
- package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +7 -0
- package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +5 -0
- package/api/resources/tasks/resources/v3/types/index.d.ts +11 -0
- package/api/resources/tasks/resources/v3/types/index.js +27 -0
- 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/Client.d.ts +3 -0
- package/dist/Client.js +7 -2
- 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/commons/types/TaskAssignmentId.d.ts +8 -0
- package/dist/api/resources/commons/types/TaskAssignmentId.js +10 -0
- package/dist/api/resources/commons/types/TaskId.d.ts +8 -0
- package/dist/api/resources/commons/types/TaskId.js +10 -0
- package/dist/api/resources/commons/types/TaskNoteId.d.ts +8 -0
- package/dist/api/resources/commons/types/TaskNoteId.js +10 -0
- package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/UserId.d.ts +8 -0
- package/dist/api/resources/commons/types/UserId.js +10 -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 +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 +5 -0
- package/dist/api/resources/index.js +6 -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 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -0
- 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/PayerId.d.ts +8 -0
- package/dist/api/resources/payers/resources/v3/types/PayerId.js +10 -0
- 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 +4 -0
- package/dist/api/resources/payers/resources/v3/types/index.js +4 -0
- package/dist/api/resources/tasks/client/Client.d.ts +18 -0
- package/dist/api/resources/tasks/client/Client.js +18 -0
- package/dist/api/resources/tasks/client/index.d.ts +1 -0
- package/dist/api/resources/tasks/client/index.js +2 -0
- package/dist/api/resources/tasks/index.d.ts +2 -0
- package/dist/api/resources/tasks/index.js +18 -0
- package/dist/api/resources/tasks/resources/commons/index.d.ts +1 -0
- package/dist/api/resources/tasks/resources/commons/index.js +17 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +45 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.js +47 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +13 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.js +15 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +18 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskType.js +20 -0
- package/dist/api/resources/tasks/resources/commons/types/index.d.ts +3 -0
- package/dist/api/resources/tasks/resources/commons/types/index.js +19 -0
- package/dist/api/resources/tasks/resources/index.d.ts +3 -0
- package/dist/api/resources/tasks/resources/index.js +32 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +22 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +286 -0
- package/dist/api/resources/tasks/resources/v3/client/create.d.ts +22 -0
- package/dist/api/resources/tasks/resources/v3/client/create.js +47 -0
- package/dist/api/resources/tasks/resources/v3/client/get.d.ts +34 -0
- package/dist/api/resources/tasks/resources/v3/client/get.js +69 -0
- package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +22 -0
- package/dist/api/resources/tasks/resources/v3/client/getActions.js +47 -0
- package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +31 -0
- package/dist/api/resources/tasks/resources/v3/client/getMulti.js +58 -0
- package/dist/api/resources/tasks/resources/v3/client/index.d.ts +6 -0
- package/dist/api/resources/tasks/resources/v3/client/index.js +35 -0
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +49 -0
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +5 -0
- package/dist/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -0
- package/dist/api/resources/tasks/resources/v3/client/requests/index.js +2 -0
- package/dist/api/resources/tasks/resources/v3/client/update.d.ts +40 -0
- package/dist/api/resources/tasks/resources/v3/client/update.js +80 -0
- package/dist/api/resources/tasks/resources/v3/index.d.ts +2 -0
- package/dist/api/resources/tasks/resources/v3/index.js +18 -0
- package/dist/api/resources/tasks/resources/v3/types/Task.d.ts +26 -0
- package/dist/api/resources/tasks/resources/v3/types/Task.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.d.ts +8 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +10 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.d.ts +7 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +8 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +13 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskNote.d.ts +11 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskNote.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskPage.d.ts +7 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskPage.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +28 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.js +30 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +9 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +7 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +5 -0
- package/dist/api/resources/tasks/resources/v3/types/index.d.ts +11 -0
- package/dist/api/resources/tasks/resources/v3/types/index.js +27 -0
- 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/commons/types/TaskAssignmentId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/TaskAssignmentId.js +35 -0
- package/dist/serialization/resources/commons/types/TaskId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/TaskId.js +37 -0
- package/dist/serialization/resources/commons/types/TaskNoteId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/TaskNoteId.js +35 -0
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +33 -0
- package/dist/serialization/resources/commons/types/UserId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/UserId.js +37 -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/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 +5 -0
- package/dist/serialization/resources/index.js +6 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -0
- 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/PayerId.d.ts +10 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +35 -0
- 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 +4 -0
- package/dist/serialization/resources/payers/resources/v3/types/index.js +4 -0
- package/dist/serialization/resources/tasks/index.d.ts +1 -0
- package/dist/serialization/resources/tasks/index.js +17 -0
- package/dist/serialization/resources/tasks/resources/commons/index.d.ts +1 -0
- package/dist/serialization/resources/tasks/resources/commons/index.js +17 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +71 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +39 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +44 -0
- package/dist/serialization/resources/tasks/resources/commons/types/index.d.ts +3 -0
- package/dist/serialization/resources/tasks/resources/commons/types/index.js +19 -0
- package/dist/serialization/resources/tasks/resources/index.d.ts +3 -0
- package/dist/serialization/resources/tasks/resources/index.js +32 -0
- package/dist/serialization/resources/tasks/resources/v3/client/get.d.ts +18 -0
- package/dist/serialization/resources/tasks/resources/v3/client/get.js +51 -0
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +14 -0
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +46 -0
- package/dist/serialization/resources/tasks/resources/v3/client/index.d.ts +3 -0
- package/dist/serialization/resources/tasks/resources/v3/client/index.js +29 -0
- package/dist/serialization/resources/tasks/resources/v3/client/update.d.ts +22 -0
- package/dist/serialization/resources/tasks/resources/v3/client/update.js +56 -0
- package/dist/serialization/resources/tasks/resources/v3/index.d.ts +2 -0
- package/dist/serialization/resources/tasks/resources/v3/index.js +18 -0
- package/dist/serialization/resources/tasks/resources/v3/types/Task.d.ts +29 -0
- package/dist/serialization/resources/tasks/resources/v3/types/Task.js +50 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +13 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +34 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +13 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +38 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +12 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +33 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +13 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +34 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +18 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +39 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +16 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +37 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +12 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +35 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +54 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +14 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +35 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +12 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +33 -0
- package/dist/serialization/resources/tasks/resources/v3/types/index.d.ts +11 -0
- package/dist/serialization/resources/tasks/resources/v3/types/index.js +27 -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/commons/types/TaskAssignmentId.d.ts +10 -0
- package/serialization/resources/commons/types/TaskAssignmentId.js +35 -0
- package/serialization/resources/commons/types/TaskId.d.ts +10 -0
- package/serialization/resources/commons/types/TaskId.js +37 -0
- package/serialization/resources/commons/types/TaskNoteId.d.ts +10 -0
- package/serialization/resources/commons/types/TaskNoteId.js +35 -0
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +33 -0
- package/serialization/resources/commons/types/UserId.d.ts +10 -0
- package/serialization/resources/commons/types/UserId.js +37 -0
- package/serialization/resources/commons/types/index.d.ts +5 -0
- package/serialization/resources/commons/types/index.js +5 -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 +5 -0
- package/serialization/resources/index.js +6 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -0
- 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/PayerId.d.ts +10 -0
- package/serialization/resources/payers/resources/v3/types/PayerId.js +35 -0
- 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 +4 -0
- package/serialization/resources/payers/resources/v3/types/index.js +4 -0
- package/serialization/resources/tasks/index.d.ts +1 -0
- package/serialization/resources/tasks/index.js +17 -0
- package/serialization/resources/tasks/resources/commons/index.d.ts +1 -0
- package/serialization/resources/tasks/resources/commons/index.js +17 -0
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +10 -0
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +71 -0
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +10 -0
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +39 -0
- package/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +10 -0
- package/serialization/resources/tasks/resources/commons/types/TaskType.js +44 -0
- package/serialization/resources/tasks/resources/commons/types/index.d.ts +3 -0
- package/serialization/resources/tasks/resources/commons/types/index.js +19 -0
- package/serialization/resources/tasks/resources/index.d.ts +3 -0
- package/serialization/resources/tasks/resources/index.js +32 -0
- package/serialization/resources/tasks/resources/v3/client/get.d.ts +18 -0
- package/serialization/resources/tasks/resources/v3/client/get.js +51 -0
- package/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +14 -0
- package/serialization/resources/tasks/resources/v3/client/getMulti.js +46 -0
- package/serialization/resources/tasks/resources/v3/client/index.d.ts +3 -0
- package/serialization/resources/tasks/resources/v3/client/index.js +29 -0
- package/serialization/resources/tasks/resources/v3/client/update.d.ts +22 -0
- package/serialization/resources/tasks/resources/v3/client/update.js +56 -0
- package/serialization/resources/tasks/resources/v3/index.d.ts +2 -0
- package/serialization/resources/tasks/resources/v3/index.js +18 -0
- package/serialization/resources/tasks/resources/v3/types/Task.d.ts +29 -0
- package/serialization/resources/tasks/resources/v3/types/Task.js +50 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +13 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAction.js +34 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +13 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +38 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +12 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActions.js +33 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +13 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +34 -0
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +18 -0
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +39 -0
- package/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +16 -0
- package/serialization/resources/tasks/resources/v3/types/TaskNote.js +37 -0
- package/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +12 -0
- package/serialization/resources/tasks/resources/v3/types/TaskPage.js +35 -0
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +10 -0
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +54 -0
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +14 -0
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +35 -0
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +12 -0
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +33 -0
- package/serialization/resources/tasks/resources/v3/types/index.d.ts +11 -0
- package/serialization/resources/tasks/resources/v3/types/index.js +27 -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
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* type: "auth_zero_metadata",
|
|
9
|
+
* auth0Id: "auth0|5f9b3b5a7b0b0d006a2b0b0b"
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
export declare type IdpUserMetadata = CandidApi.users.v2.IdpUserMetadata.AuthZeroMetadata | CandidApi.users.v2.IdpUserMetadata.GoogleAppsMetadata | CandidApi.users.v2.IdpUserMetadata.OtherIdpMetadata;
|
|
13
|
+
export declare namespace IdpUserMetadata {
|
|
14
|
+
interface AuthZeroMetadata extends CandidApi.users.v2.AuthZeroMetadata {
|
|
15
|
+
type: "auth_zero_metadata";
|
|
16
|
+
}
|
|
17
|
+
interface GoogleAppsMetadata extends CandidApi.users.v2.GoogleAppsMetadata {
|
|
18
|
+
type: "google_apps_metadata";
|
|
19
|
+
}
|
|
20
|
+
interface OtherIdpMetadata extends CandidApi.users.v2.OtherIdpMetadata {
|
|
21
|
+
type: "other_idp_metadata";
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* type: "human_user_metadata",
|
|
9
|
+
* firstName: "John",
|
|
10
|
+
* lastName: "Doe"
|
|
11
|
+
* }
|
|
12
|
+
*/
|
|
13
|
+
export declare type UserMetadata = CandidApi.users.v2.UserMetadata.MachineUserMetadata | CandidApi.users.v2.UserMetadata.HumanUserMetadata;
|
|
14
|
+
export declare namespace UserMetadata {
|
|
15
|
+
interface MachineUserMetadata extends CandidApi.users.v2.MachineUserMetadata {
|
|
16
|
+
type: "machine_user_metadata";
|
|
17
|
+
}
|
|
18
|
+
interface HumanUserMetadata extends CandidApi.users.v2.HumanUserMetadata {
|
|
19
|
+
type: "human_user_metadata";
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* userId: CandidApi.UserId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
9
|
+
* idpMetadata: [{
|
|
10
|
+
* type: "auth_zero_metadata",
|
|
11
|
+
* auth0Id: "auth0|5f9b3b5a7b0b0d006a2b0b0b"
|
|
12
|
+
* }],
|
|
13
|
+
* primaryOrganizationId: CandidApi.OrganizationId("83a2a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
14
|
+
* userMetadata: {
|
|
15
|
+
* type: "human_user_metadata",
|
|
16
|
+
* firstName: "John",
|
|
17
|
+
* lastName: "Doe"
|
|
18
|
+
* },
|
|
19
|
+
* accessibleOrganizationIds: [CandidApi.OrganizationId("83a2a782-35f6-45a7-b5c3-53ca2ebe8887")]
|
|
20
|
+
* }
|
|
21
|
+
*/
|
|
22
|
+
export interface UserV2 {
|
|
23
|
+
userId: CandidApi.UserId;
|
|
24
|
+
idpMetadata: CandidApi.users.v2.IdpUserMetadata[];
|
|
25
|
+
primaryOrganizationId: CandidApi.OrganizationId;
|
|
26
|
+
userMetadata: CandidApi.users.v2.UserMetadata;
|
|
27
|
+
accessibleOrganizationIds: CandidApi.OrganizationId[];
|
|
28
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./HumanUserMetadata";
|
|
2
|
+
export * from "./MachineUserMetadata";
|
|
3
|
+
export * from "./UserMetadata";
|
|
4
|
+
export * from "./AuthZeroMetadata";
|
|
5
|
+
export * from "./GoogleAppsMetadata";
|
|
6
|
+
export * from "./OtherIdpMetadata";
|
|
7
|
+
export * from "./IdpUserMetadata";
|
|
8
|
+
export * from "./UserV2";
|
|
@@ -0,0 +1,24 @@
|
|
|
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("./HumanUserMetadata"), exports);
|
|
18
|
+
__exportStar(require("./MachineUserMetadata"), exports);
|
|
19
|
+
__exportStar(require("./UserMetadata"), exports);
|
|
20
|
+
__exportStar(require("./AuthZeroMetadata"), exports);
|
|
21
|
+
__exportStar(require("./GoogleAppsMetadata"), exports);
|
|
22
|
+
__exportStar(require("./OtherIdpMetadata"), exports);
|
|
23
|
+
__exportStar(require("./IdpUserMetadata"), exports);
|
|
24
|
+
__exportStar(require("./UserV2"), exports);
|
|
@@ -14,21 +14,18 @@ export declare class V1 {
|
|
|
14
14
|
protected readonly options: V1.Options;
|
|
15
15
|
constructor(options: V1.Options);
|
|
16
16
|
/**
|
|
17
|
-
* **This endpoint is incubating.**
|
|
18
17
|
* Retrieves a previously created write off by its `write_off_id`.
|
|
19
18
|
*
|
|
20
19
|
*/
|
|
21
20
|
get(writeOffId: CandidApi.writeOffs.v1.WriteOffId): Promise<core.APIResponse<CandidApi.writeOffs.v1.WriteOff, CandidApi.writeOffs.v1.get.Error>>;
|
|
22
21
|
/**
|
|
23
|
-
* **This endpoint is incubating.**
|
|
24
22
|
* Creates one or many write-offs given a specific set of allocations.
|
|
25
23
|
* The allocations can describe whether the refund is being applied toward a specific service line,
|
|
26
24
|
* claim, or billing provider.
|
|
27
25
|
*
|
|
28
26
|
*/
|
|
29
|
-
create(request: CandidApi.writeOffs.v1.CreateWriteOffsRequest): Promise<core.APIResponse<CandidApi.writeOffs.v1.
|
|
27
|
+
create(request: CandidApi.writeOffs.v1.CreateWriteOffsRequest): Promise<core.APIResponse<CandidApi.writeOffs.v1.CreateWriteOffsResponse, CandidApi.writeOffs.v1.create.Error>>;
|
|
30
28
|
/**
|
|
31
|
-
* **This endpoint is incubating.**
|
|
32
29
|
* Reverts a write off given a `write_off_id`.
|
|
33
30
|
*
|
|
34
31
|
*/
|
|
@@ -41,7 +41,6 @@ class V1 {
|
|
|
41
41
|
this.options = options;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
-
* **This endpoint is incubating.**
|
|
45
44
|
* Retrieves a previously created write off by its `write_off_id`.
|
|
46
45
|
*
|
|
47
46
|
*/
|
|
@@ -53,7 +52,7 @@ class V1 {
|
|
|
53
52
|
Authorization: await this._getAuthorizationHeader(),
|
|
54
53
|
"X-Fern-Language": "JavaScript",
|
|
55
54
|
"X-Fern-SDK-Name": "candidhealth",
|
|
56
|
-
"X-Fern-SDK-Version": "0.
|
|
55
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
57
56
|
},
|
|
58
57
|
contentType: "application/json",
|
|
59
58
|
timeoutMs: 60000,
|
|
@@ -75,7 +74,6 @@ class V1 {
|
|
|
75
74
|
};
|
|
76
75
|
}
|
|
77
76
|
/**
|
|
78
|
-
* **This endpoint is incubating.**
|
|
79
77
|
* Creates one or many write-offs given a specific set of allocations.
|
|
80
78
|
* The allocations can describe whether the refund is being applied toward a specific service line,
|
|
81
79
|
* claim, or billing provider.
|
|
@@ -89,7 +87,7 @@ class V1 {
|
|
|
89
87
|
Authorization: await this._getAuthorizationHeader(),
|
|
90
88
|
"X-Fern-Language": "JavaScript",
|
|
91
89
|
"X-Fern-SDK-Name": "candidhealth",
|
|
92
|
-
"X-Fern-SDK-Version": "0.
|
|
90
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
93
91
|
},
|
|
94
92
|
contentType: "application/json",
|
|
95
93
|
body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
|
|
@@ -100,7 +98,7 @@ class V1 {
|
|
|
100
98
|
if (_response.ok) {
|
|
101
99
|
return {
|
|
102
100
|
ok: true,
|
|
103
|
-
body: await serializers.writeOffs.v1.
|
|
101
|
+
body: await serializers.writeOffs.v1.CreateWriteOffsResponse.parseOrThrow(_response.body, {
|
|
104
102
|
unrecognizedObjectKeys: "passthrough",
|
|
105
103
|
allowUnrecognizedUnionMembers: true,
|
|
106
104
|
allowUnrecognizedEnumValues: true,
|
|
@@ -114,7 +112,6 @@ class V1 {
|
|
|
114
112
|
};
|
|
115
113
|
}
|
|
116
114
|
/**
|
|
117
|
-
* **This endpoint is incubating.**
|
|
118
115
|
* Reverts a write off given a `write_off_id`.
|
|
119
116
|
*
|
|
120
117
|
*/
|
|
@@ -126,7 +123,7 @@ class V1 {
|
|
|
126
123
|
Authorization: await this._getAuthorizationHeader(),
|
|
127
124
|
"X-Fern-Language": "JavaScript",
|
|
128
125
|
"X-Fern-SDK-Name": "candidhealth",
|
|
129
|
-
"X-Fern-SDK-Version": "0.
|
|
126
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
130
127
|
},
|
|
131
128
|
contentType: "application/json",
|
|
132
129
|
timeoutMs: 60000,
|
package/dist/Client.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ import { OrganizationProviders } from "./api/resources/organizationProviders/cli
|
|
|
17
17
|
import { PatientPayments } from "./api/resources/patientPayments/client/Client";
|
|
18
18
|
import { PatientRefunds } from "./api/resources/patientRefunds/client/Client";
|
|
19
19
|
import { Payers } from "./api/resources/payers/client/Client";
|
|
20
|
+
import { Tasks } from "./api/resources/tasks/client/Client";
|
|
20
21
|
import { WriteOffs } from "./api/resources/writeOffs/client/Client";
|
|
21
22
|
export declare namespace CandidApiClient {
|
|
22
23
|
interface Options {
|
|
@@ -55,6 +56,8 @@ export declare class CandidApiClient {
|
|
|
55
56
|
get patientRefunds(): PatientRefunds;
|
|
56
57
|
protected _payers: Payers | undefined;
|
|
57
58
|
get payers(): Payers;
|
|
59
|
+
protected _tasks: Tasks | undefined;
|
|
60
|
+
get tasks(): Tasks;
|
|
58
61
|
protected _writeOffs: WriteOffs | undefined;
|
|
59
62
|
get writeOffs(): WriteOffs;
|
|
60
63
|
}
|
package/dist/Client.js
CHANGED
|
@@ -18,7 +18,8 @@ const Client_11 = require("./api/resources/organizationProviders/client/Client")
|
|
|
18
18
|
const Client_12 = require("./api/resources/patientPayments/client/Client");
|
|
19
19
|
const Client_13 = require("./api/resources/patientRefunds/client/Client");
|
|
20
20
|
const Client_14 = require("./api/resources/payers/client/Client");
|
|
21
|
-
const Client_15 = require("./api/resources/
|
|
21
|
+
const Client_15 = require("./api/resources/tasks/client/Client");
|
|
22
|
+
const Client_16 = require("./api/resources/writeOffs/client/Client");
|
|
22
23
|
class CandidApiClient {
|
|
23
24
|
options;
|
|
24
25
|
constructor(options) {
|
|
@@ -80,9 +81,13 @@ class CandidApiClient {
|
|
|
80
81
|
get payers() {
|
|
81
82
|
return (this._payers ??= new Client_14.Payers(this.options));
|
|
82
83
|
}
|
|
84
|
+
_tasks;
|
|
85
|
+
get tasks() {
|
|
86
|
+
return (this._tasks ??= new Client_15.Tasks(this.options));
|
|
87
|
+
}
|
|
83
88
|
_writeOffs;
|
|
84
89
|
get writeOffs() {
|
|
85
|
-
return (this._writeOffs ??= new
|
|
90
|
+
return (this._writeOffs ??= new Client_16.WriteOffs(this.options));
|
|
86
91
|
}
|
|
87
92
|
}
|
|
88
93
|
exports.CandidApiClient = CandidApiClient;
|
|
@@ -62,7 +62,7 @@ class V2 {
|
|
|
62
62
|
Authorization: await this._getAuthorizationHeader(),
|
|
63
63
|
"X-Fern-Language": "JavaScript",
|
|
64
64
|
"X-Fern-SDK-Name": "candidhealth",
|
|
65
|
-
"X-Fern-SDK-Version": "0.
|
|
65
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
66
66
|
},
|
|
67
67
|
contentType: "application/json",
|
|
68
68
|
body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
|
|
@@ -48,7 +48,7 @@ class V2 {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.
|
|
51
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.billingNotes.v2.StandaloneBillingNoteCreate.jsonOrThrow(request, {
|
|
@@ -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,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* Action to perform on claim(s)
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* {
|
|
10
|
+
* type: "resubmit_fresh_claim_action"
|
|
11
|
+
* }
|
|
12
|
+
*/
|
|
13
|
+
export declare type ClaimAction = CandidApi.ClaimAction.VoidClaimAction | CandidApi.ClaimAction.ResubmitFreshClaimAction | CandidApi.ClaimAction.ResubmitCorrectedClaimAction | CandidApi.ClaimAction.CloseTasksAndProcessClaimAction | CandidApi.ClaimAction.MoveToWorkQueueClaimAction;
|
|
14
|
+
export declare namespace ClaimAction {
|
|
15
|
+
interface VoidClaimAction extends CandidApi.VoidClaimAction {
|
|
16
|
+
type: "void_claim_action";
|
|
17
|
+
}
|
|
18
|
+
interface ResubmitFreshClaimAction extends CandidApi.ResubmitFreshClaimAction {
|
|
19
|
+
type: "resubmit_fresh_claim_action";
|
|
20
|
+
}
|
|
21
|
+
interface ResubmitCorrectedClaimAction extends CandidApi.ResubmitCorrectedClaimAction {
|
|
22
|
+
type: "resubmit_corrected_claim_action";
|
|
23
|
+
}
|
|
24
|
+
interface CloseTasksAndProcessClaimAction extends CandidApi.CloseTasksAndProcessClaimAction {
|
|
25
|
+
type: "close_tasks_and_process_claim_action";
|
|
26
|
+
}
|
|
27
|
+
interface MoveToWorkQueueClaimAction extends CandidApi.MoveToWorkQueueClaimAction {
|
|
28
|
+
type: "move_to_work_queue_claim_action";
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* Useful claim data for a claim action
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* {
|
|
10
|
+
* encounterId: CandidApi.EncounterId("2132a68b-7acb-46c2-ba93-852b5daa1f98"),
|
|
11
|
+
* patientFirstName: "John",
|
|
12
|
+
* patientLastName: "Doe",
|
|
13
|
+
* dateOfService: "2021-01-01",
|
|
14
|
+
* claimStatus: CandidApi.ClaimStatus.Paid
|
|
15
|
+
* }
|
|
16
|
+
*/
|
|
17
|
+
export interface ClaimActionMetadata {
|
|
18
|
+
encounterId: CandidApi.EncounterId;
|
|
19
|
+
patientFirstName: string;
|
|
20
|
+
patientLastName: string;
|
|
21
|
+
dateOfService: string;
|
|
22
|
+
claimStatus: CandidApi.ClaimStatus;
|
|
23
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* Configuration for creating a task when moving a claim to a work queue
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* {
|
|
10
|
+
* taskType: CandidApi.tasks.TaskType.CustomerDataRequest,
|
|
11
|
+
* context: "Review claim",
|
|
12
|
+
* actionRequired: "Review claim"
|
|
13
|
+
* }
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateTaskConfig {
|
|
16
|
+
category?: CandidApi.tasks.TaskCategory;
|
|
17
|
+
taskType: CandidApi.tasks.TaskType;
|
|
18
|
+
assignee?: CandidApi.UserId;
|
|
19
|
+
context: string;
|
|
20
|
+
actionRequired: string;
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* Move claim(s) to a work queue
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* {
|
|
10
|
+
* workQueueId: CandidApi.WorkQueueId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
11
|
+
* createTaskConfig: {
|
|
12
|
+
* taskType: CandidApi.tasks.TaskType.CustomerDataRequest,
|
|
13
|
+
* context: "Review claim",
|
|
14
|
+
* actionRequired: "Review claim"
|
|
15
|
+
* }
|
|
16
|
+
* }
|
|
17
|
+
*/
|
|
18
|
+
export interface MoveToWorkQueueClaimAction {
|
|
19
|
+
workQueueId: CandidApi.WorkQueueId;
|
|
20
|
+
createTaskConfig?: CandidApi.CreateTaskConfig;
|
|
21
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Resubmit claim(s) as corrected
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* {
|
|
9
|
+
* correctionReason: "Corrected modifier"
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
export interface ResubmitCorrectedClaimAction {
|
|
13
|
+
correctionReason: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./VoidClaimAction";
|
|
2
|
+
export * from "./ResubmitFreshClaimAction";
|
|
3
|
+
export * from "./ResubmitCorrectedClaimAction";
|
|
4
|
+
export * from "./CloseTasksAndProcessClaimAction";
|
|
5
|
+
export * from "./CreateTaskConfig";
|
|
6
|
+
export * from "./MoveToWorkQueueClaimAction";
|
|
7
|
+
export * from "./ClaimAction";
|
|
8
|
+
export * from "./ClaimActionMetadata";
|
|
@@ -0,0 +1,24 @@
|
|
|
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("./VoidClaimAction"), exports);
|
|
18
|
+
__exportStar(require("./ResubmitFreshClaimAction"), exports);
|
|
19
|
+
__exportStar(require("./ResubmitCorrectedClaimAction"), exports);
|
|
20
|
+
__exportStar(require("./CloseTasksAndProcessClaimAction"), exports);
|
|
21
|
+
__exportStar(require("./CreateTaskConfig"), exports);
|
|
22
|
+
__exportStar(require("./MoveToWorkQueueClaimAction"), exports);
|
|
23
|
+
__exportStar(require("./ClaimAction"), exports);
|
|
24
|
+
__exportStar(require("./ClaimActionMetadata"), exports);
|
package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts
CHANGED
|
@@ -17,6 +17,13 @@ import * as CandidApi from "../../../../..";
|
|
|
17
17
|
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary
|
|
18
18
|
* }]
|
|
19
19
|
* }
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* {
|
|
23
|
+
* claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
24
|
+
* patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
25
|
+
* submissionRecords: []
|
|
26
|
+
* }
|
|
20
27
|
*/
|
|
21
28
|
export interface ExternalClaimSubmissionCreate {
|
|
22
29
|
/** When the claim was created in the external system. */
|
|
@@ -25,7 +32,7 @@ export interface ExternalClaimSubmissionCreate {
|
|
|
25
32
|
patientControlNumber: string;
|
|
26
33
|
/**
|
|
27
34
|
* A successful claim submission record will be created for each value provided.
|
|
28
|
-
*
|
|
35
|
+
* An empty list may be provided for cases where the claim originated in an external system but was never submitted to a payer.
|
|
29
36
|
*
|
|
30
37
|
*/
|
|
31
38
|
submissionRecords: CandidApi.claimSubmission.v1.ClaimSubmissionRecordCreate[];
|